Fix __getcwd rewinddir namespace (bug 17584).
[platform/upstream/glibc.git] / ChangeLog
1 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2
3         [BZ #17584]
4         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
5         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6         (__rewinddir): Use libc_hidden_def.
7         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
8         as weak alias of __rewinddir.  Don't use libc_hidden_def.
9         (__rewinddir): Use libc_hidden_def.
10         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
11         weak alias of __rewinddir.  Don't use libc_hidden_def.
12         (__rewinddir): Use libc_hidden_def.
13         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
14         (__rewinddir): Use libc_hidden_proto.
15         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
16         rewinddir.
17         (__getcwd): Use __rewinddir instead of rewinddir.
18
19         [BZ #17583]
20         * libio/fileno.c (fileno): Rename to __fileno and define as weak
21         alias of __fileno.  Use libc_hidden_weak.
22         (__fileno): Use libc_hidden_def.
23         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
24         * libio/ftello.c (ftello): Rename to __ftello and define as weak
25         alias of __ftello.
26         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
27         __ftello.
28         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
29         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
30         libc_hidden_def.
31         (fread_unlocked): Don't use libc_hidden_ver.
32         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
33         and define as weak alias of __fread_unlocked.  Don't use
34         libc_hidden_def.
35         (__fread_unlocked): Use libc_hidden_def.
36         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
37         (ftello): Don't use libc_hidden_proto.
38         (__ftello): Declare.  Use libc_hidden_proto.
39         (fread_unlocked): Don't use libc_hidden_proto.
40         (__fread_unlocked): Declare.  Use libc_hidden_proto.
41         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
42         and __ftello instead of fileno, fread_unlocked and ftello.
43
44 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
45
46         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
47         GOT12.
48         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
49         Likewise.
50         (_dl_start_user): Likewise.
51         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
52
53 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
54             Siddhesh Poyarekar  <siddhesh@redhat.com>
55
56         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
57         Move argv and envp down instead of moving argc up.
58         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
59
60 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
61
62         [BZ #17506]
63         * test-skeleton.c (main): Return successful if one of
64         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
65         * string/tst-strcoll-overflow.c: Define expected status.
66
67 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
68
69         [BZ #17475]
70         * locale/iso-639.def: Define Bhili and Tulu language codes.
71
72 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
73
74         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
75
76 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
77
78         [BZ #17555]
79         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
80
81 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
82
83         * configure.ac: Updated check of minimal required version to
84         2.22.
85         * manual/install.texi (Tools for Compilation): Updated version
86         number.
87         * configure: Regenerated.
88         * INSTALL: Likewise.
89
90 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
91
92         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
93         __tls_get_addr.
94
95 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
96
97         * include/sys/wait.h (__libc_waitpid): Remove declaration.
98         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
99         (__waitpid): Don't define as alias.  Use libc_hidden_def not
100         libc_hidden_weak.
101         (waitpid): Define as alias of __waitpid.
102         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
103         __waitpid.
104         (__waitpid): Don't define as alias.  Use libc_hidden_def not
105         libc_hidden_weak.
106         (waitpid): Define as alias of __waitpid.
107         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
108         __libc_waitpid alias.
109         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
110         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
111         Likewise.
112         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
113         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
114         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
115         alias.
116         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
117         __waitpid.
118         (__waitpid): Don't define as alias.  Use libc_hidden_def not
119         libc_hidden_weak.
120         (waitpid): Define as alias of __waitpid.
121
122 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
123
124         * manual/llio.texi: Add comment that write safety has been
125         fixed in Linux.
126
127         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
128         (localplt-build-dso): Add elf/ld.so.
129         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
130         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
131         and free for ld.so.
132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
133         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
135         Likewise.
136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
137         Likewise.
138         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
139         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
140         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
141         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
142         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
143         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
144         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
145         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
146         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
147         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
148         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
149
150 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
151
152         [BZ #14132]
153         * include/libc-symbols.h (INTUSE): Remove macro.
154         (INTDEF): Likewise.
155         (INTVARDEF): Likewise.
156         (_INTVARDEF): Likewise.
157         (INTDEF2): Likewise.
158         (INTVARDEF2): Likewise.
159         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
160         rtld_hidden_def instead of INTVARDEF.
161         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
162         (_dl_starting_up_internal): Remove declaration.
163         (_dl_starting_up): Use rtld_hidden_proto.
164         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
165         declaration.
166         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
167         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
168         _dl_starting_up.
169         * elf/dl-writev.h (_dl_writev): Likewise.
170         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
171         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
172         _dl_starting_up_internal.
173
174 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
175
176         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
177         test-skeleton.c.
178
179 2014-11-05  Will Newton  <will.newton@linaro.org>
180
181         * benchtests/Makefile: (bench-malloc): Add malloc thread
182         scalability benchmark.
183         * benchtests/bench-malloc-threads.c: New file.
184
185 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
186
187         * sysdeps/aarch64/strchrnul.S: New file.
188
189 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
190
191         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
192         definition.
193         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
194         Likwise.
195         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
196         Likewise.
197         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
198         Likewise.
199         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
200         Likewise.
201         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
202         Likewise.
203
204 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
205
206         * catgets/test-gencat.c: Use test-skeleton.c.
207         * catgets/tst-catgets.c: Likewise.
208         * csu/tst-empty.c: Likewise.
209         * elf/tst-audit2.c: Likewise.
210         * elf/tst-global1.c: Likewise.
211         * elf/tst-pathopt.c: Likewise.
212         * elf/tst-piemod1.c: Likewise.
213         * elf/tst-tls10.c: Likewise.
214         * elf/tst-tls11.c: Likewise.
215         * elf/tst-tls12.c: Likewise.
216         * gnulib/tst-gcc.c: Likewise.
217         * iconvdata/tst-e2big.c: Likewise.
218         * iconvdata/tst-loading.c: Likewise.
219         * iconv/tst-iconv1.c: Likewise.
220         * iconv/tst-iconv2.c: Likewise.
221         * inet/test-inet6_opt.c: Likewise.
222         * inet/tst-gethnm.c: Likewise.
223         * inet/tst-network.c: Likewise.
224         * inet/tst-ntoa.c: Likewise.
225         * intl/tst-codeset.c: Likewise.
226         * intl/tst-gettext2.c: Likewise.
227         * intl/tst-gettext3.c: Likewise.
228         * intl/tst-ngettext.c: Likewise.
229         * intl/tst-translit.c: Likewise.
230         * io/test-stat.c: Likewise.
231         * libio/test-fmemopen.c: Likewise.
232         * libio/tst-freopen.c: Likewise.
233         * libio/tst-sscanf.c: Likewise.
234         * libio/tst-ungetwc1.c: Likewise.
235         * libio/tst-ungetwc2.c: Likewise.
236         * libio/tst-widetext.c: Likewise.
237         * localedata/tst-ctype.c: Likewise.
238         * localedata/tst-digits.c: Likewise.
239         * localedata/tst-leaks.c: Likewise.
240         * localedata/tst-mbswcs1.c: Likewise.
241         * localedata/tst-mbswcs2.c: Likewise.
242         * localedata/tst-mbswcs3.c: Likewise.
243         * localedata/tst-mbswcs4.c: Likewise.
244         * localedata/tst-mbswcs5.c: Likewise.
245         * localedata/tst-setlocale.c: Likewise.
246         * localedata/tst-trans.c: Likewise.
247         * localedata/tst-wctype.c: Likewise.
248         * localedata/tst-xlocale1.c: Likewise.
249         * login/tst-grantpt.c: Likewise.
250         * malloc/tst-calloc.c: Likewise.
251         * malloc/tst-malloc.c: Likewise.
252         * malloc/tst-mallocstate.c: Likewise.
253         * malloc/tst-mcheck.c: Likewise.
254         * malloc/tst-mtrace.c: Likewise.
255         * malloc/tst-obstack.c: Likewise.
256         * math/atest-exp2.c: Likewise.
257         * math/atest-exp.c: Likewise.
258         * math/atest-sincos.c: Likewise.
259         * math/test-matherr.c: Likewise.
260         * math/test-misc.c: Likewise.
261         * math/test-powl.c: Likewise.
262         * math/tst-definitions.c: Likewise.
263         * misc/tst-dirname.c: Likewise.
264         * misc/tst-efgcvt.c: Likewise.
265         * misc/tst-fdset.c: Likewise.
266         * misc/tst-hsearch.c: Likewise.
267         * misc/tst-mntent2.c: Likewise.
268         * nptl/tst-sem7.c: Likewise.
269         * nptl/tst-sem8.c: Likewise.
270         * nptl/tst-sem9.c: Likewise.
271         * nss/test-netdb.c: Likewise.
272         * posix/tst-fnmatch.c: Likewise.
273         * posix/tst-getlogin.c: Likewise.
274         * posix/tst-gnuglob.c: Likewise.
275         * posix/tst-mmap.c: Likewise.
276         * pwd/tst-getpw.c: Likewise.
277         * resolv/tst-inet_ntop.c: Likewise.
278         * rt/tst-timer.c: Likewise.
279         * stdio-common/test-fseek.c: Likewise.
280         * stdio-common/test-popen.c: Likewise.
281         * stdio-common/test-vfprintf.c: Likewise.
282         * stdio-common/tst-cookie.c: Likewise.
283         * stdio-common/tst-fileno.c: Likewise.
284         * stdio-common/tst-gets.c: Likewise.
285         * stdio-common/tst-obprintf.c: Likewise.
286         * stdio-common/tst-perror.c: Likewise.
287         * stdio-common/tst-sprintf2.c: Likewise.
288         * stdio-common/tst-sprintf3.c: Likewise.
289         * stdio-common/tst-sprintf.c: Likewise.
290         * stdio-common/tst-swprintf.c: Likewise.
291         * stdio-common/tst-tmpnam.c: Likewise.
292         * stdio-common/tst-unbputc.c: Likewise.
293         * stdio-common/tst-wc-printf.c: Likewise.
294         * stdlib/tst-environ.c: Likewise.
295         * stdlib/tst-fmtmsg.c: Likewise.
296         * stdlib/tst-limits.c: Likewise.
297         * stdlib/tst-rand48-2.c: Likewise.
298         * stdlib/tst-rand48.c: Likewise.
299         * stdlib/tst-random2.c: Likewise.
300         * stdlib/tst-random.c: Likewise.
301         * stdlib/tst-strtol.c: Likewise.
302         * stdlib/tst-strtoll.c: Likewise.
303         * stdlib/tst-tls-atexit.c: Likewise.
304         * stdlib/tst-xpg-basename.c: Likewise.
305         * string/test-ffs.c: Likewise.
306         * string/tst-bswap.c: Likewise.
307         * string/tst-inlcall.c: Likewise.
308         * string/tst-strtok.c: Likewise.
309         * string/tst-strxfrm.c: Likewise.
310         * sysdeps/x86_64/tst-audit10.c: Likewise.
311         * sysdeps/x86_64/tst-audit3.c: Likewise.
312         * sysdeps/x86_64/tst-audit4.c: Likewise.
313         * sysdeps/x86_64/tst-audit5.c: Likewise.
314         * time/tst-ftime_l.c: Likewise.
315         * time/tst-getdate.c: Likewise.
316         * time/tst-mktime3.c: Likewise.
317         * time/tst-mktime.c: Likewise.
318         * time/tst-posixtz.c: Likewise.
319         * time/tst-strptime2.c: Likewise.
320         * time/tst-strptime3.c: Likewise.
321         * wcsmbs/tst-btowc.c: Likewise.
322         * wcsmbs/tst-mbrtowc.c: Likewise.
323         * wcsmbs/tst-mbsrtowcs.c: Likewise.
324         * wcsmbs/tst-wchar-h.c: Likewise.
325         * wcsmbs/tst-wcpncpy.c: Likewise.
326         * wcsmbs/tst-wcrtomb.c: Likewise.
327         * wcsmbs/tst-wcsnlen.c: Likewise.
328         * wcsmbs/tst-wcstof.c: Likewise.
329
330 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
331
332         [BZ #14132]
333         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
334         INTDEF.
335         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
336         declaration.
337         (_dl_mcount): Use rtld_hidden_proto.
338         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
339         _dl_mcount.
340         * elf/rtld.c (_rtld_global_ro): Likewise.
341
342         [BZ #14132]
343         * elf/dl-init.c (_dl_init): Don't use INTDEF.
344         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
345         of _dl_init_internal.
346         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
347         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
348         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
349         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
350         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
351         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
352         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
353         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
354         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
355         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
356         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
357         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
358         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
359         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
360         * sysdeps/tile/dl-start.S (_start): Likewise.
361         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
362         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
363
364         [BZ #14132]
365         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
366         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
367         (rtld_progname): Make macro definition unconditional.
368         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
369         INTDEF.
370         (dlmopen_doit): Do not use INTUSE with _dl_argv.
371         (dl_main): Likewise.
372         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
373         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
374         instead of _dl_argv_internal.
375         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
376         __GI__dl_argv instead of INTUSE(_dl_argv).
377         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
378         __GI__dl_argv instead of _dl_argv_internal.
379
380         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
381         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
382         macro.
383         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
384         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
385         New macro.
386         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
387         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
388         macro.
389         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
390         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
391
392 2014-11-04  Andreas Schwab  <schwab@suse.de>
393
394         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
395
396 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
397
398         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
399         mtvsrd instruction in binary form.
400
401 2014-11-03  Andreas Schwab  <schwab@suse.de>
402
403         [BZ #17522]
404         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
405         for less than MB_LEN_MAX use a local buffer of that size.
406         * libio/tst-fputws.c: New file.
407         * libio/Makefile (tests): Add tst-fputws.
408
409 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
410
411         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
412         the size of the fpu_fr.fpu_dregs[] array.
413
414 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
415
416         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
417         (__nanosleep): Do not define as alias.
418         (nanosleep): Define as alias of __nanosleep.
419         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
420         __libc_nanosleep name.
421
422 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
423
424         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
425         install.texi in comment.
426
427 2014-10-31  Torvald Riegel  <triegel@redhat.com>
428
429         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
430         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
431         ... add here and use lwsync or sync ...
432         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
433         ... and add here using lwsync.
434
435 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
436
437         * elf/dl-machine-reject-phdr.h: New file.
438         * elf/dl-load.c: #include that.
439         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
440         if that returned true.
441
442 2014-10-31  Roland McGrath  <roland@hack.frob.com>
443
444         [BZ #17496]
445         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
446         gen-as-const-headers chunk.  Add a big scare comment after the last
447         safe place to touch before-compile.
448
449 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
450
451         * manual/install.texi (Tools for Compilation): Update autoconf
452         version requirements.
453         * INSTALL: Regenerated.
454
455         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
456         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
457         (__libc_pselect): Likewise.
458
459         [BZ #14138]
460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
464
465 2014-10-31  Torvald Riegel  <triegel@redhat.com>
466
467         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
468         correct barrier instruction.
469         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
470         Likewise.
471         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
472         Likewise.
473
474 2014-10-30  Roland McGrath  <roland@hack.frob.com>
475
476         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
477         after defining inlines.  Instead, just use parens to defeat macro
478         expansion of __isctype in its declaration.
479
480 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
481
482         * include/sys/uio.h (__libc_readv): Remove declaration.
483         (__libc_writev): Likewise.
484         * misc/readv.c (__libc_readv): Rename to __readv.
485         (__readv): Do not define as alias.
486         (readv): Define as alias of __readv.
487         * misc/writev.c (__libc_writev): Rename to __writev.
488         (__writev): Do not define as alias.
489         (writev): Define as alias of __writev.
490         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
491         (__readv): Do not define as alias.
492         (readv): Define unconditionally as alias of __readv.
493         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
494         (__writev): Do not define as alias.
495         (writev): Define unconditionally as alias of __writev.
496         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
497         name.
498         (writev): Do not define __libc_writev name.
499
500 2014-10-30  Roland McGrath  <roland@hack.frob.com>
501
502         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
503         (convert_charseq): New function, broken out of ...
504         (use_from_charmap): ... here.  Call it.
505         (use_to_charmap): Use convert_charseq and free instead of duplicating
506         its code with a variable-length stack struct.
507
508 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
509
510         * include/fcntl.h (__libc_creat): Remove declaration.
511         * io/creat.c (__libc_creat): Rename to creat.
512         (creat): Do not define as alias.
513         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
514         of creat instead of __libc_creat.
515         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
516         to creat.
517         (creat): Do not define as alias.
518         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
519         __libc_creat.
520         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
521         __libc_creat name.
522         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
523         Likewise.
524
525 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
526
527         * manual/llio.texi: Add comments discussing why write() may be
528         considered MT-unsafe on Linux.
529
530 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
531
532         * dl-load.c (local_strdup): Remove.
533         (expand_dynamic_string_token): Use __strdup.
534         (decompose_rpath): Likewise.
535         (_dl_map_object): Likewise.
536
537 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
538
539         [BZ #14132]
540         * sysdeps/generic/unwind-dw2-fde.c
541         (__register_frame_info_bases_internal): Do not declare.
542         (__register_frame_info_table_bases_internal): Likewise.
543         (__deregister_frame_info_bases_internal): Likewise.
544         (__register_frame_info_bases): Declare and use hidden_proto before
545         definition.  Use hidden_def instead of INTDEF.
546         (__register_frame_info_table_bases): Likewise.
547         (__deregister_frame_info_bases): Likewise.
548         (__register_frame_info): Do not use INTUSE.
549         (__register_frame): Likewise.
550         (__register_frame_info_table): Likewise.
551         (__register_frame_table): Likewise.
552         (__deregister_frame_info): Likewise.
553         (__deregister_frame): Likewise.
554
555 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
556
557         * sysdeps/unix/sysv/linux/arm/kernel-features.h
558         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
559         not undefine.
560         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
561         Likewise.
562         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
563         Likewise.
564
565 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
566
567         [BZ #14138]
568         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
569         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
570         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
571         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
572         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
573         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
574         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
575         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
576         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
577         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
578         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
579         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
580         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
581         syscall.
582         (setfsuid): Likewise.
583         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
584         (setfsuid): Likewise.
585         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
586         (setfsuid): Likewise.
587         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
588         Likewise.
589         (setfsuid): Likewise.
590         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
591         (setfsuid): Likewise.
592         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
593         Likewise.
594         (setfsuid): Likewise.
595
596 2014-10-27  Andreas Schwab  <schwab@suse.de>
597
598         [BZ #17501]
599         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
600         check for Slow_SSE4_2 feature bit.
601         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
602         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
603         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
604         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
605
606 2014-10-24  Roland McGrath  <roland@hack.frob.com>
607
608         * configure.ac: Validate compiler version with a empirical test of
609         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
610         $CC -v output.
611         * configure: Regenerated.
612
613         * inet/htons.c (htons): Prototypify.
614         * inet/htonl.c (htonl): Likewise.
615
616 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
617
618         * string/strncat.c (strncat): Improve performance by using strlen.
619
620 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
621
622         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
623
624 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
625
626         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
627         Call libc_fetestexcept_aarch64.
628
629 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
630
631         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
632         Call libc_feholdexcept_aarch64.
633
634 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
635
636         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
637         Call get_rounding_mode.
638
639 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
640
641         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
642         Simplify logic.
643
644 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
645
646         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
647         Simplify logic.
648
649 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
650
651         [BZ #14138]
652         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
653         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
654         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
655         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
656         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
657         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
658         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
659         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
660         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
661         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
662         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
663         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
664         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
665         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
666         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
667         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
668         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
669         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
670         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
671         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
672         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
673         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
674         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
675         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
676         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
677         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
678         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
679         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
680         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
681         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
682         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
683         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
684         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
685         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
686         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
687         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
688         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
689         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
690         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
691         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
692         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
693         syscall.
694         (geteuid): Likewise.
695         (getgid): Likewise.
696         (getuid): Likewise.
697         (getresgid): Likewise.
698         (getresuid): Likewise.
699         (getgroups): Likewise.
700         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
701         (geteuid): Likewise.
702         (getgid): Likewise.
703         (getuid): Likewise.
704         (getresgid): Likewise.
705         (getresuid): Likewise.
706         (getgroups): Likewise.
707         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
708         (geteuid): Likewise.
709         (getgid): Likewise.
710         (getuid): Likewise.
711         (getresgid): Likewise.
712         (getresuid): Likewise.
713         (getgroups): Likewise.
714         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
715         Likewise.
716         (geteuid): Likewise.
717         (getgid): Likewise.
718         (getuid): Likewise.
719         (getresgid): Likewise.
720         (getresuid): Likewise.
721         (getgroups): Likewise.
722         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
723         (geteuid): Likewise.
724         (getgid): Likewise.
725         (getuid): Likewise.
726         (getresgid): Likewise.
727         (getresuid): Likewise.
728         (getgroups): Likewise.
729         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
730         Likewise.
731         (geteuid): Likewise.
732         (getgid): Likewise.
733         (getuid): Likewise.
734         (getgroups): Likewise.
735
736         [BZ #14138]
737         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
738         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
739         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
740         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
741         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
742         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
743         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
744         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
745         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
746         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
747         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
748         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
749         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
750         __chown.
751         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
752         (lchown): Likewise.
753         (fchown): Likewise.
754         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
755         Likewise.
756         (lchown): Likewise.
757         (fchown): Likewise.
758         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
759         (lchown): Likewise.
760         (fchown): Likewise.
761         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
762         Likewise.
763         (lchown): Likewise.
764         (fchown): Likewise.
765
766 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
767
768         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
769         Simplify logic.
770
771 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
772
773         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
774         Cleanup logic.
775
776 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
777
778         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
779         Remove unused include.
780
781 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
782
783         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
784         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
785         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
786         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
787
788 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
789             Helge Deller <deller@gmx.de>
790
791         [BZ #17508]
792         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
793         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
794         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
795
796 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
797
798         [BZ #14132]
799         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
800         Remove macro definition.
801         (__ashrdi3_v_glibc20): Likewise.
802         (__lshrdi3_v_glibc20): Likewise.
803         (__cmpdi2_v_glibc20): Likewise.
804         (__ucmpdi2_v_glibc20): Likewise.
805         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
806         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
807         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
808         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
809         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
810         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
811
812 2014-10-22  Roland McGrath  <roland@hack.frob.com>
813
814         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
815         old GNU extension [0] syntax.
816         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
817         alloca rather than an array member with variable length.
818         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
819         * nscd/nscd.c (invalidate_db): New function, broken out of ...
820         (parse_opt): ... here.  Likewise use alloca there.
821         Validate the -i argument before checking for rootness.
822         (send_shutdown): New function, broken out of ...
823         (parse_opt): ... here.
824
825 2014-10-22  Roland McGrath  <roland@hack.frob.com>
826
827         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
828         macro to get at the _rt_local_ro field.
829         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
830         ([PIC] case) or _dl_hwcap ([!PIC] case).
831         * sysdeps/arm/setjmp.S: Likewise.
832
833         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
834         * sysdeps/arm/configure.ac: New check to define it.
835         * sysdeps/arm/configure: Regenerated.
836         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
837         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
838         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
839         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
840         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
841         Use move/movt pair instead of a load.
842         (LDST_GLOBAL): Macro removed.
843         (LDR_GLOBAL): New macro replaces it.
844         (LDR_HIDDEN): New macro.
845         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
846         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
847
848         * setjmp/tst-setjmp-static.c: New file.
849         * setjmp/Makefile (tests): Add it.
850         (tests-static): New variable.
851
852 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
853
854         [BZ #17485]
855         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
856
857 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
858
859         [BZ #14132]
860         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
861
862 2014-10-21  Roland McGrath  <roland@hack.frob.com>
863
864         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
865
866 2014-10-20  Roland McGrath  <roland@hack.frob.com>
867
868         * io/fts.c (dirent_not_directory): New function.
869         (fts_build): Call it.
870
871 2014-10-20  Roland McGrath  <roland@hack.frob.com>
872
873         * nptl/version.c (__nptl_main): Use normal __write rather than
874         INTERNAL_SYSCALL.
875         (banner): Update copyright years.
876
877         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
878         gettimeofday.
879         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
880         * nptl/pthread_cond_timedwait.c: Likewise.
881         * nptl/pthread_mutex_timedlock.c: Likewise.
882         * nptl/sem_timedwait.c: Likewise.
883
884         * sysdeps/nptl/bits/libc-lock.h
885         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
886         (__libc_lock_init_recursive): Return void, not 0.
887         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
888         (__libc_rwlock_init): Likewise.
889         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
890
891 2014-10-20  Torvald Riegel  <triegel@redhat.com>
892
893         [BZ #15215]
894         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
895         (__pthread_once_slow): ... here.
896         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
897         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
898
899 2014-10-20  Torvald Riegel  <triegel@redhat.com>
900
901         [BZ #15215]
902         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
903         __PTHREAD_ONCE_FORK_GEN_INCR): New.
904         * sysdeps/nptl/fork.c (__libc_fork): Use them.
905         * nptl/pthread_once.c (__pthread_once): Likewise.
906         Update comments.
907
908 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
909
910         [BZ #14138]
911         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
912         name.
913         (writev): Use __libc_writev as strong name.
914         * sysdeps/unix/sysv/linux/readv.c: Remove file.
915         * sysdeps/unix/sysv/linux/writev.c: Likewise.
916
917 2014-10-17  Roland McGrath  <roland@hack.frob.com>
918
919         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
920
921         * sysdeps/i386/nptl/tls.h
922         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
923         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
924         New macros.
925         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
926         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
927         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
928         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
929         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
930         Call CHECK_THREAD_SYSINFO instead of doing an assert.
931
932         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
933         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
934         on [__NR_futex].
935         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
936         broken out of ...
937         (__pthread_mutex_init): ... here.  Call it.
938         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
939         Conditionalize PI cases on [__NR_futex].
940         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
941         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
942         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
943
944         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
945         conditional on [SIGSETXID].
946         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
947         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
948         is defined.  Likewise for SIGSETXID.
949         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
950         Conditionalize definitions on [SIGSETXID].
951         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
952         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
953         unblocking on [SIGCANCEL].
954
955         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
956         [__NR_set_robust_list].
957
958 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
959
960         * string/strcoll_l.c (get_next_seq): Fix up formatting.
961         (do_compare): Likewise.
962
963 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
964
965         [BZ #15884]
966         * string/strcoll_l.c: Don't include stdio.h.
967         (coll_seq): Remove members idxarr and rulearr.
968         (get_next_seq_cached): Remove function.
969         (get_next_seq): Likewise.
970         (get_next_seq_nocache): Rename to get_next_seq.
971         (do_compare): Remove function.
972         (do_compare_nocache): Rename to do_compare.
973         (STRCOLL): Remove weight and rules cache.
974
975 2014-10-16  Roland McGrath  <roland@hack.frob.com>
976
977         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
978         * sysdeps/arm/sfp-machine.h: ... to here.
979         * sysdeps/arm/Implies: Remove arm/soft-fp.
980
981 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
982
983         * conform/data/sys/utsname.h-data (*_t): Allow.
984         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
985         [POSIX] (WEXITED): Do not expect constant.
986         [POSIX] (WSTOPPED): Likewise.
987         [POSIX] (WNOHANG): Likewise.
988         [POSIX] (WNOWAIT): Likewise.
989         [POSIX] (siginfo_t): Do not expect type or elements.
990         [POSIX] (pid_t): Do not expect type.
991         [POSIX] (signal.h): Do not allow header.
992         [POSIX] (sys/resource.h): Likewise.
993         [POSIX] (si_*): Do not allow pattern.
994         [POSIX] (W*): Likewise.
995         [POSIX] (P_*): Likewise.
996         [POSIX] (BUS_*): Likewise.
997         [POSIX] (CLD_*): Likewise.
998         [POSIX] (FPE_*): Likewise.
999         [POSIX] (ILL_*): Likewise.
1000         [POSIX] (POLL_*): Likewise.
1001         [POSIX] (SEGV_*): Likewise.
1002         [POSIX] (SI_*): Likewise.
1003         [POSIX] (TRAP_*): Likewise.
1004         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
1005         variable.
1006
1007 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
1008
1009         [BZ #12926]
1010         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
1011         infinite loop when __recvmsg returns 0.
1012
1013 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
1014
1015         * CANCEL-FCT-WAIVE: Remove file.
1016         * CANCEL-FILE-WAIVE: Likewise.
1017
1018         [BZ #14132]
1019         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
1020         instead of INTVARDEF.
1021         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
1022         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
1023         rtld_hidden_data_def instead of INTVARDEF.
1024         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
1025         * elf/dl-deps.c (expand_dst): Likewise.
1026         * elf/dl-load.c (_dl_dst_count): Likewise.
1027         (_dl_dst_substitute): Likewise.
1028         (decompose_rpath): Likewise.
1029         (_dl_init_paths): Likewise.
1030         (open_path): Likewise.
1031         (_dl_map_object): Likewise.
1032         * elf/rtld.c (dl_main): Likewise.
1033         (process_dl_audit): Likewise.
1034         (process_envvars): Likewise.
1035         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
1036         Remove declaration.
1037         (__libc_enable_secure): Use rtld_hidden_proto.
1038
1039 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
1040
1041         * elf/dl-load.c
1042         (add_path): New function broken out of _dl_rtld_di_serinfo.
1043         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
1044
1045 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
1046
1047         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
1048         parentheses around macro arguments.
1049         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
1050         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
1051         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
1052         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
1053         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
1054         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
1055         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
1056         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
1057         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
1058         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
1059         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
1060         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
1061         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
1062         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
1063         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
1064         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
1065         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
1066         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
1067         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
1068         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
1069         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
1070         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
1071         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
1072         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
1073         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
1074         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
1075         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
1076         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
1077         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
1078         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
1079         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
1080         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
1081         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
1082         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
1083         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
1084         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
1085         Likewise.
1086         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
1087         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
1088         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
1089         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
1090         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
1091         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
1092         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
1093         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
1094         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
1095         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
1096         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
1097         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
1098         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
1099         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
1100         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
1101         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
1102         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
1103         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
1104         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
1105         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
1106         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
1107         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
1108         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
1109         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
1110         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
1111         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
1112         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
1113         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
1114         (_FP_FRAC_SRS_1): Likewise.
1115         (_FP_FRAC_CLZ_1): Likewise.
1116         (_FP_MUL_MEAT_1_imm): Likewise.
1117         (_FP_MUL_MEAT_1_wide): Likewise.
1118         (_FP_MUL_MEAT_1_hard): Likewise.
1119         (_FP_SQRT_MEAT_1): Likewise.
1120         (_FP_FRAC_ASSEMBLE_1): Likewise.
1121         (_FP_FRAC_DISASSEMBLE_1): Likewise.
1122         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
1123         (__FP_CLZ_2): Likewise.
1124         (_FP_MUL_MEAT_2_wide): Likewise.
1125         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
1126         (_FP_MUL_MEAT_2_gmp): Likewise.
1127         (_FP_MUL_MEAT_2_120_240_double): Likewise.
1128         (_FP_SQRT_MEAT_2): Likewise.
1129         (_FP_FRAC_ASSEMBLE_2): Likewise.
1130         (_FP_FRAC_DISASSEMBLE_2): Likewise.
1131         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
1132         (_FP_FRAC_CLZ_4): Likewise.
1133         (_FP_MUL_MEAT_4_wide): Likewise.
1134         (_FP_MUL_MEAT_4_gmp): Likewise.
1135         (_FP_SQRT_MEAT_4): Likewise.
1136         (_FP_FRAC_ASSEMBLE_4): Likewise.
1137         (_FP_FRAC_DISASSEMBLE_4): Likewise.
1138         * soft-fp/op-common.h (_FP_CMP): Likewise.
1139         (_FP_CMP_EQ): Likewise.
1140         (_FP_CMP_UNORD): Likewise.
1141         (_FP_TO_INT): Likewise.
1142         (_FP_FROM_INT): Likewise.
1143         [!__FP_CLZ] (__FP_CLZ): Likewise.
1144         (_FP_DIV_HELP_imm): Likewise.
1145         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
1146         Likewise.
1147         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
1148         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
1149         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
1150         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
1151         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
1152         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
1153         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
1154         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
1155         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
1156         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
1157         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
1158         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
1159         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
1160         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
1161         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
1162         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
1163         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
1164         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
1165         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
1166         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
1167         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
1168         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
1169         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
1170         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
1171         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
1172         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
1173         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
1174         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
1175         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
1176         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
1177         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
1178         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
1179         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
1180         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
1181         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
1182         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
1183         (FP_UNPACK_RAW_SP): Likewise.
1184         (FP_PACK_RAW_S): Likewise.
1185         (FP_PACK_RAW_SP): Likewise.
1186         (FP_UNPACK_S): Likewise.
1187         (FP_UNPACK_SP): Likewise.
1188         (FP_UNPACK_SEMIRAW_S): Likewise.
1189         (FP_UNPACK_SEMIRAW_SP): Likewise.
1190         (FP_PACK_S): Likewise.
1191         (FP_PACK_SP): Likewise.
1192         (FP_PACK_SEMIRAW_S): Likewise.
1193         (FP_PACK_SEMIRAW_SP): Likewise.
1194         (_FP_SQRT_MEAT_S): Likewise.
1195         (FP_CMP_S): Likewise.
1196         (FP_CMP_EQ_S): Likewise.
1197         (FP_CMP_UNORD_S): Likewise.
1198         (FP_TO_INT_S): Likewise.
1199         (FP_FROM_INT_S): Likewise.
1200
1201         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
1202
1203         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
1204         (FP_EX_INVALID_IMZ): Likewise.
1205         (FP_EX_INVALID_IMZ_FMA): Likewise.
1206         (FP_EX_INVALID_ISI): Likewise.
1207         (FP_EX_INVALID_ZDZ): Likewise.
1208         (FP_EX_INVALID_IDI): Likewise.
1209         (FP_EX_INVALID_SQRT): Likewise.
1210         (FP_EX_INVALID_CVI): Likewise.
1211         (FP_EX_INVALID_VC): Likewise.
1212         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
1213         "invalid" exceptions.
1214         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
1215         (_FP_ADD_INTERNAL): Likewise.
1216         (_FP_MUL): Likewise.
1217         (_FP_FMA): Likewise.
1218         (_FP_DIV): Likewise.
1219         (_FP_CMP_CHECK_NAN): Likewise.
1220         (_FP_SQRT): Likewise.
1221         (_FP_TO_INT): Likewise.
1222         (FP_EXTEND): Likewise.
1223
1224 2014-10-09  Allan McRae  <allan@archlinux.org>
1225
1226         * po/fr.po: Update French translation from translation project.
1227
1228 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
1229
1230         [BZ #14132]
1231         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
1232         of INTDEF.
1233         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
1234         (__cxa_atexit): Use libc_hidden_proto.
1235         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
1236
1237         [BZ #14132]
1238         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
1239         declaration.
1240         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
1241         [!_ISOMAC] (__iswspace_l_internal): Likewise.
1242         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
1243         [!_ISOMAC] (__iswctype_internal): Likewise.
1244         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
1245         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
1246         alias.
1247         (fcntl): Remove __fcntl_internal alias.
1248         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
1249         __connect_internal alias.
1250         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
1251         Likewise.
1252
1253         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
1254         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
1255         FP_DENORM_ZERO.
1256         (_FP_CHECK_FLUSH_ZERO): New macro.
1257         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
1258         (_FP_CMP): Likewise.
1259         (_FP_CMP_EQ): Likewise.
1260         (_FP_TO_INT): Do not set inexact for subnormal arguments if
1261         FP_DENORM_ZERO.
1262         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
1263         (FP_TRUNC): Likewise.
1264
1265         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
1266         treated as invalid conversion, not as normal exponent.
1267
1268         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
1269         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
1270         (_FP_CMP_EQ): Likewise.
1271         (_FP_CMP_UNORD): Likewise.
1272         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
1273         (FP_CMP_EQ_D): Likewise.
1274         (FP_CMP_UNORD_D): Likewise.
1275         * soft-fp/extended.h (FP_CMP_E): Likewise.
1276         (FP_CMP_EQ_E): Likewise.
1277         (FP_CMP_UNORD_E): Likewise.
1278         * soft-fp/quad.h (FP_CMP_Q): Likewise.
1279         (FP_CMP_EQ_Q): Likewise.
1280         (FP_CMP_UNORD_Q): Likewise.
1281         * soft-fp/single.h (FP_CMP_S): Likewise.
1282         (FP_CMP_EQ_S): Likewise.
1283         (FP_CMP_UNORD_S): Likewise.
1284         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
1285         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
1286         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
1287         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
1288         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
1289         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
1290         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
1291         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
1292         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
1293         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
1294         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
1295         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
1296         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
1297         to FP_CMP_Q.
1298         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
1299         FP_CMP_Q.
1300         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
1301         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
1302         FP_CMP_EQ_Q.
1303         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
1304         FP_CMP_Q.
1305         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
1306         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
1307         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
1308         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
1309         FP_CMP_EQ_Q.
1310         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
1311         FP_CMP_Q.
1312         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
1313         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
1314         FP_CMP_EQ_Q.
1315         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
1316         FP_CMP_Q.
1317         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
1318         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
1319         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
1320         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
1321         FP_CMP_EQ_Q.
1322
1323         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
1324         a subnormal result, set the underflow exception if trapping on
1325         underflow is enabled.
1326         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
1327         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
1328         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
1329         redefine to 0.
1330         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
1331         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
1332         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
1333         * soft-fp/extendxftf2.c (__extendxftf2): Use
1334         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
1335
1336         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
1337         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
1338         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
1339         FP_HANDLE_EXCEPTIONS.
1340         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
1341         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
1342         FP_HANDLE_EXCEPTIONS.
1343         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
1344         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
1345         FP_HANDLE_EXCEPTIONS.
1346         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
1347         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
1348         FP_HANDLE_EXCEPTIONS.
1349
1350 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
1351
1352         [BZ #14132]
1353         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
1354         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
1355         use INTUSE.
1356         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
1357         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
1358         Remove alias.
1359         (__adjtimex): Define using libc_hidden_ver.
1360         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
1361         Remove declaration.
1362         (ntp_gettime): Call __adjtimex directly.
1363         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
1364         Remove declaration.
1365         (ntp_gettimex): Call __adjtimex directly.
1366         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
1367         __adjtimex_internal alias.
1368
1369 2014-10-08  Roland McGrath  <roland@hack.frob.com>
1370
1371         [BZ #17460]
1372         * nscd/nscd.c (more_help): Rewrite list of tables collection
1373         using xstrdup and asprintf.
1374
1375         * nscd/nscd_conf.c: Remove local xstrdup declaration.
1376
1377 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
1378             Roland McGrath  <roland@hack.frob.com>
1379
1380         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
1381         (do_lookup_unique): ... local function 'enter' here; update callers.
1382
1383 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
1384
1385         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
1386         compat_symbol calls on [SHARED].
1387         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
1388         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
1389         Remove.
1390         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
1391         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
1392         (oldsetrlimit): Remove.
1393         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
1394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
1395         (lchown): New syscall entry.
1396         (oldsetrlimit): Remove.
1397         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
1398         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
1399         (oldsetrlimit): Remove.
1400         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
1401
1402         [BZ #14138]
1403         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
1404         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
1405         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
1406         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
1407         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
1408         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
1409         (fchown): Likewise.
1410         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
1411         (fchown): Likewise.
1412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
1413         Likewise.
1414
1415 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1416
1417         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
1418         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
1419         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
1420         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
1421         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
1422         Likewise.
1423         (__old_sem_post): Likewise.
1424
1425 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
1426
1427         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
1428         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
1429         HAVE_CLOCK_GETTIME_VSYSCALL macros.
1430         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
1431         Use INLINE_VSYSCALL macro.
1432         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
1433         __vdso_clock_gettime.
1434         * sysdeps/unix/sysv/linux/tile/init-first.c
1435         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
1436         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
1437         __vdso_clock_gettime.
1438
1439         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
1440         to set up frame more cleanly.
1441
1442         * sysdeps/tile/memcmp.c: New file.
1443
1444         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
1445
1446         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
1447         * sysdeps/tile/tilegx/strcasestr.c: New file.
1448         * sysdeps/tile/tilegx/strnlen.c: New file.
1449         * sysdeps/tile/tilegx/strstr.c: New file.
1450
1451         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
1452
1453 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
1454
1455         * nptl/tst-setuid3.c: Write errors to stdout.
1456
1457 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
1458
1459         * elf/dl-deps.c
1460         (preload): New functions broken out of _dl_map_object_deps.
1461         (_dl_map_object_deps):  Remove a nested function. Update call sites.
1462
1463 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
1464
1465         [BZ #14138]
1466         * sysdeps/unix/sysv/linux/execve.c: Remove file.
1467         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
1468
1469 2014-10-01  Steve Ellcey  <sellcey@mips.com>
1470
1471         * sysdeps/mips/strcmp.S: New.
1472
1473 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
1474
1475         [BZ #14138]
1476         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
1477         (linkat): Likewise.
1478         (mkdirat): Likewise.
1479         (readlinkat): Likewise.
1480         (renameat): Likewise.
1481         (symlinkat): Likewise.
1482         (unlinkat): Likewise.
1483         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
1484         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
1485         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
1486         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
1487         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
1488         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
1489         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
1490
1491 2014-09-30  Will Newton  <will.newton@linaro.org>
1492
1493         * math/math.h: Define long double math functions if
1494         _LIBC_TEST is defined.
1495         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
1496
1497         * localedata/Makefile: Move assignment to tests-special
1498         into an ifdef testing run-built-tests.
1499         * timezone/Makefile: Likewise.
1500
1501 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
1502
1503         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
1504         with $(BASH) not $(SHELL).
1505
1506 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
1507             Matthew LeGendre  <legendre1@llnl.gov>
1508
1509         [BZ #17411]
1510         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
1511         l_reloc_result.
1512
1513 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
1514
1515         * stdio-common/printf_fp.c
1516         (hack_digit): New function, broken out of ...
1517         (__printf_fp): ... local function here.  Update call sites.
1518         hack_digit now takes an additional parameter that is a pointer
1519         to a struct of the referenced locals.  Those locals moved inside
1520         the struct and references updated.
1521
1522 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
1523
1524         * aclocal.m4: Require autoconf 2.69.
1525         * configure: Regenerated.
1526         * sysdeps/aarch64/configure: Likewise.
1527         * sysdeps/alpha/configure: Likewise.
1528         * sysdeps/arm/armv7/configure: Likewise.
1529         * sysdeps/arm/configure: Likewise.
1530         * sysdeps/ia64/configure: Likewise.
1531         * sysdeps/mach/configure: Likewise.
1532         * sysdeps/mips/configure: Likewise.
1533         * sysdeps/s390/configure: Likewise.
1534         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
1535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
1536
1537         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
1538         file.
1539         * sysdeps/ia64/configure.ac: Likewise.
1540
1541 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
1542
1543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
1544         specify symbol version for ld.so.  Do not include entry for
1545         libpthread.
1546         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
1547         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
1548         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
1549
1550         [BZ #14171]
1551         * Makeconfig [$(build-shared) = yes]
1552         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
1553         makefiles.
1554         [$(build-shared) = yes && $(soversions.mk-done) = t]
1555         ($(common-objpfx)gnu/lib-names.h): Remove rule.
1556         [$(build-shared) = yes && $(soversions.mk-done) = t]
1557         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
1558         to Makerules.
1559         [$(build-shared) = yes && $(soversions.mk-done) = t]
1560         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
1561         here.
1562         [$(build-shared) = yes && $(soversions.mk-done) = t]
1563         (common-generated): Don't append gnu/lib-names.h and
1564         gnu/lib-names.stmp here.
1565         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
1566         (lib-names-h-abi): New variable.
1567         [$(build-shared) = yes && $(soversions.mk-done) = t]
1568         (lib-names-stmp-abi): Likewise.
1569         [$(build-shared) = yes && $(soversions.mk-done) = t &&
1570         abi-variants] (before-compile): Append
1571         $(common-objpfx)$(lib-names-h-abi).
1572         [$(build-shared) = yes && $(soversions.mk-done) = t &&
1573         abi-variants] (common-generated): Append gnu/lib-names.h.
1574         [$(build-shared) = yes && $(soversions.mk-done) = t &&
1575         abi-variants] (install-others-nosubdir): Depend on
1576         $(inst_includedir)/$(lib-names-h-abi).
1577         [$(build-shared) = yes && $(soversions.mk-done) = t &&
1578         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
1579         [$(build-shared) = yes && $(soversions.mk-done) = t]
1580         ($(common-objpfx)$(lib-names-h-abi)): New rule.
1581         [$(build-shared) = yes && $(soversions.mk-done) = t]
1582         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
1583         [$(build-shared) = yes && $(soversions.mk-done) = t]
1584         (common-generated): Append $(lib-names-h-abi) and
1585         $(lib-names-stmp-abi).
1586         * scripts/lib-names.awk: Do not handle multi being set.
1587         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
1588         Remove variable.
1589         (abi-lp64_be-ld-soname): Likewise.
1590         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
1591         Likewise.
1592         (abi-hard-ld-soname): Likewise.
1593         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
1594         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
1595         Remove variable.
1596         (abi-o32_hard-ld-soname): Likewise.
1597         (abi-o32_soft_2008-ld-soname): Likewise.
1598         (abi-o32_hard_2008-ld-soname): Likewise.
1599         (abi-n32_soft-ld-soname): Likewise.
1600         (abi-n32_hard-ld-soname): Likewise.
1601         (abi-n32_soft_2008-ld-soname): Likewise.
1602         (abi-n32_hard_2008-ld-soname): Likewise.
1603         (abi-n64_soft-ld-soname): Likewise.
1604         (abi-n64_hard-ld-soname): Likewise.
1605         (abi-n64_soft_2008-ld-soname): Likewise.
1606         (abi-n64_hard_2008-ld-soname): Likewise.
1607         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
1608         Likewise.
1609         (abi-64-v2-ld-soname): Likewise.
1610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
1611         ld.so entries.
1612         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
1613         variable.
1614         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
1615         entry.
1616         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
1617         variable.
1618         (abi-64-ld-soname): Likewise.
1619         (abi-x32-ld-soname): Likewise.
1620         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
1621         entry.
1622         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
1623
1624 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
1625
1626         [BZ #14138]
1627         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
1628         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
1629         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
1630         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
1631         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
1632         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
1633         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
1634         syscall entry for GLIBC_2.2 symbol version.
1635         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
1636         Likewise.
1637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
1638         (setrlimit): Likewise.
1639         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
1640         Likewise.
1641
1642 2014-09-23  Will Newton  <will.newton@linaro.org>
1643
1644         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
1645         _LINUX_ARM_SYSDEP_H include guard too.
1646         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
1647         define.
1648
1649 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
1650
1651         * sysdeps/unix/sysv/linux/eventfd.c:
1652         Make first argument unsigned.
1653         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
1654         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
1655
1656 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
1657
1658         * socket/recvmmsg.c (recvmmsg): Drop const argument.
1659         * socket/sys/socket.h: Likewise
1660         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
1661
1662 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1663
1664         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
1665
1666 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
1667
1668         * time/tst-ftime.c: New test.
1669         * time/Makefile (tests): Add tst-ftime.
1670
1671 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
1672
1673         * soft-fp/extended.h: Fix comment formatting.
1674         * soft-fp/op-1.h: Likewise.
1675         * soft-fp/op-2.h: Likewise.
1676         * soft-fp/op-4.h: Likewise.
1677         * soft-fp/op-8.h: Likewise.
1678         * soft-fp/op-common.h: Likewise.
1679         * soft-fp/soft-fp.h: Likewise.
1680
1681         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
1682
1683 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
1684
1685         [BZ #6652]
1686         * Makeconfig (soversions-default-setname): Remove variable.
1687         ($(common-objpfx)soversions.i): Don't pass default_setname to
1688         soversions.awk.
1689         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
1690         oldest_abi to abi-versions.awk.
1691         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
1692         * config.make.in (oldest-abi): Remove variable.
1693         * configure.ac (--enable-oldest-abi): Remove configure option.
1694         * configure: Regenerated.
1695         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
1696         text.
1697         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
1698         * scripts/soversions.awk: Do not handle default_setname variable.
1699         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
1700         variable.
1701         * sysdeps/mach/hurd/configure: Regenerated.
1702         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
1703         variable.
1704         * sysdeps/unix/sysv/linux/configure: Regenerated.
1705
1706 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
1707
1708         * elf/Makefile (CFLAGS-interp.c): Remove.
1709         ($(elf-objpfx)runtime-linker.h): Generate header with linker
1710         path string.
1711         * elf/interp.c: Include generated runtime-linker.h
1712
1713         * Makerules (lib%.so): Don't include $(+interp) in
1714         prerequisites.
1715         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
1716         * dlfcn/eval.c: Remove file.
1717
1718         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
1719         macros.
1720
1721         [BZ #17266]
1722         * misc/sys/cdefs.h: Define __extern_always_inline for clang
1723         4.2 and newer.
1724
1725         [BZ #17370]
1726         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
1727
1728 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
1729             Jakub Jelinek  <jakub@redhat.com>
1730
1731         [BZ #17266]
1732         * libio/stdio.h: Check definition of __fortify_function
1733         instead of __extern_always_inline to include bits/stdio2.h.
1734         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
1735         check if __extern_always_inline is defined.
1736         [__USE_MISC || __USE_XOPEN]: Likewise.
1737         [__USE_ISOC99] Likewise.
1738         * misc/sys/cdefs.h (__fortify_function): Define only if
1739         __extern_always_inline is defined.
1740         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
1741         __extern_always_inline and __extern_inline only for g++-4.3
1742         and newer or a compatible gcc.
1743
1744 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
1745
1746         [BZ #17371]
1747         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
1748         last change to handle zero prefix length.
1749
1750 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
1751
1752         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
1753         _SC_REGEX_VERSION.
1754
1755         * posix/getconf.c (vars): Add _POSIX_IPV6 and
1756         _POSIX_RAW_SOCKETS.
1757
1758 2014-09-13  Allan McRae  <allan@archlinux.org>
1759
1760         * po/ru.po: Update Russian translation from translation project.
1761
1762 2014-09-12  Roland McGrath  <roland@hack.frob.com>
1763
1764         * locale/programs/locale.c (show_locale_vars): Inline local function
1765         into its sole call site.  Clean up some style nits.
1766         (print_item): New function, broken out of ...
1767         (show_info): ... local function here.  Clean up style nits.
1768
1769         * locale/programs/ld-ctype.c (set_one_default): New function, broken
1770         out of ...
1771         (set_class_defaults): ... local function set_default here.
1772         Define set_default as a macro locally to pass constant parameters.
1773         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
1774         rather than a shared local.
1775
1776         * stdlib/rpmatch.c (try): New function, broken out of ...
1777         (rpmatch): ... local function here.  Also, prototypify definition.
1778
1779 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
1780
1781         * scripts/soversions.awk: Do not handle configuration names.
1782         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
1783         vendor and os variables to soversions.awk.
1784         * configure.ac: Do not modify gnu-* host_os.
1785         * configure: Regenerated
1786         * shlib-versions: Remove first column with configuration names.
1787         * nptl/shlib-versions: Likewise.
1788         * nptl_db/shlib-versions: Likewise.
1789         * sysdeps/hppa/shlib-versions: Likewise.
1790         * sysdeps/m68k/shlib-versions: Likewise.
1791         * sysdeps/mach/hurd/shlib-versions: Likewise.
1792         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
1793         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
1794         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
1795         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
1796         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
1797         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
1798         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
1799         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
1800         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
1801         Likewise.
1802         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
1803         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
1804         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
1805         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
1806         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
1807         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
1808         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
1809         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
1810
1811         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
1812         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
1813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
1814         Regenerated.
1815         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
1816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
1817         Condition symbol version definitions on [HAVE_ELFV2_ABI].
1818
1819         * shlib-versions: Remove OS-specific entries.  Moved to files in
1820         sysdeps.
1821         * sysdeps/mach/hurd/shlib-versions: New file.
1822         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
1823
1824         * nptl/shlib-versions: Remove architecture-specific entries.
1825         Moved to files in sysdeps.
1826         * shlib-versions: Likewise.
1827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
1828         file.
1829         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
1830         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
1831         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
1832         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
1833
1834         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
1835         (UDP_NO_CHECK6_RX): Likewise.
1836
1837 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1838
1839         * sysdeps/posix/sysconf.c (__sysconf): Spell
1840         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
1841
1842 2014-08-12  Florian Weimer  <fweimer@redhat.com>
1843
1844         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
1845         loading.
1846         * iconv/Versions (__gconv_transliterate): Export for use from
1847         gconv modules.
1848         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
1849         (struct __gconv_trans_data, __gconv_trans_fct,
1850         __gconv_trans_context_fct, __gconv_trans_query_fct,
1851         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
1852         definitions.
1853         (struct __gconv_step_data): Remove __trans member.
1854         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
1855         longer hidden.  Remove unused trans_data argument.
1856         * iconv/gconv_int.h (struct trans_struct): Remove definition.
1857         (__gconv_translit_find): Remove declaration.
1858         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
1859         prototype.
1860         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
1861         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
1862         trans_data argument.  Add hidden definition.
1863         (__gconv_translit_find): Remove.
1864         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
1865         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
1866         * iconv/skeleton.c: Remove transliteration initialization.
1867         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
1868         __gconv_step_data initialization.
1869         * libio/iofwide.c (__libio_translit_): Remove.
1870         (_IO_fwide): Adjust struct __gconv_step_data initialization.
1871         * wcsmbs/btowc.c (__btowc): Likewise.
1872         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
1873         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
1874         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
1875         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
1876         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
1877         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
1878         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
1879         * wcsmbs/wctob.c (wctob): Likewise.
1880
1881 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1882
1883         [BZ #16194]
1884         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
1885         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
1886         register usage.
1887         * sysdeps/x86/Makefile: Adjust.
1888
1889 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
1890             Roland McGrath  <roland@hack.frob.com>
1891
1892         * locale/weight.h: Add include guard.
1893         (findidx): Make static rather than auto; take new parameters
1894         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
1895         * locale/weightwc.h: Likewise.
1896         * posix/fnmatch_loop.c
1897         (FCT): Change type of EXTRA from int32_t to wint_t.
1898         Don't include either header inside the function.
1899         Call FINDIDX rather than findidx, and pass new arguments.
1900         #undef FINDIDX at the end of the file.
1901         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
1902         FINDIDX before including fnmatch_loop.c for the non-wide version.
1903         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
1904         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
1905         for the wide version.
1906         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
1907         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
1908         Pass new arguments to findidx.
1909         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
1910         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
1911         Don't #include it inside the function.  Pass new arguments to findidx.
1912         * posix/regex_internal.h
1913         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
1914         (re_string_elem_size_at): Don't #include it inside the function.
1915         Pass new arguments to findidx.
1916         * string/strcoll_l.c: #include WEIGHT_H at top level.
1917         (get_next_seq): Don't #include it inside the function.
1918         Pass new arguments to findidx.
1919         (get_next_seq_nocache): Likewise.
1920         * string/strxfrm_l.c: #include WEIGHT_H at top level.
1921         (STRXFRM): Don't #include it inside the function.
1922         Pass new arguments to findidx.
1923
1924 2014-09-11  Florian Weimer  <fweimer@redhat.com>
1925
1926         [BZ #17344]
1927         * malloc/malloc.c (unlink): Turn asserts into a call to
1928         malloc_printerr.
1929
1930 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
1931
1932         [BZ #17370]
1933         * libio/wfileops (do_ftell_wide): Free OUT.
1934
1935 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
1936
1937         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
1938
1939 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1940
1941         [BZ #17363]
1942         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
1943         group if the current group is empty.
1944
1945 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1946
1947         * benchtests/bench-memset.c (test_main): Add more test from size
1948         from 32 to 512 bytes.
1949         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1950         Add POWER8 memset object.
1951         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1952         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
1953         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
1954         implementation.
1955         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
1956         Likewise.
1957         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
1958         multiarch POWER8 memset optimization.
1959         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
1960         POWER8 memset optimization.
1961
1962         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1963         Remove bzero multiarch objects.
1964         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
1965         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
1966         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
1967         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
1968         Remove define.
1969         [__bzero]: Redefine to specific name.
1970         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
1971         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
1972         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
1973         define.
1974         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1975         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
1976
1977 2014-09-10  Florian Weimer  <fweimer@redhat.com>
1978
1979         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
1980         warnings into errors.
1981
1982         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
1983         __cxa_thread_atexit_impl prototype.
1984
1985 2014-09-09  Steve Ellcey  <sellcey@mips.com>
1986
1987         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
1988         Fix capitalization of error message.
1989
1990 2014-09-09  Steve Ellcey  <sellcey@mips.com>
1991
1992         * sysdeps/mips/preconfigure: Modify ABI tests.
1993
1994 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
1995
1996         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
1997
1998 2014-09-07  Roland McGrath  <roland@hack.frob.com>
1999             Carlos O'Donell  <carlos@systemhalted.org>
2000
2001         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
2002         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
2003         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
2004         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
2005         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
2006         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
2007         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
2008         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
2009         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
2010         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
2011         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
2012         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
2013         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
2014         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
2015         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
2016         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
2017         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
2018         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
2019         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
2020         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
2021         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
2022         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
2023         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
2024         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
2025         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
2026         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
2027         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
2028         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
2029         Deconditionalize the code that was previously under [RESET_PID].
2030         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
2031         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
2032         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
2033         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
2034         include sysdep.h.
2035
2036 2014-09-08  Allan McRae  <allan@archlinux.org>
2037
2038         * version.h (RELEASE): Set to "development".
2039         (VERSION): Set to "2.20.90"
2040
2041 2014-09-07  Allan McRae  <allan@archlinux.org
2042
2043         * version.h (RELEASE): Set to "stable".
2044         (VERSION): Set to "2.20"
2045         * include/features.h (__GLIBC_MINOR__): Set to 20.
2046
2047         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
2048         Liebler.
2049
2050         * po/ko.po: Update Korean translation from translation project.
2051
2052 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
2053
2054         [BZ #17354]
2055         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
2056         macro for handling signed relocations.
2057
2058 2014-09-03  Florian Weimer  <fweimer@redhat.com>
2059
2060         [BZ #17325]
2061         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
2062         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
2063         assert.
2064         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
2065         * iconvdata/ibm935.c (BODY): Likewise.
2066         * iconvdata/ibm937.c (BODY): Likewise.
2067         * iconvdata/ibm939.c (BODY): Likewise.
2068         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
2069         assert.
2070         * iconvdata/Makefile (iconv-test.out): Pass module list to test
2071         script.
2072         * iconvdata/run-iconv-test.sh: New test loop for checking for
2073         decoder crashers.
2074
2075 2014-09-02  Khem Raj  <raj.khem@gmail.com>
2076
2077         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
2078         libm_hidden_ver.
2079
2080 2014-09-01  Allan McRae  <allan@archlinux.org>
2081
2082         * po/eo.po: Update Esperanto translation from translation project.
2083
2084         * po/ca.po: Update Catalan translation from translation project.
2085
2086 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2087
2088         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
2089         __proc_dostop call.
2090
2091 2014-08-27  Mark Wielaard  <mjw@redhat.com>
2092
2093         [BZ #17319]
2094         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
2095         to call set_thread_area instead of hand written asm.
2096         (__NR_set_thread_area): Removed define.
2097         (TLS_FLAG_WRITABLE): Likewise.
2098         (__ASSUME_SET_THREAD_AREA): Remove check.
2099         (TLS_EBX_ARG): Remove define.
2100         (TLS_LOAD_EBX): Likewise.
2101
2102 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2103
2104         Simplify atomicity of socket creation in bind.
2105
2106         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
2107         looking up the name after linking the file.
2108
2109 2014-08-27  Allan McRae  <allan@archlinux.org>
2110
2111         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
2112
2113 2014-08-26  Florian Weimer  <fweimer@redhat.com>
2114
2115         [BZ #17187]
2116         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
2117         trans_compare, open_translit, __gconv_translit_find):
2118         Remove module loading code.
2119
2120 2014-08-26  Allan McRae  <allan@archlinux.org>
2121
2122         * po/vi.po: Update Vietnamese translation from translation project.
2123
2124         * po/uk.po: Update Ukrainian translation from translation project.
2125
2126         * po/fr.po: Update French translation from translation project.
2127
2128         * po/ru.po: Update Russian translation from translation project.
2129
2130         * po/pl.po: Update Polish translation from translation project.
2131
2132         * po/cs.po: Update Czech translation from translation project.
2133
2134         * po/de.po: Update German translation from translation project.
2135
2136         * po/bg.po: Update Bulgarian translation from translation project.
2137
2138         * po/sv.po: Update Sweedish translation from translation project.
2139
2140         * po/nl.po: Update Dutch translation from translation project.
2141
2142         * po/es.po: Update Spanish translation from translation project.
2143
2144 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
2145
2146         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
2147
2148         * catgets/Makefile (CPPFLAGS-gencat): Remove.
2149         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
2150         (CPPFLAGS-iconvconfig): Likewise.
2151         * timezone/Makefile (CPPFLAGS-zic): Likewise.
2152
2153         * include/libc-symbols.h: Remove unnecessary check for
2154         NOT_IN_libc.
2155         * nptl/pthreadP.h: Likewise.
2156         * sysdeps/aarch64/setjmp.S: Likewise.
2157         * sysdeps/alpha/setjmp.S: Likewise.
2158         * sysdeps/arm/sysdep.h: Likewise.
2159         * sysdeps/i386/setjmp.S: Likewise.
2160         * sysdeps/m68k/setjmp.c: Likewise.
2161         * sysdeps/posix/getcwd.c: Likewise.
2162         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
2163         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
2164         * sysdeps/s390/s390-32/setjmp.S: Likewise.
2165         * sysdeps/s390/s390-64/setjmp.S: Likewise.
2166         * sysdeps/sh/sh3/setjmp.S: Likewise.
2167         * sysdeps/sh/sh4/setjmp.S: Likewise.
2168         * sysdeps/unix/alpha/sysdep.h: Likewise.
2169         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
2170         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
2171         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
2172         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
2173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
2174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
2175         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
2176         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
2177         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
2178         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
2179         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
2180         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
2181         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
2182         * sysdeps/x86_64/setjmp.S: Likewise.
2183
2184 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
2185
2186         [BZ #17263]
2187         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
2188         <stdint.h>.
2189         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
2190         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
2191
2192 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
2193
2194         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
2195
2196         [BZ #17262]
2197         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
2198         and __x86_64__ when disabling x87 inline functions.
2199
2200 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
2201
2202         [BZ #17259]
2203         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
2204         asm statement with __cpuid_count.
2205
2206 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
2207
2208         * configure.ac: Change __ehdr_start code to dereference the struct.
2209         Run readelf on the output to look for relocations.
2210         * configure: Regenerated.
2211
2212 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
2213
2214         [BZ #17261]
2215         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
2216         value to 0.
2217         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
2218
2219 2014-08-12  Roland McGrath  <roland@hack.frob.com>
2220
2221         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
2222
2223 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
2224
2225         [BZ #16892]
2226         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
2227         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
2228
2229 2014-08-12  Sean Anderson  <seanga2@gmail.com>
2230
2231         * malloc/malloc.c: Fix typo in comment.
2232
2233 2014-08-09  Allan McRae  <allan@archlinux.org>
2234
2235         * Regenerate libc.po.
2236
2237 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
2238
2239         * intl/tst-gettext2.sh: Check every lang file for creation.
2240
2241 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
2242
2243         * sysdeps/aarch64/fpu/math_private.h
2244         (libc_feholdsetround_noex_aarch64_ctx): New function.
2245
2246 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
2247
2248         * sysdeps/arm/armv6/strcpy.S (strcpy):
2249         Fix performance issue in misaligned cases.
2250
2251 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2252
2253         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
2254         Move definition from termios.h.
2255         (struct termio): Likewise.
2256         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
2257         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
2258         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
2259         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
2260         Likewise.
2261         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
2262         Move definition to ioctl-types.h
2263         (struct termio): Likewise.
2264         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
2265         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
2266         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
2267         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
2268         Likewise.
2269
2270 2014-08-05  Richard Henderson  <rth@redhat.com>
2271
2272         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
2273         exceptions.
2274         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
2275         Add fraiseexcpt.
2276         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
2277         Use __feraiseexcept.
2278         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
2279         Protect libm symbols with IS_IN_libm.
2280
2281         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
2282
2283 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
2284
2285         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
2286
2287 2014-08-04  Will Newton  <will.newton@linaro.org>
2288
2289         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
2290         file.
2291
2292 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
2293
2294         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
2295         variants for each function.
2296
2297 2014-08-04  Roland McGrath  <roland@hack.frob.com>
2298
2299         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
2300         appended ...
2301         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
2302         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
2303         appended ...
2304         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
2305         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
2306         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
2307         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
2308         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
2309         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
2310         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
2311         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
2312         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
2313         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
2314         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
2315         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
2316         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
2317         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
2318         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
2319         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
2320         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
2321         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
2322         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
2323         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
2324         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
2325         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
2326         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
2327         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
2328         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
2329         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
2330         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
2331         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
2332         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
2333         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
2334         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
2335         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
2336         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
2337         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
2338         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
2339         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
2340         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
2341         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
2342         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
2343         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
2344         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
2345         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
2346         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
2347         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
2348         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
2349         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
2350         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
2351         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
2352         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
2353         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
2354         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
2355         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
2356         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
2357         Update #include.
2358         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
2359         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
2360
2361 2014-08-04  Roland McGrath  <roland@hack.frob.com>
2362
2363         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
2364         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
2365         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
2366         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
2367         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
2368         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
2369
2370 2014-08-04  Roland McGrath  <roland@hack.frob.com>
2371
2372         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
2373         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
2374         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
2375         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
2376
2377 2014-08-04  Roland McGrath  <roland@hack.frob.com>
2378
2379         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
2380         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
2381         (__libc_vfork): Define function under this name.
2382         (__vfork): Define as an alias.
2383         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
2384         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
2385
2386 2014-08-04  Roland McGrath  <roland@hack.frob.com>
2387
2388         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
2389         that was previously under [RESET_PID].
2390         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
2391
2392 2014-08-04  Andreas Schwab  <schwab@suse.de>
2393
2394         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
2395
2396 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
2397
2398         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
2399         (main): Likewise.
2400
2401 2014-08-01  Roland McGrath  <roland@hack.frob.com>
2402
2403         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
2404
2405 2014-08-01  Richard Henderon  <rth@redhat.com>
2406
2407         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
2408         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
2409         typo in exact zero test.
2410         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
2411         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
2412         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
2413
2414 2014-08-01  Roland McGrath  <roland@hack.frob.com>
2415
2416         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
2417         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
2418         * sysdeps/arm/sysdep.h: ... here.
2419         [!__ASSEMBLER__]: Include <stdint.h>.
2420
2421 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
2422
2423         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
2424         (HAVE_WCTYPE_H): Likewise.
2425         (HAVE_ISWCTYPE): Likewise.
2426         (ENABLE_NLS): Likewise.
2427         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
2428         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
2429
2430         * posix/regex_internal.c: Check if DEBUG is defined and is
2431         set.
2432
2433         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
2434         (HAVE_MBSRTOWCS): Likewise.
2435         * posix/fnmatch.c: Include string.h unconditionally.
2436
2437 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
2438
2439         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
2440         reversal.
2441
2442 2014-07-31  Roland McGrath  <roland@hack.frob.com>
2443
2444         * sysdeps/generic/safe-fatal.h: New file.
2445         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
2446         * nptl/forward.c: Include it.
2447         (__pthread_unwind): Use __safe_fatal as default action, rather
2448         than a bogus use of INTERNAL_SYSCALL that could never work.
2449
2450         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
2451         * configure.ac (libc_cv_builtin_trap): New test.
2452         * configure: Regenerated.
2453         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
2454         (ABORT_INSTRUCTION): Define using __builtin_trap.
2455
2456         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
2457         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
2458         * sysdeps/nptl/nptl-signals.h: New file.
2459         * nptl/pthreadP.h: Include <nptl-signals.h>.
2460
2461 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
2462
2463         * sysdeps/s390/s390-64/utf16-utf32-z9.c
2464         (ONE_DIRECTION): Define.
2465         * sysdeps/s390/s390-64/utf8-utf16-z9.c
2466         (ONE_DIRECTION): Define.
2467         * sysdeps/s390/s390-64/utf8-utf32-z9.c
2468         (ONE_DIRECTION): Define.
2469
2470 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
2471
2472         * sysdeps/s390/Makefile: Delete file.
2473         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
2474         * sysdeps/s390/__longjmp.c: Delete file.
2475         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
2476         Remove fields __flags and __reserved.
2477         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
2478         and add versioning.
2479         * sysdeps/s390/rtld-__longjmp.c: Delete file.
2480         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
2481         * sysdeps/s390/rtld-setjmp.S: Likewise.
2482         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
2483         * sysdeps/s390/s390-32/__longjmp.c: ... here.
2484         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
2485         * sysdeps/s390/s390-32/setjmp.S: ... here.
2486         Add versioning.
2487         (__sigsetjmp): Remove setting __flags field.
2488         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
2489         * sysdeps/s390/s390-64/__longjmp.c: ... here.
2490         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
2491         * sysdeps/s390/s390-64/setjmp.S: ... here.
2492         Add versioning.
2493         (__sigsetjmp): Remove setting __flags field.
2494         * sysdeps/s390/setjmp.S: Delete file.
2495         * sysdeps/s390/sigjmp.c: Likewise.
2496         * sysdeps/s390/v1-longjmp.c: Likewise.
2497         * sysdeps/s390/v1-setjmp.h: Likewise.
2498         * sysdeps/s390/v1-sigjmp.c: Likewise.
2499         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
2500         Remove v1-longjmp_chk.
2501         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
2502         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
2503         Include debug/longjmp_chk.c and add versioning.
2504         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
2505         Include nptl/pt-longjmp.c and add versioning.
2506         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
2507         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
2508         Include __longjmp.c.
2509         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
2510         Move to ...
2511         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
2512         (__getcontext): Remove setting __flags field.
2513         Add versioning.
2514         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
2515         Don't restore upper high grps.
2516         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
2517         Likewise.
2518         (__swapcontext): Remove setting uc_flags field.
2519         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
2520         Delete file.
2521         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
2522         Include __longjmp.c.
2523         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
2524         Move to ...
2525         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
2526         (__getcontext): Remove setting __flags field.
2527         Add versioning.
2528         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
2529         (__swapcontext): Remove setting uc_flags field.
2530         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
2531         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
2532         Remove fields uc_high_gprs and __reserved.
2533         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
2534         New file with reverted content.
2535         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
2536         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
2537         Regenerated.
2538         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
2539         Regenerated.
2540
2541 2014-07-31  Andreas Schwab  <schwab@suse.de>
2542
2543         * config.h.in (HAVE_IFUNC): Define to 0.
2544         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
2545         definedness.
2546
2547 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
2548
2549         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2550         memmove-avx-unaligned, memcpy-avx-unaligned and
2551         mempcpy-avx-unaligned.
2552         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
2553         Add tests for AVX memcpy functions.
2554         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
2555         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
2556         memcpy_chk.
2557         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
2558         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
2559         memmove_chk.
2560         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
2561         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
2562         mempcpy_chk.
2563         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
2564         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
2565         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
2566
2567 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2568
2569         [BZ #17213]
2570         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
2571         powerpc64le.
2572
2573 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
2574
2575         [BZ #16839]
2576         * manual/llio.texi: Add section about open file description locks.
2577         * manual/examples/ofdlocks.c: Example of open file description
2578         lock usage.
2579         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
2580         F_OFD_SETLK, and F_OFD_SETLKW.
2581
2582 2014-07-23  Allan McRae  <allan@archlinux.org>
2583
2584         * po/es.po: Update Spanish translation from translation project.
2585
2586 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
2587
2588         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
2589
2590 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
2591
2592         [BZ #17078]
2593         * sysdeps/arm/dl-machine.h (elf_machine_rela)
2594         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
2595         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
2596
2597 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
2598
2599         [BZ #17088]
2600         * math/fesetenv.c (__fesetenv)
2601         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
2602         * math/feupdateenv.c (__feupdateenv)
2603         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
2604
2605         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
2606         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
2607         (__ASSUME_SOCKETCALL): Do not define.
2608
2609         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
2610         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
2611         (__ASSUME_SOCKETCALL): Do not define.
2612         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
2613         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
2614         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
2615         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
2616         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
2617         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
2618         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2619         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2620
2621         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
2622         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
2623         (__ASSUME_SOCKETCALL): Do not define.
2624         (__ASSUME_IPC64): Define unconditionally.
2625         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
2626         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
2627         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
2628         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
2629         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
2630         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2631         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
2632         Likewise.
2633
2634         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
2635         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
2636         (__ASSUME_SOCKETCALL): Do not define.
2637         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
2638         (__ASSUME_FUTEX_LOCK_PI): Likewise.
2639         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
2640         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
2641         (__ASSUME_REQUEUE_PI): Define unconditionally.
2642         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
2643         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
2644         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2645         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
2646         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2647         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2648
2649         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
2650         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
2651         (__ASSUME_SOCKETCALL): Do not define.
2652         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
2653         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
2654         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2655         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
2656         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2657         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2658
2659         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
2660         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
2661         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
2662         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
2663         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
2664         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
2665         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2666         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
2667         (__ASSUME_GETCPU_SYSCALL): Likewise.
2668
2669         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
2670         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
2671         cases for individual architectures.
2672         * sysdeps/gnu/configure: Regenerated.
2673         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
2674         LIBC_SLIBDIR_RTLDDIR.
2675         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
2676         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
2677         LIBC_SLIBDIR_RTLDDIR.
2678         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
2679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
2680         LIBC_SLIBDIR_RTLDDIR.
2681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
2682         Regenerated.
2683         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
2684         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
2685         file.
2686         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
2687         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
2688         file.
2689         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
2690         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
2691         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
2692         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
2693
2694         * sysdeps/aarch64/shlib-versions: Move to ...
2695         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
2696         * sysdeps/alpha/shlib-versions: Move to ...
2697         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
2698         * sysdeps/arm/shlib-versions: Move to ...
2699         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
2700         * sysdeps/hppa/shlib-versions: Move all contents except for
2701         libgcc_s entry to ...
2702         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
2703         entry from ...
2704         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
2705         * sysdeps/ia64/shlib-versions: Move to ...
2706         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
2707         entry from ...
2708         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
2709         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
2710         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
2711         * sysdeps/microblaze/shlib-versions: Move to ...
2712         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
2713         * sysdeps/mips/shlib-versions: Move to ...
2714         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
2715         entry from ...
2716         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
2717         * sysdeps/tile/shlib-versions: Move to ...
2718         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
2719         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
2720         from ...
2721         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
2722         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
2723         entry from ...
2724         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
2725
2726 2014-07-17  Will Newton  <will.newton@linaro.org>
2727
2728         * sysdeps/arm/bits/atomic.h
2729         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
2730         (__arch_compare_and_exchange_bool_16_int): Likewise.
2731         (__arch_compare_and_exchange_bool_64_int): Likewise.
2732
2733         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
2734         into an #else block.
2735
2736 2014-07-16  Roland McGrath  <roland@hack.frob.com>
2737
2738         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
2739         just Linux configurations.  Test empirically that the compiler sets
2740         __ARM_EABI__, rather than using the tuple to decide.
2741         * sysdeps/arm/preconfigure: Regenerated.
2742         * sysdeps/unix/sysv/linux/arm/configure: File removed.
2743         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
2744         contents appended ...
2745         * sysdeps/arm/configure.ac: ... here.
2746         * sysdeps/arm/configure: Regenerated.
2747
2748 2014-07-15  Roland McGrath  <roland@hack.frob.com>
2749
2750         * nptl/pthread_kill.c: New file.
2751         * nptl/pthread_sigmask.c: New file.
2752         * nptl/pthread_sigqueue.c: New file.
2753
2754         * sysdeps/nptl/lowlevellock.h: New file.
2755         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
2756         * sysdeps/nptl/lowlevellock-futex.h: New file.
2757
2758         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
2759         Remove dead declarations.
2760
2761 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2762
2763         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
2764         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
2765         config-cflags-avx2.
2766         * sysdeps/x86_64/configure.ac: Likewise.
2767         * sysdeps/i386/configure: Regenerated.
2768         * sysdeps/x86_64/configure: Likewise.
2769         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2770         memset-avx2 only if config-cflags-avx2 is yes.
2771         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
2772         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
2773         defined.
2774         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
2775         only if HAVE_AVX2_SUPPORT is defined.
2776         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
2777
2778 2014-07-14  Alan Modra  <amodra@gmail.com>
2779
2780         [BZ #17153]
2781         * elf/elf.h (DT_PPC64_NUM): Correct value.
2782         * NEWS: Add to fixed bug list.
2783
2784 2014-07-13  Jim Meyering  <meyering@fb.com>
2785
2786         [BZ 17150]
2787         regex: don't deref NULL upon heap allocation failure
2788         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
2789         failure in one more place.
2790         To trigger the segfault, configure grep -with-included-regex,
2791         build it, and run these commands:
2792         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
2793
2794 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
2795
2796         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
2797
2798 2014-07-11  Richard Henderson  <rth@redhat.com>
2799
2800         * sysdeps/aarch64/libm-test-ulps: Update.
2801
2802 2014-07-10  Florian Weimer  <fweimer@redhat.com>
2803
2804         [BZ #17135]
2805         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
2806         * nptl/allocatestack.c (__nptl_setxid_error): New function.
2807         (__nptl_setxid): Initialize error member.  Call
2808         __nptl_setxid_error.
2809         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
2810         * nptl/descr.h (struct xid_command): Add error member.
2811         * nptl/tst-setuid3.c: New file.
2812         * nptl/Makefile (tests): Add it.
2813
2814 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2815
2816         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
2817         New define.
2818         (__lll_trylock): Use __lll_base_trylock.
2819         (__lll_cond_trylock): Likewise.
2820
2821 2014-07-10  Roland McGrath  <roland@hack.frob.com>
2822
2823         * nptl/pthread_create.c (start_thread): Use atomic_or and
2824         lll_futex_wake directly rather than lll_robust_dead.
2825         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
2826         (lll_robust_dead): Macro removed.
2827         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
2828         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
2829         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
2830         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
2831         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
2832         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
2833         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
2834         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
2835         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
2836         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
2837         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
2838         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2839         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
2840         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
2841         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
2842
2843         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
2844         Use atomic_compare_and_exchange_val_acq directly rather than
2845         lll_robust_trylock.
2846         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
2847         (__lll_robust_trylock, lll_robust_trylock): Removed.
2848         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
2849         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
2850         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
2851         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
2852         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
2853         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
2854         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
2855         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
2856         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
2857         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
2858         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2859         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
2860         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
2861         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
2862
2863 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2864
2865         * manual/locale.texi (Locale Names): New section documenting
2866         locale name syntax.  Adjust menu and node chaining accordingly.
2867         (Choosing Locale): Reference Locale Names, Locale Categories.
2868         Mention setting LC_ALL=C.  Reflect that name syntax is now
2869         documented.
2870         (Locale Categories): New section title.  Reference Locale Names.
2871         LC_ALL is an environment variable, but not a category.
2872         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
2873         description, now in Locale Name.  Reference that section.  Locale
2874         name syntax is now documented.
2875
2876 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2877
2878         [BZ #17137]
2879         * locale/findlocale.c (name_present, valid_locale_name): New
2880         functions.
2881         (_nl_find_locale): Use the loc_name variable to store name
2882         candidates.  Call name_present and valid_locale_name to check and
2883         validate locale names.  Return an error if the locale is invalid.
2884
2885 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2886
2887         * locale/setlocale.c (setlocale): Use strdup for allocating
2888         composite name copy.
2889
2890 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2891
2892         Sync up with gnulib.
2893         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
2894         [!_LIBC && ENABLE_NLS]: Include gettext.h.
2895         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
2896         and _GL_ARG_NONNULL.
2897         [USE_UNLOCKED_IO]: Include unlocked-io.h.
2898         [!_LIBC]: Include code for Windows and Cygwin.
2899         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
2900         Include prototype for int strerror_r.
2901         [!_LIBC] (is_open): New function.
2902         (flush_stdout): New function.
2903         (print_errno_message): Use it.
2904         (error): Likewise.
2905         (error_at_line): Likewise.
2906         (error_tail) Add function attribute macros.  Use
2907         __builtin_expect.
2908
2909         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
2910
2911         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
2912
2913         * io/ftw.c: Include sys/param.h unconditionally.
2914
2915         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
2916
2917         [BZ #17125]
2918         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
2919         libc_freeres_ptr.
2920         (freecache): New function to free CACHE on exit.
2921
2922         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
2923         initialization.
2924
2925 2014-07-09  David S. Miller  <davem@davemloft.net>
2926
2927         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2928
2929         * sysdeps/sparc/nptl/internaltypes.h: Delete.
2930         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
2931         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
2932         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
2933         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
2934         * sysdeps/sparc/nptl/sem_init.c: Likewise.
2935         * sysdeps/sparc/nptl/sem_post.c: Likewise.
2936         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
2937         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
2938         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
2939         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
2940         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
2941         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
2942
2943 2014-07-09  Andreas Schwab  <schwab@suse.de>
2944
2945         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
2946         output.
2947         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
2948         (do_test): Likewise.
2949
2950         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
2951
2952 2014-07-09  Will Newton  <will.newton@linaro.org>
2953
2954         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
2955         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
2956         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
2957         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
2958         * sysdeps/hppa/start.S (_start): Likewise.
2959
2960 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
2961
2962         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
2963
2964         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
2965         defined.
2966
2967 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
2968
2969         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
2970         after checking that it is non-NULL.
2971
2972         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
2973
2974 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2975
2976         * sysdeps/powerpc/memmove.c: Remove file.
2977         * sysdeps/powerpc/powerpc32/power4/memcopy.h
2978         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
2979         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2980         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
2981         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
2982         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
2983         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
2984         string memmove instead of removed powerpc one.
2985
2986         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
2987         [weak_alias]: Fix compiler warning due trailing data.
2988         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
2989         [weak_alias]: Likewise.
2990         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
2991         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
2992
2993         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2994         (__libc_ifunc_impl_list): Add memmove functions.
2995
2996 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
2997
2998         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
2999         Remove code.
3000         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
3001         Likewise
3002         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
3003         Likewise
3004         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
3005         Likewise
3006         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
3007         Likewise
3008         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
3009         Likewise
3010         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
3011         Likewise
3012         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
3013         Likewise
3014         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
3015         Likewise
3016         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
3017         Likewise
3018         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
3019         Likewise
3020         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
3021         Likewise
3022         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
3023         Likewise
3024         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
3025         Likewise
3026         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
3027         Likewise
3028         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
3029         Likewise
3030         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
3031         Likewise
3032
3033 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3034
3035         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
3036         to avoid alignment traps in non-cacheable memory.
3037         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
3038
3039         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
3040         multiarch objects.
3041         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
3042         file: multiarch power7 memmove.
3043         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
3044         multiarch default memmove.
3045         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
3046         multiarch memove for powerpc32/power4.
3047
3048         * string/bcopy.c: Use full path to include memmove.c.
3049         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
3050         multiarch objects.
3051         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
3052         bcopy for powerpc64.
3053         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
3054         bcopy for powerpc64.
3055         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
3056         and memmove implementations.
3057         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
3058         optimized multiarch memmove for POWER7/powerpc64.
3059         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
3060         default multiarch memmove for powerpc64.
3061         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
3062         multiarch for powerpc64.
3063         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
3064         for POWER7/powerpc64.
3065         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
3066         memmove for POWER7/powerpc64.
3067
3068         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
3069         glibc default one.
3070
3071         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
3072         __ELF_NATIVE_CLASS equal to 64.
3073
3074 2014-07-07  Roland McGrath  <roland@hack.frob.com>
3075
3076         * sysdeps/nptl/lowlevellock.h: File removed.
3077
3078         * NEWS: NPTL is no longer an add-on!
3079         * nptl/internaltypes.h: Moved ...
3080         * sysdeps/nptl/internaltypes.h: ... here.
3081         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
3082         * sysdeps/nptl/fork.c: Likewise.
3083         * sysdeps/nptl/gai_misc.h: Likewise.
3084         * sysdeps/nptl/librt-cancellation.c: Likewise.
3085         * sysdeps/nptl/jmp-unwind.c: Likewise.
3086         * sysdeps/nptl/setxid.h: Likewise.
3087         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
3088         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
3089         * sysdeps/unix/sysv/linux/arm/Implies: New file.
3090         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
3091         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
3092         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
3093         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
3094         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
3095         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
3096         * sysdeps/unix/sysv/linux/mips/Implies: New file.
3097         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
3098         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
3099         * sysdeps/unix/sysv/linux/sh/Implies: New file.
3100         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
3101         * sysdeps/unix/sysv/linux/tile/Implies: New file.
3102         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
3103         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
3104         * nptl/Makeconfig: Moved ...
3105         * sysdeps/nptl/Makeconfig: ... here.
3106         * nptl/configure: File removed.
3107         * nptl/ANNOUNCE: File removed.
3108         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
3109         * sysdeps/unix/sysv/linux/configure: Regenerated.
3110
3111         * nptl/Makefile (routines): Add libc_pthread_init,
3112         libc_multiple_threads, register-atfork and unregister-atfork.
3113         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
3114         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
3115         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
3116         pthread-pi-defines.sym, structsem.sym.
3117         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
3118         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
3119         [$(subdir) = nptl] (tests): Add tst-setgetname.
3120         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
3121         * sysdeps/unix/sysv/linux/sigaction.c: Just include
3122         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
3123         [!LIBC_SIGACTION]: Remove aliases.
3124         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
3125         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
3126         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3127         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
3128         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
3129         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
3130         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
3131         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
3132         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
3133         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
3134         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
3135         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
3136         __libc_allocate_rtsig_private.
3137         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
3138         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
3139         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
3140         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
3141         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
3142         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
3143         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
3144         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
3145         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
3146         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
3147         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
3148         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
3149         * nptl/internaltypes.h: ... here.
3150         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
3151         * sysdeps/nptl/jmp-unwind.c: ... here.
3152         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
3153         * nptl/libc-lowlevellock.c: ... here.
3154         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
3155         * nptl/libc_multiple_threads.c: ... here.
3156         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
3157         * nptl/libc_pthread_init.c: ... here.
3158         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
3159         * nptl/lowlevelbarrier.sym: ... here.
3160         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
3161         * nptl/lowlevelcond.sym: ... here.
3162         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
3163         * nptl/lowlevellock.c: ... here.
3164         * nptl/lowlevellock.h: Moved ...
3165         * sysdeps/nptl/lowlevellock.h: ... here.
3166         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
3167         * nptl/lowlevelrobustlock.c: ... here.
3168         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
3169         * nptl/lowlevelrobustlock.sym: ... here.
3170         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
3171         * nptl/lowlevelrwlock.sym: ... here.
3172         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
3173         * nptl/pt-fork.c: ... here.
3174         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
3175         * nptl/pthread-pi-defines.sym: ... here.
3176         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
3177         * nptl/pthread_attr_getaffinity.c: ... here.
3178         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
3179         * nptl/pthread_attr_setaffinity.c: ... here.
3180         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
3181         * nptl/pthread_mutex_cond_lock.c: ... here.
3182         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
3183         Update #include.
3184         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
3185         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
3186         * nptl/pthread_once.c: ... here, replacing old file.
3187         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
3188         * nptl/pthread_yield.c: ... here.
3189         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
3190         * nptl/register-atfork.c: ... here.
3191         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
3192         * nptl/sem_post.c: ... here.
3193         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
3194         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
3195         * nptl/sem_timedwait.c: ... here.
3196         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
3197         * nptl/sem_trywait.c: ... here.
3198         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
3199         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
3200         * nptl/sem_wait.c: ... here.
3201         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
3202         * nptl/structsem.sym: ... here.
3203         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
3204         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
3205         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
3206         * nptl/unregister-atfork.c: ... here.
3207         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
3208         * nptl/unwindbuf.sym: ... here.
3209         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
3210         * sysdeps/nptl/fork.c: ... here.
3211         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
3212         * sysdeps/nptl/fork.h: ... here.
3213         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
3214         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
3215         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
3216         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
3217         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
3218         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
3219         * sysdeps/unix/sysv/linux/getpid.c: ... here.
3220         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
3221         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
3222         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
3223         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
3224         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
3225         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
3226         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
3227         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
3228         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
3229         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
3230         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
3231         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
3232         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
3233         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
3234         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
3235         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
3236         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
3237         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
3238         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
3239         * sysdeps/unix/sysv/linux/raise.c: ... here.
3240         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
3241         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
3242         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
3243         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
3244         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
3245         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
3246         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
3247         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
3248         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
3249         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
3250         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
3251         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
3252         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
3253         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
3254         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
3255
3256 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
3257
3258         * sysdeps/generic/memcopy.h: Add comment for
3259         MEMCPY_OK_FOR_FWD_MEMMOVE.
3260
3261 2014-07-04  Will Newton  <will.newton@linaro.org>
3262
3263         * string/memchr.c: Merge from gnulib.
3264         [_LIBC]: Remove conditionals.
3265         (__ptr_t): Remove define.
3266         (LONG_MAX_32_BITS): Likewise.
3267         (LONG_MAX): Likewise.
3268         (MEMCHR): Use ANSI prototype and optimize algorithm.
3269
3270         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
3271
3272 2014-07-03  Roland McGrath  <roland@hack.frob.com>
3273
3274         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
3275         (lll_futex_timed_wait_bitset): Fix syscall argument count.
3276
3277         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
3278         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
3279         in a bare environment with no <stdlib.h> installed.
3280         * sysdeps/nptl/configure: Regenerated.
3281
3282         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
3283
3284         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
3285         AC_EGREP_CPP for kernel header checks, so they only succeed if
3286         including <linux/version.h> actually works right.
3287         * sysdeps/unix/sysv/linux/configure: Regenerated.
3288
3289         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
3290         value so it's not diagnosed as unused.
3291
3292         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
3293         thing) with "ifeq ($(subdir),rt)".
3294
3295 2014-07-03  Richard Henderson  <rth@redhat.com>
3296
3297         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
3298         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
3299         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
3300
3301         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
3302         (math_force_eval): New.
3303
3304         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
3305         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
3306
3307         * sysdeps/alpha/fpu/s_round.c: Remove file.
3308         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
3309
3310         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
3311         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
3312         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
3313         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
3314         (_dl_start, print_statistics): Likewise.
3315         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
3316         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
3317
3318         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
3319         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
3320         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
3321         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
3322         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
3323         (HP_SMALL_TIMING_AVAIL): Define.
3324         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
3325         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
3326         (HP_SMALL_TIMING_AVAIL): Define.
3327         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
3328         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
3329
3330         * sysdeps/aarch64/hp-timing.h: New file.
3331
3332         * sysdeps/generic/hp-timing.h: Remove dead comment.
3333         * sysdeps/generic/hp-timing-common.h: New file.
3334         * sysdeps/alpha/hp-timing.h: Include it.
3335         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
3336         * sysdeps/i386/i686/hp-timing.h: Likewise.
3337         * sysdeps/ia64/hp-timing.h: Likewise.
3338         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
3339         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
3340         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
3341         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
3342         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
3343         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
3344         (hp_timing_t): New.
3345
3346         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
3347         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
3348         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
3349         * elf/rtld.c (_dl_start_final): Likewise.
3350         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
3351         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
3352         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
3353         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
3354         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
3355         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
3356         (HP_TIMING_DIFF_INIT): Remove.
3357         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
3358         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
3359         (HP_TIMING_DIFF_INIT): Remove.
3360         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
3361         * sysdeps/i386/i686/hp-timing.c: Remove file.
3362         * sysdeps/x86_64/hp-timing.c: Remove file.
3363         * sysdeps/ia64/hp-timing.c: Remove file.
3364         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
3365         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
3366         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
3367         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
3368
3369         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
3370         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
3371         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
3372         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
3373         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
3374         (HP_TIMING_ACCUM): Remove.
3375         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
3376         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
3377         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
3378
3379         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
3380         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
3381         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
3382         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
3383         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
3384         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
3385         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
3386         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
3387
3388         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
3389
3390 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
3391
3392         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
3393
3394 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3395
3396         Sync up with gettext.
3397         * intl/loadmsgcat.c: Define O_BINARY if not defined.
3398         [_MSC_VER]: Include malloc.h
3399         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
3400         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
3401         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
3402         TEMP_FAILURE_RETRY.  Cast return of alloca.
3403         [!_LIBC] Call gl_rwlock_init.
3404         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
3405
3406 2014-07-02  Roland McGrath  <roland@hack.frob.com>
3407
3408         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
3409         before checking its value.
3410
3411 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3412
3413         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
3414
3415         * debug/memcpy_chk.c: Don't include pagecopy.h.
3416         * debug/mempcpy_chk.c: Likewise.
3417         * string/memcpy.c: Likewise.
3418         * string/memmove.c: Likewise.
3419         * sysdeps/powerpc/memmove.c: Likewise.
3420         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
3421         definition of PAGE_COPY_FWD_MAYBE here...
3422         * sysdeps/generic/pagecopy.h: ... from here.
3423         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
3424
3425 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
3426             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3427
3428         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
3429         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
3430         optimizations.
3431         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
3432         (__libc_ifunc_impl_list): Likewise.
3433         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
3434         multiarch strcat for PPC64.
3435         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
3436         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
3437
3438 2014-07-02  Roland McGrath  <roland@hack.frob.com>
3439
3440         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
3441
3442 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3443
3444         * intl/loadmsgcat.c: Remove declaration of
3445         get_sysdep_segment_value.
3446         (get_sysdep_segment_value): Use ISO C style.
3447         (_nl_load_domain): Use ISO C style.  Get rid of redundant
3448         semicolon.  Fix typo and formatting in comment.
3449         (_nl_unload_domain): Use ISO C style.
3450
3451         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
3452
3453 2014-07-02  Will Newton  <will.newton@linaro.org>
3454
3455         * malloc/obstack.c: Merge from gnulib master.
3456         [HAVE_CONFIG_H]: Remove conditional code.
3457         [!_LIBC]: Include config.h.
3458         [!ELIDE_CODE]: Don't include inttypes.h, include
3459         stdint.h unconditionally.
3460         (print_and_abort): Mark as _Noreturn.
3461         (_obstack_allocated_p): Mark as __attribute_pure__.
3462         (obstack_free): Rename to __obstack_free.
3463         [!__attribute__]: Remove conditional code.
3464         * malloc/obstack.h: Merge from gnulib master.
3465         [__cplusplus]: Move conditional down.
3466         [!__attribute_pure__]: Define __attribute_pure__ here
3467         if it is not already defined.
3468         (_obstack_memory_used): Mark as __attribute_pure__.
3469         [!__obstack_free]: Define as obstack_free.
3470         [__GNUC__]: Remove check for ancient NeXT gcc.
3471
3472 2014-07-02  Will Newton  <will.newton@linaro.org>
3473             Paul Eggert  <eggert@cs.ucla.edu>
3474
3475         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
3476
3477 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3478
3479         * resolv/gethnamaddr.c: Add comment warning that the file is
3480         not maintained.
3481
3482 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
3483
3484         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
3485         entries.
3486
3487         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
3488         entry for aio_cancel and aio_cancel64.
3489         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
3490         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
3491         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
3492         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
3493         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
3494         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
3495         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
3496         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
3497         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
3498         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
3499         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
3500         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
3501         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
3502
3503 2014-07-01  Roland McGrath  <roland@hack.frob.com>
3504
3505         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
3506         * nptl/pthread_mutex_lock.c: Likewise.
3507         * nptl/pthread_mutex_timedlock.c: Likewise.
3508         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
3509
3510 2014-07-01  Richard henderson  <rth@redhat.com>
3511
3512         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
3513         (__isnan, __isnanl): Remove.
3514         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
3515
3516         * sysdeps/alpha/fpu/libm-test-ulps: Update.
3517
3518 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
3519
3520         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
3521
3522 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
3523
3524         * resolv/nss_dns/dns-host.c (getanswer_r)
3525         [MULTI_PTRS_ARE_ALIASES]: Remove code.
3526
3527 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
3528
3529         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
3530         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
3531         undefine.
3532         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
3533         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
3534
3535 2014-07-01  Roland McGrath <roland@hack.frob.com>
3536
3537         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
3538         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
3539
3540         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
3541         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
3542
3543         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
3544         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
3545         ... here.
3546         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
3547         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
3548
3549         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
3550         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
3551         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
3552         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
3553
3554         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
3555         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
3556         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
3557         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
3558         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
3559         Moved ...
3560         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
3561         ... here.
3562         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
3563         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
3564         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
3565         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
3566         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
3567         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
3568         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
3569         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
3570         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
3571         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
3572         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
3573         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
3574         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
3575         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
3576         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
3577         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
3578         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
3579         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
3580         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
3581         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
3582         ... here.
3583         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
3584         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
3585         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
3586         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
3587         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
3588         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
3589         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
3590         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
3591
3592 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
3593
3594         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
3595         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
3596         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
3597         Add sysdep.
3598
3599 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3600
3601         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3602
3603 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
3604
3605         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
3606         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
3607
3608         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
3609
3610         * sysdeps/arm/libm-test-ulps: Regenerated.
3611
3612 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
3613             Roland McGrath <roland@hack.frob.com>
3614
3615         * test-skeleton.c (signal_handler): Kill the whole process group
3616         before killing the child individually.
3617         (main): Report any failure on `setpgid'.
3618
3619 2014-06-30  Roland McGrath  <roland@hack.frob.com>
3620
3621         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
3622         from _TLS_H to _ARM_NPTL_TLS_H.
3623         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
3624         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
3625
3626 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
3627
3628         [BZ #16539]
3629         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
3630         (__expm1l): Return argument unchanged when small but not
3631         subnormal.
3632
3633         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
3634         include macro name.
3635         (_FP_UNPACK_RAW_1_P): Likewise.
3636         (_FP_PACK_RAW_1): Likewise.
3637         (_FP_PACK_RAW_1_P): Likewise.
3638         (_FP_MUL_MEAT_1_wide): Likewise.
3639         (_FP_MUL_MEAT_DW_1_hard): Likewise.
3640         (_FP_MUL_MEAT_1_hard): Likewise.
3641         (_FP_DIV_MEAT_1_imm): Likewise.
3642         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
3643         (_FP_DIV_MEAT_1_udiv): Likewise.
3644         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
3645         (_FP_UNPACK_RAW_2): Likewise.
3646         (_FP_UNPACK_RAW_2_P): Likewise.
3647         (_FP_PACK_RAW_2): Likewise.
3648         (_FP_PACK_RAW_2_P): Likewise.
3649         (_FP_MUL_MEAT_DW_2_wide): Likewise.
3650         (_FP_MUL_MEAT_2_wide): Likewise.
3651         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
3652         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3653         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
3654         (_FP_MUL_MEAT_2_gmp): Likewise.
3655         (_FP_DIV_MEAT_2_udiv): Likewise.
3656         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
3657         (_FP_FRAC_SRL_4): Likewise.
3658         (_FP_FRAC_SRST_4): Likewise.
3659         (_FP_FRAC_SRS_4): Likewise.
3660         (_FP_UNPACK_RAW_4): Likewise.
3661         (_FP_UNPACK_RAW_4_P): Likewise.
3662         (_FP_PACK_RAW_4): Likewise.
3663         (_FP_PACK_RAW_4_P): Likewise.
3664         (_FP_MUL_MEAT_DW_4_wide): Likewise.
3665         (_FP_MUL_MEAT_4_wide): Likewise.
3666         (_FP_MUL_MEAT_4_gmp): Likewise.
3667         (umul_ppppmnnn): Likewise.
3668         (_FP_DIV_MEAT_4_udiv): Likewise.
3669         (__FP_FRAC_ADD_4): Likewise.
3670         (__FP_FRAC_SUB_3): Likewise.
3671         (__FP_FRAC_SUB_4): Likewise.
3672         (__FP_FRAC_DEC_3): Likewise.
3673         (__FP_FRAC_DEC_4): Likewise.
3674         (__FP_FRAC_ADDI_4): Likewise.
3675         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
3676         (_FP_FRAC_SRL_8): Likewise.
3677         (_FP_FRAC_SRS_8): Likewise.
3678
3679         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
3680         include macro name.
3681         (FP_UNPACK_RAW_EP): Likewise.
3682         (FP_PACK_RAW_E): Likewise.
3683         (FP_PACK_RAW_EP): Likewise.
3684         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
3685         (_FP_ISSIGNAN): Likewise.
3686         (_FP_ADD_INTERNAL): Likewise.
3687         (_FP_FMA): Likewise.
3688         (_FP_CMP): Likewise.
3689         (_FP_SQRT): Likewise.
3690         (_FP_TO_INT): Likewise.
3691         (_FP_FROM_INT): Likewise.
3692         (FP_EXTEND): Likewise.
3693         (_FP_DIV_MEAT_N_loop): Likewise.
3694
3695 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
3696
3697         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
3698         throughout.
3699
3700 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
3701
3702         [BZ #17097]
3703         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
3704         result with correct sign in case of exponents that produce
3705         overflow except for X very close to 1.
3706
3707 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
3708
3709         mktime: merge #if/#ifdef usage from glibc
3710         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
3711         as that works with both Glibc's and Gnulib's style.
3712         See thread starting at Siddhesh Poyarekar's bug report at:
3713         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
3714
3715 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
3716
3717         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
3718         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
3719         * sysdeps/tile/tilegx/memmove.c: Remove file.
3720
3721 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
3722
3723         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
3724         abi-name definition.
3725         * scripts/soversions.awk: Do not handle or generate ABI lines.
3726         * shlib-versions: Remove ABI entries.
3727         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
3728         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
3729
3730 2014-06-27  Roland McGrath  <roland@hack.frob.com>
3731
3732         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
3733         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
3734         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
3735         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
3736         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
3737         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
3738         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
3739         Moved ...
3740         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
3741         ... here.
3742         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
3743         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
3744         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
3745         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
3746         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
3747         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
3748         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
3749         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
3750         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
3751         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
3752         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
3753         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
3754         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
3755         Moved ...
3756         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
3757         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
3758         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
3759         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
3760         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
3761         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
3762         Moved ...
3763         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
3764         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
3765         Moved ...
3766         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
3767         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
3768         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
3769         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
3770         Moved ...
3771         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
3772         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
3773         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
3774         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
3775         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
3776         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
3777         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
3778         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
3779         Moved ...
3780         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
3781         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
3782         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
3783         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
3784         Moved ...
3785         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
3786         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
3787         Moved ...
3788         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
3789         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
3790         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
3791         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
3792         Moved ...
3793         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
3794         ... here.
3795         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
3796         Identical file removed.
3797         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
3798         Moved ...
3799         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
3800         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
3801         Identical file removed.
3802         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
3803         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
3804         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
3805         Moved ...
3806         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
3807         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
3808         Identical file removed.
3809         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
3810         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
3811         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
3812         Identical file removed.
3813         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
3814         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
3815         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
3816         Identical file removed.
3817         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
3818         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
3819         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
3820         Identical file removed.
3821         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
3822         Moved ...
3823         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
3824         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
3825         Identical file removed.
3826         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
3827         Moved ...
3828         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
3829         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
3830         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
3831         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
3832         Identical file removed.
3833         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
3834         Moved ...
3835         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
3836         ... here.
3837         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
3838         Identical file removed.
3839         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
3840         Moved ...
3841         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
3842         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
3843         Identical file removed.
3844         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
3845         Moved ...
3846         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
3847         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
3848         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
3849         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
3850         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
3851         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
3852         Moved ...
3853         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
3854         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
3855         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
3856
3857         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
3858         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
3859         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
3860         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
3861         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
3862
3863 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
3864
3865         [BZ #17092]
3866         * nscd/nscd.c (monitor_child): Return exit status of child
3867         instead of return value from wait syscall.
3868
3869 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
3870
3871         * configure.ac (libc_commonpagesize): Remove variable.
3872         (libc_relro_required): Likewise.
3873         (libc_cv_z_relro): Remove configure test.
3874         * configure: Regenerated.
3875         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
3876         variable.
3877         (libc_relro_required): Likewise.
3878         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
3879         (libc_relro_required): Likewise.
3880         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
3881         (libc_relro_required): Likewise.
3882         * sysdeps/arm/preconfigure: Regenerated.
3883         * sysdeps/ia64/preconfigure: Remove file.
3884         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
3885         variable.
3886         (libc_relro_required): Likewise.
3887
3888         [BZ #16561]
3889         [BZ #16562]
3890         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
3891         (__ieee754_yn): Set FE_TONEAREST mode internally and then
3892         recompute overflowing results in original rounding mode.
3893         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
3894         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
3895         recompute overflowing results in original rounding mode.
3896         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
3897         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3898         recompute overflowing results in original rounding mode.
3899         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
3900         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3901         recompute overflowing results in original rounding mode.
3902         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
3903         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3904         recompute overflowing results in original rounding mode.
3905         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
3906         (libc_feholdsetround_ctx): New macro.
3907         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
3908         * sysdeps/i386/fpu/libm-test-ulps: Update.
3909         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
3910
3911 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3912
3913         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
3914         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
3915         corresponding .cpsetup call.
3916
3917 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3918
3919         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
3920         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
3921         * sysdeps/arm/Makefile [$(subdir) = csu]
3922         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
3923         (static-only-routines): Add aeabi_read_tp here.
3924         (shared-only-routines): Add libc-aeabi_read_tp here.
3925         (CFLAGS-libc-start.c): Add -fexceptions here.
3926         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
3927         (sysdep_routines, static-only-routines, shared-only-routines):
3928         Don't add to these here.
3929         (CFLAGS-libc-start.c): Likewise.
3930
3931         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
3932         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
3933         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
3934         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
3935         * sysdeps/arm/Makefile [$(subdir) = rt]
3936         (librt-sysdep_routines, librt-shared-only-routines):
3937         Append rt-aeabi_unwind_cpp_pr1 here.
3938         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
3939         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
3940         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
3941         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3942         Append nptl-aeabi_unwind_cpp_pr1 here.
3943         (tests): Filter out tst-cleanupx4 here.
3944         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
3945         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
3946         Don't do those here.
3947
3948 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3949
3950         * scripts/list-sources.sh: Do not handle ports specially.
3951
3952 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3953
3954         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
3955         * sysdeps/arm/feupdateenv.c: Likewise.
3956
3957         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
3958
3959 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3960
3961         * manual/texinfo.tex: Update to version 2014-05-05.10 with
3962         trailing whitespace removed.
3963         * scripts/config.guess: Update to version 2014-03-23.
3964         * scripts/config.sub: Update to version 2014-05-01
3965         * scripts/install-sh: Update to version 2013-12-25.23.
3966         * scripts/move-if-change: Update from gnulib.
3967
3968 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3969
3970         * debug/memmove_chk.c: Remove pagecopy.h include.
3971
3972 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
3973
3974         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
3975         identical to gnulib mktime.
3976
3977 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3978
3979         * configure.ac: Do not test for machine being rs6000.  Do not test
3980         for powerpc*-*soft.
3981         * configure: Regenerated.
3982
3983         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
3984         test.
3985         * configure: Regenerated.
3986         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
3987         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
3988         Remove configure test.
3989         * sysdeps/arm/configure: Regenerated.
3990         * sysdeps/nptl/configure.ac: Do not check
3991         libc_cv_asm_cfi_directives.
3992         * sysdeps/nptl/configure: Regenerated.
3993         * sysdeps/x86_64/nptl/configure.ac: Remove file.
3994         * sysdeps/x86_64/nptl/configure: Remove generated file.
3995         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
3996         unconditional.
3997         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
3998
3999 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4000
4001         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
4002         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
4003         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
4004         it is defined.
4005
4006         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
4007         instead of whether it is defined.
4008         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
4009         * sysdeps/hppa/dl-machine.h: Likewise.
4010         * sysdeps/ia64/dl-machine.h: Likewise.
4011         * sysdeps/m68k/dl-machine.h: Likewise.
4012         * sysdeps/microblaze/dl-machine.h: Likewise.
4013         * sysdeps/mips/dl-machine.: Likewise.
4014         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
4015         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
4016         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
4017         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
4018         * sysdeps/sh/dl-machine.h: Likewise.
4019         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
4020         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
4021         * sysdeps/tile/dl-machine.h: Likewise.
4022         * sysdeps/x86_64/dl-machine.h: Likewise.
4023
4024         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
4025         code.
4026         (verify_persistent_db): Likewise.
4027
4028 2014-06-26  Roland McGrath  <roland@hack.frob.com>
4029
4030         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
4031         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
4032         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
4033         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
4034         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
4035         Moved ...
4036         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
4037         ... here.
4038         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
4039         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
4040         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
4041         Identical file removed.
4042         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
4043         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
4044         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
4045         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
4046         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
4047         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
4048         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
4049         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
4050         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
4051         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
4052         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
4053         Moved ...
4054         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
4055         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
4056         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
4057         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
4058         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
4059         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
4060         Moved ...
4061         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
4062         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
4063         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
4064         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
4065         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
4066         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
4067         Identical file removed.
4068         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
4069         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
4070         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
4071         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
4072         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
4073         Moved ...
4074         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
4075         ... here.
4076         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
4077         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
4078         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
4079         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
4080         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
4081         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
4082         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
4083         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
4084         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
4085         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
4086         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
4087         Moved ...
4088         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
4089         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
4090         Moved ...
4091         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
4092         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
4093         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
4094         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
4095         Moved ...
4096         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
4097         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
4098         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
4099
4100         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
4101         folded into ...
4102         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
4103         * sysdeps/unix/sysv/linux/s390/Versions
4104         (libpthread: GLIBC_2.19): New version set.
4105         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
4106         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
4107         (librt: GLIBC_2.3.3): New version set.
4108         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
4109         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
4110         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
4111         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
4112         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
4113         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
4114         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
4115         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
4116         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
4117         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
4118         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
4119         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
4120         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
4121         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
4122         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
4123         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
4124         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
4125         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
4126         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
4127         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
4128         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
4129         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
4130         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
4131         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
4132         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
4133         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
4134         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
4135         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
4136         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
4137         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
4138         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
4139         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
4140         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
4141         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
4142         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
4143         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
4144         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
4145         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
4146         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
4147         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
4148         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
4149         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
4150         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
4151         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
4152         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
4153
4154         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
4155         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
4156         (__libc_vfork): Define the function under this name.
4157         [!NOT_IN_libc] (__vfork): Make this an alias.
4158         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
4159         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
4160         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
4161         (__libc_vfork): Define the function under this name.
4162         [!NOT_IN_libc] (__vfork): Make this an alias.
4163         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
4164         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
4165         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
4166         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
4167         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
4168         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
4169
4170         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
4171         code that was previously under [RESET_PID].
4172         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
4173         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
4174         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
4175
4176         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
4177         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
4178         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
4179         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
4180         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
4181         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
4182         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
4183         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
4184         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
4185         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
4186         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
4187         Moved ...
4188         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
4189         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
4190         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
4191         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
4192         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
4193         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
4194         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
4195         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
4196         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
4197         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
4198         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
4199         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
4200         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
4201         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
4202         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
4203         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
4204         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
4205         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
4206         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
4207         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
4208         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
4209         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
4210         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
4211         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
4212         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
4213         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
4214         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
4215         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
4216         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
4217
4218 2014-06-25  Roland McGrath  <roland@hack.frob.com>
4219
4220         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
4221         that was previously under [RESET_PID].
4222         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
4223
4224 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
4225
4226         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
4227         not undefine and redefine.
4228         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
4229         [O_CLOEXEC]: Make code unconditional.
4230         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
4231         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
4232         <kernel-features.h>.
4233         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
4234         conditional variable definition.
4235         (shm_open) [O_CLOEXEC]: Make code unconditional.
4236         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
4237         code.
4238
4239         * configure.ac (USE_REGPARMS): Don't define here.
4240         * configure: Regenerated.
4241         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
4242         * sysdeps/i386/configure: Regenerated.
4243
4244         * nptl/createthread.c: Don't include kernel-features.h.
4245         * nptl/pthread_cancel.c: Likewise.
4246         * nptl/pthread_condattr_setclock.c: Likewise.
4247         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
4248         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
4249         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
4250         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
4251         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
4252         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
4253         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
4254         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
4255         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
4256         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
4257         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
4258         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
4259         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
4260         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
4261         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
4262         * nscd/gai.c: Likewise.
4263         * nss/nss_db/db-open.c: Likewise.
4264         * sysdeps/generic/ldsodefs.h: Likewise.
4265         * sysdeps/sh/nptl/tls.h: Likewise.
4266         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
4267         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
4268         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
4269         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
4270         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
4271         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
4272         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
4273         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
4274         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
4275         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
4276         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
4277         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
4278         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
4279         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
4280         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
4281         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
4282         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
4283         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
4284         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
4285         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
4286         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
4287         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
4288         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
4289         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
4290         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
4291         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
4292         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
4293         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
4294         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
4295         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
4296         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
4297         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
4298         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
4299         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
4300         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
4301         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4302         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
4303         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
4304         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
4305         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
4306         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
4307         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
4308         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
4309         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
4310         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
4311         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
4312         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
4313         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
4314         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
4315         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
4316         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
4317         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4318         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
4319         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
4320         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
4321         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
4322         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
4323         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
4324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
4325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
4326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
4327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
4328         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
4329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
4330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
4331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
4332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
4333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
4334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
4335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
4336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
4337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
4338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
4339         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
4340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
4341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
4342         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
4343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
4344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
4345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
4346         * sysdeps/unix/sysv/linux/pread.c: Likewise.
4347         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
4348         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
4349         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4350         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
4351         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
4352         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
4353         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
4354         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
4355         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
4356         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
4357         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
4358         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
4359         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
4360         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
4361         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
4362         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
4363         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
4364         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
4365         * sysdeps/unix/sysv/linux/system.c: Likewise.
4366         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
4367         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
4368         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
4369         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
4370         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
4371         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
4372         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
4373
4374         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
4375         * configure: Regenerated.
4376         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
4377
4378         * configure.ac (base_machine): Do not set specially for particular
4379         machines here.
4380         * configure: Regenerated.
4381         * sysdeps/powerpc/preconfigure: Move machine and base_machine
4382         settings from configure.ac.
4383         * sysdeps/i386/preconfigure: New file.
4384         * sysdeps/s390/preconfigure: Likewise.
4385         * sysdeps/sh/preconfigure: Likewise.
4386         * sysdeps/sparc/preconfigure: Likewise.
4387
4388 2014-06-25  Roland McGrath  <roland@hack.frob.com>
4389
4390         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
4391         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
4392         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
4393         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
4394         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
4395         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
4396         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
4397         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
4398         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
4399         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
4400         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
4401         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
4402         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
4403         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
4404         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
4405         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
4406         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
4407         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
4408         * sysdeps/sparc/sparc64/Makefile: ... appended here.
4409
4410         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
4411         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
4412         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
4413         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
4414         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
4415         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
4416         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
4417         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
4418         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
4419         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
4420         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
4421         * sysdeps/sparc/sparc32/sem_post.c: ... here.
4422         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
4423         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
4424         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
4425         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
4426         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
4427         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
4428         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
4429         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
4430         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
4431         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
4432         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
4433         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
4434         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
4435         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
4436         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
4437         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
4438         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
4439         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
4440         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
4441         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
4442         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
4443         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
4444         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
4445         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
4446         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
4447         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
4448
4449         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
4450         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
4451         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
4452         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
4453         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
4454         Moved ...
4455         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
4456         ... here.
4457         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
4458         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
4459         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
4460         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
4461         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
4462         Moved ...
4463         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
4464         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
4465         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
4466         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
4467         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
4468         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
4469         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
4470         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
4471         Moved ...
4472         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
4473         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
4474         Moved ...
4475         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
4476         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
4477         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
4478         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
4479         Moved ...
4480         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
4481         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
4482         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
4483         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
4484         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
4485         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
4486         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
4487         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
4488         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
4489         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
4490         Moved ...
4491         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
4492         ... here.
4493         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
4494         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
4495         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
4496         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
4497         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
4498         Moved ...
4499         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
4500         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
4501         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
4502         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
4503         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
4504         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
4505         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
4506         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
4507         Moved ...
4508         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
4509         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
4510         Moved ...
4511         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
4512         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
4513         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
4514         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
4515         Moved ...
4516         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
4517         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
4518         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
4519         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
4520         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
4521
4522 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
4523
4524         * timezone/checktab.awk: Update from tzcode 2014e.
4525         * timezone/private.h: Likewise.
4526         * timezone/tzfile.h: Likewise.
4527         * timezone/zdump.c: Likewise.
4528         * timezone/zic.c: Likewise.
4529
4530         * sysdeps/unix/sysv/linux/kernel-features.h
4531         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
4532         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
4533         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
4534         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
4535         Remove conditional code.
4536
4537 2014-06-25  Will Newton  <will.newton@linaro.org>
4538
4539         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
4540         (_dl_arm_cap_flags): Add HWCAP2 values.
4541         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
4542         (_DL_HWCAP_COUNT): Increase to 37.
4543         (_DL_HWCAP_LAST): New define.
4544         (_DL_HWCAP2_LAST): New define.
4545         (_dl_procinfo): Add support for printing
4546         AT_HWCAP2 entries.
4547         (_dl_string_hwcap): Use _dl_hwcap_string.
4548
4549 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4550
4551         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4552
4553 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
4554
4555         * README: Do not mention ports directory.
4556
4557         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
4558         Remove macro.
4559         * sysdeps/unix/sysv/linux/futimes.c: Do not include
4560         <kernel-features.h>.
4561         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
4562         conditional variable definition.
4563         (__futimes): Update comment.
4564         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
4565         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
4566
4567         [BZ #16560]
4568         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
4569         arguments close to 0.
4570         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
4571         Likewise.
4572         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
4573         Likewise.
4574         * math/auto-libm-test-in: Add more tests of exp10.
4575         * math/auto-libm-test-out: Regenerated.
4576         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
4577
4578         * sysdeps/unix/sysv/linux/kernel-features.h
4579         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
4580         * sysdeps/unix/sysv/linux/readv.c: Do not include
4581         <kernel-features.h>.
4582         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
4583         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
4584         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
4585         unconditional.
4586         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
4587         conditional code.
4588         * sysdeps/unix/sysv/linux/writev.c: Do not include
4589         <kernel-features.h>.
4590         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
4591         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
4592         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
4593         unconditional.
4594         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
4595         conditional code.
4596
4597 2014-06-25  Will Newton  <will.newton@linaro.org>
4598
4599         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
4600         comment changes throughout the file.  Remove checks
4601         for HAVE_*_H definitions that are not required.
4602         (__gen_tempname): Call abort if an unknown kind value is
4603         passed.
4604
4605 2014-06-25  Andreas Schwab  <schwab@suse.de>
4606
4607         [BZ #17086]
4608         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
4609         scalbln, scalblnf, scalblnl in libc.
4610
4611 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
4612
4613         [BZ #17086]
4614         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
4615         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
4616         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
4617
4618 2014-06-24  Roland McGrath  <roland@hack.frob.com>
4619
4620         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
4621         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
4622         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
4623         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
4624         Update #include.
4625         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
4626         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
4627         Update #include.
4628         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
4629         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
4630         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
4631         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
4632         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
4633         * sysdeps/x86/bits/pthreadtypes.h: ... here.
4634         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
4635         * sysdeps/x86/bits/semaphore.h: ... here.
4636         * sysdeps/x86/nptl/elide.h: Moved ...
4637         * sysdeps/x86/elide.h: ... here.
4638         * sysdeps/x86_64/nptl/Implies: File removed.
4639         * sysdeps/i386/nptl/Implies: File removed.
4640
4641 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
4642
4643         [BZ #16539]
4644         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
4645         return the argument for normal arguments with exponent below -64.
4646         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
4647         Likewise.
4648         * math/auto-libm-test-in: Add another test of expm1.
4649         * math/auto-libm-test-out: Regenerated.
4650
4651         [BZ #16287]
4652         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
4653         calling __erfcl for arguments at least 16.
4654         * math/auto-libm-test-in: Add more tests of erf.
4655         * math/auto-libm-test-out: Regenerated.
4656
4657         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
4658         individual architectures.
4659         * sysdeps/unix/sysv/linux/configure: Regenerated.
4660         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
4661         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
4662         * sysdeps/unix/sysv/linux/powerpc/configure.ac
4663         (ldd_rewrite_script): Define variable.
4664         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
4665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
4666         file.
4667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
4668         generated file.
4669         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
4670         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
4671         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
4672         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
4673         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
4674         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
4675         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
4676         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
4677
4678 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4679
4680         [BZ #17084]
4681         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
4682         Rename member __data.d to __data.__elision_data.
4683
4684 2014-06-24  Wilco  <wdijkstr@arm.com>
4685
4686         * NEWS: Add 16918 to fixed bug list.
4687
4688 2014-06-24  Wilco  <wdijkstr@arm.com>
4689
4690         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
4691
4692 2014-06-24  Wilco  <wdijkstr@arm.com>
4693
4694         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
4695         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
4696         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
4697         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
4698         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
4699         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
4700         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
4701         Use _FPU_MASK_RM.
4702
4703 2014-06-24  Wilco  <wdijkstr@arm.com>
4704
4705         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
4706
4707 2014-06-24  Wilco  <wdijkstr@arm.com>
4708
4709         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
4710         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
4711         * sysdeps/arm/fesetround.c (fesetround): Remove space.
4712         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
4713
4714 2014-06-24  Wilco  <wdijkstr@arm.com>
4715
4716         [BZ #16918]
4717         * sysdeps/arm/feupdateenv.c (feupdateenv):
4718         Rewrite to reduce FPSCR accesses and fix return value.
4719
4720 2014-06-24  Wilco  <wdijkstr@arm.com>
4721
4722         * sysdeps/arm/fclrexcpt.c (feclearexcept):
4723         Optimize to avoid unnecessary FPSCR writes.
4724         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
4725         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
4726         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
4727         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
4728
4729 2014-06-24  Wilco  <wdijkstr@arm.com>
4730
4731         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
4732         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
4733         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
4734         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
4735         Call libc_fetestexcept_vfp.
4736         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
4737         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
4738         __SOFTFP__ ifdef so that they can be built for softfp.
4739
4740 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4741
4742         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
4743         argument type signed char.
4744
4745         * Makerules (check-abi): Dump diff of symlist if the test
4746         fails.
4747
4748 2014-06-23  Roland McGrath  <roland@hack.frob.com>
4749
4750         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
4751         using abort.
4752
4753         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
4754         Remove unused variable ST.
4755
4756 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
4757
4758         [BZ #16354]
4759         [BZ #17061]
4760         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
4761         small arguments before calling __expm1.
4762         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
4763         small arguments before calling __expm1f.
4764         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
4765         small arguments before calling __expm1l.
4766         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
4767         Likewise.
4768         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
4769         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
4770         spurious underflow for some cosh tests.
4771         * math/auto-libm-test-out: Regenerated.
4772         * sysdeps/i386/fpu/libm-test-ulps: Update.
4773
4774         [BZ #17050]
4775         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
4776         (__ieee754_y1): Set errno if return value overflows.
4777         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
4778         (__ieee754_y1f): Set errno if return value overflows.
4779         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
4780         (__ieee754_y1l): Set errno if return value overflows.
4781         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
4782         (__ieee754_y1l): Set errno if return value overflows.
4783         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
4784         * math/auto-libm-test-out: Regenerated.
4785
4786         * math/gen-auto-libm-tests.c: Document use of
4787         ignore-zero-inf-sign.
4788         (input_flag_type): Add value flag_ignore_zero_inf_sign.
4789         (input_flags): Add ignore-zero-inf-sign.
4790         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
4791         * math/gen-libm-test.pl (generate_testfile): Handle
4792         ignore-zero-inf-sign.
4793         * math/auto-libm-test-in: Mark some cpow tests with
4794         ignore-zero-inf-sign and some with xfail-rounding.
4795         * math/auto-libm-test-out: Regenerated.
4796         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
4797         * sysdeps/i386/fpu/libm-test-ulps: Update.
4798         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4799
4800         [BZ #16315]
4801         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
4802         overflowing or underflowing operations take place with sign of
4803         result.
4804         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
4805         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
4806         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
4807         (__ieee754_pow): Recompute overflowing and underflowing results in
4808         original rounding mode.
4809         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
4810         (__powl_helper): Allow negative argument X and scale negated value
4811         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
4812         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
4813         overflowing or underflowing operations take place with sign of
4814         result.
4815         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
4816         Include <math.h>.
4817         * math/auto-libm-test-in: Add more tests of pow.
4818         * math/auto-libm-test-out: Regenerated.
4819         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
4820         (pow_tonearest_test_data): Remove.
4821         (pow_test_tonearest): Likewise.
4822         (pow_towardzero_test_data): Likewise.
4823         (pow_test_towardzero): Likewise.
4824         (pow_downward_test_data): Likewise.
4825         (pow_test_downward): Likewise.
4826         (pow_upward_test_data): Likewise.
4827         (pow_test_upward): Likewise.
4828         (main): Don't call removed functions.
4829         * sysdeps/i386/fpu/libm-test-ulps: Update.
4830         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4831
4832 2014-06-23  Roland McGrath  <roland@hack.frob.com>
4833
4834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
4835         Moved ...
4836         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
4837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
4838         Moved ...
4839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
4840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
4841         Moved ...
4842         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
4843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
4844         Moved ...
4845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
4846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
4847         File removed.
4848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
4849         File removed.
4850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
4851         File removed.
4852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
4853         File removed.
4854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
4855         File removed.
4856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
4857         File removed.
4858         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
4859         File removed.
4860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
4861         File removed.
4862         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
4863         File removed.
4864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
4865         File removed.
4866         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
4867         File removed.
4868         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
4869         File removed.
4870         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
4871         Moved ...
4872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
4873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
4874         Moved ...
4875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
4876         ... here.
4877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
4878         Moved ...
4879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
4880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
4881         Moved ...
4882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
4883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
4884         Moved ...
4885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
4886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
4887         Moved ...
4888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
4889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
4890         Moved ...
4891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
4892         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
4893         Moved ...
4894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
4895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
4896         Moved ...
4897         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
4898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
4899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
4900         ... here.
4901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
4902         Moved ...
4903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
4904         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
4905         Moved ...
4906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
4907         ... here.
4908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
4909         Moved ...
4910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
4911         ... here.
4912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
4913         Moved ...
4914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4915         ... here.
4916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
4917         Moved ...
4918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
4919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
4920         Moved ...
4921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
4922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
4923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
4924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
4925         Moved ...
4926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
4927         ... here.
4928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
4929         Moved ...
4930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
4931         ... here.
4932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
4933         Moved ...
4934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
4935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
4936         Moved ...
4937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
4938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
4939         Moved ...
4940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
4941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
4942         Moved ...
4943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
4944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
4945         Moved ...
4946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
4947         ... here.
4948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
4949         Moved ...
4950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
4951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
4952         Moved ...
4953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
4954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
4955         Moved ...
4956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
4957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
4958         Moved ...
4959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
4960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
4961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
4962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
4963         Moved ...
4964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
4965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
4966         Moved ...
4967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
4968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
4969         Moved ...
4970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
4971         ... here.
4972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
4973         Moved ...
4974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
4975         ... here.
4976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
4977         Moved ...
4978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
4979         ... here.
4980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
4981         Moved ...
4982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
4983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
4984         Moved ...
4985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
4986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
4987         Moved ...
4988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
4989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
4990         Moved ...
4991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
4992         ... here.
4993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
4994         Moved ...
4995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
4996         ... here.
4997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
4998         Moved ...
4999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
5000         ... here.
5001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
5002         Moved ...
5003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
5004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
5005         Moved ...
5006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
5007
5008 2014-06-23  Will Newton  <will.newton@linaro.org>
5009             Wilco  <wdijkstr@arm.com>
5010
5011         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
5012         implementation.  Include get-rounding-mode.h.
5013         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
5014         [!libc_feholdsetround_noex_ctx]: Define
5015         libc_feholdsetround_noex_ctx.
5016         [!libc_feholdsetround_noexf_ctx]: Define
5017         libc_feholdsetround_noexf_ctx.
5018         [!libc_feholdsetround_noexl_ctx]: Define
5019         libc_feholdsetround_noexl_ctx.
5020         (libc_feholdsetround_ctx): New function.
5021         (libc_feresetround_ctx): New function.
5022         (libc_feholdsetround_noex_ctx): New function.
5023         (libc_feresetround_noex_ctx): New function.
5024
5025 2014-06-23  Roland McGrath  <roland@hack.frob.com>
5026
5027         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
5028         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
5029         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
5030         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
5031         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
5032         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
5033
5034         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
5035         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
5036         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
5037         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
5038         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
5039         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
5040         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
5041         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
5042         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
5043         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
5044         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
5045         Moved ...
5046         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
5047         ... here.
5048         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
5049         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
5050         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
5051         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
5052         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
5053         Moved ...
5054         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
5055         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
5056         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
5057         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
5058         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
5059         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
5060         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
5061         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
5062         Moved ...
5063         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
5064         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
5065         Moved ...
5066         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
5067         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
5068         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
5069         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
5070         Moved ...
5071         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
5072         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
5073         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
5074         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
5075         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
5076         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
5077         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
5078         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
5079         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
5080         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
5081         Moved ...
5082         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
5083         ... here.
5084         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
5085         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
5086         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
5087         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
5088         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
5089         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
5090         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
5091         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
5092         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
5093         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
5094         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
5095         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
5096         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
5097         Moved ...
5098         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
5099         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
5100         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
5101         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
5102         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
5103         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
5104         Moved ...
5105         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
5106         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
5107         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
5108         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
5109         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
5110
5111         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
5112         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
5113         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
5114         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
5115         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
5116         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
5117         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
5118         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
5119         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
5120         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
5121         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
5122         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
5123         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
5124         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
5125         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
5126         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
5127         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
5128         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
5129         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
5130         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
5131         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
5132         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
5133         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
5134         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
5135         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
5136         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
5137         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
5138         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
5139
5140 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
5141
5142         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
5143         (FALLOC_FL_COLLAPSE_RANGE): New macro.
5144         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
5145         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
5146         (IPV6_PMTUDISC_INTERFACE): Likewise.
5147         (IPV6_PMTUDISC_OMIT): Likewise.
5148
5149 2014-06-23  Andreas Schwab  <schwab@suse.de>
5150
5151         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
5152         Remove unused errout label.
5153
5154 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5155
5156         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
5157         macro: hardware supports Vector Crypto instructions.
5158
5159 2014-06-23  Will Newton  <will.newton@linaro.org>
5160
5161         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
5162         rather than __builtin_expect.
5163
5164         * elf/dl-lookup.c (undefined_msg): Remove variable.
5165         (_dl_lookup_symbol_x): Replace undefined_msg with string
5166         literal.
5167
5168         * elf/dl-lookup.c (do_lookup_unique): New function.
5169         (do_lookup_x): Move STB_GNU_UNIQUE handling code
5170         to a separate function.
5171
5172 2014-06-23  Andreas Schwab  <schwab@suse.de>
5173
5174         [BZ #17079]
5175         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
5176         before reading the next line.
5177
5178 2014-06-23  Will Newton  <will.newton@linaro.org>
5179
5180         * test-skeleton.c (signal_handler): Use printf and %m
5181         rather than perror.  Use printf rather than fprintf to
5182         stderr.  Use puts rather than fputs to stderr.
5183         (main): Likewise.
5184
5185 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
5186
5187         * nscd/nscd.c (thread_info_t): Remove typedef.
5188         (thread_info): Remove variable.
5189
5190 2014-06-21  Allan McRae  <allan@archlinux.org>
5191
5192         * NEWS: Mention CVE-2014-4043.
5193
5194 2014-06-20  Roland McGrath  <roland@hack.frob.com>
5195
5196         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
5197         * nptl/smp.h: ... here.
5198
5199         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
5200
5201         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
5202         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
5203         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
5204         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
5205
5206         * nptl/allocatestack.c: Include <stack-aliasing.h>.
5207         * nptl/stack-aliasing.h: New file.
5208         * sysdeps/i386/i686/stack-aliasing.h: New file.
5209         * sysdeps/i386/i686/nptl/Makefile: File removed.
5210         * sysdeps/x86_64/stack-aliasing.h: New file.
5211         * sysdeps/x86_64/nptl/Makefile
5212         (CFLAGS-pthread_create.c): Variable removed.
5213
5214         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
5215         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
5216         old file.
5217         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
5218         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
5219         old file.
5220
5221 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
5222
5223         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5224         (__ASSUME_SIGFRAME_V2): Remove macro.
5225         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
5226         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
5227         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
5228         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
5229         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
5230         Declare as function.  Remove conditional macro definitions.
5231         (__default_rt_sa_restorer): Likewise.
5232         (__default_sa_restorer_v1): Remove declaration.
5233         (__default_sa_restorer_v2): Likewise.
5234         (__default_rt_sa_restorer_v1): Likewise.
5235         (__default_rt_sa_restorer_v2): Likewise.
5236         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
5237         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
5238         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
5239
5240 2014-06-20  Roland McGrath  <roland@hack.frob.com>
5241
5242         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
5243         (libpthread-routines): Add sysdep.
5244         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
5245         * sysdeps/unix/sysv/linux/sparc/Versions
5246         (libpthread: GLIBC_2.3.3): New version set.
5247         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
5248         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
5249         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
5250         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
5251         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
5252         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
5253         Moved ...
5254         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
5255         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
5256         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
5257         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
5258         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
5259         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
5260         * sysdeps/sparc/nptl/sem_init.c: ... here.
5261         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
5262         * sysdeps/sparc/nptl/sem_post.c: ... here.
5263         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
5264         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
5265         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
5266         * sysdeps/sparc/nptl/sem_wait.c: ... here.
5267         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
5268         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
5269         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
5270         (libpthread-routines): Add cpu_relax.
5271         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
5272         File removed.
5273         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
5274         (librt: GLIBC_2.3.3): New version set.
5275         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
5276         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
5277         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
5278         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
5279         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
5280         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
5281         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
5282         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
5283         Moved ...
5284         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
5285         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
5286         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
5287         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
5288         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
5289         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
5290         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
5291         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
5292         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
5293         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
5294         Moved ...
5295         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
5296         Update #include.
5297         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
5298         Moved ...
5299         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
5300         Update #include.
5301         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
5302         Moved ...
5303         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
5304         Update #include.
5305         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
5306         Moved ...
5307         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
5308         Update #include.
5309         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
5310         Moved ...
5311         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
5312         Update #include.
5313         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
5314         Moved ...
5315         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
5316         Update #include.
5317         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
5318         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
5319         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
5320         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
5321         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
5322         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
5323         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
5324         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
5325         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
5326         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
5327         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
5328         Moved ...
5329         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
5330         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
5331         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
5332         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
5333         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
5334
5335 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
5336
5337         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
5338         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
5339         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
5340         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
5341         * nscd/nscd.c: Likewise.
5342         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
5343         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
5344         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
5345         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
5346
5347         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
5348         <kernel-features.h>.
5349         (init_mq_netlink): Remove conditional have_sock_cloexec
5350         definitions.  Remove code conditional on have_sock_cloexec < 0.
5351         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
5352         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
5353         * sysdeps/unix/sysv/linux/opensock.c: Do not include
5354         <kernel-features.h>.
5355         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
5356         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
5357
5358 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
5359
5360         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5361         Add tests for memset_chk and memset.
5362
5363         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
5364         with AVX2_Usable.
5365
5366 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
5367
5368         [BZ #16046]
5369         * elf/tst-dl-iter-static.c: New file.
5370         * elf/Makefile (tests-static): Add tst-dl-iter-static.
5371
5372         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
5373         error.
5374
5375 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
5376
5377         * sysdeps/unix/sysv/linux/kernel-features.h
5378         (__ASSUME_F_GETOWN_EX): Remove macro.
5379         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
5380         <kernel-features.h>.
5381         (miss_F_GETOWN_EX): Remove variable or macro.
5382         (do_fcntl): Do not check miss_F_GETOWN_EX.
5383         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
5384
5385         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
5386         Remove macro.
5387         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
5388         [!__ASSUME_AT_RANDOM]: Remove conditional code.
5389         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
5390
5391         * sysdeps/unix/sysv/linux/kernel-features.h
5392         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
5393         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
5394         [ADJ_OFFSET_SS_READ]: Make code unconditional.
5395         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
5396
5397 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
5398
5399         [BZ #17075]
5400         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
5401         Fix calculation of the symbol's value.
5402         * sysdeps/arm/tst-armtlsdescloc.c: New file.
5403         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
5404         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
5405         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
5406         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
5407         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
5408         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
5409         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
5410         (modules-names): Add `tst-armtlsdescmod',
5411         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
5412         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
5413         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
5414         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
5415         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
5416         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
5417         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
5418         ($(objpfx)tst-armtlsdescloc): New dependency.
5419         ($(objpfx)tst-armtlsdescextnow): Likewise.
5420         ($(objpfx)tst-armtlsdescextlazy): Likewise.
5421         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
5422         TLS scheme support.
5423         * sysdeps/arm/configure: Regenerate.
5424
5425 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
5426
5427         * include/fcntl.h (__atfct_seterrno): Remove prototype.
5428         (__atfct_seterrno_2): Likewise.
5429         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
5430         <kernel-features.h>.
5431         (__ASSUME_ATFCTS): Do not undefine and redefine.
5432         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
5433         (__have_atfcts): Remove conditional definition.
5434         (__fxstatat([__NR_fstatat64]: Make code unconditional.
5435         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
5436         unreachable if [__ASSUME_ATFCTS].
5437         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
5438         not undefine and redefine.
5439         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
5440         <kernel-features.h>.
5441         (faccessat) [__NR_faccessat]: Make code unconditional.
5442         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
5443         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
5444         <kernel-features.h>.
5445         (fchmodat) [__NR_fchmodat]: Make code unconditional.
5446         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
5447         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
5448         <kernel-features.h>.
5449         (fchownat) [__NR_fchownat]: Make code unconditional.
5450         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
5451         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
5452         <kernel-features.h>.
5453         (futimesat) [__NR_futimesat]: Make code unconditional.
5454         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
5455         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
5456         <kernel-features.h>.
5457         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
5458         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
5459         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
5460         <kernel-features.h>.
5461         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
5462         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
5463         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
5464         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
5465         <kernel-features.h>.
5466         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
5467         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
5468         * sysdeps/unix/sysv/linux/linkat.c: Do not include
5469         <kernel-features.h>.
5470         (linkat) [__NR_linkat]: Make code unconditional.
5471         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
5472         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
5473         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
5474         <kernel-features.h>.
5475         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
5476         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
5477         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
5478         <kernel-features.h>.
5479         (mkdirat) [__NR_mkdirat]: Make code unconditional.
5480         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
5481         * sysdeps/unix/sysv/linux/openat.c: Do not include
5482         <kernel-features.h>.
5483         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
5484         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
5485         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
5486         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
5487         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
5488         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
5489         <kernel-features.h>.
5490         (readlinkat) [__NR_readlinkat]: Make code unconditional.
5491         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
5492         result of INLINE_SYSCALL directly, not via int variable.
5493         * sysdeps/unix/sysv/linux/renameat.c: Do not include
5494         <kernel-features.h>.
5495         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
5496         (renameat) [__NR_renameat]: Make code unconditional.
5497         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
5498         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
5499         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
5500         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
5501         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
5502         (__ASSUME_ATFCTS): Do not undefine and redefine.
5503         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
5504         <kernel-features.h>.
5505         (symlinkat) [__NR_symlinkat]: Make code unconditional.
5506         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
5507         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
5508         <kernel-features.h>.
5509         (unlinkat) [__NR_unlinkat]: Make code unconditional.
5510         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
5511         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
5512         (__ASSUME_ATFCTS): Do not undefine and redefine.
5513         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
5514         <kernel-features.h>.
5515         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
5516         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
5517         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
5518         <kernel-features.h>.
5519         (__xmknodat) [__NR_mknodat]: Make code unconditional.
5520         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
5521
5522 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
5523
5524         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
5525
5526 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
5527
5528         [BZ #17069]
5529         * posix/regcomp.c (parse_reg_exp): Deallocate partially
5530         constructed tree before returning error.
5531         * posix/bug-regexp36.c: Expand test case.
5532
5533 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
5534
5535         [BZ #6803]
5536         * math/libm-test.inc (scalbln_test_date):
5537         Add errno expectations.
5538         * math/w_scalblnf.c: New File.
5539         Add wrapper which checks for setting errno to ERANGE.
5540         Add weak_alias for corresponding scalbln function.
5541         * math/w_scalbln.c: Likewise.
5542         * math/w_scalblnl.c: Likewise.
5543         * math/Makefile (libm-calls): Add w_scalbln.
5544         * sysdeps/ieee754/flt-32/s_scalblnf.c:
5545         Remove weak_alias for corresponding scalbln function.
5546         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
5547         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
5548         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
5549         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
5550         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
5551         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
5552         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
5553         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
5554         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
5555         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
5556         Remove long_double_symbol for scalblnl function in libm, libc.
5557         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
5558         Add wrapper which checks for setting errno to ERANGE.
5559         Add long_double_symbol for scalblnl function in libm, libc.
5560         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
5561         Remove long_double_symbol for scalblnl in libm.
5562         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
5563         Add wrapper which checks for setting errno to ERANGE.
5564         Add long_double_symbol for scalblnl function in libm.
5565         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
5566         Do not use wrapper because of own implementation.
5567
5568 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
5569
5570         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
5571         3 bytes for __pad1 for x32.
5572         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
5573
5574 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
5575             H.J. Lu  <hongjiu.lu@intel.com>
5576
5577         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
5578         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
5579         * sysdeps/x86_64/multiarch/memset.S: Likewise.
5580         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5581         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
5582
5583 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
5584
5585         [BZ #17069]
5586         * posix/regcomp.c (parse_expression): Deallocate partially
5587         constructed tree before returning error.
5588         * posix/Makefile.c (tests): Add bug-regex36.
5589         (generated): Add bug-regex36.mtrace.
5590         (tests-special): Add $(objpfx)bug-regex36-mem.out
5591         (bug-regex36-ENV): New variable.
5592         ($(objpfx)bug-regex36-mem.out): New rule.
5593         * posix/bug-regex36.c: New file.
5594
5595 2014-06-19  Will Newton  <will.newton@linaro.org>
5596
5597         * malloc/malloc.c (systrim): If extra is zero then return
5598         early.
5599
5600 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
5601
5602         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
5603
5604 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
5605
5606         * sysdeps/aarch64/strchr.S: New file.
5607
5608 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
5609
5610         [BZ #17022]
5611         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
5612         from arguments -2 or below.
5613         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
5614         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
5615
5616 2014-06-18  Andreas Schwab  <schwab@suse.de>
5617
5618         [BZ #17062]
5619         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
5620         of a bracket expr not to run off the end of the string.
5621         * posix/Makefile (tests): Add tst-fnmatch3.
5622         * posix/tst-fnmatch3.c: New file.
5623
5624 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
5625
5626         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
5627         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5628         [$(cross-compiling) = no]: Likewise.
5629         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5630         [$(cross-compiling) = no]: Likewise.
5631
5632 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
5633
5634         [BZ #17031]
5635         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
5636         double, adjusted for any remainder from the high double.
5637         * math/libm-test.inc (nearbyint): Add tests.
5638         (rint): Likewise.
5639
5640 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5641
5642         * nptl/sysdeps/powerpc/Makefile: Moved ...
5643         * sysdeps/powerpc/nptl/Makefile: ... here.
5644         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
5645         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
5646         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
5647         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
5648         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
5649         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
5650         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
5651         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
5652         * nptl/sysdeps/powerpc/tls.h: Moved ...
5653         * sysdeps/powerpc/nptl/tls.h: ... here.
5654
5655 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
5656
5657         [BZ #16681]
5658         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
5659         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
5660         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
5661         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
5662         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
5663         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
5664         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
5665         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
5666         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
5667
5668 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
5669
5670         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5671
5672 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
5673
5674         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
5675         defined operator.
5676
5677         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
5678         $TIMEOUTFACTOR.
5679
5680 2014-06-16  Florian Weimer  <fweimer@redhat.com>
5681
5682         [BZ #17058]
5683         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
5684         non-executed part of the test.
5685
5686 2014-06-16  Andreas Schwab  <schwab@suse.de>
5687
5688         * string/bits/string2.h (strdup, strndup): Update feature guard.
5689
5690 2014-06-14  David S. Miller  <davem@davemloft.net>
5691
5692         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5693
5694 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
5695
5696         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
5697         that was previously under [RESET_PID].
5698         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
5699
5700         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
5701         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
5702         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
5703         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5704         (__libc_vfork): New strong alias.
5705         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
5706
5707 2014-06-14 Andi Kleen  <ak@linux.intel.com>
5708
5709         * sysdeps/generic/elide.h: New file.
5710
5711 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5712
5713         * Makefile (installed-headers): Adjust path of pthread.h header.
5714
5715 2014-06-13  Roland McGrath  <roland@hack.frob.com>
5716
5717         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
5718         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
5719         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
5720         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
5721
5722         * nptl/sysdeps/s390/Makefile: Moved ...
5723         * sysdeps/s390/nptl/Makefile: ... here.
5724         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
5725         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
5726         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
5727         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
5728         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
5729         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
5730         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
5731         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
5732         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
5733         * sysdeps/s390/nptl/pthreaddef.h: ... here.
5734         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
5735         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
5736         * nptl/sysdeps/s390/tls.h: Moved ...
5737         * sysdeps/s390/nptl/tls.h: ... here.
5738
5739         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
5740         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
5741
5742 2014-06-13  David S. Miller  <davem@davemloft.net>
5743
5744         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
5745         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
5746         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
5747         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
5748         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
5749         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
5750         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
5751         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
5752         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
5753         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
5754         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
5755         Remove RESET_PID cpp guards.
5756         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
5757         Remove RESET_PID cpp guards.
5758         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
5759
5760 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
5761
5762         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
5763         __sp to uintptr_t.
5764
5765 2014-06-13  Andi Kleen  <ak@linux.intel.com>
5766
5767         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
5768         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
5769         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
5770         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
5771         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
5772         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
5773         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
5774         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
5775         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
5776         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
5777         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
5778         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
5779         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
5780         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
5781         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
5782         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
5783         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
5784         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
5785         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
5786         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
5787
5788         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
5789         (pthread_rwlock_rdlock): Add elision.
5790         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
5791         (pthread_rwlock_wrlock): Add elision.
5792         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
5793         (pthread_rwlock_trywrlock): Add elision.
5794         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
5795         (pthread_rwlock_tryrdlock): Add elision.
5796         * nptl/pthread_rwlock_unlock.c: Include elide.h.
5797         (pthread_rwlock_tryrdlock): Add elision unlock.
5798         * nptl/sysdeps/pthread/pthread.h:
5799         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
5800         (PTHREAD_RWLOCK_INITIALIZER,
5801         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
5802         Handle new elision field.
5803         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
5804         * sysdeps/arm/nptl/bits/pthreadtypes.h
5805         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5806         * sysdeps/sh/nptl/bits/pthreadtypes.h
5807         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5808         * sysdeps/tile/nptl/bits/pthreadtypes.h
5809         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5810         * sysdeps/a/nptl/bits/pthreadtypes.h
5811         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5812         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
5813         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5814         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
5815         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5816         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
5817         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5818         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
5819         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5820         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
5821         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5822         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
5823         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5824         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
5825         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5826         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
5827         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5828         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
5829         (elision_init): Set try_xbegin to zero when no RTM.
5830         * sysdeps/x86/nptl/bits/pthreadtypes.h
5831         (pthread_rwlock_t): Change __pad1 to __rwelision.
5832         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5833
5834 2014-06-13  Andi Kleen  <ak@linux.intel.com>
5835
5836         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
5837         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
5838         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
5839         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
5840
5841 2014-06-13  Meador Inge  <meadori@codesourcery.com>
5842
5843         [BZ #16996]
5844         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
5845         that the cached result has been set before returning it.
5846
5847 2014-06-12  Roland McGrath  <roland@hack.frob.com>
5848
5849         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
5850         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
5851         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
5852         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
5853         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
5854         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
5855
5856         * nptl/sysdeps/sparc/Makefile: Moved ...
5857         * sysdeps/sparc/nptl/Makefile: ... here.
5858         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
5859         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
5860         * nptl/sysdeps/sparc/tls.h: Moved ...
5861         * sysdeps/sparc/nptl/tls.h: ... here.
5862         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
5863         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
5864         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
5865         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
5866         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
5867         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
5868         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
5869         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
5870         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
5871         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
5872         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
5873         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
5874         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
5875         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
5876         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
5877         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
5878         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
5879         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
5880         Update #include.
5881         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
5882         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
5883         Update #include.
5884         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
5885         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
5886         Update #include.
5887         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
5888         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
5889         Update #include.
5890
5891         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5892
5893         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
5894         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
5895
5896         * sysdeps/pthread/posix-timer.h: Include <list.h>.
5897         (struct list_links): Type removed.
5898         (struct thread_node, struct timer_node): Replace struct list_links
5899         with struct list_head.
5900         (list_unlink_ip): Likewise.
5901         * sysdeps/pthread/timer_routines.c
5902         (timer_free_list, thread_free_list, thread_active_list): Likewise.
5903         (list_append, list_insbefore): Likewise.
5904         (list_init): Function removed.
5905         (thread_init, init_module): Use INIT_LIST_HEAD instead.
5906         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
5907         * sysdeps/pthread/Makefile: ... here, new file.
5908
5909         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
5910         * sysdeps/nptl/Implies: ... here.
5911         * sysdeps/unix/sysv/linux/Implies: Add nptl.
5912         * nptl/sysdeps/pthread/list.h: Moved ...
5913         * include/list.h: ... here.
5914         * nptl/sysdeps/pthread/createthread.c: Moved ...
5915         * nptl/createthread.c: ... here.
5916         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
5917         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
5918         * nptl/pt-longjmp.c: ... here.
5919         * nptl/sysdeps/pthread/Makefile: Moved ...
5920         * sysdeps/nptl/Makefile: ... here.
5921         * nptl/sysdeps/pthread/Subdirs: Moved ...
5922         * sysdeps/nptl/Subdirs: ... here.
5923         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
5924         * sysdeps/nptl/aio_misc.h: ... here.
5925         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
5926         * sysdeps/nptl/bits/libc-lock.h: ... here.
5927         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
5928         * sysdeps/nptl/bits/libc-lockP.h: ... here.
5929         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
5930         * sysdeps/nptl/bits/stdio-lock.h: ... here.
5931         * nptl/sysdeps/pthread/configure: Moved ...
5932         * sysdeps/nptl/configure: ... here.
5933         * nptl/sysdeps/pthread/configure.ac: Moved ...
5934         * sysdeps/nptl/configure.ac: ... here.
5935         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
5936         * sysdeps/nptl/gai_misc.h: ... here.
5937         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
5938         * sysdeps/nptl/librt-cancellation.c: ... here.
5939         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
5940         * sysdeps/nptl/malloc-machine.h: ... here.
5941         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
5942         * sysdeps/nptl/pthread-functions.h: ... here.
5943         * nptl/sysdeps/pthread/pthread.h: Moved ...
5944         * sysdeps/nptl/pthread.h: ... here.
5945         * nptl/sysdeps/pthread/setxid.h: Moved ...
5946         * sysdeps/nptl/setxid.h: ... here.
5947         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
5948         * sysdeps/nptl/sigfillset.c: ... here.
5949         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
5950         * sysdeps/nptl/tcb-offsets.h: ... here.
5951         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
5952         * sysdeps/nptl/tst-mqueue8x.c: ... here.
5953         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
5954         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
5955         * nptl/sysdeps/pthread/allocalim.h: Moved ...
5956         * sysdeps/pthread/allocalim.h: ... here.
5957         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
5958         * sysdeps/pthread/bits/sigthread.h: ... here.
5959         * nptl/sysdeps/pthread/flockfile.c: Moved ...
5960         * sysdeps/pthread/flockfile.c: ... here.
5961         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
5962         * sysdeps/pthread/ftrylockfile.c: ... here.
5963         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
5964         * sysdeps/pthread/funlockfile.c: ... here.
5965         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
5966         * sysdeps/pthread/posix-timer.h: ... here.
5967         * nptl/sysdeps/pthread/timer_create.c: Moved ...
5968         * sysdeps/pthread/timer_create.c: ... here.
5969         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
5970         * sysdeps/pthread/timer_delete.c: ... here.
5971         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
5972         * sysdeps/pthread/timer_getoverr.c: ... here.
5973         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
5974         * sysdeps/pthread/timer_gettime.c: ... here.
5975         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
5976         * sysdeps/pthread/timer_routines.c: ... here.
5977         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
5978         * sysdeps/pthread/timer_settime.c: ... here.
5979         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
5980         * sysdeps/pthread/tst-timer.c: ... here.
5981         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
5982         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
5983
5984         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
5985         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
5986
5987         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
5988         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
5989         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
5990         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
5991         Update #include target.
5992         * nptl/sysdeps/i386/i686/Makefile: Moved ...
5993         * sysdeps/i386/i686/nptl/Makefile: ... here.
5994         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
5995         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
5996         Update #include target.
5997         * nptl/sysdeps/i386/i686/tls.h: Moved ...
5998         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
5999         * nptl/sysdeps/i386/Makefile: Moved ...
6000         * sysdeps/i386/nptl/Makefile: ... here.
6001         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
6002         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
6003         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
6004         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
6005         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
6006         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
6007         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
6008         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
6009         * sysdeps/i386/nptl/pthreaddef.h: ... here.
6010         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
6011         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
6012         * nptl/sysdeps/i386/tls.h: Moved ...
6013         * sysdeps/i386/nptl/tls.h: ... here.
6014
6015         * sysdeps/sh/Makefile [$(subdir) = csu]
6016         (gen-as-const-headers): Add tcb-offsets.sym.
6017         * nptl/sysdeps/sh/Makefile: File removed.
6018         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
6019         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
6020         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
6021         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
6022         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
6023         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
6024         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
6025         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
6026         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
6027         * sysdeps/sh/nptl/pthreaddef.h: ... here.
6028         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
6029         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
6030         * nptl/sysdeps/sh/tls.h: Moved ...
6031         * sysdeps/sh/nptl/tls.h: ... here.
6032         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
6033         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
6034         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
6035         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
6036         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
6037         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
6038         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
6039         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
6040         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
6041         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
6042         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
6043         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
6044         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
6045         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
6046         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
6047         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
6048         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
6049         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
6050         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
6051         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
6052         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
6053         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
6054         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
6055         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
6056         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
6057         Moved ...
6058         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
6059         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
6060         Moved ...
6061         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
6062         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
6063         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
6064         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
6065         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
6066         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
6067         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
6068         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
6069         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
6070         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
6071         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
6072         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
6073         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
6074         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
6075         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
6076         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
6077         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
6078         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
6079         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
6080
6081 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
6082
6083         * posix/spawn_faction_addopen.c: Include string.h.
6084
6085 2014-06-11  Roland McGrath  <roland@hack.frob.com>
6086
6087         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
6088         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
6089         * nptl/sysdeps/x86_64/Makefile: Moved ...
6090         * sysdeps/x86_64/nptl/Makefile: ... here.
6091         * nptl/sysdeps/x86_64/configure: Moved ...
6092         * sysdeps/x86_64/nptl/configure: ... here.
6093         * nptl/sysdeps/x86_64/configure.ac: Moved ...
6094         * sysdeps/x86_64/nptl/configure.ac: ... here.
6095         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
6096         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
6097         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
6098         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
6099         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
6100         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
6101         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
6102         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
6103         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
6104         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
6105         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
6106         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
6107         * nptl/sysdeps/x86_64/tls.h: Moved ...
6108         * sysdeps/x86_64/nptl/tls.h: ... here.
6109         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
6110         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
6111         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
6112         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
6113
6114         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
6115
6116 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6117
6118         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6119
6120 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
6121
6122         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
6123         type.
6124         [POSIX] (off_t): Likewise.
6125         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
6126         [POSIX] (S_ISBLK): Require macro.
6127         [POSIX] (S_ISCHR): Likewise.
6128         [POSIX] (S_ISDIR): Likewise.
6129         [POSIX] (S_ISFIFO): Likewise.
6130         [POSIX] (S_ISREG): Likewise.
6131         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
6132         optional-macro.
6133         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
6134         type.
6135         [POSIX] (time_t): Likewise.
6136         [POSIX] (timer_t): Likewise.
6137
6138 2014-06-11  Florian Weimer  <fweimer@redhat.com>
6139
6140         [BZ #17048]
6141         * posix/spawn_int.h (struct __spawn_action): Make the path string
6142         non-const to support deallocation.
6143         * posix/spawn_faction_addopen.c
6144         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
6145         * posix/spawn_faction_destroy.c
6146         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
6147         path in all spawn_do_open actions.
6148         * posix/tst-spawn.c (do_test): Exercise the copy operation in
6149         posix_spawn_file_actions_addopen.
6150
6151 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
6152
6153         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
6154         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
6155         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
6156         conditional code always true.
6157         (__libc_vfork): New alias.
6158
6159 2014-06-11  Roland McGrath  <roland@hack.frob.com>
6160
6161         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
6162         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
6163
6164         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
6165
6166         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
6167         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
6168
6169         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
6170         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
6171
6172         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
6173         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
6174
6175 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6176
6177         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
6178         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
6179         multiarch strcmp for PPC64.
6180         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
6181         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
6182         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
6183         multiarch optimizations.
6184         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6185         (__libc_ifunc_impl_list): Likewise.
6186
6187 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
6188
6189         * benchtests/scripts/validate_benchout.py: New script.
6190         * benchtests/Makefile (bench-func): Call it.
6191         * benchtests/scripts/benchout.schema.json: New file.
6192
6193 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
6194
6195         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
6196         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
6197         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
6198         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
6199         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
6200         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
6201         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
6202         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
6203         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
6204         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
6205         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
6206         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
6207         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
6208         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
6209         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
6210         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
6211         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
6212         Moved ...
6213         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
6214         ... here.
6215         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
6216         Moved ...
6217         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
6218         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
6219         Moved ...
6220         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
6221         ... here.
6222         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
6223         Moved ...
6224         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
6225         ... here.
6226         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
6227         Moved ...
6228         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
6229         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
6230         Moved ...
6231         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
6232         ... here.
6233         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
6234         Moved ...
6235         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
6236         ... here.
6237         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
6238         Moved ...
6239         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
6240         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
6241         Moved ...
6242         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
6243         ... here.
6244         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
6245         Moved ...
6246         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
6247         ... here.
6248         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
6249         Moved ...
6250         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
6251         ... here.
6252         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
6253         Moved ...
6254         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
6255         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
6256         Moved ...
6257         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
6258         ... here.
6259         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
6260         Moved ...
6261         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
6262         ... here.
6263         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
6264         Moved ...
6265         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
6266         ... here.
6267         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
6268         Moved ...
6269         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
6270         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
6271         Moved ...
6272         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
6273         ... here.
6274         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
6275         Moved ...
6276         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
6277         ... here.
6278         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
6279         Moved ...
6280         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
6281         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
6282         Moved ...
6283         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
6284         ... here.
6285         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
6286         Moved ...
6287         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
6288         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
6289         Moved ...
6290         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
6291         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
6292         Moved ...
6293         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
6294         ... here.
6295         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
6296         Moved ...
6297         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
6298         ... here.
6299         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
6300         Moved ...
6301         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
6302         ... here.
6303         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
6304         Moved ...
6305         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
6306         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
6307         Moved ...
6308         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
6309         ... here.
6310         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
6311         Moved ...
6312         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
6313         ... here.
6314         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
6315         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
6316         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
6317         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
6318         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
6319         Moved ...
6320         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
6321         ... here.
6322         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
6323         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
6324         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
6325         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
6326         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
6327         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
6328         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
6329         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
6330         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
6331         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
6332         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
6333         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
6334         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
6335         Moved ...
6336         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
6337         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
6338         Moved ...
6339         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
6340         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
6341         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
6342         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
6343         Moved ...
6344         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
6345         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
6346         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
6347         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
6348         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
6349         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
6350         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
6351
6352 2014-06-10  Wilco  <wdijkstr@arm.com>
6353
6354         * math/test-fenv-return.c: New file.
6355         * math/Makefile: Add new test test-fenv-return.
6356
6357 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
6358
6359         [BZ #17042]
6360         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
6361         when x - 1 is zero.
6362         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
6363         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
6364         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
6365         0.0L for an argument of 1.0L.
6366         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
6367         Likewise.
6368         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
6369         value when x - 1 is zero.
6370         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
6371         * sysdeps/i386/fpu/libm-test-ulps: Update.
6372         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6373
6374 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
6375
6376         [BZ #15119]
6377         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
6378
6379 2014-06-09  Roland McGrath  <roland@hack.frob.com>
6380
6381         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
6382         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
6383
6384 2014-06-09  Roland McGrath  <roland@hack.frob.com>
6385
6386         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
6387         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
6388
6389         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
6390         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
6391
6392         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
6393         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
6394
6395         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
6396         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
6397
6398         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
6399         if not already defined.
6400         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
6401         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
6402         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
6403         (TLS_INIT_TP): Use it.
6404         (TLS_DEFINE_INIT_TP): New macro.
6405         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
6406
6407 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
6408
6409         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
6410         constant.
6411         [POSIX] (IXANY): Likewise.
6412         [POSIX] (OLCUC): Likewise.
6413         [POSIX || POSIX2008] (CBAUD): Do not allow.
6414         [POSIX || POSIX2008] (DEFECHO): Likewise.
6415         [POSIX || POSIX2008] (ECHOCTL): Likewise.
6416         [POSIX || POSIX2008] (ECHOKE): Likewise.
6417         [POSIX || POSIX2008] (ECHOPRT): Likewise.
6418         [POSIX || POSIX2008] (EXTA): Likewise.
6419         [POSIX || POSIX2008] (EXTB): Likewise.
6420         [POSIX || POSIX2008] (FLUSHO): Likewise.
6421         [POSIX || POSIX2008] (LOBLK): Likewise.
6422         [POSIX || POSIX2008] (PENDIN): Likewise.
6423         [POSIX || POSIX2008] (SWTCH): Likewise.
6424         [POSIX || POSIX2008] (VDISCARD): Likewise.
6425         [POSIX || POSIX2008] (VDSUSP): Likewise.
6426         [POSIX || POSIX2008] (VLNEXT): Likewise.
6427         [POSIX || POSIX2008] (VREPRINT): Likewise.
6428         [POSIX || POSIX2008] (VSTATUS): Likewise.
6429         [POSIX || POSIX2008] (VWERASE): Likewise.
6430         (B*): Change to B[0123456789]*.
6431         * conform/data/time.h-data [POSIX || UNIX98]
6432         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
6433         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
6434         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
6435         [POSIX] (tm_*): Do not allow.
6436
6437 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
6438
6439         * Makefile (install): Don't set LANGUAGE.
6440         * Makefile.in (install): Likewise.
6441         * assert/Makefile (test-assert-ENV): Remove variable.
6442         (test-assert-perr-ENV): Likewise.
6443         * elf/Makefile (neededtest4-ENV): Likewise.
6444         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
6445         [$(cross-compiling) = no]: Don't set LANGUAGE.
6446         * io/ftwtest-sh (LANG): Remove variable.
6447         * libio/Makefile (tst-widetext-ENV): Likewise.
6448         * manual/install.texi (Running make install): Don't refer to
6449         environment settings for make install.
6450         * INSTALL: Regenerated.
6451         * nptl/tst-tls6.sh: Don't set LANG.
6452         * posix/globtest.sh (LANG): Remove variable.
6453         * string/Makefile (tester-ENV): Likewise.
6454         (inl-tester-ENV): Likewise.
6455         (noinl-tester-ENV): Likewise.
6456         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
6457         [$(cross-compiling) = no]: Don't set LANGUAGE.
6458         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
6459         without explicit environment settings.
6460
6461 2014-06-06  Roland McGrath  <roland@hack.frob.com>
6462
6463         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
6464         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
6465         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
6466         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
6467
6468 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
6469
6470         * crypt/crypt-private.h [DOS]: Add some includes taken from the
6471         other files in the crypt directory.
6472         * crypt/crypt.c: Remove duplicate includes.
6473         * crypt/crypt-entry.c: Likewise.
6474         * crypt/crypt_util.c: Likewise.
6475
6476 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
6477
6478         * Makeconfig (run-program-env): New variable.
6479         (run-program-prefix-before-env): Likewise.
6480         (run-program-prefix-after-env): Likewise.
6481         (run-program-prefix): Define in terms of new variables.
6482         (built-program-cmd-before-env): New variable.
6483         (built-program-cmd-after-env): Likewise.
6484         (built-program-cmd): Define in terms of new variables.
6485         (test-program-prefix-before-env): New variable.
6486         (test-program-prefix-after-env): Likewise.
6487         (test-program-prefix): Define in terms of new variables.
6488         (test-program-cmd-before-env): New variable.
6489         (test-program-cmd-after-env): Likewise.
6490         (test-program-cmd): Define in terms of new variables.
6491         * Rules (make-test-out): Use $(run-program-env).
6492         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
6493         (help): Do not mention environment variables.  Mention
6494         --timeoutfactor option.
6495         (timeoutfactor): New variable.
6496         (blacklist_exports): Remove function.
6497         (exports): Remove variable.
6498         (command): Do not include ${exports}.
6499         * manual/install.texi (Configuring and compiling): Do not mention
6500         test wrappers preserving environment variables.  Mention that last
6501         assignment to a variable must take precedence.
6502         * INSTALL: Regenerated.
6503         * benchtests/Makefile (run-bench): Use $(run-program-env).
6504         * catgets/Makefile ($(objpfx)test1.cat): Use
6505         $(built-program-cmd-before-env), $(run-program-env) and
6506         $(built-program-cmd-after-env).
6507         ($(objpfx)test2.cat): Do not specify environment variables
6508         explicitly.
6509         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
6510         $(run-program-env) and $(built-program-cmd-after-env).
6511         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
6512         $(run-program-env) and $(test-program-cmd-after-env).
6513         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
6514         explicitly.
6515         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
6516         run_program_env and test_program_cmd_after_env arguments.
6517         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
6518         * elf/tst-pathopt.sh: Use run_program_env argument.
6519         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
6520         $(test-wrapper-env) and $(run-program-env).
6521         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
6522         run_program_env arguments.
6523         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
6524         * intl/Makefile ($(objpfx)tst-gettext.out): Use
6525         $(test-program-prefix-before-env), $(run-program-env) and
6526         $(test-program-prefix-after-env).
6527         ($(objpfx)tst-gettext2.out): Likewise.
6528         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
6529         run_program_env and test_program_prefix_after_env arguments.
6530         * intl/tst-gettext2.sh: Likewise.
6531         * intl/tst-gettext4.sh: Do not set environment variables
6532         explicitly.
6533         * intl/tst-gettext6.sh: Likewise.
6534         * intl/tst-translit.sh: Likewise.
6535         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
6536         $(test-program-prefix-before-env), $(run-program-env) and
6537         $(test-program-prefix-after-env).
6538         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
6539         run_program_env and test_program_prefix_after_env arguments.
6540         * math/Makefile (run-regen-ulps): Use $(run-program-env).
6541         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
6542         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
6543         explicitly with each use of ${test_wrapper_env}.
6544         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
6545         $(test-program-prefix-before-env), $(run-program-env) and
6546         $(test-program-prefix-after-env).
6547         * posix/tst-getconf.sh: Do not set environment variables
6548         explicitly.
6549         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
6550         run_program_env and test_program_prefix_after_env arguments.
6551         * stdio-common/tst-printf.sh: Do not set environment variables
6552         explicitly.
6553         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
6554         $(test-program-prefix-before-env), $(run-program-env) and
6555         $(test-program-prefix-after-env).
6556         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
6557         run_program_env and test_program_prefix_after_env arguments.
6558         Split $test calls into $test_pre and $test.
6559         * timezone/Makefile (build-testdata): Use
6560         $(built-program-cmd-before-env), $(run-program-env) and
6561         $(built-program-cmd-after-env).
6562
6563 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6564
6565         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
6566         strlen for non SHARED builds.
6567
6568 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
6569
6570         * nptl/allocatestack.c (check_list): Inlined function...
6571         (__reclaim_stacks): ... here.
6572
6573 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
6574
6575         [BZ #15698]
6576         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
6577         memory overrun.
6578
6579 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
6580
6581         * Rules (make-test-out): Include
6582         LOCPATH=$(common-objpfx)localedata in default environment.
6583         * debug/Makefile (tst-chk1-ENV): Remove variable.
6584         (tst-chk2-ENV): Likewise.
6585         (tst-chk3-ENV): Likewise.
6586         (tst-chk4-ENV): Likewise.
6587         (tst-chk5-ENV): Likewise.
6588         (tst-chk6-ENV): Likewise.
6589         (tst-lfschk1-ENV): Likewise.
6590         (tst-lfschk2-ENV): Likewise.
6591         (tst-lfschk3-ENV): Likewise.
6592         (tst-lfschk4-ENV): Likewise.
6593         (tst-lfschk5-ENV): Likewise.
6594         (tst-lfschk6-ENV): Likewise.
6595         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
6596         (tst-iconv7-ENV): Likewise.
6597         * intl/Makefile (LOCPATH-ENV): Likewise.
6598         (tst-codeset-ENV): Likewise.
6599         (tst-gettext3-ENV): Likewise.
6600         (tst-gettext5-ENV): Likewise.
6601         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
6602         (tst-fopenloc-ENV): Likewise.
6603         (tst-fgetws-ENV): Remove variable.
6604         (tst-ungetwc1-ENV): Likewise.
6605         (tst-ungetwc2-ENV): Likewise.
6606         (bug-ungetwc2-ENV): Likewise.
6607         (tst-swscanf-ENV): Likewise.
6608         (bug-ftell-ENV): Likewise.
6609         (tst-fgetwc-ENV): Likewise.
6610         (tst-fseek-ENV): Likewise.
6611         (tst-ftell-partial-wide-ENV): Likewise.
6612         (tst-ftell-active-handler-ENV): Likewise.
6613         (tst-ftell-append-ENV): Likewise.
6614         * posix/Makefile (tst-fnmatch-ENV): Likewise.
6615         (tst-regexloc-ENV): Likewise.
6616         (bug-regex1-ENV): Likewise.
6617         (tst-regex-ENV): Likewise.
6618         (tst-regex2-ENV): Likewise.
6619         (bug-regex5-ENV): Likewise.
6620         (bug-regex6-ENV): Likewise.
6621         (bug-regex17-ENV): Likewise.
6622         (bug-regex18-ENV): Likewise.
6623         (bug-regex19-ENV): Likewise.
6624         (bug-regex20-ENV): Likewise.
6625         (bug-regex22-ENV): Likewise.
6626         (bug-regex23-ENV): Likewise.
6627         (bug-regex25-ENV): Likewise.
6628         (bug-regex26-ENV): Likewise.
6629         (bug-regex30-ENV): Likewise.
6630         (bug-regex32-ENV): Likewise.
6631         (bug-regex33-ENV): Likewise.
6632         (bug-regex34-ENV): Likewise.
6633         (bug-regex35-ENV): Likewise.
6634         (tst-rxspencer-ENV): Likewise.
6635         (tst-rxspencer-no-utf8-ENV): Likewise.
6636         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
6637         (tst-sscanf-ENV): Likewise.
6638         (tst-swprintf-ENV): Likewise.
6639         (tst-swscanf-ENV): Likewise.
6640         (test-vfprintf-ENV): Likewise.
6641         (scanf13-ENV): Likewise.
6642         (bug14-ENV): Likewise.
6643         (tst-grouping-ENV): Likewise.
6644         * stdlib/Makefile (tst-strtod-ENV): Likewise.
6645         (tst-strtod3-ENV): Likewise.
6646         (tst-strtod4-ENV): Likewise.
6647         (tst-strtod5-ENV): Likewise.
6648         (testmb2-ENV): Likewise./
6649         * string/Makefile (tst-strxfrm-ENV): Likewise.
6650         (tst-strxfrm2-ENV): Likewise.
6651         (bug-strcoll1-ENV): Likewise.
6652         (test-strcasecmp-ENV): Likewise.
6653         (test-strncasecmp-ENV): Likewise.
6654         * time/Makefile (tst-strptime-ENV): Likewise.
6655         (tst-ftime_l-ENV): Likewise.
6656         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
6657         (tst-mbrtowc-ENV): Likewise.
6658         (tst-wcrtomb-ENV): Likewise.
6659         (tst-mbrtowc2-ENV): Likewise.
6660         (tst-c16c32-1-ENV): Likewise.
6661         (tst-mbsnrtowcs-ENV): Likewise.
6662
6663 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
6664
6665         * manual/resource.texi (How to get information about the memory
6666         subsystem?): Fix typo.
6667         Reported by Peon de la Parra Ivan <peon@keba.com>
6668
6669 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
6670
6671         [BZ #16882]
6672         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
6673         (pthread_spin_lock): Branch out of spin loop to proper location.
6674         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
6675         (pthread_spin_lock): Likewise.
6676
6677         * nptl/tst-spin4.c: New test.
6678         * nptl/Makefile (tests): Add tst-spin4.
6679
6680 2014-06-03  Andreas Schwab  <schwab@suse.de>
6681
6682         [BZ #15946]
6683         * resolv/res_send.c (send_dg): Reload file descriptor after
6684         calling reopen.
6685
6686 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
6687
6688         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6689
6690 2014-06-03  Richard Henderson  <rth@redhat.com>
6691
6692         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
6693         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
6694         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
6695         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
6696         in the SAVE_PID block.
6697         (__libc_vfork): New alias.
6698         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
6699
6700         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
6701         child in registers, not on the stack.  Remove RESET_PID conditionals.
6702         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
6703
6704 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6705
6706         * sysdeps/aarch64/libm-test-ulps: Regenerate.
6707
6708 2014-06-03  Wilco  <wdijkstr@arm.com>
6709
6710         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
6711         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
6712         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
6713         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
6714         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
6715         Likewise.
6716
6717 2014-06-03  Wilco  <wdijkstr@arm.com>
6718
6719         * sysdeps/aarch64/fpu/math_private.h
6720         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
6721         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
6722         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
6723         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
6724         Fix declarations.
6725
6726 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6727
6728         * crypt/crypt-private.h: Include ufc-crypt.h.
6729         (__b64_from_24bit): Declare extern.
6730         * crypt/crypt_util.c(__b64_from_24bit): New function.
6731         (b64t): New static const variable.
6732         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
6733         (b64t): Remove variable.
6734         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
6735         * crypt/sha256-crypt.c: Include crypt-private.h.
6736         (b64t): Remove variable.
6737         (__sha256_crypt_r): Remove b64_from_24bit and replace
6738         with __b64_from_24bit.
6739         * crypt/sha512-crypt.c: Likewise.
6740
6741 2014-06-02  Roland McGrath  <roland@hack.frob.com>
6742
6743         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
6744         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
6745         Label the code __libc_vfork rather than __vfork.
6746         [!NOT_IN_libc] (vfork): Define as weak alias.
6747         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
6748         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
6749         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
6750
6751 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6752
6753         * malloc/malloc.c (malloc_info): Fix format specifier for
6754         n_mmaps.
6755
6756 2014-06-02  Wilco  <wdijkstr@arm.com>
6757
6758         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
6759         FPCR write.
6760
6761 2014-06-02  Wilco  <wdijkstr@arm.com>
6762
6763         [BZ #17009]
6764         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
6765         Rewrite to reduce FPCR/FPSR accesses.
6766
6767 2014-06-01  David S. Miller  <davem@davemloft.net>
6768
6769         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6770
6771 2014-05-31  David S. Miller  <davem@davemloft.net>
6772
6773         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
6774         to occur in round to nearest mode when |x| >= 2.0
6775
6776 2014-05-30  Richard Henderson  <rth@twiddle.net>
6777
6778         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
6779         (PSEUDO_RET_NOERRNO): Remove.
6780         (ret): Don't redefine.
6781         (ret_NOERRNO): Define in terms of ret.
6782         (ret_ERRVAL): Likewise.
6783
6784         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
6785         use of PSEUDO_RET; perform the error check directly.
6786
6787 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
6788
6789         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
6790         with __int128_t.
6791
6792 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6793
6794         * malloc/malloc (malloc_info): Fix formatting.
6795
6796 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6797             Roland McGrath  <roland@hack.frob.com>
6798
6799         * malloc/malloc (malloc_info): Also print mmapped statistics.
6800
6801 2014-05-30  Roland McGrath  <roland@hack.frob.com>
6802
6803         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
6804         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
6805
6806 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
6807
6808         * malloc/malloc.c (malloc_info): Inline mi_arena.
6809
6810 2014-05-29  Richard Henderson  <rth@twiddle.net>
6811
6812         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
6813         Remove comma before expanding ASM_ARGS_##nr.
6814         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
6815         Make _x0 a strict output; make _x8 a strict input; adjust expansion
6816         of ASM_ARGS_##nr.
6817         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
6818         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
6819         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
6820         (ASM_ARGS_1): Add leading comma.
6821
6822         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
6823         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
6824         to __errno_location.
6825         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
6826         Remove the expected plt for __errno_location.
6827
6828         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6829         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
6830         call to __read_tp.
6831
6832         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6833         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
6834         it and break it down.
6835         (DOCARGS_0, DOCARGS_1): Do nothing.
6836         (DOCARGS_2): Update to store into the new stack frame.
6837         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
6838         (UNDOCARGS_1): Update to restore from the new stack frame.
6839         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
6840         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
6841
6842         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6843         (SINGLE_THREAD_P): New parameter for result regno.
6844         (PSEUDO): Update to match; use cbz instead of beq.
6845
6846         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6847         Use ENTRY to define the _nocancel entry point.  Share the syscall
6848         and syscall error check paths with the cancel path.
6849         (PSEUDO_END): New.
6850
6851         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
6852         whitespace; tabs before and after asm mnemonics.
6853
6854 2014-05-29  Eric Wong  <normalperson@yhbt.net>
6855
6856         [BZ #15132]
6857         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
6858         Call fstat64 or stat64 internally, depending on arguments passed.
6859         Replace stat buffer argument with file descriptor argument.
6860         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
6861         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6862         Pass fd to __internal_statvfs instead of calling fstat64.
6863         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
6864         Pass fd to __internal_statvfs64 instead of calling fstat64.
6865         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
6866         Pass -1 to __internal_statvfs instead of calling stat64.
6867         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
6868         Pass -1 to __internal_statvfs64 instead of calling stat64.
6869
6870 2014-05-28  Roland McGrath  <roland@hack.frob.com>
6871
6872         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
6873         that was previously under [RESET_PID].
6874         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
6875
6876         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
6877         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
6878
6879 2014-05-27  Roland McGrath  <roland@hack.frob.com>
6880
6881         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
6882
6883         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
6884         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
6885
6886 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
6887
6888         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
6889
6890 2014-05-27  Andreas Schwab  <schwab@suse.de>
6891
6892         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
6893         TLS_INIT_TP macro.
6894         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
6895         * elf/rtld.c (init_tls, dl_main): Likewise.
6896         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
6897         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
6898         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
6899         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
6900         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
6901         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
6902         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
6903         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
6904         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
6905         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
6906         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
6907         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
6908         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
6909         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
6910         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
6911         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
6912         * sysdeps/generic/tls.h: Update description.
6913
6914 2014-05-27  Will Newton  <will.newton@linaro.org>
6915
6916         [BZ #16990]
6917         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
6918         and restore r2 rather than just restoring.
6919
6920 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6921
6922         [BZ #16724]
6923         * libio/tst-ftell-append.c: New test case.
6924         * libio/Makefile (tests): Add test case.
6925         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
6926         append mode.
6927         * libio/wfileops.c (do_ftell_wide): Likewise.
6928
6929 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6930
6931         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6932
6933         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
6934         ...
6935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
6936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
6937         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
6938         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
6939         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
6940         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
6941         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
6942         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
6943         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
6944         Moved ...
6945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
6946         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
6947         Moved ...
6948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
6949         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
6950         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
6951         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
6952         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
6953         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
6954         ...
6955         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
6956         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
6957         Moved ...
6958         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
6959         here.
6960         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
6961         ...
6962         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
6963         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
6964         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
6965
6966         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
6967         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
6968         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
6969         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
6970
6971         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
6972         merge into ...
6973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
6974         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
6975         ...
6976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
6977         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
6978         ...
6979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
6980         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6981         Moved ...
6982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
6983         here.
6984         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6985         Moved ...
6986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
6987         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6988         Moved ...
6989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
6990
6991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
6992         conditional [RESET_PID].
6993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
6994         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
6995         removed.
6996         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
6997         removed.
6998
6999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
7000         <tcb-offsets.h>.
7001         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7002         (__libc_vfork): New strong alias.
7003         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
7004         removed.
7005         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
7006         Removed.
7007
7008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
7009         <tcb-offsets.h>.
7010         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
7011         (__libc_vfork): New strong alias.
7012         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
7013         removed.
7014         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
7015         removed.
7016
7017 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
7018
7019         * malloc/malloc.c (mi_arena): New function.
7020         (malloc_info): Remove nested function mi_arena. Call non-nosted
7021         function mi_arena.
7022
7023 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7024
7025         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
7026         by insrwi.
7027         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
7028         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
7029         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
7030         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
7031         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
7032         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
7033         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
7034
7035 2014-05-26  Andreas Schwab  <schwab@suse.de>
7036
7037         [BZ #16984]
7038         * locale/programs/repertoire.c (repertoire_read): Add slash
7039         between I18NPATH element and file name.
7040         * locale/programs/locfile.c (locfile_read): Likewise.
7041
7042 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
7043
7044         * nptl/pthread_mutexattr_settype.c
7045         (__pthread_mutexattr_settype):
7046         Disable lock elision for PTHREAD_MUTEX_NORMAL.
7047
7048 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
7049
7050         * nptl/tst-mutex5 (do_test):
7051         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
7052
7053 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
7054
7055         * benchtests/README: Document 'init' directive.
7056         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
7057         BENCH_INIT.
7058         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
7059         (parse_file): Recognize 'init' directive.
7060
7061 2014-05-26  Kyle McMartin  <kyle@redhat.com>
7062
7063         [BZ #16796]
7064         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
7065         alignment of struct pthread.
7066
7067 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
7068
7069         [BZ #16878]
7070         * nscd/netgroupcache.c (addgetnetgrentX): Look for
7071         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
7072         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
7073         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
7074
7075 2014-05-25  Richard Henderson  <rth@twiddle.net>
7076
7077         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
7078         (SINGLE_THREAD_P_PIC): Remove.
7079         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
7080         (SINGLE_THREAD_P_PIC): Remove.
7081
7082         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
7083         branch to syscall error ...
7084         (PSEUDO): ... here.
7085         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
7086         from __local_syscall_error to .Lsyscall_error.
7087         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
7088         (SYSCALL_ERROR): Update label name.
7089
7090         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
7091         Do not use DOARGS/UNDOARGS.
7092         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
7093         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
7094         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
7095         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
7096         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
7097
7098         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
7099         block comment.
7100
7101         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
7102         define if !NOT_IN_libc.
7103         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
7104         define with non-default symbol versions.
7105
7106 2014-05-23  Richard Henderson  <rth@twiddle.net>
7107
7108         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
7109         (vfork, __vfork): Define via compat_symbol.
7110
7111         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
7112         [!HAVE_IFUNC] (vfork_compat): Remove.
7113         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
7114
7115 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
7116
7117         [BZ #16978]
7118         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
7119         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
7120         variable.
7121
7122 2014-05-23  Richard Henderson  <rth@twiddle.net>
7123
7124         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
7125         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
7126         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
7127         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
7128
7129         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
7130         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
7131         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
7132         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
7133         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
7134         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
7135         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
7136         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
7137         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
7138         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
7139         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
7140         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
7141         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
7142         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
7143         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
7144         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
7145         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
7146         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
7147         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
7148         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
7149         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
7150         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
7151         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
7152         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
7153         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
7154         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
7155         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
7156         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
7157         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
7158         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
7159         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
7160         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
7161         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
7162         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
7163         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
7164         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
7165         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
7166         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
7167         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
7168         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
7169         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
7170         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
7171         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
7172         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
7173         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
7174         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
7175         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
7176         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
7177         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
7178         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
7179         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
7180         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
7181         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
7182         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
7183         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
7184         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
7185
7186         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
7187         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
7188         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
7189         before exiting on error.
7190         (__libc_vfork): New strong alias.
7191         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
7192         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
7193
7194         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
7195         that was previously under [RESET_PID].
7196         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
7197
7198         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
7199
7200 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
7201
7202         [BZ #16977]
7203         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
7204         value when x - 1 is zero.
7205         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
7206         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
7207         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
7208         0.0L for an argument of 1.0L.
7209         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
7210         Likewise.
7211         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
7212         value when x - 1 is zero.
7213         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
7214         * sysdeps/i386/fpu/libm-test-ulps: Update.
7215         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7216
7217 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
7218
7219         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
7220         alphasort and versionsort.
7221
7222 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7223
7224         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
7225         macro.
7226         [copysignf]: Likewise.
7227
7228 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
7229
7230         * crypt/md5-crypt.c: Fix formatting.
7231
7232 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7233
7234         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
7235         (b64_from_24bit): New function.
7236
7237 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7238
7239         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
7240         libc_hidden_builtin_def to ifunc.
7241         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
7242         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
7243
7244 2014-05-21  Roland McGrath  <roland@hack.frob.com>
7245
7246         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
7247         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
7248
7249 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
7250
7251         * nscd/Depend (linuxthreads): Remove.
7252         (nptl): Add.
7253         * resolv/Depend (linuxthreads): Remove.
7254         * rt/Depend (linuxthreads): Remove.
7255
7256         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
7257         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
7258         $(common-objpfx)elf/.
7259         (link-libc-before-gnulib): Likewise.
7260         (elfobjdir): Remove variable.
7261         * Makefile (install): Use $(elf-objpfx) instead of
7262         $(common-objpfx)elf/.
7263         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
7264         $(elfobjdir)/.
7265         (link-libc-deps): Likewise.
7266         ($(common-objpfx)libc.so): Likewise.
7267         ($(common-objpfx)linkobj/libc.so): Likewise.
7268         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
7269         instead of $(common-objpfx)elf/.
7270         (symbolic-link-list): Likewise.
7271         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7272         [$(cross-compiling) = no]: Likewise.
7273         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
7274         $(elfobjdir)/.
7275         (static-gnulib-arch): Likewise.
7276         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7277         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
7278         $(common-objpfx)elf/.
7279
7280 2014-05-21  Richard Henderson  <rth@redhat.com>
7281
7282         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
7283         (SINGLE_THREAD_P): Use the correct width load.  Fold
7284         into the ldr offset.
7285
7286         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
7287         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
7288
7289 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
7290
7291         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
7292         (libgcc_s_resume): Use __attribute_used__.
7293         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
7294         Likewise.
7295
7296 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7297
7298         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
7299         optimization when used with float constants.
7300
7301         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7302
7303 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
7304
7305         [BZ #16915]
7306         * locale/nl_langinfo_l.c: Make direct reference to every
7307         _nl_current_CATEGORY symbol.
7308         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
7309         (tests-static): Add tst-langinfo-static.
7310         (tests-special): Add tst-langinfo-static.out.
7311         ($(objpfx)tst-langinfo.out): Redirect output.
7312         ($(objpfx)tst-langinfo-static.out): New.
7313         * localedata/tst-langinfo.sh: Send output to stdout.
7314         * localedata/tst-langinfo-static.c: New file.
7315
7316         [BZ #16965]
7317         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
7318         when the shift amount is modulo the limb size.
7319
7320 2014-05-20  Richard Henderson  <rth@redhat.com>
7321
7322         [BZ #16967]
7323         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
7324         Change type of sa_flags from unsigned int to int.
7325
7326         [BZ #16966]
7327         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
7328
7329         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
7330
7331 2014-05-20  Will Newton  <will.newton@linaro.org>
7332
7333         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
7334         Test the return value of the system call in the nocancel case.
7335
7336 2014-05-20  Will Newton  <will.newton@linaro.org>
7337             Yvan Roux  <yvan.roux@linaro.org>
7338
7339         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
7340         #include of asm/ptrace.h.
7341         (PTRACE_GET_THREAD_AREA): Remove #undef.
7342         (PTRACE_GETHBPREGS): Likewise.
7343         (PTRACE_SETHBPREGS): Likewise.
7344         (struct user_regs_struct): New structure.
7345         (struct user_fpsimd_struct): New structure.
7346         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
7347         #include of asm/ptrace.h and second #include of sys/user.h.
7348         (PTRACE_GET_THREAD_AREA): Remove #undef.
7349         (PTRACE_GETHBPREGS): Likewise.
7350         (PTRACE_SETHBPREGS): Likewise.
7351         (ELF_NGREG): Use new struct user_regs_struct.
7352         (elf_fpregset_t): Use new struct user_fpsimd_struct.
7353
7354 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7355
7356         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
7357         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
7358
7359 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
7360
7361         [BZ #16958]
7362         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
7363         membar to avoid block loads/stores to overlap previous stores.
7364
7365 2014-05-17  Richard Henderson  <rth@redhat.com>
7366
7367         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
7368         Create the __##syscall_name##_nocancel entry point.
7369         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
7370         Remove; let the sysdep-cancel.h code create it.
7371
7372 2014-05-17  David S. Miller  <davem@davemloft.net>
7373
7374         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
7375         Protect with __USE_GNU.
7376         (TIOCSET_TEMPT): Likewise.
7377         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7378         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
7379         these are already provided in bits/ioctl-types.h
7380
7381 2014-05-16  Roland McGrath  <roland@hack.frob.com>
7382
7383         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
7384         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
7385
7386         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
7387         Use wait4 regardless of [__NR_waitpid].
7388
7389 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
7390
7391         PR libgcc/60166
7392         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
7393         (_FP_NANSIGN_Q): Set the quiet bit.
7394
7395 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
7396
7397         * benchtests/Makefile
7398         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
7399         not $(common-objpfx)math/libm.so.
7400         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
7401         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
7402         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
7403         $(common-objpfx)dlfcn/libdl.so.
7404         ($(objpfx)tst-audit8): Depend on $(libm), not
7405         $(common-objpfx)math/libm.so.
7406         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
7407         not $(common-objpfx)dlfcn/libdl.so.
7408         * math/Makefile
7409         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
7410         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
7411         [$(build-shared) = yes].
7412         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
7413         $(common-objpfx)nptl/libpthread.so.
7414         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
7415         $(common-objpfx)math/libm.so$(libm.so-version) or
7416         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
7417         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
7418         $(common-objpfx)dlfcn/libdl.so.
7419         * setjmp/Makefile (link-libm): Remove variable.
7420         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
7421         * stdio-common/Makefile (link-libm): Remove variable.
7422         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
7423         * stdlib/Makefile (link-libm): Remove variable.
7424         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
7425         ($(objpfx)tst-strtod-round): Likewise.
7426         ($(objpfx)tst-tininess): Likewise.
7427         ($(objpfx)tst-strtod-underflow): Likewise.
7428         ($(objpfx)tst-strtod6): Likewise.
7429         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
7430         $(libdl), not $(common-objpfx)nptl/libpthread.so and
7431         $(common-objpfx)dlfcn/libdl.so.
7432
7433 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7434
7435         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
7436         BSD terminal modes definitions.
7437
7438 2014-05-16  Roland McGrath  <roland@hack.frob.com>
7439
7440         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
7441         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
7442
7443         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
7444         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
7445         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
7446         Don't do #include_next.
7447         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
7448         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
7449         Don't do #include_next.
7450         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
7451         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
7452         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
7453         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
7454
7455 2014-05-16  Allan McRae  <allan@archlinux.org>
7456
7457         * po/sv.po: Update Swedish translation from translation project.
7458
7459         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
7460         in sed expression.
7461
7462 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
7463
7464         [BZ #16917]
7465         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
7466         errno if the TIOCGPTN ioctl fails with an error different than
7467         EINVAL.
7468         * login/tst-ptsname.c: New file.
7469         * login/Makefile (tests): Add tst-ptsname.
7470
7471         [BZ #16943]
7472         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
7473         and prlimit64.
7474
7475 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7476
7477         [BZ #16849]
7478         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
7479         herrno to return EAI_AGAIN.
7480
7481 2014-05-14  Roland McGrath  <roland@hack.frob.com>
7482
7483         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
7484         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
7485         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
7486         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
7487         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
7488         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
7489         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
7490         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
7491         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
7492         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
7493         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
7494         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
7495         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
7496         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
7497         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
7498         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
7499         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
7500         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
7501         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
7502         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
7503         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
7504         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
7505         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
7506         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
7507         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
7508         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
7509         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
7510         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
7511         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
7512         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
7513         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
7514         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
7515         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
7516         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
7517         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
7518         Moved ...
7519         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
7520         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
7521         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
7522         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
7523         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
7524         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
7525         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
7526         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
7527         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
7528         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
7529         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
7530         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
7531         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
7532         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
7533         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
7534         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
7535         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
7536         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
7537         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
7538         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
7539         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
7540         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
7541         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
7542         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
7543         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
7544         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
7545         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
7546         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
7547         Moved ...
7548         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
7549         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
7550         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
7551         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
7552         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
7553         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
7554         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
7555         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
7556         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
7557         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
7558         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
7559         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
7560         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
7561         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
7562         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
7563         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
7564         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
7565         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
7566         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
7567         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
7568         Moved ...
7569         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
7570         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
7571         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
7572
7573         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
7574         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
7575         (libpthread-sysdep_routines): Add elision-related stuff here instead.
7576         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
7577         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
7578         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
7579         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
7580         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
7581         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
7582         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
7583         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
7584         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
7585         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
7586         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
7587         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
7588         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
7589         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
7590         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
7591         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
7592         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
7593         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
7594         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
7595         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
7596         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
7597         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
7598         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
7599         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
7600         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
7601         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
7602         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
7603         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
7604
7605         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
7606         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
7607
7608         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
7609         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
7610         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
7611         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
7612         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
7613         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
7614         Moved ...
7615         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
7616         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
7617         Moved ...
7618         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
7619         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
7620         Moved ...
7621         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
7622         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
7623         Moved ...
7624         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
7625         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
7626         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
7627         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
7628         Moved ...
7629         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
7630         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
7631         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
7632         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
7633         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
7634         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
7635         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
7636         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
7637         Moved ...
7638         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
7639         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
7640         Moved ...
7641         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
7642         ... here.
7643         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
7644         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
7645         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
7646         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
7647         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
7648         Moved ...
7649         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
7650         ... here.
7651         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
7652         Moved ...
7653         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
7654         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
7655         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
7656         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
7657         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
7658         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
7659         Moved ...
7660         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
7661         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
7662         Moved ...
7663         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
7664         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
7665         Moved ...
7666         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
7667         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
7668         Moved ...
7669         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
7670         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
7671         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
7672         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
7673         Moved ...
7674         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
7675         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
7676         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
7677         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
7678         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
7679         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
7680         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
7681         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
7682         Moved ...
7683         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
7684         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
7685         Moved ...
7686         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
7687         ... here.
7688         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
7689         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
7690         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
7691         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
7692         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
7693         Moved ...
7694         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
7695         ... here.
7696         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
7697         Moved ...
7698         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
7699         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
7700         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
7701         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
7702         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
7703         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
7704         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
7705         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
7706         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
7707         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
7708         Moved ...
7709         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
7710         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
7711         Moved ...
7712         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
7713         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
7714         Moved ...
7715         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
7716         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
7717         Moved ...
7718         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
7719         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
7720         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
7721         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
7722         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
7723         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
7724         Moved ...
7725         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
7726         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
7727         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
7728         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
7729         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
7730         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
7731         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
7732         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
7733         Moved ...
7734         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
7735         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
7736         Moved ...
7737         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
7738         ... here.
7739         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
7740         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
7741         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
7742         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
7743         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
7744         Moved ...
7745         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
7746         ... here.
7747         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
7748         Moved ...
7749         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
7750         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
7751         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
7752         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
7753         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
7754         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
7755         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
7756         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
7757         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
7758         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
7759         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
7760
7761         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
7762         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
7763
7764         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
7765         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
7766
7767         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
7768         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
7769         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
7770         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
7771         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
7772         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
7773         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
7774         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
7775         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
7776         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
7777         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
7778         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
7779         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
7780         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
7781         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
7782         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
7783         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
7784         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
7785         Moved ...
7786         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
7787         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
7788         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
7789         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
7790         Moved ...
7791         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
7792         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
7793         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
7794         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
7795         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
7796         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
7797         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
7798         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
7799         Moved ...
7800         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
7801         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
7802         Moved ...
7803         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
7804         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
7805         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
7806         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
7807         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
7808         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
7809         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
7810         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
7811         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
7812         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
7813         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
7814         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
7815         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
7816         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
7817         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
7818         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
7819         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
7820
7821         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
7822         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
7823         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
7824         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
7825         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
7826
7827         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
7828         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
7829         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
7830         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
7831         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
7832         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
7833         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
7834         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
7835         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
7836         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
7837
7838         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
7839         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
7840
7841         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
7842         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
7843         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
7844         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
7845         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
7846         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
7847         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
7848         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
7849         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
7850         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
7851         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
7852         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
7853         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
7854         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
7855         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
7856         Update #include.
7857         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
7858         Likewise.
7859         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
7860         Likewise.
7861         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
7862         Likewise.
7863         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
7864         Likewise.
7865         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
7866         Likewise.
7867         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
7868         Likewise.
7869         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7870         Likewise.
7871         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
7872         Likewise.
7873         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
7874         Likewise.
7875         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
7876         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
7877         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
7878         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
7879         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
7880         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
7881         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
7882         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
7883         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
7884         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
7885         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
7886         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
7887         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
7888         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
7889         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
7890
7891         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
7892         that was previously under [RESET_PID].
7893         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
7894         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
7895         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
7896
7897         * sysdeps/i386/nptl/Implies: New file.
7898         * sysdeps/x86_64/nptl/Implies: New file.
7899         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
7900         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
7901         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
7902         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
7903
7904         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
7905         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7906         (__libc_vfork): New strong alias.
7907         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
7908         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
7909
7910         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
7911         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7912         (__libc_vfork): New strong alias.
7913         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
7914         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
7915
7916         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
7917         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7918         (__libc_vfork): New strong alias.
7919         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
7920         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
7921         * nptl/pt-vfork.c: New file.
7922         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
7923         (libpthread: GLIBC_2.20): New version set (empty).
7924
7925 2014-05-14  Will Newton  <will.newton@linaro.org>
7926
7927         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
7928         rather than #if.
7929
7930 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
7931
7932         [BZ #16564]
7933         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
7934         arguments with exponent 65 or above.
7935         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
7936         arguments 0x1p113L or above.
7937         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
7938         to arguments 0x1p107L or above.
7939         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
7940         positive arguments with exponent 65 or above.
7941         * math/auto-libm-test-in: Add more tests of log1p.
7942         * math/auto-libm-test-out: Regenerated.
7943
7944         [BZ #16928]
7945         * math/s_cacos.c (__cacos): Ensure zero real part of result from
7946         non-finite arguments is +0.
7947         * math/s_cacosf.c (__cacosf): Likewise.
7948         * math/s_cacosl.c (__cacosl): Likewise.
7949         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
7950         * sysdeps/i386/fpu/libm-test-ulps: Update.
7951         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7952
7953         [BZ #16927]
7954         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
7955         value.
7956         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
7957         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
7958         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
7959         for explicit high bit of mantissa when testing for argument equal
7960         to 1.
7961         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
7962         * sysdeps/i386/fpu/libm-test-ulps: Update.
7963         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7964
7965         [BZ #16516]
7966         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
7967         (__erf): Scale by 16 instead of 8 in potentially underflowing
7968         case.  Ensure exception if result actually underflows.
7969         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
7970         (__erff): Scale by 16 instead of 8 in potentially underflowing
7971         case.  Ensure exception if result actually underflows.
7972         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
7973         (efx8): Remove variable.
7974         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7975         case.  Ensure exception if result actually underflows.
7976         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
7977         (efx8): Remove variable.
7978         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7979         case.  Ensure exception if result actually underflows.
7980         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
7981         (efx8): Remove variable.
7982         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7983         case.  Ensure exception if result actually underflows.
7984         * math/auto-libm-test-in: Add more tests of erf.
7985         * math/auto-libm-test-out: Regenerated.
7986
7987 2014-05-14  Andreas Schwab  <schwab@suse.de>
7988
7989         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
7990         Remove code conditionalized on USE___THREAD.
7991
7992         * config.h.in (HAVE_PT_CHOWN): Define as 0.
7993         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
7994         not definedness.
7995
7996 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
7997
7998         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
7999         Define unconditionally.
8000         (__ASSUME_O_CLOEXEC): Likewise.
8001         (__ASSUME_SOCK_CLOEXEC): Likewise.
8002         (__ASSUME_IN_NONBLOCK): Likewise.
8003         (__ASSUME_PIPE2): Likewise.
8004         (__ASSUME_EVENTFD2): Likewise.
8005         (__ASSUME_SIGNALFD4): Likewise.
8006         (__ASSUME_DUP3): Likewise.
8007         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
8008         (__ASSUME_DUP3): Do not define.
8009         (__ASSUME_EVENTFD2): Likewise.
8010         (__ASSUME_IN_NONBLOCK): Likewise.
8011         (__ASSUME_O_CLOEXEC): Likewise.
8012         (__ASSUME_PIPE2): Likewise.
8013         (__ASSUME_SIGNALFD4): Likewise.
8014         (__ASSUME_SOCK_CLOEXEC): Likewise.
8015         (__ASSUME_UTIMES): Undefine.
8016         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
8017         (__ASSUME_UTIMES): Do not define.
8018         (__ASSUME_O_CLOEXEC): Likewise.
8019         (__ASSUME_SOCK_CLOEXEC): Likewise.
8020         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
8021         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
8022         0x020621].
8023         (__ASSUME_PIPE2): Likewise.
8024         (__ASSUME_EVENTFD2): Likewise.
8025         (__ASSUME_SIGNALFD4): Likewise.
8026         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
8027         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
8028         Do not define.
8029         (__ASSUME_EVENTFD2): Likewise.
8030         (__ASSUME_SIGNALFD4): Likewise.
8031         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
8032         (__ASSUME_32BITUIDS): Likewise.
8033         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
8034         (__ASSUME_IPC64): Likewise.
8035         (__ASSUME_ST_INO_64_BIT): Likewise.
8036         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
8037         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
8038         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
8039         (__ASSUME_UTIMES): Do not define.
8040         (__ASSUME_PSELECT): Likewise.
8041         (__ASSUME_PPOLL): Likewise.
8042         (__ASSUME_O_CLOEXEC): Likewise.
8043         (__ASSUME_SOCK_CLOEXEC): Likewise.
8044         (__ASSUME_IN_NONBLOCK): Likewise.
8045         (__ASSUME_PIPE2): Likewise.
8046         (__ASSUME_EVENTFD2): Likewise.
8047         (__ASSUME_SIGNALFD4): Likewise.
8048         (__ASSUME_DUP3): Likewise.
8049         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
8050         (__ASSUME_UTIMES): Likewise.
8051         (__ASSUME_O_CLOEXEC): Likewise.
8052         (__ASSUME_SOCK_CLOEXEC): Likewise.
8053         (__ASSUME_IN_NONBLOCK): Likewise.
8054         (__ASSUME_PIPE2): Likewise.
8055         (__ASSUME_EVENTFD2): Likewise.
8056         (__ASSUME_SIGNALFD4): Likewise.
8057         (__ASSUME_DUP3): Likewise.
8058         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8059         (__ASSUME_UTIMES): Likewise.
8060         (__ASSUME_O_CLOEXEC): Likewise.
8061         (__ASSUME_SOCK_CLOEXEC): Likewise.
8062         (__ASSUME_IN_NONBLOCK): Likewise.
8063         (__ASSUME_PIPE2): Likewise.
8064         (__ASSUME_EVENTFD2): Likewise.
8065         (__ASSUME_SIGNALFD4): Likewise.
8066         (__ASSUME_DUP3): Likewise.
8067         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
8068         Likewise.
8069         (__ASSUME_UTIMES): Likewise.
8070         (__ASSUME_EVENTFD2): Likewise.
8071         (__ASSUME_SIGNALFD4): Likewise.
8072         * sysdeps/unix/sysv/linux/tile/kernel-features.h
8073         (__ASSUME_O_CLOEXEC): Likewise.
8074         (__ASSUME_SOCK_CLOEXEC): Likewise.
8075         (__ASSUME_IN_NONBLOCK): Likewise.
8076         (__ASSUME_PIPE2): Likewise.
8077         (__ASSUME_EVENTFD2): Likewise.
8078         (__ASSUME_SIGNALFD4): Likewise.
8079         (__ASSUME_DUP3): Likewise.
8080         (__ASSUME_UTIMES): Undefine.
8081
8082         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
8083         feclearexcept.  Remove symbol versioning code.
8084         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
8085         symbol versioning code.
8086         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
8087         symbol versioning code.
8088         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
8089         feupdateenv.  Remove symbol versioning code.
8090         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
8091         fegetexceptflag.  Remove symbol versioning code.
8092         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
8093         fesetexceptflag.  Remove symbol versioning code.
8094         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
8095         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
8096         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
8097         (__posix_fadvise64_l32): Remove prototype.
8098         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
8099         code.
8100
8101 2014-05-13  Roland McGrath  <roland@hack.frob.com>
8102
8103         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
8104         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
8105         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
8106         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
8107
8108 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
8109
8110         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
8111         current working directory
8112
8113 2014-05-13  Roland McGrath  <roland@hack.frob.com>
8114
8115         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
8116         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
8117         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
8118         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
8119         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
8120         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
8121         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
8122         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
8123         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
8124         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
8125         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
8126         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
8127         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
8128         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
8129         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
8130         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
8131         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
8132         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
8133         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
8134         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
8135         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
8136         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
8137         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
8138         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
8139         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
8140         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
8141         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
8142         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
8143         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
8144         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
8145         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
8146         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
8147         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
8148         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
8149         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
8150         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
8151         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
8152         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
8153         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
8154         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
8155         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
8156         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
8157
8158         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
8159         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
8160
8161         * sysdeps/unix/sysv/linux/arm/Makefile
8162         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
8163         Add rt-aeabi_unwind_cpp_pr1.
8164         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
8165         Add nptl-aeabi_unwind_cpp_pr1.
8166         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
8167         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
8168         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
8169         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
8170         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
8171         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
8172
8173         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
8174         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
8175         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
8176         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
8177
8178         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
8179         Deconditionalize the code that was previously under [RESET_PID].
8180         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
8181
8182         * sysdeps/generic/exit-thread.h: New file.
8183         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
8184         * include/unistd.h (__exit_thread): Remove declaration.
8185         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
8186         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
8187         * csu/libc-start.c: Include <exit-thread.h>.
8188         (LIBC_START_MAIN): Pass no argument to __exit_thread.
8189         * nptl/pthread_create.c: Include <exit-thread.h>.
8190         (start_thread): Call __exit_thread in place of __exit_thread_inline.
8191         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
8192         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
8193         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
8194         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
8195         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
8196         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
8197         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
8198         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
8199         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
8200         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
8201         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
8202         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
8203         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
8204         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
8205         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
8206         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
8207
8208 2014-05-13  Andreas Schwab  <schwab@suse.de>
8209
8210         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
8211
8212 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
8213
8214         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
8215         (__ASSUME_UTIMES): Do not condition on kernel version.
8216         (__ASSUME_PSELECT): Define unconditionally.
8217         (__ASSUME_PPOLL): Likewise.
8218         (__ASSUME_ATFCTS): Likewise.
8219         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
8220         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
8221         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
8222         (__ASSUME_UTIMENSAT): Define unconditionally.
8223         (__ASSUME_PRIVATE_FUTEX): Likewise.
8224         (__ASSUME_FALLOCATE): Likewise.
8225         (__ASSUME_O_CLOEXEC): Likewise.
8226         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
8227         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
8228         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
8229         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
8230         (__ASSUME_IN_NONBLOCK): Likewise.
8231         (__ASSUME_PIPE2): Likewise.
8232         (__ASSUME_EVENTFD2): Likewise.
8233         (__ASSUME_SIGNALFD4): Likewise.
8234         (__ASSUME_DUP3): Likewise.
8235         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
8236         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
8237         (__ASSUME_AT_RANDOM): Likewise.
8238         (__ASSUME_PREADV): Likewise.
8239         (__ASSUME_PWRITEV): Likewise.
8240         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
8241         (__ASSUME_F_GETOWN_EX): Define unconditionally.
8242         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
8243         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
8244         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
8245         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
8246         (__ASSUME_O_CLOEXEC): Define unconditionally.
8247         (__ASSUME_PSELECT): Do not undefine conditionally.
8248         (__ASSUME_PPOLL): Likewise.
8249         (__ASSUME_ATFCTS): Likewise.
8250         (__ASSUME_SET_ROBUST_LIST): Likewise.
8251         (__ASSUME_UTIMENSAT): Likewise.
8252         (__ASSUME_FDATASYNC): Define unconditionally.
8253         * sysdeps/unix/sysv/linux/arm/kernel-features.h
8254         (__ASSUME_SIGFRAME_V2): Likewise.
8255         )__ASSUME_EVENTFD2): Likewise.
8256         (__ASSUME_SIGNALFD4): Likewise.
8257         (__ASSUME_PSELECT): Do not undefine conditionally.
8258         (__ASSUME_PPOLL): Likewise.
8259         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
8260         (__ASSUME_PSELECT): Define unconditionally.
8261         (__ASSUME_PPOLL): Likewise.
8262         (__ASSUME_O_CLOEXEC): Likewise.
8263         (__ASSUME_SOCK_CLOEXEC): Likewise.
8264         (__ASSUME_IN_NONBLOCK): Likewise.
8265         (__ASSUME_PIPE2): Likewise.
8266         (__ASSUME_EVENTFD2): Likewise.
8267         (__ASSUME_SIGNALFD4): Likewise.
8268         (__ASSUME_DUP3): Likewise.
8269         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
8270         (__ASSUME_O_CLOEXEC): Likewise.
8271         (__ASSUME_SOCK_CLOEXEC): Likewise.
8272         (__ASSUME_IN_NONBLOCK): Likewise.
8273         (__ASSUME_PIPE2): Likewise.
8274         (__ASSUME_EVENTFD2): Likewise.
8275         (__ASSUME_SIGNALFD4): Likewise.
8276         (__ASSUME_DUP3): Likewise.
8277         * sysdeps/unix/sysv/linux/mips/kernel-features.h
8278         (__ASSUME_EVENTFD2): Likewise.
8279         (__ASSUME_SIGNALFD4): Likewise.
8280         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
8281
8282 2014-05-12  Andreas Schwab  <schwab@suse.de>
8283
8284         [BZ #16932]
8285         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
8286         (_nss_nis_gethostbyname4_r): Return error if item length is larger
8287         than maximum RPC packet size.
8288         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
8289         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
8290         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
8291         (_nss_nis_getservbyport_r): Likewise.
8292
8293 2014-05-12  Will Newton  <will.newton@linaro.org>
8294
8295         * malloc/Makefile (tests): Add tst-mallopt.
8296         * malloc/tst-mallopt.c: New file.
8297
8298 2014-05-09  Roland McGrath  <roland@hack.frob.com>
8299
8300         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
8301         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
8302
8303 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8304
8305         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
8306         (tst-tlsmod6.so): Likewise.
8307
8308 2014-05-09  Roland McGrath  <roland@hack.frob.com>
8309
8310         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
8311
8312 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
8313
8314         [BZ #16064]
8315         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
8316         and <dl-procinfo.h>.
8317         (__fegetenv): Save SSE state in envp->__eip if supported.
8318         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
8319         envp->__eip if supported.
8320         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
8321         and <dl-procinfo.h>.
8322         (__fesetenv): Always set __eip, __cs_selector, __opcode,
8323         __data_offset and __data_selector in environment to 0.  Set SSE
8324         state if supported.
8325         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
8326         test-fenv-sse.
8327         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
8328         -mfpmath=sse.
8329         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
8330
8331 2014-05-09  Will Newton  <will.newton@linaro.org>
8332
8333         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
8334         and libc_relro_required for ARM.
8335         * sysdeps/arm/preconfigure: Regenerate.
8336
8337 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
8338             Stefan Liebler  <stli@linux.vnet.ibm.com>
8339
8340         * config.make.in (enable-lock-elision): New Makefile variable.
8341         * configure.ac: Likewise.
8342         * configure: Regenerate.
8343         * sysdeps/s390/configure.ac:
8344         Add check for gcc transactions support.
8345         * sysdeps/s390/configure: Regenerate.
8346         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
8347         Build elision files if enabled.
8348         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
8349         Add lock elision support for s390.
8350         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
8351         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
8352         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
8353         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
8354         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
8355         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
8356         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
8357         Likewise.
8358         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
8359         Likewise.
8360         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
8361         Likewise.
8362         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
8363         Likewise.
8364         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
8365         (__lll_timedlock_elision, __lll_lock_elision)
8366         (__lll_unlock_elision, __lll_trylock_elision)
8367         (lll_timedlock_elision, lll_lock_elision)
8368         (lll_unlock_elision, lll_trylock_elision): Add.
8369         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8370         (pthread_mutex_t): Add lock elision support for s390.
8371
8372 2014-05-14  Wilco  <wdijkstr@arm.com>
8373
8374         * sysdeps/arm/fclrexcpt.c: Cleanup.
8375         * sysdeps/arm/fedisblxcpt.c: Cleanup.
8376         * sysdeps/arm/feenablxcpt.c: Cleanup.
8377         * sysdeps/arm/fegetenv.c: Cleanup.
8378         * sysdeps/arm/fegetexcept.c: Cleanup.
8379         * sysdeps/arm/fegetround.c: Cleanup.
8380         * sysdeps/arm/feholdexcpt.c: Cleanup.
8381         * sysdeps/arm/fesetenv.c: Cleanup.
8382         * sysdeps/arm/fesetround.c: Cleanup.
8383         * sysdeps/arm/feupdateenv.c: Cleanup.
8384         * sysdeps/arm/fgetexcptflg.c: Cleanup.
8385         * sysdeps/arm/fraiseexcpt.c: Cleanup.
8386         * sysdeps/arm/fsetexcptflg.c: Cleanup.
8387         * sysdeps/arm/ftestexcept.c: Cleanup.
8388         * sysdeps/arm/get-rounding-mode.h: Cleanup.
8389         * sysdeps/arm/setfpucw.c: Cleanup.
8390
8391 2014-05-09  Will Newton  <will.newton@linaro.org>
8392
8393         * sysdeps/arm/armv7/strcmp.S: New file.
8394         * NEWS: Mention addition of ARMv7 optimized strcmp.
8395
8396 2014-05-08  Roland McGrath  <roland@hack.frob.com>
8397
8398         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
8399         look for %.ac rather than %.in.
8400
8401         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
8402         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
8403         * sysdeps/mach/hurd/configure: Regenerated.
8404         * sysdeps/unix/sysv/linux/configure: Regenerated.
8405
8406         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
8407
8408 2014-05-07  Steve Ellcey  <sellcey@mips.com>
8409
8410         [BZ# 16922]
8411         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
8412         (LONG_SUB): Ditto.
8413         (PTR_SUB): Ditto.
8414
8415 2014-05-07  Andreas Schwab  <schwab@suse.de>
8416
8417         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
8418         when skipping over non-matching result from nscd.
8419
8420 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
8421
8422         [BZ #16876]
8423         * nptl/sockperf.c (client): Check socket return value.
8424
8425         [BZ #16877]
8426         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
8427         nscd security class.
8428
8429 2014-05-06  Roland McGrath  <roland@hack.frob.com>
8430
8431         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
8432         * sysdeps/arm/unwind.h: ... here.
8433
8434 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
8435
8436         [BZ# 16916]
8437         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
8438         Define.
8439
8440 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8441
8442         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
8443         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
8444         multiarch strncpy for PPC64.
8445         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
8446         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
8447         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
8448         multiarch optimizations.
8449         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8450         (__libc_ifunc_impl_list): Likewise.
8451         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
8452         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
8453         multiarch stpncpy for PPC64.
8454         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
8455         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
8456
8457 2014-05-06  Andreas Schwab  <schwab@suse.de>
8458
8459         [BZ #16912]
8460         * gmon/mcount.c (_MCOUNT_DECL): Use
8461         atomic_compare_and_exchange_bool_acq instead of
8462         catomic_compare_and_exchange_bool_acq.
8463
8464 2014-05-05  Roland McGrath  <roland@hack.frob.com>
8465
8466         * elf/Makefile (others, install-bin): Remove pldd.
8467         (pldd-modules): Variable removed.
8468         ($(objpfx)pldd): Target removed.
8469         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
8470         (others, install-bin): Append pldd here.
8471         ($(objpfx)pldd): New target.
8472
8473         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
8474         to 0, so the first #if test emitted later doesn't see it undefined.
8475         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
8476         * sysdeps/gnu/errlist.c: Regenerated.
8477
8478 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8479
8480         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
8481         [libc_hidden_builtin_def]: Define to empty value.
8482         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
8483         [libc_hidden_builtin_def]: Likewise.
8484         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
8485         [libc_hidden_builtin_def]: Likewise.
8486         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
8487         [libc_hidden_builtin_def]: Likewise.
8488         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
8489         __redirect_memcpy and define ifunc as default hidden symbol.
8490         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
8491         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
8492
8493 2014-05-04  Adam Conrad  <adconrad@0c3.net>
8494
8495         * locale/iso-4217.def: Reintroduce XDR currency.
8496
8497 2014-05-04  Allan McRae  <allan@archlinux.org>
8498
8499         * po/eo.po: Update Esperanto translation from translation project.
8500
8501 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
8502
8503         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
8504         and FEATURE_INDEX_MAX to 1.
8505         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
8506
8507 2014-05-01  Steve Ellcey  <sellcey@mips.com>
8508
8509         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
8510         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
8511         * iconvdata/big5.c (ONE_DIRECTION): Define.
8512         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
8513         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
8514         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
8515         * iconvdata/cp932.c (ONE_DIRECTION): Define.
8516         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
8517         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
8518         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
8519         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
8520         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
8521         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
8522         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
8523         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
8524         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
8525         * iconvdata/gbk.c (ONE_DIRECTION): Define.
8526         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
8527         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
8528         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
8529         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
8530         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
8531         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
8532         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
8533         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
8534         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
8535         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
8536         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
8537         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
8538         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
8539         * iconvdata/iso646.c (ONE_DIRECTION): Define.
8540         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
8541         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
8542         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
8543         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
8544         * iconvdata/johab.c (ONE_DIRECTION): Define.
8545         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
8546         * iconvdata/sjis.c (ONE_DIRECTION): Define.
8547         * iconvdata/t.61.c (ONE_DIRECTION): Define.
8548         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
8549         * iconvdata/tscii.c (ONE_DIRECTION): Define.
8550         * iconvdata/uhc.c (ONE_DIRECTION): Define.
8551         * iconvdata/unicode.c (ONE_DIRECTION): Define.
8552         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
8553         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
8554         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
8555
8556 2014-05-01  Roland McGrath  <roland@hack.frob.com>
8557
8558         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
8559         (_IO_JUMPS_OFFSET): Define to 0.
8560
8561         * nptl/sysdeps/pthread/bits/libc-lock.h
8562         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
8563         (__libc_lock_define_initialized_recursive): Always define using
8564         initializer.  Modern compilers treat uninitialized (implicit zero) and
8565         explicit zero initializers the same (i.e. put the datum in bss).
8566
8567 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
8568
8569         * nscd/nscd-client.h: Include <string.h>.
8570
8571 2014-05-01  David S. Miller  <davem@davemloft.net>
8572
8573         [BZ #16885]
8574         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
8575         multiple zero bytes exist at the end of a string.
8576         Reported by Aurelien Jarno <aurelien@aurel32.net>
8577
8578         * string/test-strcmp.c (check): Add explicit test for situations where
8579         there are multiple zero bytes after the first.
8580
8581 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
8582
8583         [BZ #16890]
8584         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
8585         when compiling wprintf.
8586         * stdio-common/tstdiomisc.c (t3): New function.
8587         (main): Call it.
8588
8589 2014-05-01  Steve Ellcey  <sellcey@mips.com>
8590
8591         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
8592         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
8593         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
8594         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
8595
8596 2014-05-01  Steve Ellcey  <sellcey@mips.com>
8597
8598         * stdlib/longlong.h: Updated from GCC.
8599
8600 2014-05-01  Will Newton  <will.newton@linaro.org>
8601             Bernard Ogden  <bernie.ogden@linaro.org>
8602
8603         * NEWS: Update fixed bug list.
8604
8605         [BZ #15119]
8606         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
8607
8608 2014-04-30  David S. Miller  <davem@davemloft.net>
8609
8610         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
8611         (libc_feholdexcept_setround_sparc_ctx): New function.
8612         (libc_fesetenv_sparc_ctx): Likewise.
8613         (libc_feupdateenv_sparc_ctx): Likewise.
8614         (libc_feholdsetround_sparc_ctx): Likewise.
8615         (libc_feholdexcept_setround_ctx): Define.
8616         (libc_feholdexcept_setroundf_ctx): Likewise.
8617         (libc_feholdexcept_setroundl_ctx): Likewise.
8618         (libc_fesetenv_ctx): Likewise.
8619         (libc_fesetenvf_ctx): Likewise.
8620         (libc_fesetenvl_ctx): Likewise.
8621         (libc_feupdateenv_ctx): Likewise.
8622         (libc_feupdateenvf_ctx): Likewise.
8623         (libc_feupdateenvl_ctx): Likewise.
8624         (libc_feresetround_ctx): Likewise.
8625         (libc_feresetroundf_ctx): Likewise.
8626         (libc_feresetroundl_ctx): Likewise.
8627         (libc_feholdsetround_ctx): Likewise.
8628         (libc_feholdsetroundf_ctx): Likewise.
8629         (libc_feholdsetroundl_ctx): Likewise.
8630
8631         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
8632         with __USE_GNU instead of XOPEN cpp guards.
8633
8634         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
8635         0.
8636
8637         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
8638         with XOPEN cpp guards.
8639
8640 2014-04-30  Julian Brown  <julian@codesourcery.com>
8641
8642         [BZ #16888]
8643         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
8644         handling.
8645
8646 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
8647
8648         [BZ #9894]
8649         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
8650         Change to 2.6.32.
8651         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
8652         * sysdeps/unix/sysv/linux/configure: Regenerated.
8653         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
8654         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
8655         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
8656         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
8657         * README: Update reference to required Linux kernel version.
8658         * manual/install.texi (Linux): Update reference to required Linux
8659         kernel headers version.
8660         * INSTALL: Regenerated.
8661
8662         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
8663         header inclusion.
8664         [POSIX] (limits.h): Likewise.
8665         [POSIX] (math.h): Likewise.
8666         [POSIX] (sys/wait.h): Likewise.
8667         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
8668         function.
8669         [POSIX] (stddef.h): Do not allow header inclusion.
8670
8671 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8672
8673         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
8674
8675 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
8676
8677         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
8678         Return immediately after lll_futex_wake.
8679
8680 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8681
8682         [BZ #16791]
8683         * nscd/nscd-client.h (datahead_init_common): Initialize entire
8684         structure.
8685         (datahead_init_pos): Call datahead_init_common early.
8686         (datahead_init_neg): Likewise.
8687
8688         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
8689         datahead_init_neg): New functions.
8690         * nscd/aicache.c (addhstaiX): Use them.
8691         * nscd/grpcache.c (cache_addgr): Likewise.
8692         * nscd/hstcache.c (cache_addhst): Likewise.
8693         * nscd/initgrcache.c (addinitgroupsX): Likewise.
8694         * nscd/netgroupcache.c (do_notfound): Likewise.
8695         (addgetnetgrentX): Likewise.
8696         (addinnetgrX): Likewise.
8697         * nscd/pwdcache.c (cache_addpw): Likewise.
8698         * nscd/servicescache.c (cache_addserv): Likewise.
8699
8700 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8701             Atsushi Onoe  <atsushi@onoe.org>
8702
8703         [BZ #14308]
8704         [BZ #12994]
8705         [BZ #13651]
8706         * resolv/res_query.c (__libc_res_nsearch): Return if at least
8707         one response is valid.
8708         * resolv/res_send.c (send_dg): Check for validity of other
8709         response if the current response is a referral.
8710
8711 2014-04-29  Steve Ellcey  <sellcey@mips.com>
8712
8713         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
8714
8715 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
8716
8717         [BZ #16823]
8718         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
8719         Always divide by positive zero when computing -Inf result.
8720         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
8721         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
8722
8723 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8724
8725         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
8726         FPSCR if value do not change.
8727         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
8728         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
8729         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
8730         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
8731         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
8732         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
8733         function.
8734
8735 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
8736
8737         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
8738         * sysdeps/unix/sysv/linux/hppa: Move directory from
8739         ports/systeps/unix/sysv/linux/hppa.
8740         * README: Update listing for hppa-*-linux-gnu.
8741
8742 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
8743
8744         [BZ #16754]
8745         * manual/stdio.texi (Hook functions): Fix types of stream hook
8746         functions.
8747         [BZ #16854]
8748         * socket/sys/socket.h: Fix typo in comment.
8749
8750 2014-04-28  Wilco  <wdijkstr@arm.com>
8751
8752         * sysdeps/arm/fenv_private.h: New file.
8753         * sysdeps/arm/math_private.h: New file.
8754         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
8755
8756 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
8757
8758         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
8759         with __int128_t.
8760         (La_x86_64_retval): Likewise.
8761
8762 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
8763
8764         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
8765         fpsr if value didn't change.
8766         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
8767         to fpcr if value didn't change.
8768         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
8769         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
8770         fpsr or fpcr if value didn't change.
8771         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
8772         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
8773         fpcr if value didn't change.
8774         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
8775         to fpsr if value didn't change.
8776
8777 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
8778
8779         * nptl/tst-sem3.c: Use test-skeleton.c
8780         (main): Rename to do_test.  Use return instead of
8781         exit.
8782         * nptl/tst-sem4.c: Use test-skeleton.c
8783         (main): Rename to do_test.
8784
8785 2014-04-22  David S. Miller  <davem@davemloft.net>
8786
8787         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
8788         (struct sigaction): New struct member __glibc_reserved0, change
8789         type of sa_flags to int.
8790
8791 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
8792
8793         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
8794         (COUNT_LEADING_ZEROS_0): Define for AArch64.
8795
8796 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
8797
8798         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
8799         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
8800
8801 2014-04-22  Will Newton  <will.newton@linaro.org>
8802             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
8803
8804         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
8805         (__longjmp): Add longjmp and longjmp_target SystemTap
8806         probes.
8807         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
8808         (__sigsetjmp): Add setjmp SystemTap probe.
8809
8810 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
8811
8812         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
8813         match manual order.
8814
8815 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8816
8817         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
8818
8819         * sysdeps/powerpc/fpu/fenv_private.h
8820         (libc_feholdexcept_setroundl_ctx): Define to
8821         libc_feholdexcept_setround_ppc_ctx.
8822         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
8823         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
8824         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
8825         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
8826
8827 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
8828
8829         * sysdeps/aarch64/math-tests.h: New file.
8830
8831 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
8832
8833         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
8834         New.
8835         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
8836         Check and set bit_AVX2_Usable.
8837         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
8838         macro.
8839         (bit_AVX2): Likewise.
8840         (index_AVX2_Usable): Likewise.
8841         (CPUID_AVX2): Likewise.
8842         (HAS_AVX2): Likewise.
8843
8844 2014-04-17  Will Newton  <will.newton@linaro.org>
8845
8846         * manual/setjmp.texi (System V contexts): Add note that
8847         calling setcontext on a context created by a call to a
8848         signal handler is undefined.  Update text to note that
8849         setcontext from a signal handler is possible but not
8850         recommended.
8851
8852         [BZ #16629]
8853         * stdlib/tst-setcontext.c: Include signal.h.
8854         (main): Check that the signal stack before and
8855         after swapcontext is the same.
8856
8857         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
8858         Re-implement to restore registers in user code and avoid
8859         rt_sigreturn system call.
8860
8861 2014-04-17  Wilco  <wdijkstr@arm.com>
8862
8863         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
8864         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
8865         * math/test-fenv.c: Skip exception trap tests on targets which only
8866         support non-stop mode.
8867
8868 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
8869             Wilco Dijkstra  <wilco.dijkstra@arm.com>
8870
8871         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
8872         (libc_feholdsetround_aarch64_ctx)
8873         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
8874         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
8875         (libc_feresetround_ctx, libc_feresetroundf_ctx)
8876         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
8877         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
8878         (libc_feresetround_noexl_ctx): Define.
8879
8880 2014-04-16  Richard Henderson  <rth@redhat.com>
8881
8882         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
8883
8884         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
8885         unwind tables.
8886
8887         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
8888         const from the non-libc, non-ldso copy.
8889
8890         * sysdeps/alpha/libm-test-ulps: Regenerate.
8891
8892 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
8893             Wilco Dijkstra  <wilco.dijkstra@arm.com>
8894
8895         * sysdeps/aarch64/fpu/math_private.h: New file.
8896
8897 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8898
8899         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8900
8901 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
8902
8903         [BZ #16275]
8904         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
8905         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
8906         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
8907         Intel MPX bound registers before _dl_profile_fixup.
8908         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
8909         registers after _dl_profile_fixup.  Save and restore bound
8910         registers bnd0/bnd1 when calling _dl_call_pltexit.
8911         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
8912         (LR_BND_OFFSET): Likewise.
8913         (LRV_BND0_OFFSET): Likewise.
8914         (LRV_BND1_OFFSET): Likewise.
8915
8916 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8917
8918         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
8919         to...
8920         * sysdeps/mach/hurd/i386/tls.h: ... here.
8921         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
8922         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
8923         fields.
8924
8925 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8926
8927         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
8928
8929 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
8930
8931         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8932
8933 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
8934
8935         [BZ #14770]
8936         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
8937         * sysdeps/s390/configure: Regenerate.
8938
8939         [BZ #16824]
8940         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
8941         Set round-to-nearest internally to reduce error accumulation.
8942
8943 2014-04-16  Alan Modra  <amodra@gmail.com>
8944
8945         [BZ #16740]
8946         [BZ #16619]
8947         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
8948         * math/libm-test.inc (frexp_test_data): Add tests.
8949         * NEWS: Update fixed bug list.
8950
8951 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8952
8953         * benchtests/Makefile: Depend on libraries in build directory.
8954         (bench-math): Separate out math tests.
8955         (bench-pthread): Separate out pthread tests.
8956         (bench): Include math and pthread tests.
8957
8958 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
8959
8960         [BZ #16831]
8961         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
8962         _dl_debug_initialize.
8963
8964         * configure.ac: Remove SELinux header check.
8965         * configure: Regenerate.
8966         * nscd/selinux.c (perms): Array of const char* to permission names.
8967         (nscd_request_avc_has_perm): Call security_deny_unknown to find
8968         default policy. Call string_to_security_class and string_to_av_perm to
8969         translate strings. Enforce default policy and call avs_has_perm with
8970         results of translated strings.
8971
8972 2014-04-13  David S. Miller  <davem@davemloft.net>
8973
8974         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8975
8976 2014-04-12  Allan McRae  <allan@archlinux.org>
8977
8978         [BZ #16838]
8979         * manual/string.texi (Collation Functions): Fix qsort argument
8980         order in example.
8981         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
8982
8983 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
8984
8985         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
8986         Make the test a no-op if there are no exceptions defined.
8987
8988 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
8989
8990         * elf/Makefile (tests): make tst-dlopen-aout conditional on
8991         enable-hardcoded-path-in-tests
8992
8993 2014-04-11  Will Newton  <will.newton@linaro.org>
8994
8995         * benchtests/Makefile (extra-objs): Add json-lib.o.
8996         (bench-func): Tidy up JSON output.
8997         * benchtests/bench-skeleton.c: Include json-lib.h.
8998         (main): Use JSON library functions to do output of
8999         benchmark results.
9000         * benchtests/bench-timing-type.c (main): Output the
9001         timing type simply, leaving formatting to the user.
9002         * benchtests/json-lib.c: New file.
9003         * benchtests/json-lib.h: Likewise.
9004
9005 2014-04-11  Torvald Riegel  <triegel@redhat.com>
9006
9007         [BZ #15215]
9008         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
9009         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
9010         memory barriers.  Add comments.
9011         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
9012         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
9013         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
9014         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
9015         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
9016         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
9017
9018 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
9019
9020         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
9021         * sysdeps/s390/s390-64/configure.ac: ... this ...
9022         * sysdeps/s390/configure.ac: ... to here.
9023         * sysdeps/s390/s390-32/configure: Delete file.
9024         * sysdeps/s390/s390-64/configure: Delete file.
9025         * sysdeps/s390/configure: Regenerate.
9026
9027 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
9028
9029         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
9030
9031 2014-04-11  Will Newton  <will.newton@linaro.org>
9032
9033         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
9034         to zero if it is not defined elsewhere.  (mtrim): Test
9035         the value of MALLOC_DEBUG with #if rather than #ifdef.
9036
9037 2014-04-10 Torvald Riegel  <triegel@redhat.com>
9038
9039         * benchtests/pthread_once-inputs: New file.
9040         * benchtests/pthread_once-source.c: New file.
9041         * benchtests/README: Update documentation.
9042
9043 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
9044             H.J. Lu  <hongjiu.lu@intel.com>
9045
9046         [BZ #16275]
9047         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
9048         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
9049         * sysdeps/x86_64/configure: Regenerated.
9050         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
9051         macro.
9052         (REGISTER_SAVE_RAX): Likewise.
9053         (REGISTER_SAVE_RCX): Likewise.
9054         (REGISTER_SAVE_RDX): Likewise.
9055         (REGISTER_SAVE_RSI): Likewise.
9056         (REGISTER_SAVE_RDI): Likewise.
9057         (REGISTER_SAVE_R8): Likewise.
9058         (REGISTER_SAVE_R9): Likewise.
9059         (REGISTER_SAVE_BND0): Likewise.
9060         (REGISTER_SAVE_BND1): Likewise.
9061         (REGISTER_SAVE_BND2): Likewise.
9062         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
9063         bound registers when calling _dl_fixup.
9064
9065 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9066
9067         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
9068         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
9069         of its definition.
9070         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
9071         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
9072         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
9073         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
9074         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
9075         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
9076         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
9077
9078 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
9079
9080         [BZ #15514]
9081         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
9082         pathconf(_PC_NAME_MAX).
9083
9084 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9085
9086         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
9087         Remove macro usage.
9088         (__PTHREAD_SPINS): Move definition to ...
9089         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
9090         (__PTHREAD_SPINS): ... here.
9091         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
9092         (__PTHREAD_SPIN): Likewise.
9093         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
9094         (__PTHREAD_SPIN): Likewise.
9095         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
9096         (__PTHREAD_SPIN): Likewise.
9097         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
9098         (__PTHREAD_SPIN): Likewise.
9099         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
9100         (__PTHREAD_SPIN): Likewise.
9101         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
9102         (__PTHREAD_SPIN): Likewise.
9103         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
9104         (__PTHREAD_SPIN): Likewise.
9105         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
9106         (__PTHREAD_SPIN): Likewise.
9107         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
9108         (__PTHREAD_SPIN): Likewise.
9109         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
9110         (__PTHREAD_SPIN): Likewise.
9111         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
9112         (__PTHREAD_SPIN): Likewise.
9113         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
9114         (__PTHREAD_SPIN): Likewise.
9115
9116         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
9117         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
9118         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
9119         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
9120         imply folder.
9121         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
9122         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
9123         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
9124         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
9125         correct imply path.
9126         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
9127         strlen symbol for non multi-arch builds.
9128         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
9129         missing hidden_def and weak_alias.
9130
9131 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
9132
9133         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
9134
9135 2014-04-07  Will Newton  <will.newton@linaro.org>
9136
9137         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
9138         and contents.  [!_LIBC] Remove #ifndef and contents.
9139         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
9140         * string/memccpy.c (__memccpy): Use ANSI prototype.
9141         * string/memfrob.c (memfrob): Likewise.
9142         * string/strcoll.c (STRCOLL): Likewise.
9143         * string/strlen.c (strlen): Likewise.
9144         * string/strtok.c (STRTOK): Likewise.
9145         * string/strcat.c: Remove unused #include of memcopy.h.
9146         (strcat): Use ANSI prototype.
9147         * string/strchr.c: Remove unused #include of memcopy.h.
9148         (strchr): Use ANSI prototype.
9149         * string/strcmp.c: Remove unused #include of memcopy.h.
9150         (strcmp): Use ANSI prototype.
9151         * string/strcpy.c: Remove unused #include of memcopy.h.
9152         (strcpy): Use ANSI prototype.
9153
9154 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9155
9156         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
9157         * config.make.in (config-extra-cppflags): Set it from
9158         libc_extra_cppflags.
9159         * configure.ac (libc_extra_cflags): Make it accumulate over
9160         configure fragments.
9161         (libc_extra_cppflags): New flag.
9162         * configure. Regenerate.
9163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
9164         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
9165         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
9166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
9167
9168         [BZ #16815]
9169         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
9170         result for FE_DOWNWARD rounding mode.
9171         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
9172         Likewise.
9173         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9174
9175 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
9176
9177         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
9178         in function argument name.
9179
9180 2014-04-03  David Svoboda  <svoboda@cert.org>
9181
9182         [BZ #5666]
9183         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
9184         explicitly.
9185
9186 2014-04-03  Roland McGrath  <roland@hack.frob.com>
9187
9188         * elf/dl-unmap-segments.h: New file.
9189         * sysdeps/generic/ldsodefs.h
9190         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
9191         * elf/dl-close.c: Include <dl-unmap-segments.h>.
9192         * elf/dl-fptr.c: Likewise.
9193         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
9194         * sysdeps/aarch64/tlsdesc.c: Likewise.
9195         * sysdeps/arm/tlsdesc.c: Likewise.
9196         * sysdeps/i386/tlsdesc.c: Likewise.
9197         * sysdeps/tile/dl-runtime.c: Likewise.
9198         * sysdeps/x86_64/tlsdesc.c: Likewise.
9199         * elf/dl-load.h: New file.
9200         * elf/dl-load.c: Include it.
9201         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
9202         Macros moved to dl-load.h.
9203         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
9204         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
9205         Use _dl_unmap_segments in place of __munmap.
9206         Break out segment-mapping loop into ...
9207         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
9208
9209 2014-04-03  Will Newton  <will.newton@linaro.org>
9210
9211         * elf/dl-lookup.c (do_lookup_x): Remove comment
9212         referring to nested function and move variable
9213         declarations down to before first use.
9214
9215 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
9216
9217         [BZ #16799]
9218         [BZ #16800]
9219         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
9220         with 0 numerator.
9221         * math/s_catanf.c (__catanf): Likewise.
9222         * math/s_catanh.c (__catanh): Likewise.
9223         * math/s_catanhf.c (__catanhf): Likewise.
9224         * math/s_catanhl.c (__catanhl): Likewise.
9225         * math/s_catanl.c (__catanl): Likewise.
9226         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
9227         by positive zero when computing -Inf result.
9228         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
9229         (catanh_test): Likewise.
9230         * sysdeps/i386/fpu/libm-test-ulps: Update.
9231         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9232
9233         [BZ #16789]
9234         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
9235         instead of using underflowing value in computing result.
9236         * math/s_clog10.c (__clog10): Likewise.
9237         * math/s_clog10f.c (__clog10f): Likewise.
9238         * math/s_clog10l.c (__clog10l): Likewise.
9239         * math/s_clogf.c (__clogf): Likewise.
9240         * math/s_clogl.c (__clogl): Likewise.
9241         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
9242         (clog10_test): Likewise.
9243         * sysdeps/i386/fpu/libm-test-ulps: Update.
9244         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9245
9246 2014-04-02  Alan Modra  <amodra@gmail.com>
9247
9248         [BZ #16739]
9249         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
9250         output when value is near a power of two.  Use int64_t for lx and
9251         remove casts.  Use decimal rather than hex exponent constants.
9252         Don't use long double multiplication when double will suffice.
9253         * math/libm-test.inc (nextafter_test_data): Add tests.
9254         * NEWS: Add 16739 and 16786 to bug list.
9255
9256         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
9257
9258         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
9259
9260 2014-04-01  Will Newton  <will.newton@linaro.org>
9261
9262         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
9263         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
9264
9265 2014-04-01  Florian Weimer  <fweimer@redhat.com>
9266
9267         [BZ #13347]
9268         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
9269         * nptl/tst-setuid2.c: New file.
9270         * nptl/Makefile (xtests): Add tst-setuid2.
9271
9272 2014-04-01  Alan Modra  <amodra@gmail.com>
9273
9274         [BZ #16786]
9275         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
9276
9277 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
9278
9279         [BZ #6803]
9280         [BZ #6804]
9281         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
9282         set errno as appropriate.
9283         * math/w_scalbf.c (__scalbf): Likewise.
9284         * math/w_scalbl.c (__scalbl): Likewise.
9285         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
9286         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
9287         * math/libm-test.inc (scalb_test_data): Add errno expectations.
9288         Add more NaN tests.
9289
9290         [BZ #16349]
9291         * math/w_atan2.c: Include <errno.h>.
9292         (__atan2): Set errno for result underflowing to zero.
9293         * math/w_atan2f.c: Include <errno.h>.
9294         (__atan2f): Set errno for result underflowing to zero.
9295         * math/w_atan2l.c: Include <errno.h>.
9296         (__atan2l): Set errno for result underflowing to zero.
9297         * math/auto-libm-test-in: Don't allow missing errno for some atan2
9298         tests.
9299         * math/auto-libm-test-out: Regenerated.
9300
9301 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9302
9303         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
9304         Encode instruction correctly in little endian.
9305         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
9306         Likewise.
9307         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
9308         Likewise.
9309         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
9310         Likewise.
9311         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
9312         Likewise.
9313
9314 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
9315
9316         [BZ #9894]
9317         * sysdeps/unix/sysv/linux/kernel-features.h
9318         [__sparc__ && !__arch64__ && !__sparc_v9__]
9319         (__ASSUME_SET_ROBUST_LIST): Do not define.
9320         [__sparc__ && !__arch64__ && !__sparc_v9__]
9321         (__ASSUME_FUTEX_LOCK_PI): Likewise.
9322         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
9323         Likewise.
9324         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9325         (__ASSUME_FUTEX_LOCK_PI): Undefine.
9326         (__ASSUME_REQUEUE_PI): Likewise.
9327         (__ASSUME_SET_ROBUST_LIST): Likewise.
9328         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9329         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
9330         Undefine.
9331         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9332         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
9333         Likewise.
9334         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
9335         Likewise.
9336         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
9337         Likewise.
9338         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9339         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
9340         Undefine.
9341         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
9342         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
9343         Likewise.
9344
9345         [BZ #16648]
9346         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9347         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
9348         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
9349
9350 2014-03-31  Will Newton  <will.newton@linaro.org>
9351
9352         * benchtests/Makefile (bench): Add ffs and ffsll to list
9353         of tests.
9354         * benchtests/ffs-inputs: New file.
9355         * benchtests/ffsll-inputs: Likewise.
9356
9357 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
9358
9359         [BZ #16770]
9360         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
9361         too large before casting to int.
9362         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
9363         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
9364         * math/libm-test.inc (scalb_test_data): Add more tests.
9365
9366 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
9367
9368         * benchtests/Makefile (DETAILED_OPT): New make option.
9369         (bench-func): Run benchmark program with -d if DETAILED_OPT is
9370         set.
9371         * benchtests/bench-skeleton.c: Include stdbool.h.
9372         (main): Store and print timings per input.
9373         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
9374         member to each argument value.
9375         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
9376         (_print_arg_data): Initialize per-input timing to 0.
9377
9378         * benchtests/Makefile (timing-type): New binary.
9379         (bench-clean): Also remove bench-timing-type.
9380         (bench): New target for timing-type.
9381         (bench-func): Print output in JSON format.
9382         * benchtests/bench-skeleton.c (main): Print output in JSON
9383         format.
9384         * benchtests/bench-timing-type.c: New file.
9385         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
9386         (TIMING_PRINT_STATS): Remove.
9387         * benchtests/scripts/bench.py (_print_arg_data): Store variant
9388         name separately.
9389
9390         * benchtests/bench-modf.c: Remove.
9391         * benchtests/modf-inputs: New inputs file.
9392
9393 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
9394
9395         [BZ #16362]
9396         * math/s_clog10.c (M_PI_LOG10E): New macro.
9397         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
9398         imaginary parts are 0.
9399         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
9400         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
9401         imaginary parts are 0.
9402         * math/s_clog10l.c (M_PI_LOG10El): New macro.
9403         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
9404         imaginary parts are 0.
9405         * math/libm-test.inc (clog10_test_data): Update expected results
9406         for when real and imaginary parts are 0.
9407
9408 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
9409
9410         * elf/dl-load.c: Finish conversion of __builtin_expect into
9411         __glibc_{un}likely.
9412
9413 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
9414
9415         [BZ #16348]
9416         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
9417         1+x for argument with exponent below -67.
9418         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
9419         Likewise.
9420         * math/auto-libm-test-in: Add more tests of exp.
9421         * math/auto-libm-test-out: Regenerated.
9422
9423 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9424
9425         [BZ #16759]
9426         * inet/getnetgrent_r.c (get_nonempty_val): New function.
9427         (nscd_getnetgrent): Use it.
9428
9429         [BZ #16760]
9430         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
9431         of stpcpy.
9432
9433 2014-03-27  Andi Kleen  <ak@linux.intel.com>
9434
9435         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
9436         (lll_robust_lock, lll_cond_lock, lll_timedlock)
9437         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
9438         (lll_robust_unlock): Remove out of line section. Use cfi
9439         intrinsics.
9440         (LLL_STUB_UNWIND_INFO*): Remove.
9441         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
9442         (lll_robust_lock, lll_cond_lock, lll_timedlock)
9443         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
9444         (lll_robust_unlock): Remove out of line section. Use cfi
9445         intrinsics.
9446         (LLL_STUB_UNWIND_INFO*): Remove.
9447
9448 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9449
9450         [BZ #16758]
9451         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
9452         blank values.
9453
9454 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
9455
9456         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
9457
9458 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
9459
9460         [BZ #16198]
9461         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
9462         fnstenv.
9463         * math/test-fenv-preserve.c: New file.
9464         * math/Makefile (tests): Add test-fenv-preserve.
9465
9466 2014-03-26  Will Newton <will.newton@linaro.org>
9467
9468         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
9469
9470 2014-03-25  Roland McGrath  <roland@hack.frob.com>
9471
9472         * scripts/versionlist.awk: Partition the version sets and emit all
9473         GLIBC_* (sorted) before all others (sorted).
9474
9475 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
9476
9477         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
9478         GLIBC_2.2.5 version.
9479
9480 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9481
9482         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
9483         calls.
9484
9485         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
9486         previous change.
9487
9488         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9489
9490 2014-03-25  Andreas Schwab  <schwab@suse.de>
9491
9492         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
9493         label to be used after in6ailist is initialized.
9494
9495 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9496
9497         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
9498         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
9499
9500 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
9501
9502         [BZ #16357]
9503         [BZ #16599]
9504         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
9505         min_plus_half.
9506         (fp_formats): Update initializers.
9507         (init_fp_formats): Initialize new field.
9508         (output_for_one_input_case): Allow underflow for results up to
9509         min_plus_half.
9510         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
9511         * math/auto-libm-test-in: Don't mark some underflows from asin and
9512         atanh as spurious.
9513         * math/auto-libm-test-out: Regenerated.
9514         * sysdeps/i386/fpu/libm-test-ulps: Update.
9515         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9516
9517 2014-03-25  Andreas Schwab  <schwab@suse.de>
9518
9519         * libio/Makefile (tst-ftell-partial-wide-ENV)
9520         (tst-ftell-active-handler-ENV): Define.
9521
9522 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
9523
9524         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
9525
9526 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
9527
9528         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
9529
9530 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
9531
9532         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
9533         * sysdeps/x86_64/fpu/multiarch/e_exp.c
9534         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
9535
9536 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
9537
9538         [BZ #16634]
9539         * elf/dl-load.c (open_verify): Add mode parameter.
9540         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
9541         (open_path): Change from boolean 'secure' to complete flag 'mode'
9542         (_dl_map_object): Adjust.
9543         * elf/Makefile (tests): Add tst-dlopen-aout.
9544         * elf/tst-dlopen-aout.c: New test.
9545
9546 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
9547
9548         [BZ #16714]
9549         * sysdeps/unix/sysv/linux/s390/bits/stat.h
9550         (struct stat): Rename member pad0 to __glibc_reserved0.
9551
9552         [BZ #16712]
9553         * sysdeps/s390/s390-32/bits/wordsize.h
9554         (__WORDSIZE32_SIZE_ULONG): New define.
9555         * sysdeps/s390/s390-64/bits/wordsize.h
9556         (__WORDSIZE32_SIZE_ULONG): Likewise.
9557         * sysdeps/generic/stdint.h (SIZE_MAX):
9558         Define as UL if __WORDSIZE32_SIZE_ULONG.
9559
9560         [BZ #16713]
9561         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
9562         (__glibc_reserved0): New variable.
9563         (sa_flags): Change type to int.
9564
9565         * posix/Makefile (before-compile): Use += before-compile instead
9566         of a :=.
9567
9568         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
9569         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
9570
9571 2014-03-20  Andreas Schwab  <schwab@suse.de>
9572
9573         [BZ #16743]
9574         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
9575         non-matching result from nscd.
9576
9577 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9578
9579         * scripts/bench.py: Moved to ...
9580         * benchtests/scripts/bench.py: ... here.
9581         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
9582
9583 2014-03-24  Andreas Schwab  <schwab@suse.de>
9584
9585         [BZ #16002]
9586         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
9587         alloca_account and account alloca use for struct in6ailist.
9588
9589 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
9590
9591         [BZ #16284]
9592         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
9593         rounding mode to recompute results that overflow to infinity or
9594         underflow to zero.
9595         * math/auto-libm-test-in: Don't mark tests as expected to fail for
9596         bug 16284.
9597         * math/auto-libm-test-out: Regenerated.
9598         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
9599         (ccosh_test): Likewise.
9600         (csin_test_data): Use plus_oflow.
9601         (csin_test): Use ALL_RM_TEST.
9602         (csinh_test_data): Use plus_oflow.
9603         (csinh_test): Use ALL_RM_TEST.
9604         * sysdeps/i386/fpu/libm-test-ulps: Update.
9605         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9606
9607 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
9608
9609         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
9610         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
9611         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
9612
9613         [BZ #16731]
9614         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
9615         when x - 1 is zero.
9616         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
9617         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
9618         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
9619         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
9620         argument is 1.
9621         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
9622         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
9623         zero.
9624         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
9625         * sysdeps/i386/fpu/libm-test-ulps: Update.
9626         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9627
9628 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
9629
9630         * scripts/bench.pl: Remove file.
9631         * scripts/bench.py: New benchmark script.
9632         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
9633         * benchtests/README: Mention python dependency.
9634         * scripts/pylintrc: New file.
9635         * scripts/pylint: New file.
9636
9637         * bits/mathdef.h: Use #ifdef instead of #if.
9638         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
9639         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
9640         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
9641         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
9642         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
9643         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
9644
9645 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9646             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9647
9648         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
9649         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
9650         and strpbrk-ppc64 objects.
9651         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
9652         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
9653         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
9654         multiarch strpbrk for POWER7.
9655         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
9656         multiarch strpbrk for PPC64.
9657         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
9658         ifunc selector.
9659         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
9660         strpbrk for POWER7.
9661
9662 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
9663
9664         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
9665         (atan_test): Likewise.
9666         (atanh_test_data): Use NO_TEST_INLINE for two tests.
9667         (atanh_test): Use ALL_RM_TEST.
9668         (atan2_test_data): Likewise.
9669         (cabs_test): Likewise.
9670         (cacosh_test): Likewise.
9671         (carg_test): Likewise.
9672         (casin_test): Likewise.
9673         (casinh_test): Likewise.
9674         (cbrt_test): Likewise.
9675         (csqrt_test): Likewise.
9676         (erf_test): Likewise.
9677         (erfc_test): Likewise.
9678         (pow10_test): Likewise.
9679         (exp2_test): Likewise.
9680         (hypot_test): Likewise.
9681         (j0_test): Likewise.
9682         (j1_test): Likewise.
9683         (lgamma_test): Likewise.
9684         (gamma_test): Likewise.
9685         (sincos_test): Likewise.
9686         (tanh_test): Likewise.
9687         (y0_test): Likewise.
9688         (y1_test): Likewise.
9689         * sysdeps/i386/fpu/libm-test-ulps: Update.
9690         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9691
9692 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9693
9694         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
9695         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
9696         and strcspn-ppc64 objects.
9697         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
9698         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
9699         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
9700         multiarch strcspn for POWER7.
9701         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
9702         multiarch strcspn for PPC64.
9703         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
9704         ifunc selector.
9705         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
9706         strcspn for POWER7.
9707
9708 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
9709
9710         * math/gen-libm-test.pl (generate_testfile): Expect only function
9711         name as argument to AUTO_TESTS_* and pass results for all rounding
9712         modes to parse_args.
9713         (parse_auto_input): Separate inputs of automatic tests from
9714         outputs before storing in %auto_tests.
9715         * math/libm-test.inc (acos_test_data): Update call to
9716         AUTO_TESTS_f_f.
9717         (acos_test): Use ALL_RM_TEST.
9718         (acos_tonearest_test_data): Remove.
9719         (acos_test_tonearest): Likewise.
9720         (acos_towardzero_test_data): Likewise.
9721         (acos_test_towardzero): Likewise.
9722         (acos_downward_test_data): Likewise.
9723         (acos_test_downward): Likewise.
9724         (acos_upward_test_data): Likewise.
9725         (acos_test_upward): Likewise.
9726         (acosh_test_data): Update call to AUTO_TESTS_f_f.
9727         (asin_test_data): Likewise.
9728         (asin_test): Use ALL_RM_TEST.
9729         (asin_tonearest_test_data): Remove.
9730         (asin_test_tonearest): Likewise.
9731         (asin_towardzero_test_data): Likewise.
9732         (asin_test_towardzero): Likewise.
9733         (asin_downward_test_data): Likewise.
9734         (asin_test_downward): Likewise.
9735         (asin_upward_test_data): Likewise.
9736         (asin_test_upward): Likewise.
9737         (asinh_test_data): Update call to AUTO_TESTS_f_f.
9738         (atan_test_data): Likewise.
9739         (atanh_test_data): Likewise.
9740         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
9741         (cabs_test_data): Update call to AUTO_TESTS_c_f.
9742         (carg_test_data): Likewise.
9743         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
9744         (ccos_test_data): Update call to AUTO_TESTS_c_c.
9745         (ccosh_test_data): Likewise.
9746         (cexp_test_data): Likewise.
9747         (clog_test_data): Likewise.
9748         (clog10_test_data): Likewise.
9749         (cos_test_data): Update call to AUTO_TESTS_f_f.
9750         (cos_test): Use ALL_RM_TEST.
9751         (cos_tonearest_test_data): Remove.
9752         (cos_test_tonearest): Likewise.
9753         (cos_towardzero_test_data): Likewise.
9754         (cos_test_towardzero): Likewise.
9755         (cos_downward_test_data): Likewise.
9756         (cos_test_downward): Likewise.
9757         (cos_upward_test_data): Likewise.
9758         (cos_test_upward): Likewise.
9759         (cosh_test_data): Update call to AUTO_TESTS_f_f.
9760         (cosh_test): Use ALL_RM_TEST.
9761         (cosh_tonearest_test_data): Remove.
9762         (cosh_test_tonearest): Likewise.
9763         (cosh_towardzero_test_data): Likewise.
9764         (cosh_test_towardzero): Likewise.
9765         (cosh_downward_test_data): Likewise.
9766         (cosh_test_downward): Likewise.
9767         (cosh_upward_test_data): Likewise.
9768         (cosh_test_upward): Likewise.
9769         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
9770         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
9771         (ctan_test_data): Likewise.
9772         (ctan_test): Use ALL_RM_TEST.
9773         (ctan_tonearest_test_data): Remove.
9774         (ctan_test_tonearest): Likewise.
9775         (ctan_towardzero_test_data): Likewise.
9776         (ctan_test_towardzero): Likewise.
9777         (ctan_downward_test_data): Likewise.
9778         (ctan_test_downward): Likewise.
9779         (ctan_upward_test_data): Likewise.
9780         (ctan_test_upward): Likewise.
9781         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
9782         (ctanh_test): Use ALL_RM_TEST.
9783         (ctanh_tonearest_test_data): Remove.
9784         (ctanh_test_tonearest): Likewise.
9785         (ctanh_towardzero_test_data): Likewise.
9786         (ctanh_test_towardzero): Likewise.
9787         (ctanh_downward_test_data): Likewise.
9788         (ctanh_test_downward): Likewise.
9789         (ctanh_upward_test_data): Likewise.
9790         (ctanh_test_upward): Likewise.
9791         (erf_test_data): Update call to AUTO_TESTS_f_f.
9792         (erfc_test_data): Likewise.
9793         (exp_test_data): Likewise.
9794         (exp_test): Use ALL_RM_TEST.
9795         (exp_tonearest_test_data): Remove.
9796         (exp_test_tonearest): Likewise.
9797         (exp_towardzero_test_data): Likewise.
9798         (exp_test_towardzero): Likewise.
9799         (exp_downward_test_data): Likewise.
9800         (exp_test_downward): Likewise.
9801         (exp_upward_test_data): Likewise.
9802         (exp_test_upward): Likewise.
9803         (exp10_test_data): Update call to AUTO_TESTS_f_f.
9804         (exp10_test): Use ALL_RM_TEST.
9805         (exp10_tonearest_test_data): Remove.
9806         (exp10_test_tonearest): Likewise.
9807         (exp10_towardzero_test_data): Likewise.
9808         (exp10_test_towardzero): Likewise.
9809         (exp10_downward_test_data): Likewise.
9810         (exp10_test_downward): Likewise.
9811         (exp10_upward_test_data): Likewise.
9812         (exp10_test_upward): Likewise.
9813         (exp2_test_data): Update call to AUTO_TESTS_f_f.
9814         (expm1_test_data): Likewise.
9815         (expm1_test): Use ALL_RM_TEST.
9816         (expm1_tonearest_test_data): Remove.
9817         (expm1_test_tonearest): Likewise.
9818         (expm1_towardzero_test_data): Likewise.
9819         (expm1_test_towardzero): Likewise.
9820         (expm1_downward_test_data): Likewise.
9821         (expm1_test_downward): Likewise.
9822         (expm1_upward_test_data): Likewise.
9823         (expm1_test_upward): Likewise.
9824         (fma_test_data): Update call to AUTO_TESTS_fff_f.
9825         (fma_test): Use ALL_RM_TEST.
9826         (fma_towardzero_test_data): Remove.
9827         (fma_test_towardzero): Likewise.
9828         (fma_downward_test_data): Likewise.
9829         (fma_test_downward): Likewise.
9830         (fma_upward_test_data): Likewise.
9831         (fma_test_upward): Likewise.
9832         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
9833         (j0_test_data): Update call to AUTO_TESTS_f_f.
9834         (j1_test_data): Likewise.
9835         (jn_test_data): Update call to AUTO_TESTS_if_f.
9836         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
9837         (log_test_data): Update call to AUTO_TESTS_f_f.
9838         (log10_test_data): Likewise.
9839         (log1p_test_data): Likewise.
9840         (log2_test_data): Likewise.
9841         (pow_test_data): Update call to AUTO_TESTS_ff_f.
9842         (pow_tonearest_test_data): Likewise.
9843         (sin_test_data): Update call to AUTO_TESTS_f_f.
9844         (sin_test): Use ALL_RM_TEST.
9845         (sin_tonearest_test_data): Remove.
9846         (sin_test_tonearest): Likewise.
9847         (sin_towardzero_test_data): Likewise.
9848         (sin_test_towardzero): Likewise.
9849         (sin_downward_test_data): Likewise.
9850         (sin_test_downward): Likewise.
9851         (sin_upward_test_data): Likewise.
9852         (sin_test_upward): Likewise.
9853         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
9854         (sinh_test_data): Update call to AUTO_TESTS_f_f.
9855         (sinh_test): Use ALL_RM_TEST.
9856         (sinh_tonearest_test_data): Remove.
9857         (sinh_test_tonearest): Likewise.
9858         (sinh_towardzero_test_data): Likewise.
9859         (sinh_test_towardzero): Likewise.
9860         (sinh_downward_test_data): Likewise.
9861         (sinh_test_downward): Likewise.
9862         (sinh_upward_test_data): Likewise.
9863         (sinh_test_upward): Likewise.
9864         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
9865         (sqrt_test): Use ALL_RM_TEST.
9866         (sqrt_tonearest_test_data): Remove.
9867         (sqrt_test_tonearest): Likewise.
9868         (sqrt_towardzero_test_data): Likewise.
9869         (sqrt_test_towardzero): Likewise.
9870         (sqrt_downward_test_data): Likewise.
9871         (sqrt_test_downward): Likewise.
9872         (sqrt_upward_test_data): Likewise.
9873         (sqrt_test_upward): Likewise.
9874         (tan_test_data): Update call to AUTO_TESTS_f_f.
9875         (tan_test): Use ALL_RM_TEST.
9876         (tan_tonearest_test_data): Remove.
9877         (tan_test_tonearest): Likewise.
9878         (tan_towardzero_test_data): Likewise.
9879         (tan_test_towardzero): Likewise.
9880         (tan_downward_test_data): Likewise.
9881         (tan_test_downward): Likewise.
9882         (tan_upward_test_data): Likewise.
9883         (tan_test_upward): Likewise.
9884         (tanh_test_data): Update call to AUTO_TESTS_f_f.
9885         (tgamma_test_data): Likewise.
9886         (y0_test_data): Likewise.
9887         (y1_test_data): Likewise.
9888         (yn_test_data): Update call to AUTO_TESTS_if_f.
9889         (main): Do not call removed functions.
9890
9891 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
9892
9893         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
9894         (ldexp_test_data): Remove.
9895         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
9896         scalbn_test_data.
9897         (scalb_test): Use ALL_RM_TEST.
9898
9899 2014-03-19  Andreas Schwab  <schwab@suse.de>
9900
9901         * nscd/nscd.service: Also invalidate netgroup cache on reload.
9902
9903 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
9904
9905         [BZ #16649]
9906         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9907         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
9908         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
9909         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9910         (__ASSUME_PREADV): Undefine.
9911         (__ASSUME_PWRITEV): Likewise.
9912
9913 2014-03-18  Roland McGrath  <roland@hack.frob.com>
9914
9915         * bits/mman-linux.h: Add comment about non-Linux use.
9916         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
9917         bits/mman-linux.h resting place.
9918
9919         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
9920         * bits/mman-linux.h: ... here.
9921
9922 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9923
9924         * conform/conformtest.pl: Add standard definition when calling C
9925         preprocessor on data files.
9926         (checknamespace): Remove unused variable.
9927
9928 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
9929
9930         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
9931         minus_oflow, plus_uflow and minus_uflow in expected results.
9932         * math/libm-test.inc (scalbn_test_data): Add more tests of
9933         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
9934         minus_uflow.
9935         (scalbn_test): Use ALL_RM_TEST.
9936         (scalbln_test_data): Add more tests of negative arguments.  Use
9937         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
9938         (scalbln_test): Use ALL_RM_TEST.
9939
9940 2014-03-18  Roland McGrath  <roland@hack.frob.com>
9941
9942         * scripts/abilist.awk: Ignore symbols marked with .hidden.
9943
9944 2014-03-18  Will Newton  <will.newton@linaro.org>
9945
9946         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
9947         inaccurate comment.
9948
9949 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
9950
9951         * Makerules [!subdir] (check-abi): Exit with error status if a
9952         test failed.
9953
9954 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
9955
9956         * math/libm-test.inc (nearbyint_test_data): Include all tests used
9957         for rint.  Include results for all rounding modes.
9958         (nearbyint_test): Use ALL_RM_TEST.
9959         (rint_test_data): Include all tests used for nearbyint.
9960
9961 2014-03-17  Will Newton  <will.newton@linaro.org>
9962
9963         * nptl/sysdeps/pthread/pthread.h: Revert previous
9964         change.
9965
9966         * sysdeps/generic/ldsodefs.h: Revert previous
9967         change.
9968
9969         * libio/genops.c: Revert previous change.
9970         * libio/libioP.h: Likewise.
9971         * stdio-common/vfprintf.c: Likewise.
9972
9973         * sysdeps/generic/math_private.h: Revert previous
9974         change.
9975
9976         * sysdeps/generic/math_private.h: Check whether
9977         HAVE_RM_CTX is defined with #ifdef rather
9978         than #if.
9979
9980         * argp/argp-fmtstream.h: Check whether
9981         __STRICT_ANSI__ is defined with #ifdef rather
9982         than #if.
9983         * argp/argp.h: Likewise.
9984
9985         * libio/genops.c: Check whether
9986         _IO_JUMPS_OFFSET is defined with #ifdef rather
9987         than #if.
9988         * libio/libioP.h: Likewise.
9989         * stdio-common/vfprintf.c: Likewise.
9990
9991         * sysdeps/generic/ldsodefs.h: Check whether
9992         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
9993         than #if.
9994
9995         * nptl/sysdeps/pthread/pthread.h: Check
9996         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
9997         its value.
9998
9999 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
10000
10001         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
10002         setting O_APPEND.
10003         * libio/tst-ftell-active-handler.c (do_append_test): Add a
10004         test case.
10005
10006         [BZ #16680]
10007         * libio/fileops.c (_IO_file_open): Seek to end of file but
10008         don't cache the offset.
10009         (get_file_offset): Remove function.
10010         (do_ftell): Use cached offset when available.
10011         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
10012         don't cache the offset.
10013         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
10014         case.
10015         (do_one_test): Call it.
10016         (do_ftell_test): Fix up expected old offset for a+ mode.
10017         * libio/wfileops.c (do_ftell_wide): Used cached offset when
10018         available.
10019
10020         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
10021         up test status with function return status.
10022         (do_write_test): Likewise.
10023         (do_append_test): Likewise.
10024
10025         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
10026         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
10027         Remove.
10028
10029 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
10030
10031         * math/gen-libm-test.pl (parse_args): Handle results specified for
10032         each rounding mode separately.
10033         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
10034         tests and results from lrint_tonearest_test_data,
10035         lrint_towardzero_test_data, lrint_downward_test_data and
10036         lrint_upward_test_data.
10037         (lrint_test): Use ALL_RM_TEST.
10038         (lrint_tonearest_test_data): Remove.
10039         (lrint_test_tonearest): Likewise.
10040         (lrint_towardzero_test_data): Likewise.
10041         (lrint_test_towardzero): Likewise.
10042         (lrint_downward_test_data): Likewise.
10043         (lrint_test_downward): Likewise.
10044         (lrint_upward_test_data): Likewise.
10045         (lrint_test_upward): Likewise.
10046         (llrint_test_data): Merge in per-rounding-mode tests and results
10047         from llrint_tonearest_test_data, llrint_towardzero_test_data,
10048         llrint_downward_test_data and llrint_upward_test_data.
10049         (llrint_test): Use ALL_RM_TEST.
10050         (llrint_tonearest_test_data): Remove.
10051         (llrint_test_tonearest): Likewise.
10052         (llrint_towardzero_test_data): Likewise.
10053         (llrint_test_towardzero): Likewise.
10054         (llrint_downward_test_data): Likewise.
10055         (llrint_test_downward): Likewise.
10056         (llrint_upward_test_data): Likewise.
10057         (llrint_test_upward): Likewise.
10058         (rint_test_data): Merge in per-rounding-mode tests and results
10059         from rint_tonearest_test_data, rint_towardzero_test_data,
10060         rint_downward_test_data and rint_upward_test_data.  Add
10061         per-rounding-mode results for tests not in those arrays.
10062         (rint_test): Use ALL_RM_TEST.
10063         (rint_tonearest_test_data): Remove.
10064         (rint_test_tonearest): Likewise.
10065         (rint_towardzero_test_data): Likewise.
10066         (rint_test_towardzero): Likewise.
10067         (rint_downward_test_data): Likewise.
10068         (rint_test_downward): Likewise.
10069         (rint_upward_test_data): Likewise.
10070         (rint_test_upward): Likewise.
10071         (main): Don't call removed functions.
10072
10073 2014-03-14  Roland McGrath  <roland@hack.frob.com>
10074
10075         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
10076         "Compiled on ..." crapola.  It is anti-useful.
10077
10078 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
10079
10080         * scripts/evaluate-test.sh: Handle fourth argument to determine
10081         whether test run should stop on failure.
10082         * Makeconfig (stop-on-test-failure): New variable.
10083         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
10084         $(stop-on-test-failure).
10085         * Makefile (tests): Give a summary of results from testing and
10086         exit with failure status if they include an ERROR or FAIL.
10087         (xtests): Likewise.
10088         * manual/install.texi (Configuring and compiling): Mention
10089         stop-on-test-failure=y.
10090         * INSTALL: Regenerated.
10091
10092 2014-03-14  Roland McGrath  <roland@hack.frob.com>
10093
10094         * scripts/versionlist.awk: New file.
10095         * Makerules [$(build-shared) = yes]
10096         (postclean-generated): Add Versions.def, not Versions.def.v and
10097         Versions.def.v.i.
10098         ($(common-objpfx)Versions.def.v.i): Target removed.
10099         ($(common-objpfx)Versions.def): New target.
10100         ($(common-objpfx)Versions.all): Depend on that rather that
10101         $(common-objpfx)Versions.def.v.
10102         * Versions.def: File removed.
10103
10104         * Makeconfig (+gccwarn): Add -Wundef.
10105         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
10106         a dl-sysdep.h breaking its contract.
10107         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
10108         * include/stackinfo.h: New file.
10109         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
10110         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
10111         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
10112         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
10113         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
10114         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
10115         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
10116         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
10117         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
10118         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
10119         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
10120         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
10121         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
10122         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
10123         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
10124
10125 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10126
10127         [BZ #16707]
10128         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
10129         implementation.
10130         * math/libm-test.inc (round_test_data): Add more tests.
10131
10132         [BZ #16706]
10133         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
10134         implementation.
10135         * math/libm-test.inc (nearbyint_test_data): Add more tests.
10136
10137         [BZ #16701]
10138         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
10139         implementation.
10140         * math/libm-test.inc (ceil_test_data): Add more tests.
10141
10142         * math/libm-test.inc (trunc_test_data): Add more tests related to
10143         BZ#16414.
10144
10145 2014-03-14  Roland McGrath  <roland@hack.frob.com>
10146
10147         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
10148         with #if rather than #ifdef.
10149         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
10150
10151 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
10152
10153         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
10154         first.  Disable AVX-512 GCC support if assembler doesn't support
10155         it.
10156         * sysdeps/x86_64/configure: Regenerated.
10157
10158 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
10159
10160         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
10161         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
10162         (__old_pthread_attr_setstack): Likewise.
10163         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
10164         [!_STACK_GROWS_DOWN]: Likewise.
10165
10166 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
10167
10168         * config.make.in (have-bash2): Delete.
10169         * configure.ac (libc_cv_have_bash2): Delete.
10170         * configure: Regenerate.
10171         * elf/Makefile (common-ldd-rewrite): Rename to ...
10172         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
10173         (sh-ldd-rewrite): Delete.
10174         (bash-ldd-rewrite): Delete.
10175         (have-bash2): Delete checks.
10176         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
10177         ldd-rewrite.
10178
10179         * config.make.in (have-ksh): Delete.
10180         (KSH): Delete.
10181         * configure.ac (libc_cv_have_ksh): Delete.
10182         * configure: Regenerate.
10183
10184         * elf/Makefile: Delete $(have-ksh) check.
10185         ($(objpfx)sotruss): Change KSH to BASH.
10186         * elf/sotruss.ksh: Rename to ...
10187         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
10188         function style to match POSIX.  Drop ksh vim mode setting.
10189
10190         * manual/time.texi (Specifying the Time Zone with TZ): Change
10191         Tuesday to Thursday.
10192
10193         * debug/tst-longjmp_chk2.c: Update header comment.
10194         (stackoverflow_handler): Add comment.  Call assert on pass value.
10195
10196 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
10197
10198         [BZ #16194]
10199         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
10200         (HAVE_AVX512_ASM_SUPPORT): Likewise.
10201         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
10202         (La_x86_64_vector): Add zmm.
10203         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
10204         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
10205         ($(objpfx)tst-audit10): New target.
10206         ($(objpfx)tst-audit10.out): Likewise.
10207         (tst-audit10-ENV): New.
10208         (AVX512-CFLAGS): Likewise.
10209         (CFLAGS-tst-audit10.c): Likewise.
10210         (CFLAGS-tst-auditmod10a.c): Likewise.
10211         (CFLAGS-tst-auditmod10b.c): Likewise.
10212         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
10213         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
10214         * sysdeps/x86_64/configure: Regenerated.
10215         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
10216         AVX-512 zmm register support.
10217         (_dl_x86_64_save_sse): Likewise.
10218         (_dl_x86_64_restore_sse): Likewise.
10219         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
10220         size vector registers.
10221         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
10222         (ZMM_SIZE): Likewise.
10223         * sysdeps/x86_64/tst-audit10.c: New file.
10224         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
10225         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
10226
10227 2014-03-13  Roland McGrath  <roland@hack.frob.com>
10228
10229         * configure.ac (HAVE_EHDR_START): New check.
10230         * configure: Regenerated.
10231         * config.h.in (HAVE_EHDR_START): New #undef.
10232         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
10233         assuming the lowest-addressed segment maps the start of the file.
10234
10235 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
10236
10237         * INSTALL: Regenerated.
10238
10239 2014-03-13  Will Newton  <will.newton@linaro.org>
10240
10241         * manual/setjmp.texi (System V contexts): Improve
10242         clarity and grammar of documentation.
10243
10244 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
10245
10246         [BZ #16381]
10247         * elf/Makefile (tests): Add tst-pie2.
10248         (tests-pie): Add tst-pie2.
10249         * elf/tst-pie2.c: New file.
10250         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
10251         for ET_EXEC.
10252         * elf/rtld.c (map_doit): Load executable as lt_executable.
10253         (dl_main): Likewise.
10254
10255 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
10256
10257         [BZ #16642]
10258         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10259         (__ASSUME_PSELECT): Undefine.
10260
10261 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10262
10263         [BZ #16689]
10264         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
10265         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
10266         static build.
10267         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
10268         selector for static builds.
10269
10270 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
10271
10272         [BZ #16695]
10273         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
10274         key in the buffer.
10275
10276 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10277
10278         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
10279         IFUNC selector for static builds.
10280
10281 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
10282
10283         * sysdeps/mips/math_private.h [__mips_hard_float]
10284         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
10285         libc_feresetround_mips_ctx.
10286         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
10287         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
10288         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
10289
10290         [BZ #16677]
10291         * math/s_nextafter.c (__nextafter): Do not return value from
10292         overflowing computation.
10293         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
10294         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
10295         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
10296         Likewise.
10297         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
10298         Likewise.
10299         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
10300         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
10301
10302 2014-03-11  Roland McGrath  <roland@hack.frob.com>
10303
10304         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
10305         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
10306         Move sfi_sp use from the load-multiple (that no longer sets sp) to
10307         the new mov targetting sp.
10308
10309 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10310
10311         [BZ #16683]
10312         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
10313         Define it for static builds as well.
10314         (NO_BZERO_IMPL): Likewise.
10315
10316 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10317
10318         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
10319         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
10320         multiarch strspn for PPC64.
10321         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
10322         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
10323         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10324         (__libc_ifunc_impl_list): Likewise.
10325         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
10326         multiarch optimizations
10327         * string/strspn.c (strspn): Using macro to redefine symbol name.
10328
10329 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10330             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10331
10332         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
10333         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
10334         multiarch strncat for PPC64.
10335         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
10336         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
10337         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10338         (__libc_ifunc_impl_list): Likewise.
10339         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
10340         multiarch optimizations
10341
10342 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
10343
10344         [BZ #16639]
10345         * nscd/nscd.service: Make service type forking.
10346
10347 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10348
10349         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
10350         sign in non default rounding modes.
10351         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
10352
10353 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
10354
10355         * math/libm-test.inc (ALL_RM_TEST): New macro.
10356         (ceil_test): Use ALL_RM_TEST.
10357         (cimag_test): Likewise.
10358         (conj_test): Likewise.
10359         (copysign_test): Likewise.
10360         (cproj_test): Likewise.
10361         (creal_test): Likewise.
10362         (fabs_test): Likewise.
10363         (floor_test): Likewise.
10364         (fmax_test): Likewise.
10365         (fmin_test): Likewise.
10366         (fmod_test): Likewise.
10367         (fpclassify_test): Likewise.
10368         (frexp_test): Likewise.
10369         (ilogb_test): Likewise.
10370         (isfinite_test): Likewise.
10371         (finite_test): Likewise.
10372         (isgreater_test): Likewise.
10373         (isgreaterequal_test): Likewise.
10374         (isinf_test): Likewise.
10375         (isless_test): Likewise.
10376         (islessequal_test): Likewise.
10377         (islessgreater_test): Likewise.
10378         (isnan_test): Likewise.
10379         (isnormal_test): Likewise.
10380         (issignaling_test): Likewise.
10381         (isunordered_test): Likewise.
10382         (logb_test): Likewise.
10383         (logb_downward_test_data): Remove.
10384         (logb_test_downward): Likewise.
10385         (lround_test): Use ALL_RM_TEST.
10386         (llround_test): Likewise.
10387         (modf_test): Likewise.
10388         (nexttoward_test): Likewise.
10389         (remainder_test): Likewise.
10390         (drem_test): Likewise.
10391         (remainder_tonearest_test_data): Likewise.
10392         (remainder_test_tonearest): Likewise.
10393         (drem_test_tonearest): Likewise.
10394         (remainder_towardzero_test_data): Likewise.
10395         (remainder_test_towardzero): Likewise.
10396         (drem_test_towardzero): Likewise.
10397         (remainder_downward_test_data): Likewise.
10398         (remainder_test_downward): Likewise.
10399         (drem_test_downward): Likewise.
10400         (remainder_upward_test_data): Likewise.
10401         (remainder_test_upward): Likewise.
10402         (drem_test_upward): Likewise.
10403         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
10404         (round_test): Use ALL_RM_TEST.
10405         (signbit_test): Likewise.
10406         (trunc_test): Likewise.
10407         (significand_test): Likewise.
10408         (main): Don't call removed functions.
10409
10410 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
10411
10412         [BZ #16674]
10413         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
10414         || __USE_XOPEN2K8].
10415         (ILL_ILLOPN): Likewise.
10416         (ILL_ILLADR): Likewise.
10417         (ILL_ILLTRP): Likewise.
10418         (ILL_PRVOPC): Likewise.
10419         (ILL_PRVREG): Likewise.
10420         (ILL_COPROC): Likewise.
10421         (ILL_BADSTK): Likewise.
10422         (FPE_INTDIV): Likewise.
10423         (FPE_INTOVF): Likewise.
10424         (FPE_FLTDIV): Likewise.
10425         (FPE_FLTOVF): Likewise.
10426         (FPE_FLTUND): Likewise.
10427         (FPE_FLTRES): Likewise.
10428         (FPE_FLTINV): Likewise.
10429         (FPE_FLTSUB): Likewise.
10430         (SEGV_MAPERR): Likewise.
10431         (SEGV_ACCERR): Likewise.
10432         (BUS_ADRALN): Likewise.
10433         (BUS_ADRERR): Likewise.
10434         (BUS_OBJERR): Likewise.
10435         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10436         (TRAP_TRACE): Likewise.
10437         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10438         __USE_XOPEN2K8].
10439         (CLD_KILLED): Likewise.
10440         (CLD_DUMPED): Likewise.
10441         (CLD_TRAPPED): Likewise.
10442         (CLD_STOPPED): Likewise.
10443         (CLD_CONTINUED): Likewise.
10444         (POLL_IN): Likewise.
10445         (POLL_OUT): Likewise.
10446         (POLL_MSG): Likewise.
10447         (POLL_ERR): Likewise.
10448         (POLL_PRI): Likewise.
10449         (POLL_HUP): Likewise.
10450         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
10451         Likewise.
10452         (ILL_ILLOPN): Likewise.
10453         (ILL_ILLADR): Likewise.
10454         (ILL_ILLTRP): Likewise.
10455         (ILL_PRVOPC): Likewise.
10456         (ILL_PRVREG): Likewise.
10457         (ILL_COPROC): Likewise.
10458         (ILL_BADSTK): Likewise.
10459         (FPE_INTDIV): Likewise.
10460         (FPE_INTOVF): Likewise.
10461         (FPE_FLTDIV): Likewise.
10462         (FPE_FLTOVF): Likewise.
10463         (FPE_FLTUND): Likewise.
10464         (FPE_FLTRES): Likewise.
10465         (FPE_FLTINV): Likewise.
10466         (FPE_FLTSUB): Likewise.
10467         (SEGV_MAPERR): Likewise.
10468         (SEGV_ACCERR): Likewise.
10469         (BUS_ADRALN): Likewise.
10470         (BUS_ADRERR): Likewise.
10471         (BUS_OBJERR): Likewise.
10472         (BUS_MCEERR_AR): Likewise.
10473         (BUS_MCEERR_AO): Likewise.
10474         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10475         (TRAP_TRACE): Likewise.
10476         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10477         __USE_XOPEN2K8].
10478         (CLD_KILLED): Likewise.
10479         (CLD_DUMPED): Likewise.
10480         (CLD_TRAPPED): Likewise.
10481         (CLD_STOPPED): Likewise.
10482         (CLD_CONTINUED): Likewise.
10483         (POLL_IN): Likewise.
10484         (POLL_OUT): Likewise.
10485         (POLL_MSG): Likewise.
10486         (POLL_ERR): Likewise.
10487         (POLL_PRI): Likewise.
10488         (POLL_HUP): Likewise.
10489         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
10490         (ILL_ILLOPN): Likewise.
10491         (ILL_ILLADR): Likewise.
10492         (ILL_ILLTRP): Likewise.
10493         (ILL_PRVOPC): Likewise.
10494         (ILL_PRVREG): Likewise.
10495         (ILL_COPROC): Likewise.
10496         (ILL_BADSTK): Likewise.
10497         (FPE_INTDIV): Likewise.
10498         (FPE_INTOVF): Likewise.
10499         (FPE_FLTDIV): Likewise.
10500         (FPE_FLTOVF): Likewise.
10501         (FPE_FLTUND): Likewise.
10502         (FPE_FLTRES): Likewise.
10503         (FPE_FLTINV): Likewise.
10504         (FPE_FLTSUB): Likewise.
10505         (SEGV_MAPERR): Likewise.
10506         (SEGV_ACCERR): Likewise.
10507         (BUS_ADRALN): Likewise.
10508         (BUS_ADRERR): Likewise.
10509         (BUS_OBJERR): Likewise.
10510         (BUS_MCEERR_AR): Likewise.
10511         (BUS_MCEERR_AO): Likewise.
10512         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10513         (TRAP_TRACE): Likewise.
10514         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10515         __USE_XOPEN2K8].
10516         (CLD_KILLED): Likewise.
10517         (CLD_DUMPED): Likewise.
10518         (CLD_TRAPPED): Likewise.
10519         (CLD_STOPPED): Likewise.
10520         (CLD_CONTINUED): Likewise.
10521         (POLL_IN): Likewise.
10522         (POLL_OUT): Likewise.
10523         (POLL_MSG): Likewise.
10524         (POLL_ERR): Likewise.
10525         (POLL_PRI): Likewise.
10526         (POLL_HUP): Likewise.
10527         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
10528         Likewise.
10529         (ILL_ILLOPN): Likewise.
10530         (ILL_ILLADR): Likewise.
10531         (ILL_ILLTRP): Likewise.
10532         (ILL_PRVOPC): Likewise.
10533         (ILL_PRVREG): Likewise.
10534         (ILL_COPROC): Likewise.
10535         (ILL_BADSTK): Likewise.
10536         (ILL_BADIADDR): Likewise.
10537         (ILL_BREAK): Likewise.
10538         (FPE_INTDIV): Likewise.
10539         (FPE_INTOVF): Likewise.
10540         (FPE_FLTDIV): Likewise.
10541         (FPE_FLTOVF): Likewise.
10542         (FPE_FLTUND): Likewise.
10543         (FPE_FLTRES): Likewise.
10544         (FPE_FLTINV): Likewise.
10545         (FPE_FLTSUB): Likewise.
10546         (FPE_DECOVF): Likewise.
10547         (FPE_DECDIV): Likewise.
10548         (FPE_DECERR): Likewise.
10549         (FPE_INVASC): Likewise.
10550         (FPE_INVDEC): Likewise.
10551         (SEGV_MAPERR): Likewise.
10552         (SEGV_ACCERR): Likewise.
10553         (SEGV_PSTKOVF): Likewise.
10554         (BUS_ADRALN): Likewise.
10555         (BUS_ADRERR): Likewise.
10556         (BUS_OBJERR): Likewise.
10557         (BUS_MCEERR_AR): Likewise.
10558         (BUS_MCEERR_AO): Likewise.
10559         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10560         (TRAP_TRACE): Likewise.
10561         (TRAP_BRANCH): Likewise.
10562         (TRAP_HWBKPT): Likewise.
10563         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10564         __USE_XOPEN2K8].
10565         (CLD_KILLED): Likewise.
10566         (CLD_DUMPED): Likewise.
10567         (CLD_TRAPPED): Likewise.
10568         (CLD_STOPPED): Likewise.
10569         (CLD_CONTINUED): Likewise.
10570         (POLL_IN): Likewise.
10571         (POLL_OUT): Likewise.
10572         (POLL_MSG): Likewise.
10573         (POLL_ERR): Likewise.
10574         (POLL_PRI): Likewise.
10575         (POLL_HUP): Likewise.
10576         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
10577         (ILL_ILLOPN): Likewise.
10578         (ILL_ILLADR): Likewise.
10579         (ILL_ILLTRP): Likewise.
10580         (ILL_PRVOPC): Likewise.
10581         (ILL_PRVREG): Likewise.
10582         (ILL_COPROC): Likewise.
10583         (ILL_BADSTK): Likewise.
10584         (FPE_INTDIV): Likewise.
10585         (FPE_INTOVF): Likewise.
10586         (FPE_FLTDIV): Likewise.
10587         (FPE_FLTOVF): Likewise.
10588         (FPE_FLTUND): Likewise.
10589         (FPE_FLTRES): Likewise.
10590         (FPE_FLTINV): Likewise.
10591         (FPE_FLTSUB): Likewise.
10592         (SEGV_MAPERR): Likewise.
10593         (SEGV_ACCERR): Likewise.
10594         (BUS_ADRALN): Likewise.
10595         (BUS_ADRERR): Likewise.
10596         (BUS_OBJERR): Likewise.
10597         (BUS_MCEERR_AR): Likewise.
10598         (BUS_MCEERR_AO): Likewise.
10599         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10600         (TRAP_TRACE): Likewise.
10601         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10602         __USE_XOPEN2K8].
10603         (CLD_KILLED): Likewise.
10604         (CLD_DUMPED): Likewise.
10605         (CLD_TRAPPED): Likewise.
10606         (CLD_STOPPED): Likewise.
10607         (CLD_CONTINUED): Likewise.
10608         (POLL_IN): Likewise.
10609         (POLL_OUT): Likewise.
10610         (POLL_MSG): Likewise.
10611         (POLL_ERR): Likewise.
10612         (POLL_PRI): Likewise.
10613         (POLL_HUP): Likewise.
10614         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
10615         (ILL_ILLOPN): Likewise.
10616         (ILL_ILLADR): Likewise.
10617         (ILL_ILLTRP): Likewise.
10618         (ILL_PRVOPC): Likewise.
10619         (ILL_PRVREG): Likewise.
10620         (ILL_COPROC): Likewise.
10621         (ILL_BADSTK): Likewise.
10622         (FPE_INTDIV): Likewise.
10623         (FPE_INTOVF): Likewise.
10624         (FPE_FLTDIV): Likewise.
10625         (FPE_FLTOVF): Likewise.
10626         (FPE_FLTUND): Likewise.
10627         (FPE_FLTRES): Likewise.
10628         (FPE_FLTINV): Likewise.
10629         (FPE_FLTSUB): Likewise.
10630         (SEGV_MAPERR): Likewise.
10631         (SEGV_ACCERR): Likewise.
10632         (BUS_ADRALN): Likewise.
10633         (BUS_ADRERR): Likewise.
10634         (BUS_OBJERR): Likewise.
10635         (BUS_MCEERR_AR): Likewise.
10636         (BUS_MCEERR_AO): Likewise.
10637         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10638         (TRAP_TRACE): Likewise.
10639         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10640         __USE_XOPEN2K8].
10641         (CLD_KILLED): Likewise.
10642         (CLD_DUMPED): Likewise.
10643         (CLD_TRAPPED): Likewise.
10644         (CLD_STOPPED): Likewise.
10645         (CLD_CONTINUED): Likewise.
10646         (POLL_IN): Likewise.
10647         (POLL_OUT): Likewise.
10648         (POLL_MSG): Likewise.
10649         (POLL_ERR): Likewise.
10650         (POLL_PRI): Likewise.
10651         (POLL_HUP): Likewise.
10652         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
10653         (ILL_ILLOPN): Likewise.
10654         (ILL_ILLADR): Likewise.
10655         (ILL_ILLTRP): Likewise.
10656         (ILL_PRVOPC): Likewise.
10657         (ILL_PRVREG): Likewise.
10658         (ILL_COPROC): Likewise.
10659         (ILL_BADSTK): Likewise.
10660         (FPE_INTDIV): Likewise.
10661         (FPE_INTOVF): Likewise.
10662         (FPE_FLTDIV): Likewise.
10663         (FPE_FLTOVF): Likewise.
10664         (FPE_FLTUND): Likewise.
10665         (FPE_FLTRES): Likewise.
10666         (FPE_FLTINV): Likewise.
10667         (FPE_FLTSUB): Likewise.
10668         (SEGV_MAPERR): Likewise.
10669         (SEGV_ACCERR): Likewise.
10670         (BUS_ADRALN): Likewise.
10671         (BUS_ADRERR): Likewise.
10672         (BUS_OBJERR): Likewise.
10673         (BUS_MCEERR_AR): Likewise.
10674         (BUS_MCEERR_AO): Likewise.
10675         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10676         (TRAP_TRACE): Likewise.
10677         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10678         __USE_XOPEN2K8].
10679         (CLD_KILLED): Likewise.
10680         (CLD_DUMPED): Likewise.
10681         (CLD_TRAPPED): Likewise.
10682         (CLD_STOPPED): Likewise.
10683         (CLD_CONTINUED): Likewise.
10684         (POLL_IN): Likewise.
10685         (POLL_OUT): Likewise.
10686         (POLL_MSG): Likewise.
10687         (POLL_ERR): Likewise.
10688         (POLL_PRI): Likewise.
10689         (POLL_HUP): Likewise.
10690         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
10691         (ILL_ILLOPN): Likewise.
10692         (ILL_ILLADR): Likewise.
10693         (ILL_ILLTRP): Likewise.
10694         (ILL_PRVOPC): Likewise.
10695         (ILL_PRVREG): Likewise.
10696         (ILL_COPROC): Likewise.
10697         (ILL_BADSTK): Likewise.
10698         (ILL_DBLFLT): Likewise.
10699         (ILL_HARDWALL): Likewise.
10700         (FPE_INTDIV): Likewise.
10701         (FPE_INTOVF): Likewise.
10702         (FPE_FLTDIV): Likewise.
10703         (FPE_FLTOVF): Likewise.
10704         (FPE_FLTUND): Likewise.
10705         (FPE_FLTRES): Likewise.
10706         (FPE_FLTINV): Likewise.
10707         (FPE_FLTSUB): Likewise.
10708         (SEGV_MAPERR): Likewise.
10709         (SEGV_ACCERR): Likewise.
10710         (BUS_ADRALN): Likewise.
10711         (BUS_ADRERR): Likewise.
10712         (BUS_OBJERR): Likewise.
10713         (BUS_MCEERR_AR): Likewise.
10714         (BUS_MCEERR_AO): Likewise.
10715         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10716         (TRAP_TRACE): Likewise.
10717         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10718         __USE_XOPEN2K8].
10719         (CLD_KILLED): Likewise.
10720         (CLD_DUMPED): Likewise.
10721         (CLD_TRAPPED): Likewise.
10722         (CLD_STOPPED): Likewise.
10723         (CLD_CONTINUED): Likewise.
10724         (POLL_IN): Likewise.
10725         (POLL_OUT): Likewise.
10726         (POLL_MSG): Likewise.
10727         (POLL_ERR): Likewise.
10728         (POLL_PRI): Likewise.
10729         (POLL_HUP): Likewise.
10730         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
10731         (ILL_ILLOPN): Likewise.
10732         (ILL_ILLADR): Likewise.
10733         (ILL_ILLTRP): Likewise.
10734         (ILL_PRVOPC): Likewise.
10735         (ILL_PRVREG): Likewise.
10736         (ILL_COPROC): Likewise.
10737         (ILL_BADSTK): Likewise.
10738         (FPE_INTDIV): Likewise.
10739         (FPE_INTOVF): Likewise.
10740         (FPE_FLTDIV): Likewise.
10741         (FPE_FLTOVF): Likewise.
10742         (FPE_FLTUND): Likewise.
10743         (FPE_FLTRES): Likewise.
10744         (FPE_FLTINV): Likewise.
10745         (FPE_FLTSUB): Likewise.
10746         (SEGV_MAPERR): Likewise.
10747         (SEGV_ACCERR): Likewise.
10748         (BUS_ADRALN): Likewise.
10749         (BUS_ADRERR): Likewise.
10750         (BUS_OBJERR): Likewise.
10751         (BUS_MCEERR_AR): Likewise.
10752         (BUS_MCEERR_AO): Likewise.
10753         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10754         (TRAP_TRACE): Likewise.
10755         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10756         __USE_XOPEN2K8].
10757         (CLD_KILLED): Likewise.
10758         (CLD_DUMPED): Likewise.
10759         (CLD_TRAPPED): Likewise.
10760         (CLD_STOPPED): Likewise.
10761         (CLD_CONTINUED): Likewise.
10762         (POLL_IN): Likewise.
10763         (POLL_OUT): Likewise.
10764         (POLL_MSG): Likewise.
10765         (POLL_ERR): Likewise.
10766         (POLL_PRI): Likewise.
10767         (POLL_HUP): Likewise.
10768         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
10769         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
10770
10771         [BZ #16670]
10772         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
10773         before #include of <time.h>.
10774         [!__USE_XOPEN2K] (__need_timespec): Likewise.
10775         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
10776         (test-xfail-UNIX98/sched.h/conform): Likewise.
10777
10778 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10779
10780         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
10781         error absence of trapping exception support.
10782         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10783
10784 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
10785
10786         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
10787         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
10788         * timezone/Makefile (testdata): Move definition above include of
10789         Rules.
10790         (test-zones): New variable.
10791         (tests-special): Add zone files.
10792         (build-testdata): Use $(evaluate-test).
10793
10794         * elf/Makefile (tests-special): Rename tests to end with .out.
10795         ($(objpfx)noload-mem): Likewise.
10796         ($(objpfx)tst-leaks1-mem): Likewise.
10797         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
10798         * iconv/Makefile (xtests-special): Change test-iconvconfig to
10799         $(objpfx)test-iconvconfig.out.
10800         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
10801         set -e inside subshell and redirect output to file.
10802         * iconvdata/Makefile (generated): Rename tests to end with .out.
10803         Correct type.
10804         (tests-special): Rename tests to end with .out.
10805         ($(objpfx)mtrace-tst-loading): Likewise.
10806         * intl/Makefile (generated): Likewise.
10807         (tests-special): Likewise.
10808         ($(objpfx)mtrace-tst-gettext): Likewise.
10809         * misc/Makefile (generated): Likewise.
10810         (tests-special): Likewise.
10811         ($(objpfx)tst-error1-mem): Likewise.
10812         * nptl/Makefile (tests-special): Likewise.
10813         ($(objpfx)tst-stack3-mem): Likewise.
10814         (generated): Likewise.
10815         * posix/Makefile (generated): Likewise.
10816         (tests-special): Likewise.
10817         (xtests-special): Likewise.
10818         ($(objpfx)tst-fnmatch-mem): Likewise.
10819         ($(objpfx)bug-regex2-mem): Likewise.
10820         ($(objpfx)bug-regex14-mem): Likewise.
10821         ($(objpfx)bug-regex21-mem): Likewise.
10822         ($(objpfx)bug-regex31-mem): Likewise.
10823         ($(objpfx)tst-vfork3-mem): Likewise.
10824         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
10825         ($(objpfx)tst-pcre-mem): Likewise.
10826         ($(objpfx)tst-boost-mem): Likewise.
10827         ($(objpfx)bug-ga2-mem): Likewise.
10828         ($(objpfx)bug-glob2-mem): Likewise.
10829         * resolv/Makefile (generate): Likewise.
10830         (tests-special): Likewise.
10831         (xtests-special): Likewise.
10832         (generated): Likewise.
10833         ($(objpfx)mtrace-tst-leaks): Likewise.
10834         ($(objpfx)mtrace-tst-leaks2): Likewise.
10835
10836         * scripts/merge-test-results.sh: New file.
10837         * Makefile (tests-special-notdir): New variable.
10838         (tests): Run merge-test-results.sh.
10839         (xtests): Likewise.
10840         * Rules (tests-special-notdir): New variable.
10841         (xtests-special-notdir): Likewise.
10842         (tests): Run merge-test-results.sh
10843         (xtests): Likewise.
10844
10845         * Makeconfig (test-xfail-name): New variable.
10846         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
10847         compute variable name for expected failures.
10848         * conform/Makefile (conformtest-headers-data): New variable.
10849         (conformtest-standards): Likewise.
10850         (conformtest-headers-ISO): Likewise.
10851         (conformtest-headers-ISO99): Likewise.
10852         (conformtest-headers-ISO11): Likewise.
10853         (conformtest-headers-POSIX): Likewise.
10854         (conformtest-headers-XPG3): Likewise.
10855         (conformtest-headers-XPG4): Likewise.
10856         (conformtest-headers-UNIX98): Likewise.
10857         (conformtest-headers-XOPEN2K): Likewise.
10858         (conformtest-headers-POSIX2008): Likewise.
10859         (conformtest-headers-XOPEN2K8): Likewise.
10860         (conformtest-header-list-base): Likewise.
10861         (conformtest-header-list-tests): Likewise.
10862         (conformtest-header-base): Likewise.
10863         (conformtest-header-tests): Likewise.
10864         (tests-special): Add $(conformtest-header-list-tests).  If
10865         [$(fast-check) && !$(cross-compiling)], add
10866         $(conformtest-header-tests) instead of
10867         $(objpfx)run-conformtest.out.
10868         (generated): Add $(conformtest-header-list-base).  If
10869         [$(fast-check) && !$(cross-compiling)], add
10870         $(conformtest-header-base).  Remove previous setting.
10871         ($(conformtest-header-list-tests)): New target.
10872         (test-xfail-run-conformtest): Remove variable.
10873         ($(objpfx)run-conformtest.out): Remove target.
10874         (test-xfail-ISO11/complex.h/conform): New variable.
10875         (test-xfail-ISO11/stdalign.h/conform): Likewise.
10876         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
10877         (test-xfail-XPG3/varargs.h/conform): Likewise.
10878         (test-xfail-XPG4/varargs.h/conform): Likewise.
10879         (test-xfail-UNIX98/varargs.h/conform): Likewise.
10880         (test-xfail-XPG4/ndbm.h/conform): Likewise.
10881         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
10882         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
10883         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
10884         (test-xfail-XPG3/fcntl.h/conform): Likewise.
10885         (test-xfail-XPG3/ftw.h/conform): Likewise.
10886         (test-xfail-XPG3/grp.h/conform): Likewise.
10887         (test-xfail-XPG3/langinfo.h/conform): Likewise.
10888         (test-xfail-XPG3/limits.h/conform): Likewise.
10889         (test-xfail-XPG3/pwd.h/conform): Likewise.
10890         (test-xfail-XPG3/search.h/conform): Likewise.
10891         (test-xfail-XPG3/signal.h/conform): Likewise.
10892         (test-xfail-XPG3/stdio.h/conform): Likewise.
10893         (test-xfail-XPG3/stdlib.h/conform): Likewise.
10894         (test-xfail-XPG3/string.h/conform): Likewise.
10895         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
10896         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
10897         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
10898         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
10899         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
10900         (test-xfail-XPG3/sys/types.h/conform): Likewise.
10901         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
10902         (test-xfail-XPG3/termios.h/conform): Likewise.
10903         (test-xfail-XPG3/time.h/conform): Likewise.
10904         (test-xfail-XPG3/unistd.h/conform): Likewise.
10905         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
10906         (test-xfail-XPG4/fcntl.h/conform): Likewise.
10907         (test-xfail-XPG4/langinfo.h/conform): Likewise.
10908         (test-xfail-XPG4/netdb.h/conform): Likewise.
10909         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
10910         (test-xfail-XPG4/signal.h/conform): Likewise.
10911         (test-xfail-XPG4/stdio.h/conform): Likewise.
10912         (test-xfail-XPG4/stdlib.h/conform): Likewise.
10913         (test-xfail-XPG4/stropts.h/conform): Likewise.
10914         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
10915         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
10916         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
10917         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
10918         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
10919         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
10920         (test-xfail-XPG4/sys/time.h/conform): Likewise.
10921         (test-xfail-XPG4/sys/types.h/conform): Likewise.
10922         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
10923         (test-xfail-XPG4/termios.h/conform): Likewise.
10924         (test-xfail-XPG4/ucontext.h/conform): Likewise.
10925         (test-xfail-XPG4/unistd.h/conform): Likewise.
10926         (test-xfail-XPG4/utmpx.h/conform): Likewise.
10927         (test-xfail-POSIX/sched.h/conform): Likewise.
10928         (test-xfail-POSIX/signal.h/conform): Likewise.
10929         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
10930         (test-xfail-POSIX/tar.h/conform): Likewise.
10931         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
10932         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
10933         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
10934         (test-xfail-UNIX98/netdb.h/conform): Likewise.
10935         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
10936         (test-xfail-UNIX98/sched.h/conform): Likewise.
10937         (test-xfail-UNIX98/signal.h/conform): Likewise.
10938         (test-xfail-UNIX98/stdio.h/conform): Likewise.
10939         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
10940         (test-xfail-UNIX98/stropts.h/conform): Likewise.
10941         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
10942         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
10943         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
10944         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
10945         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
10946         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
10947         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
10948         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
10949         (test-xfail-UNIX98/unistd.h/conform): Likewise.
10950         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
10951         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
10952         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
10953         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
10954         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
10955         (test-xfail-XOPEN2K/math.h/conform): Likewise.
10956         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
10957         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
10958         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
10959         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
10960         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
10961         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
10962         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
10963         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
10964         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
10965         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
10966         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
10967         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
10968         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
10969         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
10970         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
10971         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
10972         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
10973         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
10974         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
10975         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
10976         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
10977         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
10978         (test-xfail-POSIX2008/signal.h/conform): Likewise.
10979         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
10980         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
10981         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
10982         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
10983         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
10984         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
10985         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
10986         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
10987         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
10988         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
10989         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
10990         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
10991         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
10992         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
10993         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
10994         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
10995         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
10996         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
10997         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
10998         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
10999         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
11000         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
11001         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
11002         (conformtest-cc-flags): Likewise.
11003         ($(conformtest-header-tests): New target.
11004         * conform/check-header-lists.sh: New file.
11005         * conform/run-conformtest.sh: Remove.
11006
11007         * conform/conformtest.pl: Allow ' and \ in values given for
11008         constants.
11009         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
11010         inclusion.
11011         [POSIX] (sys/types.h): Likewise.
11012         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
11013         inclusion.
11014         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
11015         inclusion.
11016         * conform/data/signal.h-data (SIGIO): Remove expectation.
11017         [XPG3] (SIGBUS): Do not expect.
11018         [POSIX || XPG3] (SIGPOLL): Likewise.
11019         [POSIX || XPG3] (SIGPROF): Likewise.
11020         [POSIX || XPG3] (SIGSYS): Likewise.
11021         [XPG3] (SIGTRAP): Likewise.
11022         [POSIX || XPG3] (SIGURG): Likewise.
11023         [POSIX || XPG3] (SIGVTALRM): Likewise.
11024         [POSIX || XPG3] (SIGXCPU): Likewise.
11025         [POSIX || XPG3] (SIGXFSZ): Likewise.
11026         [POSIX] (SA_SIGINFO): Expect.
11027         [XPG3] (siginfo_t): Do not expect type or contents.
11028         [POSIX] (si_pid): Do not expect element.
11029         [POSIX] (si_uid): Likewise.
11030         [POSIX] (si_addr): Likewise.
11031         [POSIX] (si_status): Likewise.
11032         [POSIX] (si_band): Likewise.
11033         [XPG4] (si_value): Likewise.
11034         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
11035         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
11036         [POSIX || XPG3] (ILL_ILLADR): Likewise.
11037         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
11038         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
11039         [POSIX || XPG3] (ILL_PRVREG): Likewise.
11040         [POSIX || XPG3] (ILL_COPROC): Likewise.
11041         [POSIX || XPG3] (ILL_BADSTK): Likewise.
11042         [POSIX || XPG3] (FPE_INTDIV): Likewise.
11043         [POSIX || XPG3] (FPE_INTOVF): Likewise.
11044         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
11045         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
11046         [POSIX || XPG3] (FPE_FLTUND): Likewise.
11047         [POSIX || XPG3] (FPE_FLTRES): Likewise.
11048         [POSIX || XPG3] (FPE_FLTINV): Likewise.
11049         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
11050         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
11051         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
11052         [POSIX || XPG3] (BUS_ADRALN): Likewise.
11053         [POSIX || XPG3] (BUS_ADRERR): Likewise.
11054         [POSIX || XPG3] (BUS_OBJERR): Likewise.
11055         [POSIX || XPG3] (CLD_EXITED): Likewise.
11056         [POSIX || XPG3] (CLD_KILLED): Likewise.
11057         [POSIX || XPG3] (CLD_DUMPED): Likewise.
11058         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
11059         [POSIX || XPG3] (CLD_STOPPED): Likewise.
11060         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
11061         [POSIX || XPG3] (POLL_IN): Likewise.
11062         [POSIX || XPG3] (POLL_OUT): Likewise.
11063         [POSIX || XPG3] (POLL_MSG): Likewise.
11064         [POSIX || XPG3] (POLL_ERR): Likewise.
11065         [POSIX || XPG3] (POLL_PRI): Likewise.
11066         [POSIX || XPG3] (POLL_HUP): Likewise.
11067         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
11068         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
11069         (SIG*): Do not allow.
11070         [XPG3] (si_*): Likewise.
11071         [XPG3] (SI_*): Likewise.
11072         [XPG3 || XPG4] (sigev_*): Likewise.
11073         [XPG3 || XPG4] (SIGEV_*): Likewise.
11074         [XPG3 || XPG4] (sival_*): Likewise.
11075         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
11076         [POSIX || XPG3] (BUS_*): Likewise.
11077         [POSIX || XPG3] (CLD_*): Likewise.
11078         [POSIX || XPG3] (FPE_*): Likewise.
11079         [POSIX || XPG3] (ILL_*): Likewise.
11080         [POSIX || XPG3] (POLL_*): Likewise.
11081         [POSIX || XPG3] (SEGV_*): Likewise.
11082         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
11083         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
11084         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
11085         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
11086         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
11087         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
11088         Specify type and value.
11089         (TVERSLEN): Likewise.
11090         (REGTYPE): Likewise.
11091         (AREGTYPE): Likewise.
11092         (LNKTYPE): Likewise.
11093         (SYMTYPE): Likewise.
11094         (CHRTYPE): Likewise.
11095         (BLKTYPE): Likewise.
11096         (DIRTYPE): Likewise.
11097         (FIFOTYPE): Likewise.
11098         (CONTTYPE): Likewise.
11099         (TSUID): Likewise.
11100         (TSGID): Likewise.
11101         (TSVTX): Likewise.
11102         (TUREAD): Likewise.
11103         (TUWRITE): Likewise.
11104         (TUEXEC): Likewise.
11105         (TGREAD): Likewise.
11106         (TGWRITE): Likewise.
11107         (TGEXEC): Likewise.
11108         (TOREAD): Likewise.
11109         (TOWRITE): Likewise.
11110         (TOEXEC): Likewise.
11111         [POSIX] (TSVTX): Expect constant.
11112
11113 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
11114
11115         * Makefile (tests): Change dependencies to ....
11116         (tests-special): ... additions to this variable.
11117         (tests): Depend on $(tests-special).
11118         * Makerules (check-abi-list): New variable.
11119         (check-abi): Depend on $(check-abi-list).
11120         [$(subdir) = elf] (tests-special): Add
11121         $(objpfx)check-abi-libc.out.
11122         [$(build-shared) = yes && subdir] (tests-special): Add
11123         $(check-abi-list).
11124         [$(build-shared) = yes && subdir] (tests): Do not depend on
11125         check-abi.
11126         * Rules (tests): Depend on $(tests-special).
11127         (xtests): Depend on $(xtests-special).
11128         * catgets/Makefile (tests): Change dependencies to ....
11129         (tests-special): ... additions to this variable.
11130         * conform/Makefile (tests): Change dependencies to ....
11131         (tests-special): ... additions to this variable.
11132         * elf/Makefile (tests): Change dependencies to ....
11133         (tests-special): ... additions to this variable.
11134         * grp/Makefile (tests): Change dependencies to ....
11135         (tests-special): ... additions to this variable.
11136         * iconv/Makefile (xtests): Change dependencies to ....
11137         (xtests-special): ... additions to this variable.
11138         * iconvdata/Makefile (tests): Change dependencies to ....
11139         (tests-special): ... additions to this variable.
11140         * intl/Makefile (tests): Change dependencies to ....
11141         (tests-special): ... additions to this variable.  Also add
11142         $(objpfx)tst-gettext.out.
11143         * io/Makefile (tests): Change dependencies to ....
11144         (tests-special): ... additions to this variable.
11145         * libio/Makefile (tests): Change dependencies to ....
11146         (tests-special): ... additions to this variable.
11147         * malloc/Makefile (tests): Change dependencies to ....
11148         (tests-special): ... additions to this variable.
11149         * misc/Makefile (tests): Change dependencies to ....
11150         (tests-special): ... additions to this variable.
11151         * nptl/Makefile (tests): Change dependencies to ....
11152         (tests-special): ... additions to this variable.
11153         * nptl_db/Makefile (tests): Change dependencies to ....
11154         (tests-special): ... additions to this variable.
11155         * posix/Makefile (tests): Change dependencies to ....
11156         (tests-special): ... additions to this variable.
11157         (xtests): Change dependencies to ....
11158         (xtests-special): ... additions to this variable.
11159         * resolv/Makefile (tests): Change dependencies to ....
11160         (tests-special): ... additions to this variable.
11161         (xtests): Change dependencies to ....
11162         (xtests-special): ... additions to this variable.
11163         * stdio-common/Makefile (tests): Change dependencies to ....
11164         (tests-special): ... additions to this variable.
11165         (do-tst-unbputc): Remove target.
11166         (do-tst-printf): Likewise.
11167         * stdlib/Makefile (tests): Change dependencies to ....
11168         (tests-special): ... additions to this variable.
11169         * string/Makefile (tests): Change dependencies to ....
11170         (tests-special): ... additions to this variable.
11171         * sysdeps/x86/Makefile (tests): Change dependencies to ....
11172         (tests-special): ... additions to this variable.
11173
11174         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
11175         whole file.
11176         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
11177         whole file.
11178         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
11179         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
11180
11181         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
11182         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
11183         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
11184         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
11185         * conform/data/libgen.h-data [XPG3]: Likewise.
11186         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
11187         * conform/data/ndbm.h-data [XPG3]: Likewise.
11188         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
11189         * conform/data/netdb.h-data [XPG3]: Likewise.
11190         * conform/data/netinet/in.h-data [XPG3]: Likewise.
11191         * conform/data/poll.h-data [XPG3]: Likewise.
11192         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
11193         * conform/data/strings.h-data [XPG3]: Likewise.
11194         * conform/data/stropts.h-data [XPG3]: Likewise.
11195         * conform/data/sys/mman.h-data [XPG3]: Likewise.
11196         * conform/data/sys/resource.h-data [XPG3]: Likewise.
11197         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
11198         Likewise.
11199         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
11200         * conform/data/sys/time.h-data [XPG3]: Likewise.
11201         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
11202         * conform/data/sys/uio.h-data [XPG3]: Likewise.
11203         * conform/data/sys/un.h-data [XPG3]: Likewise.
11204         * conform/data/syslog.h-data [XPG3]: Likewise.
11205         * conform/data/ucontext.h-data [XPG3]: Likewise.
11206         * conform/data/utmpx.h-data [XPG3]: Likewise.
11207         * conform/data/varargs.h-data [UNIX98]: Enable file.
11208
11209         * manual/Makefile (INSTALL_INFO): Remove variable setting.
11210
11211         * math/libm-test.inc (struct test_f_f_data): Move expected results
11212         into structure for each rounding mode.
11213         (struct test_ff_f_data): Likewise.
11214         (struct test_ff_f_data_nexttoward): Likewise.
11215         (struct test_fi_f_data): Likewise.
11216         (struct test_fl_f_data): Likewise.
11217         (struct test_if_f_data): Likewise.
11218         (struct test_fff_f_data): Likewise.
11219         (struct test_c_f_data): Likewise.
11220         (struct test_f_f1_data): Likewise.
11221         (struct test_fF_f1_data): Likewise.
11222         (struct test_ffI_f1_data): Likewise.
11223         (struct test_c_c_data): Likewise.
11224         (struct test_cc_c_data): Likewise.
11225         (struct test_f_i_data): Likewise.
11226         (struct test_ff_i_data): Likewise.
11227         (struct test_f_l_data): Likewise.
11228         (struct test_f_L_data): Likewise.
11229         (struct test_fFF_11_data): Likewise.
11230         (RM_): New macro.
11231         (RM_FE_DOWNWARD): Likewise.
11232         (RM_FE_TONEAREST): Likewise.
11233         (RM_FE_TOWARDZERO): Likewise.
11234         (RM_FE_UPWARD): Likewise.
11235         (RUN_TEST_LOOP_f_f): Update references to expected results.
11236         (RUN_TEST_LOOP_2_f): Likewise.
11237         (RUN_TEST_LOOP_fff_f): Likewise.
11238         (RUN_TEST_LOOP_c_f): Likewise.
11239         (RUN_TEST_LOOP_f_f1): Likewise.
11240         (RUN_TEST_LOOP_fF_f1): Likewise.
11241         (RUN_TEST_LOOP_fI_f1): Likewise.
11242         (RUN_TEST_LOOP_ffI_f1): Likewise.
11243         (RUN_TEST_LOOP_c_c): Likewise.
11244         (RUN_TEST_LOOP_cc_c): Likewise.
11245         (RUN_TEST_LOOP_f_i): Likewise.
11246         (RUN_TEST_LOOP_f_i_tg): Likewise.
11247         (RUN_TEST_LOOP_ff_i_tg): Likewise.
11248         (RUN_TEST_LOOP_f_b): Likewise.
11249         (RUN_TEST_LOOP_f_b_tg): Likewise.
11250         (RUN_TEST_LOOP_f_l): Likewise.
11251         (RUN_TEST_LOOP_f_L): Likewise.
11252         (RUN_TEST_LOOP_fFF_11): Likewise.
11253         * math/gen-libm-test.pl (parse_args): Output four copies of
11254         expected results for each test.
11255
11256         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11257         (__ASSUME_UTIMES): Remove.
11258         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11259         (__ASSUME_UTIMES): Likewise.
11260
11261         * math/gen-auto-libm-tests.c: Update comment on output format.
11262         (output_for_one_input_case): Generate before-rounding and
11263         after-rounding information as conditions on output flags not
11264         floating-point format.
11265         * math/auto-libm-test-out: Regenerated.
11266         * math/gen-libm-test.pl (cond_value): New function.
11267         (or_cond_value): Use cond_value.
11268         (generate_testfile): Handle conditional exceptions.
11269
11270 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
11271
11272         * math/libm-test.inc (max_valid_error): New variable.
11273         (init_max_error): Take new argument specifying whether function
11274         results are exactly determined.  Set max_valid_error and bound
11275         other variables for errors based on this argument.
11276         (set_max_error): Do not record results above max_valid_error.
11277         (check_float_internal): Only accept errors of up to 0.5ulps if
11278         also at most max_valid_error.
11279         (START): Take new argument EXACT and pass it to init_max_error.
11280         (acos_test): Update call to START.
11281         (acos_test_tonearest): Likewise.
11282         (acos_test_towardzero): Likewise.
11283         (acos_test_downward): Likewise.
11284         (acos_test_upward): Likewise.
11285         (acosh_test): Likewise.
11286         (asin_test): Likewise.
11287         (asin_test_tonearest): Likewise.
11288         (asin_test_towardzero): Likewise.
11289         (asin_test_downward): Likewise.
11290         (asin_test_upward): Likewise.
11291         (asinh_test): Likewise.
11292         (atan_test): Likewise.
11293         (atanh_test): Likewise.
11294         (atan2_test): Likewise.
11295         (cabs_test): Likewise.
11296         (cacos_test): Likewise.
11297         (cacosh_test): Likewise.
11298         (carg_test): Likewise.
11299         (casin_test): Likewise.
11300         (casinh_test): Likewise.
11301         (catan_test): Likewise.
11302         (catanh_test): Likewise.
11303         (cbrt_test): Likewise.
11304         (ccos_test): Likewise.
11305         (ccosh_test): Likewise.
11306         (ceil_test): Likewise.
11307         (cexp_test): Likewise.
11308         (cimag_test): Likewise.
11309         (clog_test): Likewise.
11310         (clog10_test): Likewise.
11311         (conj_test): Likewise.
11312         (copysign_test): Likewise.
11313         (cos_test): Likewise.
11314         (cos_test_tonearest): Likewise.
11315         (cos_test_towardzero): Likewise.
11316         (cos_test_downward): Likewise.
11317         (cos_test_upward): Likewise.
11318         (cosh_test): Likewise.
11319         (cosh_test_tonearest): Likewise.
11320         (cosh_test_towardzero): Likewise.
11321         (cosh_test_downward): Likewise.
11322         (cosh_test_upward): Likewise.
11323         (cpow_test): Likewise.
11324         (cproj_test): Likewise.
11325         (creal_test): Likewise.
11326         (csin_test): Likewise.
11327         (csinh_test): Likewise.
11328         (csqrt_test): Likewise.
11329         (ctan_test): Likewise.
11330         (ctan_test_tonearest): Likewise.
11331         (ctan_test_towardzero): Likewise.
11332         (ctan_test_downward): Likewise.
11333         (ctan_test_upward): Likewise.
11334         (ctanh_test): Likewise.
11335         (ctanh_test_tonearest): Likewise.
11336         (ctanh_test_towardzero): Likewise.
11337         (ctanh_test_downward): Likewise.
11338         (ctanh_test_upward): Likewise.
11339         (erf_test): Likewise.
11340         (erfc_test): Likewise.
11341         (exp_test): Likewise.
11342         (exp_test_tonearest): Likewise.
11343         (exp_test_towardzero): Likewise.
11344         (exp_test_downward): Likewise.
11345         (exp_test_upward): Likewise.
11346         (exp10_test): Likewise.
11347         (exp10_test_tonearest): Likewise.
11348         (exp10_test_towardzero): Likewise.
11349         (exp10_test_downward): Likewise.
11350         (exp10_test_upward): Likewise.
11351         (pow10_test): Likewise.
11352         (exp2_test): Likewise.
11353         (expm1_test): Likewise.
11354         (expm1_test_tonearest): Likewise.
11355         (expm1_test_towardzero): Likewise.
11356         (expm1_test_downward): Likewise.
11357         (expm1_test_upward): Likewise.
11358         (fabs_test): Likewise.
11359         (fdim_test): Likewise.
11360         (floor_test): Likewise.
11361         (fma_test): Likewise.
11362         (fma_test_towardzero): Likewise.
11363         (fma_test_downward): Likewise.
11364         (fma_test_upward): Likewise.
11365         (fmax_test): Likewise.
11366         (fmin_test): Likewise.
11367         (fmod_test): Likewise.
11368         (fpclassify_test): Likewise.
11369         (frexp_test): Likewise.
11370         (hypot_test): Likewise.
11371         (ilogb_test): Likewise.
11372         (isfinite_test): Likewise.
11373         (finite_test): Likewise.
11374         (isgreater_test): Likewise.
11375         (isgreaterequal_test): Likewise.
11376         (isinf_test): Likewise.
11377         (isless_test): Likewise.
11378         (islessequal_test): Likewise.
11379         (islessgreater_test): Likewise.
11380         (isnan_test): Likewise.
11381         (isnormal_test): Likewise.
11382         (issignaling_test): Likewise.
11383         (isunordered_test): Likewise.
11384         (j0_test): Likewise.
11385         (j1_test): Likewise.
11386         (jn_test): Likewise.
11387         (ldexp_test): Likewise.
11388         (lgamma_test): Likewise.
11389         (gamma_test): Likewise.
11390         (lrint_test): Likewise.
11391         (lrint_test_tonearest): Likewise.
11392         (lrint_test_towardzero): Likewise.
11393         (lrint_test_downward): Likewise.
11394         (lrint_test_upward): Likewise.
11395         (llrint_test): Likewise.
11396         (llrint_test_tonearest): Likewise.
11397         (llrint_test_towardzero): Likewise.
11398         (llrint_test_downward): Likewise.
11399         (llrint_test_upward): Likewise.
11400         (log_test): Likewise.
11401         (log10_test): Likewise.
11402         (log1p_test): Likewise.
11403         (log2_test): Likewise.
11404         (logb_test): Likewise.
11405         (logb_test_downward): Likewise.
11406         (lround_test): Likewise.
11407         (llround_test): Likewise.
11408         (modf_test): Likewise.
11409         (nearbyint_test): Likewise.
11410         (nextafter_test): Likewise.
11411         (nexttoward_test): Likewise.
11412         (pow_test): Likewise.
11413         (pow_test_tonearest): Likewise.
11414         (pow_test_towardzero): Likewise.
11415         (pow_test_downward): Likewise.
11416         (pow_test_upward): Likewise.
11417         (remainder_test): Likewise.
11418         (drem_test): Likewise.
11419         (remainder_test_tonearest): Likewise.
11420         (drem_test_tonearest): Likewise.
11421         (remainder_test_towardzero): Likewise.
11422         (drem_test_towardzero): Likewise.
11423         (remainder_test_downward): Likewise.
11424         (drem_test_downward): Likewise.
11425         (remainder_test_upward): Likewise.
11426         (drem_test_upward): Likewise.
11427         (remquo_test): Likewise.
11428         (rint_test): Likewise.
11429         (rint_test_tonearest): Likewise.
11430         (rint_test_towardzero): Likewise.
11431         (rint_test_downward): Likewise.
11432         (rint_test_upward): Likewise.
11433         (round_test): Likewise.
11434         (scalb_test): Likewise.
11435         (scalbn_test): Likewise.
11436         (scalbln_test): Likewise.
11437         (signbit_test): Likewise.
11438         (sin_test): Likewise.
11439         (sin_test_tonearest): Likewise.
11440         (sin_test_towardzero): Likewise.
11441         (sin_test_downward): Likewise.
11442         (sin_test_upward): Likewise.
11443         (sincos_test): Likewise.
11444         (sinh_test): Likewise.
11445         (sinh_test_tonearest): Likewise.
11446         (sinh_test_towardzero): Likewise.
11447         (sinh_test_downward): Likewise.
11448         (sinh_test_upward): Likewise.
11449         (sqrt_test): Likewise.
11450         (sqrt_test_tonearest): Likewise.
11451         (sqrt_test_towardzero): Likewise.
11452         (sqrt_test_downward): Likewise.
11453         (sqrt_test_upward): Likewise.
11454         (tan_test): Likewise.
11455         (tan_test_tonearest): Likewise.
11456         (tan_test_towardzero): Likewise.
11457         (tan_test_downward): Likewise.
11458         (tan_test_upward): Likewise.
11459         (tanh_test): Likewise.
11460         (tgamma_test): Likewise.
11461         (trunc_test): Likewise.
11462         (y0_test): Likewise.
11463         (y1_test): Likewise.
11464         (yn_test): Likewise.
11465         (significand_test): Likewise.
11466
11467         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
11468         individual tests in comment.
11469         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
11470         (prev_max_error): New variable.
11471         (prev_real_max_error): Likewise.
11472         (prev_imag_max_error): Likewise.
11473         (compare_ulp_data): Don't refer to test names in comment.
11474         (find_test_ulps): Remove function.
11475         (find_function_ulps): Likewise.
11476         (find_complex_function_ulps): Likewise.
11477         (init_max_error): Take function name as argument.  Look up ulps
11478         for that function.
11479         (print_ulps): Remove function.
11480         (print_max_error): Use prev_max_error instead of calling
11481         find_function_ulps.
11482         (print_complex_max_error): Use prev_real_max_error and
11483         prev_imag_max_error instead of calling find_complex_function_ulps.
11484         (check_float_internal): Take max_ulp parameter instead of calling
11485         find_test_ulps.  Don't call print_ulps.
11486         (check_float): Update call to check_float_internal.
11487         (check_complex): Update calls to check_float_internal.
11488         (START): Pass argument to init_max_error.
11489         * math/gen-libm-test.pl (%results): Don't include "kind"
11490         information.
11491         (parse_ulps): Don't handle ulps of individual tests.
11492         (print_ulps_file): Likewise.
11493         (output_ulps): Likewise.
11494         * math/README.libm-test: Update.
11495         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
11496         individual tests.
11497         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
11498         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
11499         * sysdeps/arm/libm-test-ulps: Likewise.
11500         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
11501         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
11502         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
11503         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
11504         * sysdeps/microblaze/libm-test-ulps: Likewise.
11505         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
11506         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
11507         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
11508         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
11509         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
11510         * sysdeps/sh/libm-test-ulps: Likewise.
11511         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
11512         * sysdeps/tile/libm-test-ulps: Likewise.
11513         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11514
11515 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
11516
11517         * math/libm-test.inc (print_complex_max_error): Check separately
11518         whether real and imaginary errors are within allowed range and
11519         pass 0 to print_complex_function_ulps instead of value within
11520         allowed range.
11521
11522 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
11523
11524         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
11525         formatting.
11526         (get_handles_fopen): Likewise.
11527         (do_write_test): Likewise.
11528
11529         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
11530
11531         * libio/fileops.c (do_ftell): Use cached offset when
11532         available.
11533         * libio/iofwide.c (do_ftell_wide): Likewise.
11534         * libio/iofdopen.c (_IO_new_fdopen): Don't use
11535         _IO_file_attach.
11536         * libio/wfileops.c (_IO_fwide): Don't cache offset.
11537
11538         [BZ #16532]
11539         * libio/libioP.h (get_file_offset): New function.
11540         * libio/fileops.c (get_file_offset): Likewise.
11541         (do_ftell): Likewise.
11542         (_IO_new_file_seekoff): Split out ftell logic.
11543         * libio/wfileops.c (do_ftell_wide): Likewise.
11544         (_IO_wfile_seekoff): Split out ftell logic.
11545         * libio/tst-ftell-active-handler.c: New test case.
11546         * libio/Makefile (tests): Add it.
11547
11548 2014-03-03  Roland McGrath  <roland@hack.frob.com>
11549
11550         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
11551         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
11552
11553 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
11554
11555         [BZ #16639]
11556         * nscd/connections.c (nscd_init): Call do_exit.
11557         (start_threads): Call do_exit and notify_parent.
11558         (begin_drop_privileges): Call do_exit.
11559         (finish_drop_privileges): Likewise.
11560         * nscd/selinux.c (preserve_capabilities): Likewise.
11561         (install_real_capabilities): Likewise.
11562         (nscd_selinux_enabled): Likewise.
11563         (avc_create_thread): Likewise.
11564         (avc_alloc_lock): Likewise.
11565         (nscd_avc_init): Likewise.
11566         * nscd/nscd.c (parent_fd): New static variable.
11567         (main): Create a pipe between parent and child processes.
11568         Skip closing parent_fd.
11569         (monitor_child): New function.
11570         (do_exit): Likewise.
11571         (notify_parent): Likewise.
11572         * nscd/nscd.h (notify_parent): Likewise.
11573         (do_exit): Likewise.
11574
11575 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
11576
11577         * malloc/malloc.c (__libc_calloc): Revert last change.
11578
11579 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11580
11581         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11582
11583 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11584
11585         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
11586         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
11587         implementation.
11588         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11589         (__libc_ifunc_impl_list): Likewise.
11590         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
11591         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
11592         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
11593         * string/strrchr.c: Define STRRCHR.
11594
11595 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
11596
11597         * benchtest/bench-strtok.c (simple_strtok): Delete.
11598         (strtok_string): Use as benchmark.
11599         * string/strtok (STRTOK): New macro.
11600
11601 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
11602
11603         * manual/threads.texi: Add header and standard comments to all
11604         functions.
11605
11606         * elf/dl-lookup.c (check_match): New function.
11607         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
11608         (do_lookup_x): Remove nested function check_match. Use non-nested
11609         function check_match.
11610
11611 2014-02-28  Roland McGrath  <roland@hack.frob.com>
11612
11613         * csu/Makefile (generated, before-compile): Use += rather than =.
11614         * catgets/Makefile (generated, generated-dirs): Likewise.
11615         * debug/Makefile (generated): Likewise.
11616         * dlfcn/Makefile (generated): Likewise.
11617         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
11618         * iconvdata/Makefile (before-compile, generated): Likewise.
11619         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
11620         * libio/Makefile (generated): Likewise.
11621         * malloc/Makefile (generated): Likewise.
11622         * manual/Makefile (generated, generated-dirs): Likewise.
11623         * misc/Makefile (generated): Likewise.
11624         * posix/Makefile (generated): Likewise.
11625         * resolv/Makefile (generated): Likewise.
11626         * sunrpc/Makefile (generated, generated-dirs): Likewise.
11627         * timezone/Makefile (generated, generated-dirs): Likewise.
11628
11629         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
11630
11631 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11632
11633         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
11634         power8 implementation.
11635         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
11636         file: POWER8 llround ifunc implementation.
11637         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
11638         (__lllround): Add POWER8 implementation.
11639         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
11640         POWER8 llround implementation.
11641
11642         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
11643         power8 implementation.
11644         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
11645         file: POWER8 llrint ifunc implementation.
11646         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
11647         Add POWER8 implementation.
11648         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
11649         POWER8 llrint implementation.
11650
11651         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
11652         power8 implementation.
11653         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
11654         file: POWER8 finite ifunc implementation.
11655         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
11656         Add POWER8 implementation.
11657         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
11658         Likewise.
11659         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
11660         POWER8 finite implementation.
11661         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
11662
11663         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
11664         power8 implementation.
11665         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
11666         file: POWER8 isinf ifunc implementation.
11667         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
11668         POWER8 implementation.
11669         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
11670         Likewise.
11671         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
11672         isinf implementation.
11673         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
11674
11675         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
11676         (INIT_ARCH): Add hwcap2 initialization.
11677         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
11678         power8 implementation.
11679         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
11680         file: POWER8 isnan ifunc implementation.
11681         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
11682         POWER8 implementation.
11683         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
11684         Likewise.
11685         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
11686         isnan implementation.
11687         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
11688
11689 2014-02-27  Joey Ye  <joey.ye@arm.com>
11690
11691         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
11692         (_FP_NANFRAC_Q): Set to zero.
11693
11694 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11695
11696         [BZ #16623]
11697         * math/auto-libm-test-in: New test inputs.
11698         * math/auto-libm-test-out: Regenerate.
11699         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
11700         and DA.
11701         (__cos): Likewise.
11702         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
11703
11704 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
11705
11706         * scripts/evaluate-test.sh: Take new argument indicating whether
11707         failure is expected.
11708         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
11709         indicating whether failure is expected.
11710         * conform/Makefile (test-xfail-run-conformtest): New variable.
11711         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
11712         level.
11713         * posix/Makefile (test-xfail-annexc): New variable.
11714         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
11715
11716 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
11717
11718         * argp/Makefile: Include Makeconfig immediately after defining
11719         subdir.
11720         * assert/Makefile: Likewise.
11721         * benchtests/Makefile: Likewise.
11722         * catgets/Makefile: Likewise.
11723         * conform/Makefile: Likewise.
11724         * crypt/Makefile: Likewise.
11725         * csu/Makefile: Likewise.
11726         (all): Remove target.
11727         * ctype/Makefile: Include Makeconfig immediately after defining
11728         subdir.
11729         * debug/Makefile: Likewise.
11730         * dirent/Makefile: Likewise.
11731         * dlfcn/Makefile: Likewise.
11732         * gmon/Makefile: Likewise.
11733         * gnulib/Makefile: Likewise.
11734         * grp/Makefile: Likewise.
11735         * gshadow/Makefile: Likewise.
11736         * hesiod/Makefile: Likewise.
11737         * hurd/Makefile: Likewise.
11738         (all): Remove target.
11739         * iconvdata/Makefile: Include Makeconfig immediately after
11740         defining subdir.
11741         * inet/Makefile: Likewise.
11742         * intl/Makefile: Likewise.
11743         * io/Makefile: Likewise.
11744         * libio/Makefile: Likewise.
11745         (all): Remove target.
11746         * locale/Makefile: Include Makeconfig immediately after defining
11747         subdir.
11748         * login/Makefile: Likewise.
11749         * mach/Makefile: Likewise.
11750         (all): Remove target.
11751         * malloc/Makefile: Include Makeconfig immediately after defining
11752         subdir.
11753         (all): Remove target.
11754         * manual/Makefile: Include Makeconfig immediately after defining
11755         subdir.
11756         * math/Makefile: Likewise.
11757         * misc/Makefile: Likewise.
11758         * nis/Makefile: Likewise.
11759         * nss/Makefile: Likewise.
11760         * po/Makefile: Likewise.
11761         (all): Remove target.
11762         * posix/Makefile: Include Makeconfig immediately after defining
11763         subdir.
11764         * pwd/Makefile: Likewise.
11765         * resolv/Makefile: Likewise.
11766         * resource/Makefile: Likewise.
11767         * rt/Makefile: Likewise.
11768         * setjmp/Makefile: Likewise.
11769         * shadow/Makefile: Likewise.
11770         * signal/Makefile: Likewise.
11771         * socket/Makefile: Likewise.
11772         * soft-fp/Makefile: Likewise.
11773         * stdio-common/Makefile: Likewise.
11774         * stdlib/Makefile: Likewise.
11775         * streams/Makefile: Likewise.
11776         * string/Makefile: Likewise.
11777         * sunrpc/Makefile: Likewise.
11778         (all): Remove target.
11779         * sysvipc/Makefile: Include Makeconfig immediately after defining
11780         subdir.
11781         * termios/Makefile: Likewise.
11782         * time/Makefile: Likewise.
11783         * timezone/Makefile: Likewise.
11784         (all): Remove target.
11785         * wcsmbs/Makefile: Include Makeconfig immediately after defining
11786         subdir.
11787         * wctype/Makefile: Likewise.
11788
11789 2014-02-26  Steve Ellcey  <sellcey@mips.com>
11790
11791         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
11792         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
11793         (libc_feholdexcept_setround_mips): Ditto.
11794         (libc_feholdsetround): New.
11795         (libc_feholdsetroundf): New.
11796         (libc_feholdsetroundl): New.
11797         (libc_feupdateenv_test_mips): New.
11798         (libc_feupdateenv_test): New.
11799         (libc_feupdateenv_testf): New.
11800         (libc_feupdateenv_testl): New.
11801         (libc_feresetround): New.
11802         (libc_feresetroundf): New.
11803         (libc_feresetroundl): New.
11804         (libc_fetestexcept_mips): New.
11805         (libc_fetestexcept): New.
11806         (libc_fetestexceptf): New.
11807         (libc_fetestexceptl): New.
11808         (HAVE_RM_CTX): New.
11809         (libc_feholdexcept_setround_mips_ctx): New.
11810         (libc_feholdexcept_setround_ctx): New.
11811         (libc_feholdexcept_setroundf_ctx): New.
11812         (libc_feholdexcept_setroundl_ctx): New.
11813         (libc_fesetenv_mips_ctx): New.
11814         (libc_fesetenv_ctx): New.
11815         (libc_fesetenv_ctxf): New.
11816         (libc_fesetenv_ctxl): New.
11817         (libc_feupdateenv_mips_ctx): New.
11818         (libc_feupdateenv_ctx): New.
11819         (libc_feupdateenvf_ctx): New.
11820         (libc_feupdateenvl_ctx): New.
11821         (libc_feholdsetround_mips_ctx): New.
11822         (libc_feholdsetround_ctx): New.
11823         (libc_feholdsetroundf_ctx): New.
11824         (libc_feholdsetroundl_ctx): New.
11825         (libc_feresetround_mips_ctx): New.
11826         (libc_feresetround_ctx): New.
11827         (libc_feresetroundf_ctx): New.
11828         (libc_feresetroundl_ctx): New.
11829
11830 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
11831
11832         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
11833
11834         * manual/ipc.texi: New file.
11835         * manual/Makefile (chapters): Add ipc.
11836         * manual/job.texi: Add "Inter-Process Communication" to next.
11837         * manual/process.texi: Add "Inter-Process Communication" to prev.
11838
11839 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11840
11841         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11842
11843 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
11844
11845         * malloc/malloc.c (__libc_calloc): Simplify implementation.
11846
11847         * manual/arith.texi: Fix spaces after sentences.
11848         * manual/charset.texi: Likewise.
11849         * manual/errno.texi: Likewise.
11850         * manual/install.texi: Likewise.
11851         * manual/llio.texi: Likewise.
11852         * manual/locale.texi: Likewise.
11853         * manual/maint.texi: Likewise.
11854         * manual/math.texi: Likewise.
11855         * manual/memory.texi: Likewise.
11856         * manual/message.texi: Likewise.
11857         * manual/probes.texi: Likewise.
11858         * manual/resource.texi: Likewise.
11859         * manual/signal.texi: Likewise.
11860         * manual/socket.texi: Likewise.
11861         * manual/stdio.texi: Likewise.
11862         * manual/string.texi: Likewise.
11863         * manual/time.texi: Likewise.
11864         * manual/users.texi: Likewise.
11865
11866 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
11867
11868         [BZ #16632]
11869         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
11870         _DEFAULT_SOURCE is defined.
11871
11872 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
11873             Carlos O'Donell  <carlos@redhat.com>
11874
11875         [BZ #16613]
11876         * elf/dl-tls.c (_dl_count_modids): New function.
11877         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
11878         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
11879         audit library and increment generation counter.
11880         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
11881         * elf/tst-audit9.c: New file.
11882         * elf/tst-auditmod9a.c: New file.
11883         * elf/tst-auditmod9b.c: New file.
11884         * elf/Makefile: Add rules to build and run tst-audit9.
11885
11886 2014-02-25  Florian Weimer  <fweimer@redhat.com>
11887
11888         [BZ #15347]
11889         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
11890
11891 2014-02-25  Will Newton  <will.newton@linaro.org>
11892
11893         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
11894         (__longjmp): Restore sp and lr before restoring callee
11895         saved registers.  Add longjmp and longjmp_target
11896         SystemTap probe point.
11897         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
11898         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
11899         Define to zero to match jmpbuf layout.
11900         * sysdeps/arm/setjmp.S: Include stap-probe.h.
11901         (__sigsetjmp): Save sp and lr before saving callee
11902         saved registers.  Add setjmp SystemTap probe point.
11903
11904 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
11905
11906         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11907
11908 2014-02-24  Andreas Schwab  <schwab@suse.de>
11909
11910         [BZ #15804]
11911         * elf/pldd.c (wait_for_ptrace_stop): New function.
11912         (main): Call it after attaching.
11913
11914 2014-02-22  Roland McGrath  <roland@hack.frob.com>
11915
11916         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
11917         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
11918         Versions files is now verboten.
11919         * hurd/Versions (libc: GLIBC_2.0):
11920         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
11921         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
11922         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
11923         * mach/Versions: Likewise.
11924
11925         * csu/Versions: Remove unused %include.
11926         * resolv/Versions: Likewise.
11927
11928 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
11929
11930         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
11931         ($(objpfx)check-local-headers.out): Likewise.
11932         ($(objpfx)begin-end-check.out): Likewise.
11933         * Makerules (check-abi-%.out): Likewise.
11934         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
11935         ($(objpfx)test2.cat): Likewise.
11936         ($(objpfx)de/libc.cat): Likewise.
11937         ($(objpfx)test-gencat.out): Likewise.
11938         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
11939         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
11940         ($(objpfx)noload-mem): Likewise.
11941         ($(objpfx)tst-pathopt.out): Likewise.
11942         ($(objpfx)tst-rtld-load-self.out): Likewise.
11943         ($(objpfx)tst-array1-cmp.out): Likewise.
11944         ($(objpfx)tst-array1-static-cmp.out): Likewise.
11945         ($(objpfx)tst-array2-cmp.out): Likewise.
11946         ($(objpfx)tst-array3-cmp.out): Likewise.
11947         ($(objpfx)tst-array4-cmp.out): Likewise.
11948         ($(objpfx)tst-array5-cmp.out): Likewise.
11949         ($(objpfx)tst-array5-static-cmp.out): Likewise.
11950         ($(objpfx)check-textrel.out): Likewise.
11951         ($(objpfx)check-execstack.out): Likewise.
11952         ($(objpfx)check-localplt.out): Likewise.
11953         ($(objpfx)order2-cmp.out): Likewise.
11954         ($(objpfx)tst-leaks1-mem): Likewise.
11955         ($(objpfx)tst-leaks1-static-mem): Likewise.
11956         ($(objpfx)tst-initorder-cmp.out): Likewise.
11957         ($(objpfx)tst-initorder2-cmp.out): Likewise.
11958         ($(objpfx)tst-unused-dep.out): Likewise.
11959         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
11960         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
11961         * iconv/Makefile (test-iconvconfig): Likewise.
11962         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
11963         ($(objpfx)iconv-test.out): Likewise.
11964         ($(objpfx)tst-tables.out): Likewise.
11965         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
11966         ($(objpfx)tst-gettext.out): Likewise.
11967         ($(objpfx)tst-translit.out): Likewise.
11968         ($(objpfx)tst-gettext2.out): Likewise.
11969         ($(objpfx)tst-gettext4.out): Likewise.
11970         ($(objpfx)tst-gettext6.out): Likewise.
11971         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
11972         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
11973         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
11974         ($(objpfx)tst-fopenloc-mem.out): Likewise.
11975         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
11976         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
11977         * posix/Makefile ($(objpfx)globtest.out): Likewise.
11978         ($(objpfx)wordexp-tst.out): Likewise.
11979         ($(objpfx)annexc.out): Likewise.
11980         ($(objpfx)tst-fnmatch-mem): Likewise.
11981         ($(objpfx)bug-regex2-mem): Likewise.
11982         ($(objpfx)bug-regex14-mem): Likewise.
11983         ($(objpfx)bug-regex21-mem): Likewise.
11984         ($(objpfx)bug-regex31-mem): Likewise.
11985         ($(objpfx)tst-vfork3-mem): Likewise.
11986         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
11987         ($(objpfx)tst-pcre-mem): Likewise.
11988         ($(objpfx)tst-boost-mem): Likewise.
11989         ($(objpfx)tst-getconf.out): Likewise.
11990         ($(objpfx)bug-ga2-mem): Likewise.
11991         ($(objpfx)bug-glob2-mem): Likewise.
11992         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
11993         ($(objpfx)mtrace-tst-leaks2): Likewise.
11994         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
11995         ($(objpfx)tst-printf.out): Likewise.
11996         ($(objpfx)tst-setvbuf1.out): Likewise.
11997         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
11998         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
11999         ($(objpfx)tst-fmtmsg.out): Likewise.
12000         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
12001         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
12002
12003         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
12004         * bits/sigaction.h [__USE_MISC]: Likewise.
12005         * bits/waitstatus.h: Update #endif comments.
12006         * ctype/ctype.h: Likewise.
12007         * dirent/dirent.h: Likewise.
12008         [__USE_MISC]: Remove redundant conditionals.
12009         * grp/grp.h: Update #endif comments.
12010         [__USE_GNU]: Remove redundant conditionals.
12011         [__USE_MISC]: Likewise.
12012         * inet/netinet/in.h [__USE_GNU]: Likewise.
12013         * io/sys/stat.h [__USE_MISC]: Likewise.
12014         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
12015         * libio/bits/stdio.h: Update #endif comments.
12016         [__USE_MISC]: Remove redundant conditionals.
12017         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
12018         * libio/stdio.h: Update #endif comments.
12019         [__USE_MISC]: Remove redundant conditionals.
12020         * math/bits/math-finite.h [__USE_MISC]: Likewise.
12021         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
12022         * math/math.h: Update #else and #endif comments.
12023         [__USE_MISC]: Remove redundant conditionals.
12024         * misc/sys/uio.h: Update #endif comments.
12025         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
12026         * posix/glob.h [__USE_MISC]: Likewise.
12027         * posix/sys/types.h: Update #endif comments.
12028         [__USE_MISC]: Remove redundant conditionals.
12029         * posix/sys/wait.h: Update #endif comments.
12030         [__USE_MISC]: Remove redundant conditionals.
12031         * posix/unistd.h: Update #endif comments.
12032         [__USE_MISC]: Remove redundant conditionals.
12033         * pwd/pwd.h [__USE_GNU]: Likewise.
12034         [__USE_MISC]: Likewise.
12035         * resolv/netdb.h [__USE_GNU]: Likewise.
12036         * signal/signal.h: Update #endif comments.
12037         [__USE_MISC]: Remove redundant conditionals.
12038         * stdlib/stdlib.h: Update #else and #endif comments.
12039         [__USE_MISC]: Remove redundant conditionals.
12040         [__USE_GNU]: Likewise.
12041         * string/bits/string2.h [__USE_MISC]: Likewise.
12042         * string/string.h: Update #endif comments.
12043         [__USE_MISC]: Remove redundant conditionals.
12044         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
12045         Likewise.
12046         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
12047         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
12048         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
12049         Likewise.
12050         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
12051         Likewise.
12052         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
12053         comments.
12054         [__USE_MISC]: Remove redundant conditionals.
12055         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
12056         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
12057         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
12058         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
12059         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
12060         Likewise.
12061         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
12062         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
12063         Likewise.
12064         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
12065         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
12066         Likewise.
12067         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
12068         Likewise.
12069         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
12070         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
12071         Likewise.
12072         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
12073         Likewise.
12074         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
12075         * sysdeps/x86/bits/string.h: Update #endif comments.
12076         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
12077         conditionals.
12078         * time/sys/time.h: Update #endif comments.
12079         * time/time.h: Likewise.
12080         [__USE_MISC]: Remove redundant conditionals.
12081
12082 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
12083
12084         [BZ #16600]
12085         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
12086
12087 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
12088
12089         * Versions.def (librt): Add GLIBC_2.17.
12090
12091 2014-02-21  Adam Conrad  <adconrad@0c3.net>
12092
12093         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
12094         synonym for _SYS_AUXV_H to allow direct inclusion.
12095         * sysdeps/sparc/bits/hwcap.h: Likewise.
12096         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
12097         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
12098         * sysdeps/sparc/sysdep.h: Likewise.
12099
12100 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12101
12102         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
12103
12104 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
12105
12106         * benchtests/bench-strrchr.c: Print length instead of position.
12107
12108 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
12109
12110         [BZ #16611]
12111         * sysdeps/unix/sysv/linux/kernel-features.h
12112         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
12113         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
12114         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
12115         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
12116         Likewise.
12117         [__i386__ || __powerpc__ || __sh__ || __sparc__]
12118         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
12119         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
12120         (__ASSUME_SENDMMSG): Define instead of using previous
12121         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
12122         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12123         (__ASSUME_SENDMMSG_SYSCALL): Define.
12124         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12125         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
12126         Likewise.
12127         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12128         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
12129         Likewise.
12130         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12131         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
12132         Likewise.
12133         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
12134         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
12135         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
12136         [__ASSUME_SENDMMSG]: Change conditionals to
12137         [__ASSUME_SENDMMSG_SOCKETCALL].
12138         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12139         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
12140         Define.
12141         * sysdeps/unix/sysv/linux/mips/kernel-features.h
12142         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
12143         Likewise.
12144         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
12145         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
12146         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
12147         [!__ASSUME_SENDMMSG]: Change conditional to
12148         [!__ASSUME_SENDMMSG_SOCKETCALL].
12149         * sysdeps/unix/sysv/linux/tile/kernel-features.h
12150         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
12151         Define.
12152
12153         [BZ #16610]
12154         * sysdeps/unix/sysv/linux/kernel-features.h
12155         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
12156         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
12157         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
12158         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
12159         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
12160         [__i386__ || __sparc__]
12161         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
12162         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
12163         (__ASSUME_RECVMMSG): Define instead of using previous
12164         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
12165         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12166         (__ASSUME_RECVMMSG_SYSCALL): Define.
12167         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12168         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
12169         Likewise.
12170         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12171         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
12172         Likewise.
12173         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12174         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
12175         Likewise.
12176         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
12177         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
12178         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
12179         [__ASSUME_RECVMMSG]: Change condition to
12180         [__ASSUME_RECVMMSG_SOCKETCALL].
12181         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12182         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
12183         Define.
12184         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
12185         * sysdeps/unix/sysv/linux/mips/kernel-features.h
12186         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
12187         Likewise.
12188         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
12189         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
12190         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
12191         [!__ASSUME_RECVMMSG]: Change condition to
12192         [!__ASSUME_RECVMMSG_SOCKETCALL].
12193         * sysdeps/unix/sysv/linux/tile/kernel-features.h
12194         (__ASSUME_RECVMMSG_SYSCALL): Define.
12195
12196         [BZ #16609]
12197         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
12198         __powerpc__ || __s390__ || __sh__ || __sparc__]
12199         (__ASSUME_SOCKETCALL): Define.
12200         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
12201         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
12202         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
12203         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
12204         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12205         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
12206         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
12207         (__ASSUME_ACCEPT4): Define instead of using previous
12208         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
12209         __powerpc__ || __sparc__ || __s390__)] condition.
12210         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12211         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
12212         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
12213         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
12214         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
12215         [!__ASSUME_ACCEPT4]: Change condition to
12216         [!__ASSUME_ACCEPT4_SOCKETCALL].
12217         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12218         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
12219         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
12220         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12221         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
12222         __ASSUME_ACCEPT4_SYSCALL.
12223         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
12224         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
12225         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12226         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
12227         __ASSUME_ACCEPT4_SYSCALL.
12228         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
12229         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
12230         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
12231         [__ASSUME_ACCEPT4]: Change condition to
12232         [__ASSUME_ACCEPT4_SOCKETCALL].
12233         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12234         (__ASSUME_SOCKETCALL): Define.
12235         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
12236         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12237         (__ASSUME_SOCKETCALL): Define.
12238         (__ASSUME_ACCEPT4): Remove.
12239         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
12240         Define.
12241         * sysdeps/unix/sysv/linux/mips/kernel-features.h
12242         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
12243         Likewise.
12244         * sysdeps/unix/sysv/linux/tile/kernel-features.h
12245         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
12246
12247         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
12248         macro.
12249         (HWCAP_ARM_LPAE): Likewise.
12250         (HWCAP_ARM_EVTSTRM): Likewise.
12251         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
12252         Add vpfd32, lpae and evtstrm.
12253         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
12254         Increase to 22.
12255
12256 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
12257
12258         * math/auto-libm-test-in: Add tests of clog10.
12259         * math/auto-libm-test-out: Regenerated.
12260         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
12261         * sysdeps/i386/fpu/libm-test-ulps: Update.
12262         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12263
12264 2014-02-18  Andreas Schwab  <schwab@suse.de>
12265
12266         [BZ #16574]
12267         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
12268         Store non-zero if the second buffer was newly allocated.
12269         (send_dg): Likewise.
12270         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
12271         to send_vc and send_dg.
12272         (res_nsend): Pass NULL for ansp2_malloced.
12273         * resolv/res_query.c (__libc_res_nquery): Add parameter
12274         answerp2_malloced and pass it down to __libc_res_nsend.
12275         (res_nquery): Pass additional NULL to __libc_res_nquery.
12276         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
12277         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
12278         second answer buffer if answerp2_malloced was set.
12279         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
12280         (__libc_res_nquerydomain): Add parameter
12281         answerp2_malloced and pass it down to __libc_res_nquery.
12282         (res_nquerydomain): Pass additional NULL to
12283         __libc_res_nquerydomain.
12284         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
12285         additional NULL to __libc_res_nsend and __libc_res_nquery.
12286         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
12287         additional NULL to __libc_res_nsearch.
12288         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
12289         parameter of __libc_res_nsearch to check for separately allocated
12290         second buffer.
12291         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
12292         __libc_res_nquery.
12293         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
12294         additional NULL to __libc_res_nquery.
12295         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
12296         __libc_res_nsearch.
12297         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
12298         * include/resolv.h: Update prototypes of __libc_res_nquery,
12299         __libc_res_nsearch, __libc_res_nsend.
12300
12301 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
12302
12303         * math/auto-libm-test-in: Add tests of fma.
12304         * math/auto-libm-test-out: Regenerated.
12305         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
12306         (fma_towardzero_test_data): Likewise.
12307         (fma_downward_test_data): Likewise.
12308         (fma_upward_test_data): Likewise.
12309         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
12310         mpc_mode.
12311         (rounding_modes): Add values for new field.
12312         (func_calc_method): Add value mpfr_fff_f.
12313         (func_calc_desc): Add mpfr_fff_f union field.
12314         (test_function): Add field exact_args.
12315         (FUNC): Add macro argument EXACT_ARGS.
12316         (FUNC_mpfr_f_f): Update call to FUNC.
12317         (FUNC_mpfr_f_f): Likewise.
12318         (FUNC_mpfr_ff_f): Likewise.
12319         (FUNC_mpfr_if_f): Likewise.
12320         (FUNC_mpc_c_f): Likewise.
12321         (FUNC_mpc_c_c): Likewise.
12322         (test_functions): Add fma.  Update calls to FUNC.
12323         (handle_input_arg): Add argument exact_args.
12324         (add_test): Update call to handle_input_arg.
12325         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
12326         (output_for_one_input_case): Update call to calc_generic_results.
12327         Recalculate exact zero results in each rounding mode.
12328
12329         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
12330         non-negative before setting low bit.
12331         * math/auto-libm-test-in: Mark one asin test possibly having
12332         spurious underflow.
12333         * math/auto-libm-test-out: Regenerated.
12334         * sysdeps/i386/fpu/libm-test-ulps: Update.
12335         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12336
12337 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
12338
12339         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
12340         * sysdeps/unix/sysv/linux/microblaze: Move directory from
12341         ports/sysdeps/unix/sysv/linux/microblaze.
12342         * README: Add missing listing for microblaze*-*-linux-gnu.
12343
12344 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
12345
12346         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
12347         duplicate code
12348
12349 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
12350
12351         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
12352         * sysdeps/unix/sysv/linux/ia64: Move directory from
12353         ports/sysdeps/unix/sysv/linux/ia64.
12354         * README: Update listing for ia64-*-linux-gnu.
12355
12356 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
12357             Joseph Myers  <joseph@codesourcery.com>
12358
12359         * Makeconfig (test-name): New variable.
12360         (evaluate-test): Likewise.
12361         * Makerules (do-test-clean): Remove .test-result files.
12362         (common-mostlyclean): Likewise.
12363         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
12364         * scripts/evaluate-test.sh: New file.
12365
12366 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
12367
12368         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
12369         separate $(objpfx)tst-fopenloc-cmp.out and
12370         $(objpfx)tst-fopenloc-mem.out targets.
12371         (tests): Update dependencies.
12372         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
12373         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
12374         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
12375         (tst-rxspencer-no-utf8-ARGS): New variable.
12376         (tst-rxspencer-no-utf8-ENV): Likewise.
12377         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
12378         instead of $(objpfx)tst-rxspencer-mem.
12379         ($(objpfx)tst-rxspencer-mem): Change target to
12380         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
12381         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
12382         * posix/tst-rxspencer-no-utf8.c: New file.
12383
12384         * elf/Makefile ($(objpfx)order.out): Remove rule.
12385         [$(run-built-tests) = yes] (tests): Depend on
12386         $(objpfx)order-cmp.out.
12387         ($(objpfx)order-cmp.out): New rule.
12388         [$(run-built-tests) = yes] (tests): Depend on
12389         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
12390         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
12391         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
12392         $(objpfx)tst-array5-static-cmp.out.
12393         ($(objpfx)tst-array1.out): Remove rule.
12394         ($(objpfx)tst-array1-cmp.out): New rule.
12395         ($(objpfx)tst-array1-static.out): Remove rule.
12396         ($(objpfx)tst-array1-static-cmp.out): New rule.
12397         ($(objpfx)tst-array2.out): Remove rule.
12398         ($(objpfx)tst-array2-cmp.out): New rule.
12399         ($(objpfx)tst-array3.out): Remove rule.
12400         ($(objpfx)tst-array3-cmp.out): New rule.
12401         ($(objpfx)tst-array4.out): Remove rule.
12402         ($(objpfx)tst-array4-cmp.out): New rule.
12403         ($(objpfx)tst-array5.out): Remove rule.
12404         ($(objpfx)tst-array5-cmp.out): New rule.
12405         ($(objpfx)tst-array5-static.out): Remove rule.
12406         ($(objpfx)tst-array5-static-cmp.out): New rule.
12407         [$(run-built-tests) = yes] (tests): Depend on
12408         $(objpfx)order2-cmp.out.
12409         ($(objpfx)order2.out): Remove rule.
12410         ($(objpfx)order2-cmp.out): New rule.
12411         ($(objpfx)tst-initorder.out): Remove rule.
12412         [$(run-built-tests) = yes] (tests): Depend on
12413         $(objpfx)tst-initorder-cmp.out.
12414         ($(objpfx)tst-initorder-cmp.out): New rule.
12415         ($(objpfx)tst-initorder2.out): Remove rule.
12416         [$(run-built-tests) = yes] (tests): Depend on
12417         $(objpfx)tst-initorder2-cmp.out.
12418         ($(objpfx)tst-initorder2-cmp.out): New rule.
12419         [$(run-built-tests) = yes] (tests): Depend on
12420         $(objpfx)tst-unused-dep-cmp.out.
12421         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
12422         ($(objpfx)tst-unused-dep-cmp.out): New rule.
12423         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
12424         on $(objpfx)tst-setvbuf1-cmp.out.
12425         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
12426         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
12427         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
12428         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
12429         ($(objpfx)tst-svc.out): Remove rule.
12430         ($(objpfx)tst-svc-cmp.out): New rule.
12431
12432 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
12433
12434         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
12435         * ctype/ctype.h [__USE_MISC]: Likewise.
12436         * dirent/dirent.h [__USE_MISC]: Likewise.
12437         * grp/grp.h [__USE_MISC]: Likewise.
12438         * io/fcntl.h [__USE_MISC]: Likewise.
12439         * io/sys/stat.h [__USE_MISC]: Likewise.
12440         * libio/stdio.h [__USE_MISC]: Likewise.
12441         * posix/unistd.h [__USE_MISC]: Likewise.
12442         * pwd/pwd.h [__USE_MISC]: Likewise.
12443         * stdlib.h [__USE_MISC]: Likewise.
12444         * string/bits/string2.h [__USE_MISC]: Likewise.
12445         * string/string.h [__USE_MISC]: Likewise.
12446         * time/time.h [__USE_MISC]: Likewise.
12447
12448 2014-02-13  Andreas Schwab  <schwab@suse.de>
12449
12450         [BZ #16574]
12451         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
12452         second answer buffer if it was separately allocated.
12453
12454 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
12455
12456         * sysdeps/mips/math-tests.h: Include <features.h>.
12457         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
12458         (ROUNDING_TESTS_long_double): Do not define.
12459         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
12460         (EXCEPTION_TESTS_long_double): Likewise.
12461         * sysdeps/mips/mips64/libm-test-ulps: Update.
12462
12463         * include/features.h (__USE_BSD): Remove macro definitions.
12464         (__USE_SVID): Likewise.
12465         (_BSD_SOURCE): Likewise.
12466         (_SVID_SOURCE): Likewise.
12467         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
12468         from definition of _DEFAULT_SOURCE.
12469         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
12470         [_DEFAULT_SOURCE].
12471         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
12472         * bits/mman.h [__USE_BSD]: Likewise.
12473         * bits/termios.h [__USE_BSD]: Likewise.
12474         * bits/waitstatus.h [__USE_BSD]: Likewise.
12475         * ctype/ctype.h [__USE_SVID]: Likewise.
12476         * dirent/dirent.h [__USE_BSD]: Likewise.
12477         * grp/grp.h [__USE_SVID]: Likewise.
12478         [__USE_BSD]: Likewise.
12479         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
12480         * io/fcntl.h [__USE_BSD]: Likewise.
12481         * io/ftw.h [__USE_BSD]: Likewise.
12482         * io/sys/stat.h [__USE_BSD]: Likewise.
12483         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
12484         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
12485         * libio/stdio.h [__USE_SVID]: Likewise.
12486         [__USE_BSD]: Likewise.
12487         * math/math.h [__USE_SVID]: Likewise.
12488         [__USE_BSD]: Likewise.
12489         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
12490         * misc/bits/syslog.h [__USE_BSD]: Likewise.
12491         * misc/search.h [__USE_SVID]: Likewise.
12492         * misc/sys/mman.h [__USE_BSD]: Likewise.
12493         * misc/sys/syslog.h [__USE_BSD]: Likewise.
12494         * misc/sys/uio.h [__USE_BSD]: Likewise.
12495         * posix/bits/unistd.h [__USE_BSD]: Likewise.
12496         * posix/glob.h [__USE_BSD]: Likewise.
12497         * posix/regex.h [__USE_BSD]: Likewise.
12498         * posix/sys/types.h [__USE_BSD]: Likewise.
12499         [__USE_SVID]: Likewise.
12500         * posix/sys/utsname.h [__USE_SVID]: Likewise.
12501         * posix/sys/wait.h [__USE_BSD]: Likewise.
12502         [__USE_SVID]: Likewise.
12503         * posix/unistd.h [__USE_BSD]: Likewise.
12504         [__USE_SVID]: Likewise.
12505         * pwd/pwd.h [__USE_SVID]: Likewise.
12506         * resolv/netdb.h [__USE_BSD]: Likewise.
12507         * setjmp/setjmp.h [__USE_BSD]: Likewise.
12508         * signal/signal.h [__USE_BSD]: Likewise.
12509         [__USE_SVID]: Likewise.
12510         * socket/sys/socket.h [__USE_BSD]: Likewise.
12511         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
12512         * stdlib/stdlib.h [__USE_BSD]: Likewise.
12513         [__USE_SVID]: Likewise.
12514         * string/bits/string2.h [__USE_BSD]: Likewise.
12515         [__USE_SVID]: Likewise.
12516         * string/bits/string3.h [__USE_BSD]: Likewise.
12517         * string/endian.h [__USE_BSD]: Likewise.
12518         * string/string.h [__USE_SVID]: Likewise.
12519         [__USE_BSD]: Likewise.
12520         * string/strings.h [__USE_BSD]: Likewise.
12521         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
12522         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
12523         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
12524         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
12525         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
12526         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
12527         Likewise.
12528         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
12529         Likewise.
12530         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
12531         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
12532         Likewise.
12533         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
12534         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
12535         Likewise.
12536         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
12537         Likewise.
12538         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
12539         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
12540         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
12541         Likewise.
12542         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
12543         Likewise.
12544         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
12545         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
12546         * termios/termios.h [__USE_BSD]: Likewise.
12547         * time/sys/time.h [__USE_BSD]: Likewise.
12548         * time/time.h [__USE_BSD]: Likewise.
12549         [__USE_SVID]: Likewise.
12550
12551         * Makefile (subdir_targets): Remove subdir_lint.out.
12552
12553         * stdio-common/Makefile (do-tst-unbputc): Remove target.
12554         (do-tst-printf): Likewise.
12555         (tests): Depend directly on $(objpfx)tst-unbputc.out and
12556         $(objpfx)tst-printf.out.
12557
12558         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
12559
12560         * Makerules (check-abi-%): Change target to
12561         $(objpfx)check-abi-%.out.
12562         (check-abi target): Update dependencies.
12563         (check-abi-pattern variable): Redirect output of diff to $@.
12564         (check-abi variable): Likewise.
12565         * elf/Makefile (check-abi): Update dependencies.
12566
12567         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
12568         unused.
12569         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
12570         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
12571         subnormal range.
12572         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
12573         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
12574         value has largest subnormal exponent.
12575         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
12576         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
12577         * sysdeps/aarch64/soft-fp/sfp-machine.h
12578         (_FP_TININESS_AFTER_ROUNDING): New macro.
12579         * sysdeps/alpha/soft-fp/sfp-machine.h
12580         (_FP_TININESS_AFTER_ROUNDING): Likewise.
12581         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
12582         Likewise.
12583         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
12584         (_FP_TININESS_AFTER_ROUNDING): Likewise.
12585         * sysdeps/mips/soft-fp/sfp-machine.h
12586         (_FP_TININESS_AFTER_ROUNDING): Likewise.
12587         * sysdeps/powerpc/soft-fp/sfp-machine.h
12588         (_FP_TININESS_AFTER_ROUNDING): Likewise.
12589         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
12590         Likewise.
12591         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
12592         (_FP_TININESS_AFTER_ROUNDING): Likewise.
12593         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
12594         (_FP_TININESS_AFTER_ROUNDING): Likewise.
12595         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
12596         Likewise.
12597
12598 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
12599
12600         [BZ #16545]
12601         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
12602         model 1.
12603
12604 2014-02-12  Richard Henderson  <rth@redhat.com>
12605
12606         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
12607         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
12608         * sysdeps/unix/sysv/linux/alpha: Move directory from
12609         ports/sysdeps/unix/sysv/linux/alpha.
12610         * README: Update listing for alpha-*-linux-gnu.
12611
12612 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
12613
12614         * include/features.h: Update comment documenting feature test
12615         macros.
12616         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
12617         _DEFAULT_SOURCE.
12618         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
12619         (_SVID_SOURCE): Likewise.
12620         (_DEFAULT_SOURCE): Update description of default features.
12621         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
12622         with _GNU_SOURCE.
12623         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
12624         (S_ISVTX): Likewise.
12625         * manual/math.texi (Mathematical Constants): Likewise.
12626         * manual/signal.texi (Interrupted Primitives): Likewise.
12627         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
12628         * math/test-matherr.c (_SVID_SOURCE): Do not define.
12629         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
12630         Don't refer to _SVID_SOURCE in warning text.
12631
12632         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12633
12634         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
12635         already defined.
12636         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
12637         * sysdeps/mips/dl-lookup.c: Remove.
12638         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
12639
12640 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
12641
12642         [BZ #16447]
12643         * math/auto-libm-test-in: Add testcase for expl.
12644         * math/auto-libm-test-out: Regenerate.
12645         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
12646         calculation of unsafe.
12647         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
12648
12649 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12650
12651         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
12652         * sysdeps/unix/sysv/linux/aarch64: Move directory from
12653         ports/sysdeps/unix/sysv/linux/aarch64.
12654         * README: Update listing for aarch64*-*-linux-gnu.
12655
12656 2014-02-11  Will Newton  <will.newton@linaro.org>
12657
12658         * manual/probes.texi (Mathematical Function Probes): Use
12659         "triggered" instead of "hit".
12660
12661         * manual/probes.texi (Internal Probes): Add documentation
12662         of setjmp, longjmp and longjmp_target probes.
12663
12664         * include/stap-probe.h: Add comment about probe argument
12665         format.
12666
12667         * malloc/mtrace.c (attribute_hidden): Remove unused macro
12668         definition.  (tr_where, tr_freehook, tr_mallochook,
12669         tr_reallochook, tr_memalignhook): Use ANSI protoype.
12670
12671 2014-02-11  David S. Miller  <davem@davemloft.net>
12672
12673         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
12674         processing int_tests.
12675
12676 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
12677
12678         * sysdeps/mips: Move directory from ports/sysdeps/mips.
12679         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
12680         * sysdeps/unix/sysv/linux/mips: Move directory from
12681         ports/sysdeps/unix/sysv/linux/mips.
12682         * README: Update listing for mips-*-linux-gnu and
12683         mips64-*-linux-gnu.
12684
12685 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
12686
12687         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
12688         * sysdeps/unix/sysv/linux/m68k: Move directory from
12689         ports/sysdeps/unix/sysv/linux/m68k.
12690         * README: Update listing for m68k-*-linux-gnu.
12691
12692 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
12693
12694         * sysdeps/tile: Move directory from ports/sysdeps/tile.
12695         * sysdeps/unix/sysv/linux/generic: Move directory from
12696         ports/sysdeps/unix/sysv/linux/generic.
12697         * sysdeps/unix/sysv/linux/tile: Move directory from
12698         ports/sysdeps/unix/sysv/linux/tile.
12699         * README: Update listing for tile*-*-linux-gnu.
12700
12701 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
12702
12703         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
12704         __builtin_expect.
12705         * benchtests/bench-memmem.c (simple_memmem): Likewise.
12706         * catgets/open_catalog.c (__open_catalog): Likewise.
12707         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
12708         * debug/confstr_chk.c: Likewise.
12709         * debug/fread_chk.c (__fread_chk): Likewise.
12710         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
12711         * debug/getgroups_chk.c: Likewise.
12712         * debug/mbsnrtowcs_chk.c: Likewise.
12713         * debug/mbsrtowcs_chk.c: Likewise.
12714         * debug/mbstowcs_chk.c: Likewise.
12715         * debug/memcpy_chk.c: Likewise.
12716         * debug/memmove_chk.c: Likewise.
12717         * debug/mempcpy_chk.c: Likewise.
12718         * debug/memset_chk.c: Likewise.
12719         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
12720         * debug/strcat_chk.c (__strcat_chk): Likewise.
12721         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
12722         * debug/strncat_chk.c (__strncat_chk): Likewise.
12723         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
12724         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
12725         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
12726         * debug/wcpncpy_chk.c: Likewise.
12727         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
12728         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
12729         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
12730         * debug/wcsncpy_chk.c: Likewise.
12731         * debug/wcsnrtombs_chk.c: Likewise.
12732         * debug/wcsrtombs_chk.c: Likewise.
12733         * debug/wcstombs_chk.c: Likewise.
12734         * debug/wmemcpy_chk.c: Likewise.
12735         * debug/wmemmove_chk.c: Likewise.
12736         * debug/wmempcpy_chk.c: Likewise.
12737         * debug/wmemset_chk.c: Likewise.
12738         * dirent/scandirat.c (SCANDIRAT): Likewise.
12739         * dlfcn/dladdr1.c (dladdr1): Likewise.
12740         * dlfcn/dladdr.c (dladdr): Likewise.
12741         * dlfcn/dlclose.c (dlclose_doit): Likewise.
12742         * dlfcn/dlerror.c (__dlerror): Likewise.
12743         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
12744         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
12745         * dlfcn/dlopen.c (dlopen_doit): Likewise.
12746         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
12747         * dlfcn/dlsym.c (dlsym_doit): Likewise.
12748         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
12749         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
12750         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
12751         Likewise.
12752         * elf/dl-conflict.c: Likewise.
12753         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
12754         * elf/dl-dst.h: Likewise.
12755         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
12756         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
12757         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
12758         * elf/dl-init.c (call_init, _dl_init): Likewise.
12759         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
12760         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
12761         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
12762         Likewise.
12763         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
12764         Likewise.
12765         * elf/dl-minimal.c (__libc_memalign): Likewise.
12766         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
12767         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
12768         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
12769         * elf/dl-sym.c (do_sym): Likewise.
12770         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
12771         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
12772         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
12773         * elf/dl-writev.h (_dl_writev): Likewise.
12774         * elf/ldconfig.c (search_dir): Likewise.
12775         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
12776         (dl_main): Likewise.
12777         * elf/setup-vdso.h (setup_vdso): Likewise.
12778         * grp/compat-initgroups.c (compat_call): Likewise.
12779         * grp/fgetgrent.c (fgetgrent): Likewise.
12780         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
12781         * grp/putgrent.c (putgrent): Likewise.
12782         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
12783         Likewise.
12784         * hurd/hurdinit.c: Likewise.
12785         * iconvdata/8bit-gap.c (struct): Likewise.
12786         * iconvdata/ansi_x3.110.c : Likewise.
12787         * iconvdata/big5.c : Likewise.
12788         * iconvdata/big5hkscs.c : Likewise.
12789         * iconvdata/cp1255.c: Likewise.
12790         * iconvdata/cp1258.c : Likewise.
12791         * iconvdata/cp932.c : Likewise.
12792         * iconvdata/euc-cn.c: Likewise.
12793         * iconvdata/euc-jisx0213.c : Likewise.
12794         * iconvdata/euc-jp.c: Likewise.
12795         * iconvdata/euc-jp-ms.c : Likewise.
12796         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
12797         * iconvdata/gb18030.c : Likewise.
12798         * iconvdata/gbbig5.c (const): Likewise.
12799         * iconvdata/gbgbk.c: Likewise.
12800         * iconvdata/gbk.c : Likewise.
12801         * iconvdata/ibm1364.c : Likewise.
12802         * iconvdata/ibm930.c : Likewise.
12803         * iconvdata/ibm932.c: Likewise.
12804         * iconvdata/ibm933.c : Likewise.
12805         * iconvdata/ibm935.c : Likewise.
12806         * iconvdata/ibm937.c : Likewise.
12807         * iconvdata/ibm939.c : Likewise.
12808         * iconvdata/ibm943.c: Likewise.
12809         * iconvdata/iso_11548-1.c: Likewise.
12810         * iconvdata/iso-2022-cn.c : Likewise.
12811         * iconvdata/iso-2022-cn-ext.c : Likewise.
12812         * iconvdata/iso-2022-jp-3.c: Likewise.
12813         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
12814         * iconvdata/iso-2022-kr.c : Likewise.
12815         * iconvdata/iso646.c (gconv_end): Likewise.
12816         * iconvdata/iso_6937-2.c : Likewise.
12817         * iconvdata/iso_6937.c : Likewise.
12818         * iconvdata/iso8859-1.c: Likewise.
12819         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
12820         * iconvdata/shift_jisx0213.c : Likewise.
12821         * iconvdata/sjis.c : Likewise.
12822         * iconvdata/t.61.c : Likewise.
12823         * iconvdata/tcvn5712-1.c : Likewise.
12824         * iconvdata/tscii.c: Likewise.
12825         * iconvdata/uhc.c : Likewise.
12826         * iconvdata/unicode.c (gconv_end): Likewise.
12827         * iconvdata/utf-16.c (gconv_end): Likewise.
12828         * iconvdata/utf-32.c (gconv_end): Likewise.
12829         * iconvdata/utf-7.c (base64): Likewise.
12830         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12831         * iconv/gconv_close.c (__gconv_close): Likewise.
12832         * iconv/gconv_open.c (__gconv_open): Likewise.
12833         * iconv/gconv_simple.c (internal_ucs4_loop_single)
12834         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
12835         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
12836         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
12837         (ucs4le_internal_loop_single): Likewise.
12838         * iconv/iconv.c (iconv): Likewise.
12839         * iconv/iconv_close.c: Likewise.
12840         * iconv/loop.c (SINGLE): Likewise.
12841         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
12842         * include/atomic.h: Likewise.
12843         * inet/inet6_option.c (option_alloc): Likewise.
12844         * intl/bindtextdom.c (set_binding_values): Likewise.
12845         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
12846         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
12847         * intl/localealias.c (read_alias_file): Likewise.
12848         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
12849         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
12850         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
12851         * libio/fmemopen.c (fmemopen): Likewise.
12852         * libio/iofgets.c (_IO_fgets): Likewise.
12853         * libio/iofgets_u.c (fgets_unlocked): Likewise.
12854         * libio/iofgetws.c (fgetws): Likewise.
12855         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
12856         * libio/iogetdelim.c (_IO_getdelim): Likewise.
12857         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
12858         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
12859         * locale/findlocale.c (_nl_find_locale): Likewise.
12860         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
12861         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
12862         Likewise.
12863         * locale/setlocale.c (setlocale): Likewise.
12864         * login/programs/pt_chown.c (main): Likewise.
12865         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
12866         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
12867         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
12868         (mmap, mmap64, mremap, munmap): Likewise.
12869         * math/e_exp2l.c: Likewise.
12870         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
12871         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
12872         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
12873         * math/s_catan.c (__catan): Likewise.
12874         * math/s_catanf.c (__catanf): Likewise.
12875         * math/s_catanh.c (__catanh): Likewise.
12876         * math/s_catanhf.c (__catanhf): Likewise.
12877         * math/s_catanhl.c (__catanhl): Likewise.
12878         * math/s_catanl.c (__catanl): Likewise.
12879         * math/s_ccosh.c (__ccosh): Likewise.
12880         * math/s_ccoshf.c (__ccoshf): Likewise.
12881         * math/s_ccoshl.c (__ccoshl): Likewise.
12882         * math/s_cexp.c (__cexp): Likewise.
12883         * math/s_cexpf.c (__cexpf): Likewise.
12884         * math/s_cexpl.c (__cexpl): Likewise.
12885         * math/s_clog10.c (__clog10): Likewise.
12886         * math/s_clog10f.c (__clog10f): Likewise.
12887         * math/s_clog10l.c (__clog10l): Likewise.
12888         * math/s_clog.c (__clog): Likewise.
12889         * math/s_clogf.c (__clogf): Likewise.
12890         * math/s_clogl.c (__clogl): Likewise.
12891         * math/s_csin.c (__csin): Likewise.
12892         * math/s_csinf.c (__csinf): Likewise.
12893         * math/s_csinh.c (__csinh): Likewise.
12894         * math/s_csinhf.c (__csinhf): Likewise.
12895         * math/s_csinhl.c (__csinhl): Likewise.
12896         * math/s_csinl.c (__csinl): Likewise.
12897         * math/s_csqrt.c (__csqrt): Likewise.
12898         * math/s_csqrtf.c (__csqrtf): Likewise.
12899         * math/s_csqrtl.c (__csqrtl): Likewise.
12900         * math/s_ctan.c (__ctan): Likewise.
12901         * math/s_ctanf.c (__ctanf): Likewise.
12902         * math/s_ctanh.c (__ctanh): Likewise.
12903         * math/s_ctanhf.c (__ctanhf): Likewise.
12904         * math/s_ctanhl.c (__ctanhl): Likewise.
12905         * math/s_ctanl.c (__ctanl): Likewise.
12906         * math/w_pow.c: Likewise.
12907         * math/w_powf.c: Likewise.
12908         * math/w_powl.c: Likewise.
12909         * math/w_scalb.c (sysv_scalb): Likewise.
12910         * math/w_scalbf.c (sysv_scalbf): Likewise.
12911         * math/w_scalbl.c (sysv_scalbl): Likewise.
12912         * misc/error.c (error_tail): Likewise.
12913         * misc/pselect.c (__pselect): Likewise.
12914         * nis/nis_callback.c (__nis_create_callback): Likewise.
12915         * nis/nis_call.c (__nisfind_server): Likewise.
12916         * nis/nis_creategroup.c (nis_creategroup): Likewise.
12917         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
12918         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
12919         * nis/nis_getservlist.c (nis_getservlist): Likewise.
12920         * nis/nis_lookup.c (nis_lookup): Likewise.
12921         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
12922         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
12923         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
12924         * nis/nis_xdr.c (xdr_endpoint): Likewise.
12925         * nis/nss_compat/compat-grp.c (getgrent_next_file)
12926         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
12927         * nis/nss_compat/compat-initgroups.c (add_group)
12928         (internal_getgrent_r): Likewise.
12929         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
12930         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
12931         * nis/nss_compat/compat-spwd.c (getspent_next_file)
12932         (internal_getspnam_r): Likewise.
12933         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
12934         (_nss_nis_getaliasbyname_r): Likewise.
12935         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
12936         (_nss_nis_getntohost_r): Likewise.
12937         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
12938         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
12939         (_nss_nis_getgrgid_r): Likewise.
12940         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
12941         (internal_nis_gethostent_r, internal_gethostbyname2_r)
12942         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
12943         (_nss_nis_gethostbyname4_r): Likewise.
12944         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
12945         (initgroups_netid): Likewise.
12946         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
12947         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
12948         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
12949         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
12950         (_nss_nis_getprotobynumber_r): Likewise.
12951         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
12952         (_nss_nis_getsecretkey): Likewise.
12953         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
12954         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
12955         (_nss_nis_getpwuid_r): Likewise.
12956         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
12957         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
12958         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
12959         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
12960         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
12961         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
12962         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
12963         Likewise.
12964         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
12965         (_nss_nisplus_getntohost_r): Likewise.
12966         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
12967         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
12968         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
12969         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
12970         Likewise.
12971         * nis/nss_nisplus/nisplus-initgroups.c
12972         (_nss_nisplus_initgroups_dyn): Likewise.
12973         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
12974         (_nss_nisplus_getnetbyaddr_r): Likewise.
12975         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
12976         (_nss_nisplus_getprotobynumber_r): Likewise.
12977         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
12978         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
12979         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
12980         Likewise.
12981         * nis/nss_nisplus/nisplus-service.c
12982         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
12983         (_nss_nisplus_getservbyport_r): Likewise.
12984         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
12985         (_nss_nisplus_getspnam_r): Likewise.
12986         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
12987         Likewise.
12988         * nscd/aicache.c (addhstaiX): Likewise.
12989         * nscd/cache.c (cache_search, prune_cache): Likewise.
12990         * nscd/connections.c (register_traced_file, send_ro_fd)
12991         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
12992         (main_loop_epoll): Likewise.
12993         * nscd/grpcache.c (addgrbyX): Likewise.
12994         * nscd/hstcache.c (addhstbyX): Likewise.
12995         * nscd/initgrcache.c (addinitgroupsX): Likewise.
12996         * nscd/mem.c (gc, mempool_alloc): Likewise.
12997         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
12998         (addinnetgrX): Likewise.
12999         * nscd/nscd-client.h (__nscd_acquire_maplock)
13000         (__nscd_drop_map_ref): Likewise.
13001         * nscd/nscd_getai.c (__nscd_getai): Likewise.
13002         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
13003         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
13004         Likewise.
13005         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
13006         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
13007         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
13008         (__nscd_get_map_ref): Likewise.
13009         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
13010         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
13011         Likewise.
13012         * nscd/pwdcache.c (addpwbyX): Likewise.
13013         * nscd/selinux.c (preserve_capabilities): Likewise.
13014         * nscd/servicescache.c (addservbyX): Likewise.
13015         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
13016         * posix/fnmatch.c (fnmatch): Likewise.
13017         * posix/getopt.c (_getopt_internal_r): Likewise.
13018         * posix/glob.c (glob, glob_in_dir): Likewise.
13019         * posix/wordexp.c (exec_comm_child): Likewise.
13020         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
13021         (getanswer_r, gaih_getanswer_slice): Likewise.
13022         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
13023         * resolv/res_init.c: Likewise.
13024         * resolv/res_mkquery.c (res_nmkquery): Likewise.
13025         * resolv/res_query.c (__libc_res_nquery): Likewise.
13026         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
13027         Likewise.
13028         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
13029         * stdio-common/perror.c (perror): Likewise.
13030         * stdio-common/printf_fp.c (___printf_fp): Likewise.
13031         * stdio-common/tmpnam.c (tmpnam): Likewise.
13032         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
13033         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
13034         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
13035         Likewise.
13036         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
13037         * stdlib/putenv.c (putenv): Likewise.
13038         * stdlib/setenv.c (__add_to_environ): Likewise.
13039         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
13040         * stdlib/strtol_l.c (INTERNAL): Likewise.
13041         * string/memmem.c (memmem): Likewise.
13042         * string/strerror.c (strerror): Likewise.
13043         * string/strnlen.c (__strnlen): Likewise.
13044         * string/test-memmem.c (simple_memmem): Likewise.
13045         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
13046         * sunrpc/pm_getport.c (__get_socket): Likewise.
13047         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
13048         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
13049         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
13050         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
13051         Likewise.
13052         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
13053         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
13054         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
13055         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
13056         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
13057         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
13058         Likewise.
13059         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
13060         Likewise.
13061         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
13062         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
13063         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
13064         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
13065         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
13066         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
13067         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
13068         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
13069         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
13070         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
13071         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
13072         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
13073         Likewise.
13074         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
13075         Likewise.
13076         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
13077         Likewise.
13078         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
13079         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
13080         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
13081         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
13082         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
13083         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
13084         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
13085         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
13086         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
13087         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
13088         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
13089         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
13090         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
13091         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
13092         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
13093         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
13094         Likewise.
13095         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
13096         Likewise.
13097         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
13098         Likewise.
13099         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
13100         Likewise.
13101         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
13102         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
13103         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
13104         Likewise.
13105         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
13106         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
13107         * sysdeps/posix/opendir.c (__opendirat): Likewise.
13108         * sysdeps/posix/sleep.c: Likewise.
13109         * sysdeps/posix/tempname.c: Likewise.
13110         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
13111         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
13112         Likewise.
13113         * sysdeps/powerpc/powerpc32/dl-machine.h
13114         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
13115         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
13116         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
13117         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
13118         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
13119         Likewise.
13120         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
13121         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
13122         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
13123         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
13124         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
13125         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
13126         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
13127         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
13128         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
13129         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
13130         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
13131         (elf_machine_lazy_rel): Likewise.
13132         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
13133         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
13134         (elf_machine_lazy_rel): Likewise.
13135         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
13136         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
13137         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
13138         * sysdeps/unix/grantpt.c (grantpt): Likewise.
13139         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
13140         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
13141         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
13142         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
13143         Likewise.
13144         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
13145         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
13146         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
13147         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
13148         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
13149         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
13150         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
13151         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
13152         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
13153         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
13154         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
13155         Likewise.
13156         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
13157         (__posix_fallocate64_l64): Likewise.
13158         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
13159         (posix_fallocate): Likewise.
13160         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
13161         Likewise.
13162         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
13163         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
13164         (getifaddrs_internal): Likewise.
13165         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
13166         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
13167         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
13168         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
13169         * sysdeps/unix/sysv/linux/posix_fallocate64.c
13170         (__posix_fallocate64_l64): Likewise.
13171         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
13172         Likewise.
13173         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
13174         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
13175         (__get_clockfreq): Likewise.
13176         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
13177         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
13178         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
13179         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
13180         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
13181         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
13182         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
13183         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
13184         Likewise.
13185         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
13186         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
13187         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
13188         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
13189         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
13190         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
13191         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
13192         Likewise.
13193         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
13194         (posix_fallocate): Likewise.
13195         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
13196         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
13197         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
13198         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
13199         (elf_machine_rela, elf_machine_rela_relative)
13200         (elf_machine_lazy_rel): Likewise.
13201         * time/asctime.c (asctime_internal): Likewise.
13202         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
13203         * time/tzset.c (__tzset_parse_tz): Likewise.
13204         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
13205         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
13206         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
13207         * wcsmbs/wcsmbsload.h: Likewise.
13208
13209         [BZ #15894]
13210         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
13211
13212         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
13213         (arena_get2): Remove THREAD_STATS conditionals.
13214         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
13215         (__malloc_stats, int): Likewise.
13216
13217 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
13218
13219         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
13220         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
13221
13222         * manual/setjmp.texi: Fix typos/grammar errors.
13223
13224         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
13225         Only return early when n is <= 0.  Delete unused return statement.
13226
13227         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
13228         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
13229         * debug/tst-longjmp_chk3.c: New file.
13230
13231         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
13232         (test_main): Replace code with set_fortify_handler call.
13233         * debug/test-strcpy_chk.c: Likewise.
13234         * debug/tst-chk1.c: Likewise.
13235         * debug/tst-longjmp_chk.c: Likewise.
13236         * test-skeleton.c: Include fcntl.h & paths.h
13237         (set_fortify_handler): Define.
13238
13239         * debug/tst-longjmp_chk.c: Add header comment and include
13240         ../test-skeleton.c.
13241         (do_test): Mark static.
13242         (TEST_FUNCTION): Define.
13243
13244         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
13245         (IP_PMTUDISC_INTERFACE): Likewise.
13246         (IP_MULTICAST_IF): Likewise.
13247         (IP_MULTICAST_TTL): Likewise.
13248         (IP_MULTICAST_LOOP): Likewise.
13249         (IP_ADD_MEMBERSHIP): Likewise.
13250         (IP_DROP_MEMBERSHIP): Likewise.
13251         (IP_UNBLOCK_SOURCE): Likewise.
13252         (IP_BLOCK_SOURCE): Likewise.
13253         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
13254         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
13255         (IP_MSFILTER): Likewise.
13256         (MCAST_JOIN_GROUP): Likewise.
13257         (MCAST_BLOCK_SOURCE): Likewise.
13258         (MCAST_UNBLOCK_SOURCE): Likewise.
13259         (MCAST_LEAVE_GROUP): Likewise.
13260         (MCAST_JOIN_SOURCE_GROUP): Likewise.
13261         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
13262         (MCAST_MSFILTER): Likewise.
13263         (IP_MULTICAST_ALL): Likewise.
13264         (IP_UNICAST_IF): Likewise.
13265
13266         * timezone/Makefile: Delete $(have-ksh) check.
13267         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
13268         * timezone/tzselect.ksh: Add +x mode bits.
13269
13270         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
13271         (ANON_INODE_FS_MAGIC): Likewise.
13272         (BDEVFS_MAGIC): Likewise.
13273         (BINFMTFS_MAGIC): Likewise.
13274         (BTRFS_TEST_MAGIC): Likewise.
13275         (CRAMFS_MAGIC_WEND): Likewise.
13276         (DEBUGFS_MAGIC): Likewise.
13277         (ECRYPTFS_SUPER_MAGIC): Likewise.
13278         (EXT3_SUPER_MAGIC): Likewise.
13279         (EXT4_SUPER_MAGIC): Likewise.
13280         (FUTEXFS_SUPER_MAGIC): Likewise.
13281         (HOSTFS_SUPER_MAGIC): Likewise.
13282         (HUGETLBFS_MAGIC): Likewise.
13283         (MINIX3_SUPER_MAGIC): Likewise.
13284         (MTD_INODE_FS_MAGIC): Likewise.
13285         (NILFS_SUPER_MAGIC): Likewise.
13286         (OPENPROM_SUPER_MAGIC): Likewise.
13287         (PIPEFS_MAGIC): Likewise.
13288         (PSTOREFS_MAGIC): Likewise.
13289         (QNX6_SUPER_MAGIC): Likewise.
13290         (RAMFS_MAGIC): Likewise.
13291         (REISERFS_SUPER_MAGIC_STRING): Likewise.
13292         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
13293         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
13294         (SECURITYFS_MAGIC): Likewise.
13295         (SELINUX_MAGIC): Likewise.
13296         (SMACK_MAGIC): Likewise.
13297         (SOCKFS_MAGIC): Likewise.
13298         (SQUASHFS_MAGIC): Likewise.
13299         (STACK_END_MAGIC): Likewise.
13300         (TMPFS_MAGIC): Likewise.
13301         (USBDEVICE_SUPER_MAGIC): Likewise.
13302         (V9FS_MAGIC): Likewise.
13303         (XENFS_SUPER_MAGIC): Likewise.
13304         (CRAMFS_MAGIC): Fix typo in comment.
13305         (EXT2_SUPER_MAGIC): Update comment.
13306         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
13307
13308 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
13309
13310         * sysdeps/arm: Move directory from ports/sysdeps/arm.
13311         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
13312         * sysdeps/unix/sysv/linux/arm: Move directory from
13313         ports/sysdeps/unix/sysv/linux/arm.
13314         * README: Update listing for arm-*-linux-gnueabi.
13315
13316         * README: Remove mention of am33.
13317
13318 2014-02-07  Roland McGrath  <roland@hack.frob.com>
13319
13320         * bits/sigset.h (__sigemptyset): Use a statement expression rather
13321         than the comma operator, to avoid "rhs of comma has no effect"
13322         compiler warnings.
13323         (__sigfillset, __sigandset, __sigorset): Likewise.
13324         * include/signal.h (__sigemptyset): Likewise.
13325         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
13326
13327 2014-02-07  Allan McRae  <allan@archlinux.org>
13328
13329         * version.h (RELEASE): Set to "development".
13330         (VERSION): Set to "2.19.90"
13331         * NEWS: Add 2.20 section.
13332
13333 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
13334
13335         [BZ #16529]
13336         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
13337
13338 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
13339
13340         * manual/contrib.texi: Update entry for Carlos O'Donell,
13341         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
13342
13343 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
13344
13345         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
13346
13347         * sysdeps/unix/sysv/linux/kernel-features.h
13348         [__LINUX_KERNEL_VERSION >= 0x020621]
13349         (__ASSUME_PROC_PID_TASK_COMM): Define.
13350
13351 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
13352
13353         [BZ #16398]
13354         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
13355         conversion when destination buffer does not have enough space.
13356         * libio/tst-ftell-partial-wide.c: New test case.
13357         * libio/Makefile (tests): Add tst-ftell-partial-wide.
13358
13359         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
13360         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
13361         Leonard and Allan McRae.
13362
13363 2014-02-04  David S. Miller  <davem@davemloft.net>
13364
13365         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
13366         32-bit.
13367
13368 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13369
13370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
13371         New file
13372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
13373         New file
13374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
13375         New file.
13376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
13377         New file.
13378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
13379         New file.
13380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
13381         New file.
13382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
13383         New file.
13384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
13385         New file.
13386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
13387         New file.
13388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
13389         New file.
13390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
13391         New file.
13392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
13393         New file.
13394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
13395         New file.
13396
13397 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13398
13399         * nptl/shlib-versions: Change powerpc*le start to 2.17.
13400         * shlib-versions: Likewise.
13401
13402 2014-02-04  Roland McGrath  <roland@hack.frob.com>
13403             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13404
13405         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
13406         (abilist-pattern): New variable, set to %-le.abilist.
13407
13408         * Makerules (abilist-pattern): New variable.
13409         (vpath): Use $(abilist-pattern) in place of %.abilist.
13410         (check-abi-% pattern rule): Likewise.
13411         (check-abi, update-abi): Likewise.
13412
13413 2014-02-04  Eric Wong  <normalperson@yhbt.net>
13414
13415         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13416
13417 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
13418
13419         * manual/startup.texi: Add next, previous, and top entries for
13420         the `Program Arguments' and `Environment Variables' nodes.
13421
13422 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
13423
13424         * manual/macros.texi: Add comments before MTASC-safety macros.
13425
13426         * manual/users.texi: Document MTASC-safety properties.
13427
13428         * manual/threads.texi (pthread_key_create, pthread_key_delete)
13429         (pthread_getspecific, pthread_setspecific): Format with
13430         @deftypefun, and add @safety note.
13431         * manual/signal.texi: Move comments that analyze the above
13432         functions to their home place.
13433
13434 2014-02-03  Allan McRae  <allan@archlinux.org>
13435
13436         * po/sl.po: Update Slovenian translation from translation project.
13437
13438 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
13439
13440         * manual/time.texi (timegm): Add missing blank after @c.
13441         Reported by Joseph Myers <joseph@codesourcery.com>.
13442
13443 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
13444
13445         * manual/check-safety.sh: New.
13446         * manual/Makefile ($(objpfx)stamp-summary): Run it.
13447
13448         * manual/terminal.texi: Document MTASC-safety properties.
13449
13450         * manual/filesys.texi: Document MTASC-safety properties.
13451
13452         * manual/errno.texi: Document MTASC-safety properties.
13453
13454         * manual/intro.texi: Document safety identifiers and
13455         conditionals.
13456
13457         * manual/string.texi (wcstok): Fix prototype.
13458         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
13459
13460         * manual/time.texi: Document MTASC-safety properties.
13461
13462         * manual/string.texi: Document MTASC-safety properties.
13463
13464         * manual/threads.texi: Document MTASC-safety properties.
13465
13466         * manual/stdio.texi: Document MTASC-safety properties.
13467
13468         * manual/syslog.texi: Document MTASC-safety properties.
13469
13470         * manual/sysinfo.texi: Document MTASC-safety properties.
13471
13472         * manual/startup.texi: Document MTASC-safety properties.
13473
13474         * manual/socket.texi: Document MTASC-safety properties.
13475
13476         * manual/signal.texi: Document MTASC-safety properties.
13477
13478 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
13479
13480         * manual/setjmp.texi: Document MTASC-safety properties.
13481
13482         * manual/search.texi: Document MTASC-safety properties.
13483
13484         * manual/resource.texi: Document MTASC-safety properties.
13485
13486         * manual/process.texi: Document MTASC-safety properties.
13487
13488         * manual/platform.texi: Document MTASC-safety properties.
13489
13490         * manual/pipe.texi: Document MTASC-safety properties.
13491
13492         * manual/pattern.texi: Document MTASC-safety properties.
13493
13494         * manual/message.texi: Document MTASC-safety properties.
13495
13496         [BZ #12751]
13497         * manual/memory.texi: Document MTASC-safety properties.
13498
13499         * manual/math.texi: Document MTASC-safety properties.
13500
13501         * manual/locale.texi: Document MTASC-safety properties.
13502
13503         * manual/llio.texi: Document MTASC-safety properties.
13504
13505         * manual/libdl.texi: New.
13506
13507         * manual/lang.texi: Document MTASC-safety properties.
13508
13509         * manual/job.texi: Document MTASC-safety properties.
13510
13511         * manual/getopt.texi: Document MTASC-safety properties.
13512
13513         * manual/ctype.texi: Document MTASC-safety properties.
13514
13515 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
13516
13517         [BZ #16046]
13518         * csu/libc-tls.c (static_map): Remove variable.
13519         (__libc_setup_tls): Use main executable's link map for TLS data.
13520         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
13521         casing for LM_ID_BASE and GL(dl_nns).
13522         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
13523         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
13524         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
13525         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
13526         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
13527         member.
13528         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
13529         l_phnum members.
13530
13531 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
13532
13533         * manual/debug.texi: Document MTASC-safety properties.
13534
13535 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
13536
13537         [BZ #16510]
13538         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
13539         of __x86_64__ when disabling x87 inline functions.
13540
13541 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
13542
13543         * manual/charset.texi: Document MTASC-safety properties.
13544
13545         * manual/crypt.texi: Document MTASC-safety properties.
13546
13547         * manual/conf.texi: Document MTASC-safety properties.
13548
13549         * manual/arith.texi: Document MTASC-safety properties.
13550
13551         * manual/argp.texi: Document MTASC-safety properties.
13552
13553         * manual/macros.texi: Introduce macros to document multi
13554         thread, asynchronous signal and asynchronous cancellation
13555         safety properties.
13556         * manual/intro.texi: Introduce the properties themselves.
13557
13558 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13559
13560         * sysdeps/sh/sh4/Makefile: New file.
13561
13562 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
13563
13564         * math/gen-libm-test.pl ($srcdir): New variable.
13565         ($auto_input): Use it.
13566
13567 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13568
13569         [BZ #16506]
13570         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
13571         access beyond array bounds when parsing netgroups file.
13572
13573         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
13574         the old buffer before realloc.
13575
13576 2014-01-27  Allan McRae  <allan@archlinux.org>
13577
13578         * po/fr.po: Update French translation from translation project.
13579
13580 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13581
13582         * sysdeps/sh/libm-test-ulps: Regenerate.
13583
13584 2014-01-24  David S. Miller  <davem@davemloft.net>
13585
13586         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
13587
13588 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13589
13590         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
13591         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
13592
13593 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
13594
13595         [BZ #16474]
13596         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
13597         string pointers after reallocation.
13598
13599 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13600
13601         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
13602         __SH4A__ instead of __SH_FPU_ANY__.
13603
13604 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13605
13606         * sysdeps/sh/fpu_control.h: New file.
13607         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
13608         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
13609         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
13610         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
13611         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
13612         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
13613         * sysdeps/sh/sys/ucontext.h: Remove.
13614         * sysdeps/sh/sys: Remove directory.
13615
13616 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13617
13618         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
13619         s390/sys/ucontext.h.
13620         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
13621         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
13622
13623 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
13624
13625         [BZ #15605]
13626         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
13627
13628 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13629
13630         [BZ#16431]
13631         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
13632         Adjust the vDSO correctly for internal calls.
13633         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
13634
13635 2014-01-20  Allan McRae  <allan@archlinux.org>
13636
13637         * po/ca.po: Update Catalan translation from translation project.
13638
13639 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
13640
13641         * sysdeps/s390/sotruss-lib.c: New file.
13642
13643 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13644
13645         [BZ#16430]
13646         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
13647         (__GI___gettimeofday): Alias for a different internal symbol to avoid
13648         local calls issues by not having a PLT stub required for IFUNC calls.
13649         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
13650
13651 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
13652
13653         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
13654         * math/test-fpucw-static.c: Likewise.
13655
13656 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
13657
13658         [BZ #16453]
13659         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
13660
13661 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13662
13663         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
13664         implementation for powerpc.
13665
13666 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
13667
13668         [BZ #14782]
13669         * sysdeps/posix/system.c (__libc_system): Do not enable
13670         asynchronous cancellation.
13671
13672 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13673
13674         [BZ #16427]
13675         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
13676         handling only for numbers special also in the IEEE case.
13677
13678 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13679
13680         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13681
13682 2014-01-11  Allan McRae  <allan@archlinux.org>
13683
13684         * po/bg.po: Update Bulgarian translation from translation project.
13685
13686         * po/de.po: Update German translation from translation project.
13687
13688 2014-01-10  Roland McGrath  <roland@hack.frob.com>
13689
13690         * sysdeps/generic/gcc-compat.h: New file.
13691
13692 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
13693
13694         * benchtests/asin-inputs: Correct slow inputs.
13695         * benchtests/acos-inputs: Likewise.
13696
13697 2014-01-10  Allan McRae  <allan@archlinux.org>
13698
13699         * po:sv.po: Update Swedish translation from translation project.
13700
13701         * po/vi.po: Update Vietnamese translation from translation project.
13702
13703         * po/eo.po: Update Esperanto translation from translation project.
13704
13705         * po/cs.po: Update Czech translation from translation project.
13706
13707         * po/nl.po: Update Dutch translation from translation project.
13708
13709         * po/pl.po: Update Polish translation from translation project.
13710
13711         * po/ru.po: Update Russian translation from translation project.
13712
13713         * po/uk.po: Update Ukrainian translation from translation project.
13714
13715 2014-01-08  Brooks Moses  <bmoses@google.com>
13716
13717         * elf/dl-load.c: Fix comment typo.
13718
13719 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
13720
13721         * po/header.pot: Rename to...
13722         * po/pot.header: ... this.
13723         * po/Makefile: Use pot.header.
13724
13725 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
13726             Maxim Kuvyrkov  <maxim@kugelworks.com>
13727
13728         [BZ #16394]
13729         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
13730         SRC and DEST against LEN.
13731
13732 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13733
13734         [BZ #16414]
13735         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
13736         implementation.
13737         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
13738
13739 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13740
13741         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13742
13743 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
13744
13745         [BZ #16408]
13746         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
13747         for large positive arguments.
13748
13749 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
13750
13751         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
13752
13753         * math/auto-libm-test-in: Mark various tests with
13754         xfail-rounding:ldbl-128ibm.
13755         * math/auto-libm-test-out: Regenerated.
13756
13757         [BZ #16407]
13758         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
13759         Increase overflow threshold.
13760
13761 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
13762
13763         [BZ #14286]
13764         * stdio-common/vfprintf.c: Check for integer overflow.
13765
13766 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13767
13768         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
13769         the first argument and return value of __tls_get_addr_internal.
13770
13771 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13772
13773         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
13774         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
13775
13776 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13777
13778         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
13779         * sysdeps/s390/rtld-global-offsets.sym: New file.
13780         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
13781         GLIBC_2.19 symbol.
13782         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
13783         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
13784         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
13785         ... this.
13786         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
13787         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
13788         ... this.
13789         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
13790         Regenerate.
13791         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
13792         Regenerate.
13793         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
13794         halfs of GPRs for high_gprs contexts.
13795         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
13796         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
13797         field.
13798         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
13799         uc_flags field.
13800         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
13801         64 bit versions:
13802         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
13803         for high GPRs (uc_high_gprs) and for future extensions
13804         (__reserved).
13805         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
13806         for future extensions (__reserved).
13807         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
13808         64 bit versions:
13809         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
13810         SC_HIGHGPRS offset definition.
13811         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
13812         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
13813
13814         * Versions.def: Add GLIBC_2.19 for libpthread.
13815         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
13816         siglongjmp for libpthread with GLIBC_2.19 symver.
13817         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
13818         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
13819         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
13820         * sysdeps/s390/__longjmp.c: New file.
13821         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
13822         * sysdeps/s390/longjmp.c: New file.
13823         * sysdeps/s390/setjmp.S: New file.
13824         * sysdeps/s390/sigjmp.S: New file.
13825         * sysdeps/s390/v1-longjmp.c: New file.
13826         * sysdeps/s390/v1-setjmp.h: New file.
13827         * sysdeps/s390/v1-sigjmp.c: New file.
13828         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
13829         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
13830         GLIBC_2.19 version.
13831         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
13832         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
13833         versioned symbols for ____longjmp_chk.
13834         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
13835         Likewise.
13836         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
13837         Regenerate.
13838         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
13839         Regenerate.
13840         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
13841         Regenerate.
13842         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
13843         Regenerate.
13844         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
13845         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
13846         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
13847         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
13848         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
13849         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
13850         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
13851         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
13852         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
13853         * sysdeps/s390/rtld-__longjmp.c: New file.
13854         * sysdeps/s390/rtld-setjmp.S: New file.
13855
13856 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
13857
13858         [BZ #16400]
13859         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
13860         Return -__logl (x) for small positive arguments without evaluating
13861         a polynomial.
13862
13863 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
13864
13865         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
13866         Rename to ...
13867         (__ptrace_peeksiginfo_args): ... this.
13868         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
13869         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
13870         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
13871
13872 2014-01-06  Allan McRae  <allan@archlinux.org>
13873
13874         * inet/netinet/in.h: Fix typo in comment.
13875
13876 2014-01-05  Andreas Jaeger  <aj@suse.de>
13877
13878         * sysdeps/i386/fpu/libm-test-ulps: Update.
13879
13880 2014-01-05  Allan McRae  <allan@archlinux.org>
13881
13882         * po/libc.pot: Regenerated.
13883
13884         * malloc/memusagestat.c: Fix gettext call formatting.
13885
13886 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
13887
13888         * nscd/nscd.c: Improve usage() output.
13889
13890 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
13891
13892         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
13893         * sysdeps/unix/sysv/linux/configure: Regenerated.
13894         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
13895         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
13896
13897 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
13898
13899         [BZ #16390]
13900         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
13901         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
13902
13903 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13904
13905         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
13906         extra tokens at end of #undef directive.
13907         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
13908         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
13909         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
13910
13911 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
13912
13913         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
13914
13915         * math/auto-libm-test-in: Mark various tests with
13916         xfail-rounding:ldbl-128ibm.
13917         * math/auto-libm-test-out: Regenerated.
13918
13919 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
13920
13921         [BZ #16386]
13922         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
13923         numbers with subnormal high part when calculating exponent.
13924
13925         [BZ #16385]
13926         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
13927         fabs.
13928
13929         [BZ #16384]
13930         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
13931         M_LN2l.
13932         (__ieee754_acoshl): Use __log1pl not __log1p.
13933
13934 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
13935
13936         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
13937         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
13938         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
13939         (grow_heap, heap_trim, _int_new_arena, get_free_list)
13940         (reused_arena, arena_get2): Convert to GNU style.
13941         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
13942         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
13943         (memalign_check, __malloc_set_state): Likewise.
13944         * malloc/mallocbug.c (main): Likewise.
13945         * malloc/malloc.c (__malloc_assert, malloc_init_state)
13946         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
13947         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
13948         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
13949         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
13950         (__posix_memalign, malloc_info): Likewise.
13951         * malloc/malloc.h: Likewise.
13952         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
13953         (mallochook, memalignhook, reallochook, mabort): Likewise.
13954         * malloc/mcheck.h: Likewise.
13955         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
13956         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
13957         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
13958         * malloc/morecore.c (__default_morecore): Likewise.
13959         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
13960         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
13961         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
13962         (print_and_abort): Likewise.
13963         * malloc/obstack.h: Likewise.
13964         * malloc/set-freeres.c (__libc_freeres): Likewise.
13965         * malloc/tst-mallocstate.c (main): Likewise.
13966         * malloc/tst-mtrace.c (main): Likewise.
13967         * malloc/tst-realloc.c (do_test): Likewise.
13968
13969 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13970
13971         [BZ #16366]
13972         * nscd/netgroupcache.c (do_notfound): New function.
13973         (addgetnetgrentX): Use it.
13974
13975         [BZ # 16365]
13976         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
13977         NSS_STATUS_NOTFOUND.
13978
13979 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
13980
13981         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
13982         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13983
13984 2014-01-01  Allan McRae  <allan@archlinux.org>
13985
13986         * scripts/update-copyrights: Update configure input file suffix.
13987
13988         * NEWS: Update copyright year.
13989         * catgets/gencat.c: Likewise.
13990         * csu/version.c: Likewise.
13991         * debug/catchsegv.sh: Likewise.
13992         * debug/pcprofiledump.c: Likewise.
13993         * debug/xtrace.sh: Likewise.
13994         * elf/ldconfig.c: Likewise.
13995         * elf/ldd.bash.in: Likewise.
13996         * elf/pldd.c: Likewise.
13997         * elf/sotruss.ksh: Likewise.
13998         * elf/sprof.c: Likewise.
13999         * iconv/iconv_prog.c: Likewise.
14000         * iconv/iconvconfig.c: Likewise.
14001         * locale/programs/locale.c: Likewise.
14002         * locale/programs/localedef.c: Likewise.
14003         * login/programs/pt_chown.c: Likewise.
14004         * malloc/memusage.sh: Likewise.
14005         * malloc/memusagestat.c: Likewise.
14006         * malloc/mtrace.pl: Likewise.
14007         * manual/libc.texinfo: Likewise.
14008         * nscd/nscd.c: Likewise.
14009         * nss/getent.c: Likewise.
14010         * nss/makedb.c: Likewise.
14011         * posix/getconf.c: Likewise.
14012         * scripts/test-installation.pl: Likewise.
14013
14014         * All files with FSF copyright notices: Update copyright dates
14015         using scripts/update-copyrights.
14016         * intl/plural.c: Regenerated.
14017         * locale/programs/charmap-kw.h: Likewise.
14018         * locale/programs/locfile-kw.h: Likewise.
14019
14020 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
14021
14022         * sysdeps/unix/sysv/linux/configure: Regenerated.
14023         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
14024         the linux/fanotify.h header.
14025         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
14026         HAVE_LINUX_FANOTIFY_H is defined.
14027
14028 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
14029
14030         * benchtests/cos-inputs: New inputs.
14031         * benchtests/sin-inputs: Likewise.
14032
14033         * benchtests/atan-inputs: New inputs. Fix name of multiple
14034         precision fallback inputs.
14035
14036         * benchtests/atanh-inputs: New inputs.
14037         * benchtests/tanh-inputs: Likewise.
14038
14039         * benchtests/acosh-inputs: New inputs.
14040         * benchtests/asinh-inputs: Likewise.
14041
14042         * benchtests/cosh-inputs: New inputs.
14043         * benchtests/sinh-inputs: Likewise.
14044
14045         * benchtests/acos-inputs: Add more inputs.
14046         * benchtests/asin-inputs: Likewise.
14047
14048 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
14049
14050         [BZ #16375]
14051         * manual/arith.texi: Fix spelling.
14052         * manual/charset.texi: Likewise.
14053         * manual/errno.texi: Likewise.
14054         * manual/filesys.texi: Likewise.
14055         * manual/lang.texi: Likewise.
14056         * manual/llio.texi: Likewise.
14057         * manual/locale.texi: Likewise.
14058         * manual/message.texi: Likewise.
14059         * manual/resource.texi: Likewise.
14060         * manual/search.texi: Likewise.
14061         * manual/setjmp.texi: Likewise.
14062         * manual/stdio.texi: Likewise.
14063         * manual/string.texi: Likewise.
14064         * manual/sysinfo.texi: Likewise.
14065         * manual/time.texi: Likewise.
14066
14067 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
14068
14069         * po/sl.po: New file.
14070
14071 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
14072
14073         * .gitignore: Add core/.gdbinit/.gdb_history.
14074
14075 2013-12-27  Allan McRae  <allan@archlinux.org>
14076
14077         [BZ #16369]
14078         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
14079         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
14080
14081 2013-12-24  Brooks Moses  <bmoses@google.com>
14082
14083         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
14084         all compilers that claim C++98 compliance, not just GCC.
14085         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
14086         Likewise.
14087
14088 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
14089
14090         * NEWS: Restore accidentally deleted bug-fix entries.
14091
14092 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
14093             Ondřej Bílka  <neleai@seznam.cz>
14094
14095         [BZ #15073]
14096         * malloc/malloc.c (_int_free): Perform sanity check only if we
14097         have_lock.
14098
14099 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
14100
14101         [BZ #12986]
14102         * manual/stdio.texi (String Input Conversions): Clarify that character
14103         classes are not supported.
14104
14105 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14106
14107         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14108
14109 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
14110
14111         [BZ #16337]
14112         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
14113         Calculate results for small negative arguments directly rather
14114         than using reflection formula with special underflow handling.
14115
14116         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
14117         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
14118         sysdeps/unix/bsd/bsd4.4/syscalls.list.
14119         (fchflags): Likewise.
14120         (revoke): Likewise.
14121         (setlogin): Likewise.
14122         (sigaltstack): Likewise.
14123         (wait4): Likewise.
14124         (sigblock): Remove.
14125         (sigsetmask): Likewise.
14126         (wait3): Likewise.
14127         (waitpid): Likewise.
14128         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
14129         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
14130         file.
14131         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
14132         * sysdeps/unix/bsd/Makefile: ... here.
14133         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
14134         * sysdeps/unix/bsd/Versions: ... here.
14135         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
14136         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
14137         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
14138         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
14139         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
14140         * sysdeps/unix/bsd/sigblock.c: ... here.
14141         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
14142         * sysdeps/unix/bsd/sigsetmask.c: ... here.
14143         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
14144         * sysdeps/unix/bsd/sigvec.c: ... here.
14145         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
14146         * sysdeps/unix/bsd/tcdrain.c: ... here.
14147         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
14148         * sysdeps/unix/bsd/tcgetattr.c: ... here.
14149         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
14150         * sysdeps/unix/bsd/tcsetattr.c: ... here.
14151         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
14152         * sysdeps/unix/bsd/wait.c: ... here.
14153         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
14154         * sysdeps/unix/bsd/wait3.c: ... here.
14155         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
14156         * sysdeps/unix/bsd/waitpid.c: ... here.
14157
14158 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
14159
14160         [BZ #16356]
14161         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
14162         round-to-nearest for [!USE_AS_EXPM1L].
14163         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
14164         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
14165         more tests of exp and exp10.  Expect some exp10 tests to miss
14166         exceptions or fail in directed rounding modes.
14167         * math/auto-libm-test-out: Regenerated.
14168         * math/libm-test.inc (exp10_tonearest_test_data): New array.
14169         (exp10_test_tonearest): New function.
14170         (exp10_towardzero_test_data): New array.
14171         (exp10_test_towardzero): New function.
14172         (exp10_downward_test_data): New array.
14173         (exp10_test_downward): New function.
14174         (exp10_upward_test_data): New array.
14175         (exp10_test_upward): New function.
14176         (main): Call the new functions.
14177         * sysdeps/i386/fpu/libm-test-ulps: Update.
14178         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14179
14180 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
14181
14182         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
14183         asinh, atan, atan2, atanh, cbrt, cos and cosh.
14184         * math/auto-libm-test-out: Regenerated.
14185         * math/libm-test.inc (acosh_test_data): Add more tests.
14186         (atanh_test_data): Likewise.
14187         (ceil_test_data): Likewise.
14188         (copysign_test_data): Likewise.
14189         * sysdeps/i386/fpu/libm-test-ulps: Update.
14190         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14191
14192         * timezone/checktab.awk: Update from tzcode 2013i.
14193         * timezone/private.h: Likewise.
14194         * timezone/scheck.c: Likewise.
14195         * timezone/tzfile.h: Likewise.
14196         * timezone/tzselect.ksh: Likewise.
14197         * timezone/zdump.c: Likewise.
14198         * timezone/zic.c: Likewise.
14199
14200         * math/auto-libm-test-in: Add tests of cpow.
14201         * math/auto-libm-test-out: Regenerated.
14202         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
14203         * math/gen-auto-libm-tests.c (func_calc_method): Add value
14204         mpc_cc_c.
14205         (func_calc_desc): Add mpc_cc_c union field.
14206         (test_functions): Add cpow.
14207         (special_fill_2pi): New function.
14208         (special_real_inputs): Add 2pi.
14209         (calc_generic_results): Handle mpc_cc_c.
14210         * sysdeps/i386/fpu/libm-test-ulps: Update.
14211         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14212
14213         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
14214         csqrt, ctan and ctanh.
14215         * math/auto-libm-test-out: Regenerated.
14216         * math/libm-test.inc (TEST_COND_x86_64): New macro.
14217         (TEST_COND_x86): Likewise.
14218         (ccos_test_data): Use AUTO_TESTS_c_c.
14219         (ccosh_test_data): Likewise.
14220         (cexp_test_data): Likewise.
14221         (clog_test_data): Likewise.
14222         (csqrt_test_data): Likewise.
14223         (ctan_test_data): Likewise.
14224         (ctan_tonearest_test_data): Likewise.
14225         (ctan_towardzero_test_data): Likewise.
14226         (ctan_downward_test_data): Likewise.
14227         (ctan_upward_test_data): Likewise.
14228         (ctanh_test_data): Likewise.
14229         (ctanh_tonearest_test_data): Likewise.
14230         (ctanh_towardzero_test_data): Likewise.
14231         (ctanh_downward_test_data): Likewise.
14232         (ctanh_upward_test_data): Likewise.
14233         * math/gen-auto-libm-tests.c (func_calc_method): Add value
14234         mpc_c_c.
14235         (func_calc_desc): Add mpc_c_c union field.
14236         (FUNC_mpc_c_c): New macro.
14237         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
14238         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
14239         ctanh.
14240         (special_fill_min_subnorm_p120): New function.
14241         (special_real_inputs): Add min_subnorm_p120.
14242         (calc_generic_results): Handle mpc_c_c.
14243         * sysdeps/i386/fpu/libm-test-ulps: Update.
14244         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14245
14246 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
14247
14248         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
14249         (do_sin_slow): New functions.
14250         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
14251         (cslow2, csloww1, csloww2): Use the new functions.
14252
14253         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
14254         Use M to change sign of result instead of X.  Assume X is
14255         positive.
14256         (csloww1): Likewise.
14257         (__sin): Adjust.
14258         (__cos): Adjust.
14259
14260         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
14261         arguments A and DA.
14262         (__sin): Adjust.
14263         (__cos): Likewise.
14264
14265         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
14266         (__cos): Likewise.
14267         (sloww1): Don't adjust sign of DX.
14268         (csloww1): Likewise.
14269         (sloww2): Use X directly and don't adjust sign of DX.
14270         (csloww2): Likewise.
14271
14272 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
14273
14274         * math/auto-libm-test-in: Add tests of cabs and carg.
14275         * math/auto-libm-test-out: Regenerated.
14276         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
14277         (carg_test_data): Likewise.
14278         * math/gen-auto-libm-tests.c (func_calc_method): Add value
14279         mpc_c_f.
14280         (func_calc_desc): Add mpc_c_f union field.
14281         (test_functions): Add cabs and carg.
14282         (calc_generic_results): Handle mpc_c_f.
14283
14284         * sysdeps/powerpc/powerpc32/libgcc-compat.S
14285         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
14286         as a macro and a compat symbol.
14287         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
14288         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
14289         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
14290         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
14291         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
14292         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
14293         not use .hidden.
14294         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
14295         Likewise.
14296         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
14297         Likewise.
14298         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
14299         Likewise.
14300         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
14301         Likewise.
14302         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
14303         Likewise.
14304         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
14305         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
14306         from GLIBC_2.3.2.
14307
14308 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14309
14310         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14311
14312 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
14313
14314         * manual/texinfo.tex: Update to version 2013-11-26.10 with
14315         trailing whitespace removed.
14316         * scripts/config.guess: Update to version 2013-11-29.
14317         * scripts/config.sub: Update to version 2013-10-01.
14318
14319         * math/auto-libm-test-in: Add tests of sincos.
14320         * math/auto-libm-test-out: Regenerated.
14321         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
14322         * math/gen-auto-libm-tests.c (func_calc_method): Add value
14323         mpfr_f_11.
14324         (func_calc_desc): Add mpfr_f_11 union field.
14325         (test_functions): Add sincos.
14326         (calc_generic_results): Handle mpfr_f_11.
14327         * sysdeps/i386/fpu/libm-test-ulps: Update.
14328         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14329
14330 2013-12-19  Andreas Schwab  <schwab@suse.de>
14331
14332         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
14333         CALL_MCOUNT.
14334         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
14335         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
14336         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
14337
14338 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
14339
14340         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
14341         * sysdeps/i386/fpu/libm-test-ulps: Update.
14342         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14343
14344         [BZ #16293]
14345         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
14346         round-to-nearest mode when using frndint.
14347         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
14348         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
14349         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
14350         Likewise.
14351         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
14352         sinh test to fail.
14353         * math/auto-libm-test-out: Regenerated.
14354         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
14355         (TEST_COND_x86): Likewise.
14356         (expm1_tonearest_test_data): New array.
14357         (expm1_test_tonearest): New function.
14358         (expm1_towardzero_test_data): New array.
14359         (expm1_test_towardzero): New function.
14360         (expm1_downward_test_data): New array.
14361         (expm1_test_downward): New function.
14362         (expm1_upward_test_data): New array.
14363         (expm1_test_upward): New function.
14364         (main): Run the new test functions.
14365         * sysdeps/i386/fpu/libm-test-ulps: Update.
14366         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14367
14368         * include/features.h: Update comment documenting feature test
14369         macros.  Mention _DEFAULT_SOURCE in comment.
14370         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
14371         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
14372         _BSD_SOURCE and _SVID_SOURCE.
14373         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
14374         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
14375         !_SVID_SOURCE]: Likewise.
14376         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
14377         (__USE_POSIX_IMPLICITLY): Define.
14378         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
14379         (_POSIX_SOURCE): Undefine and redefine.
14380         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
14381         (_POSIX_C_SOURCE): Likewise.
14382         * manual/creature.texi (_DEFAULT_SOURCE): Document.
14383         (Feature Test Macros): Update documentation of default features.
14384
14385 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14386
14387         * benchtests/Makefile: Add bench-strtok.
14388         * benchtests/bench-strtok.c: New file: strtok benchtest.
14389
14390 2013-12-19  Allan McRae  <allan@archlinux.org>
14391
14392         * manual/install.texi: Suppress menu for plain text output.
14393         * INSTALL: Regenerated.
14394
14395 2013-12-18  Brooks Moses  <bmoses@google.com>
14396
14397         [BZ #15846]
14398         * misc/getauxval.c: Include errno.h.
14399         (__getauxval): Set errno to ENOENT if the requested type is not
14400         found.
14401         * misc/sys/auxv.h (getauxval): Document that it may set errno;
14402         don't declare with __attribute_const__.
14403         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
14404         * manual/startup.texi: Document that getauxval sets errno.
14405
14406 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
14407
14408         * math/auto-libm-test-in: Add tests of jn and yn.
14409         * math/auto-libm-test-out: Regenerated.
14410         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
14411         (yn_test_data): Likewise.
14412         * math/gen-auto-libm-tests.c (func_calc_method): Add value
14413         mpfr_if_f.
14414         (func_calc_desc): Add mpfr_if_f union field.
14415         (FUNC_mpfr_if_f): New macro.
14416         (test_functions): Add jn and yn.
14417         (calc_generic_results): Assert type of second input for
14418         mpfr_ff_f.  Handle mpfr_if_f.
14419         (output_for_one_input_case): Disable all checking for arguments
14420         fitting floating-point types in case of an integer argument.
14421         * sysdeps/i386/fpu/libm-test-ulps: Update.
14422         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14423
14424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
14425         Don't expect fegetround reference in libm.so.
14426
14427 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
14428
14429         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
14430         $(config-cflags-nofma).
14431
14432 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
14433
14434         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
14435         * math/auto-libm-test-out: Regenerated.
14436
14437         [BZ #16338]
14438         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
14439         to determine exponent and adjust argument to have exponent of -1.
14440         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
14441         log2.
14442         * math/auto-libm-test-out: Regenerated.
14443         * sysdeps/i386/fpu/libm-test-ulps: Update.
14444         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14445
14446 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
14447
14448         * manual/probes.texi: Remove cases when per-thread arenas are
14449         disabled.
14450
14451 2013-12-18  Andreas Schwab  <schwab@suse.de>
14452
14453         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
14454         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
14455         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
14456         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
14457         * sysdeps/i386/i686/multiarch/Makefile: Update.
14458         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
14459
14460 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
14461
14462         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
14463         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
14464
14465 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
14466
14467         [BZ #15968]
14468         Support TZ transition times < 00:00:00.
14469         This is needed for version-3 tz-format files; it supports time
14470         stamps past 2037 for America/Godthab (the only entry in the tz
14471         database for which this change is relevant).
14472         * manual/time.texi (TZ Variable): Document transition times
14473         from -167:59:59 through -00:00:01.
14474         * time/tzset.c (tz_rule): Time of day is now signed.
14475         (__tzset_parse_tz): Parse negative time of day.
14476
14477         Document TZ transition times >= 25:00:00.
14478         * manual/time.texi (TZ Variable): Document transition times from
14479         25:00:00 through 167:59:59.  These are already supported, and this
14480         support will help with version-3 tz-format files.
14481
14482         * manual/time.texi (TZ Variable): Modernize North America example
14483         to reflect current (i.e., 2007-and-later) daylight saving rules.
14484
14485         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
14486
14487 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
14488
14489         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
14490         * sysdeps/unix/bsd/bits/stat.h: Likewise.
14491         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
14492         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
14493         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
14494         * sysdeps/unix/bsd/bsdstat.h: Likewise.
14495         * sysdeps/unix/bsd/clock.c: Likewise.
14496         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
14497         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
14498         * sysdeps/unix/bsd/init-posix.c: Likewise.
14499         * sysdeps/unix/bsd/poll.c: Likewise.
14500         * sysdeps/unix/bsd/ptsname.c: Likewise.
14501         * sysdeps/unix/bsd/seekdir.c: Likewise.
14502         * sysdeps/unix/bsd/setegid.c: Likewise.
14503         * sysdeps/unix/bsd/seteuid.c: Likewise.
14504         * sysdeps/unix/bsd/setgid.c: Likewise.
14505         * sysdeps/unix/bsd/setrgid.c: Likewise.
14506         * sysdeps/unix/bsd/setruid.c: Likewise.
14507         * sysdeps/unix/bsd/setsid.c: Likewise.
14508         * sysdeps/unix/bsd/setuid.c: Likewise.
14509         * sysdeps/unix/bsd/sigaction.c: Likewise.
14510         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
14511         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
14512         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
14513         * sysdeps/unix/bsd/telldir.c: Likewise.
14514         * sysdeps/unix/bsd/times.c: Likewise.
14515         * sysdeps/unix/bsd/usleep.c: Likewise.
14516
14517         * misc/Makefile (install-lib): Remove libbsd-compat.a.
14518         ($(objpfx)libbsd-compat.a): Remove rule.
14519
14520         * include/features.h (__FAVOR_BSD): Do not define.
14521         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
14522         features conflicting with POSIX.
14523         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
14524         (_BSD_SOURCE): Remove description of not being a subset of other
14525         feature test macros.
14526         * manual/job.texi (getpgrp): Do not document BSD version.
14527         (getpgid): Do not document by reference to BSD getpgrp.
14528         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
14529         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
14530         * signal/signal.h [__FAVOR_BSD]: Likewise.
14531         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
14532         instead of making contents conditional on [__FAVOR_BSD].
14533         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
14534
14535 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14536
14537         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14538
14539 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
14540
14541         [BZ #16314]
14542         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
14543         values below 2**-450, not 2**-500.
14544         * math/auto-libm-test-in: Don't allow spurious underflow from
14545         hypot.
14546         * math/auto-libm-test-out: Regenerated.
14547
14548         [BZ #16316]
14549         [BZ #16330]
14550         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
14551         values of ha and hb and sort them after adjusting subnormal
14552         arguments.
14553         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
14554         Likewise.
14555         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
14556         values of ea and eb and sort them after adjusting subnormal
14557         arguments.
14558         * math/auto-libm-test-in: Do not expect some hypot tests of
14559         subnormals to fail.  Add more hypot tests.
14560         * math/auto-libm-test-out: Regenerated.
14561
14562 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14563
14564         [BZ #13304]
14565         * sysdeps/sh/s_fma.c: New file.
14566         * sysdeps/sh/s_fmaf.c: New file.
14567         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
14568         version.
14569         * sysdeps/sh/Implies: Add sh/soft-fp.
14570
14571 2013-12-16  Roland McGrath  <roland@hack.frob.com>
14572
14573         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
14574         level of indirection to members `objname', `errstring', `malloced'.
14575         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
14576         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
14577         it as the __longjmp argument (just pass 1 instead).
14578         (_dl_catch_error): Initialize C with argument pointers and address of
14579         volatile local ERRCODE rather than copying values out of C at return.
14580
14581 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
14582
14583         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
14584         * math/auto-libm-test-out: Regenerated.
14585         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
14586         (hypot_test_data): Likewise.
14587         (pow_test_data): Likewise.
14588         (pow_tonearest_test_data): Likewise.
14589         * math/gen-auto-libm-tests.c (func_calc_method): Add value
14590         mpfr_ff_f.
14591         (func_calc_desc): Add mpfr_ff_f union field.
14592         (FUNC_mpfr_ff_f): New macro.
14593         (test_functions): Add atan2, hypot and pow.
14594         (special_fill_min): New function.
14595         (special_fill_minus_min): Likewise.
14596         (special_fill_min_subnorm): Likewise.
14597         (special_fill_minus_min_subnorm): Likewise.
14598         (special_real_inputs): Add min, -min, min_subnorm and
14599         -min_subnorm.
14600         (calc_generic_results): Handle mpfr_ff_f.
14601         * sysdeps/i386/fpu/libm-test-ulps: Update.
14602         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14603
14604 2013-12-16  Will Newton  <will.newton@linaro.org>
14605
14606         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
14607         (Aligned Memory Blocks): Add documentation for aligned_alloc
14608         and suggest it as an alternative to posix_memalign.
14609         (Hooks for Malloc): Document __memalign_hook is also called
14610         for aligned_alloc.  (Summary of Malloc): Add summary for
14611         aligned alloc.  Document __memalign_hook is also called
14612         for aligned_alloc.
14613
14614 2013-12-16  Will Newton  <will.newton@linaro.org>
14615
14616         * manual/memory.texi (Malloc Examples): Clarify default
14617         alignment documentation.  Suggest posix_memalign rather
14618         than memalign or valloc.
14619         (Aligned Memory Blocks): Remove suggestion to use memalign
14620         or valloc.  Remove obsolete comment about BSD.
14621         Document memalign errno values and mark the function obsolete.
14622         Document posix_memalign returned error codes.  Mark valloc
14623         as obsolete.  (Hooks for Malloc): __memalign_hook is also
14624         called for posix_memalign and valloc.
14625         (Summary of Malloc): Add posix_memalign to function summary.
14626         __memalign_hook is also called for posix_memalign and valloc.
14627
14628 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
14629
14630         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
14631         TAYLOR_SIN.
14632         (__sin): Adjust.
14633         (__cos): Likewise.
14634         (sloww): Use mynumber union.  Expand ternary operator into
14635         if-else statements.
14636         (cslow): use mynumber union.
14637
14638 2013-12-16  Allan McRae  <allan@archlinux.org>
14639
14640         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
14641         * configure: Regenerated.
14642
14643         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
14644
14645         [BZ #14120]
14646         * configure.ac: Added --enable-maintainer-mode. Check for
14647         autoconf when enabled.
14648         * configure: Regenerated.
14649
14650         * nscd/nscd.service: New file.
14651         * nscd/nscd.tmpfiles: New file.
14652
14653 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
14654
14655         [BZ #12100]
14656         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
14657         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
14658         * sysdeps/x86_64/multiarch/strstr.c: ... here.
14659         (strstr): Add __strstr_sse2_unaligned ifunc.
14660         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
14661         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
14662         (strcasestr): Remove __strcasestr_sse42 ifunc.
14663         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
14664         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
14665         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
14666
14667 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14668
14669         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
14670         * sysdeps/sh/bits/fenv.h: ... here.
14671         * sysdeps/sh/sh4/fpu/bits: Remove directory.
14672
14673 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14674
14675         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
14676
14677         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
14678         hypotf multiarch implementations.
14679         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
14680         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
14681         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
14682         multiarch hypot for PPC64.
14683         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
14684         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
14685         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
14686         multiarch hypotf for PPC64.
14687
14688         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
14689         modff multiarch implementations.
14690         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
14691         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
14692         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
14693         multiarch modf for PPC64.
14694         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
14695         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
14696         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
14697         multiarch modff for PPC64.
14698
14699         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
14700         and logl multiarch implementations.
14701         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
14702         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
14703         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
14704         multiarch logb for PPC64.
14705         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
14706         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
14707         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
14708         multiarch logb for PPC64.
14709         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
14710         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
14711         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
14712         multiarch logb for PPC64.
14713
14714         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
14715         isinff multiarch implementation.
14716         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
14717         file.
14718         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
14719         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
14720         multiarch isinf for PPC64.
14721         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
14722         file.
14723         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
14724         multiarch isinff for PPC64.
14725
14726         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
14727         finitef multiarch implementation.
14728         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
14729         file.
14730         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
14731         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
14732         multiarch finite for PPC64.
14733         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
14734         file.
14735         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
14736         multiarch finitef for PPC64.
14737
14738         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
14739         lrint multiarch implementation.
14740         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
14741         file.
14742         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
14743         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
14744         multiarch llrint for PPC64.
14745         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
14746         multiarch lrint for PPC64.
14747
14748         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
14749         copysignf multiarch implementation.
14750         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
14751         file.
14752         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
14753         file.
14754         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
14755         multiarch copysign for PPC64.
14756         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
14757         multiarch copysignf for PPC64.
14758
14759         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
14760         multiarch implementation.
14761         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
14762         file.
14763         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
14764         file.
14765         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
14766         file.
14767         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
14768         file.
14769         multiarch llround for PPC64.
14770         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
14771         multiarch trunc for PPC64.
14772         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
14773         multiarch truncf for PPC64.
14774
14775         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
14776         multiarch implementation.
14777         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
14778         file.
14779         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
14780         file.
14781         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
14782         file.
14783         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
14784         file.
14785         multiarch llround for PPC64.
14786         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
14787         multiarch round for PPC64.
14788         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
14789         multiarch roundf for PPC64.
14790
14791         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
14792         multiarch implementation.
14793         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
14794         file.
14795         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
14796         file.
14797         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
14798         file.
14799         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
14800         file.
14801         multiarch llround for PPC64.
14802         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
14803         multiarch floor for PPC64.
14804         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
14805         multiarch floorf for PPC64.
14806
14807         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
14808         multiarch implementation.
14809         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
14810         file.
14811         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
14812         file.
14813         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
14814         file.
14815         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
14816         file.
14817         multiarch llround for PPC64.
14818         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
14819         multiarch ceil for PPC64.
14820         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
14821         multiarch ceilf for PPC64.
14822
14823         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14824         multiarch implementation.
14825         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
14826         file.
14827         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
14828         file.
14829         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
14830         file.
14831         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
14832         multiarch llround for PPC64.
14833         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
14834         multiarch lround for PPC64.
14835
14836         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14837         multiarch implementation.
14838         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
14839         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
14840         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
14841         file.
14842         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
14843         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
14844         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
14845         multiarch isnan for PPC64.
14846         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
14847         multiarch isnanf for PPC64.
14848
14849         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
14850         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
14851         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
14852         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
14853         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
14854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
14855
14856         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
14857         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
14858         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
14859         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
14860
14861         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
14862         multiarch implementations.
14863         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14864         (__libc_ifunc_impl_list): Likewise.
14865         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
14866         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
14867         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
14868         multiarch stpcpy for PPC64.
14869
14870         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
14871         multiarch implementations.
14872         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14873         (__libc_ifunc_impl_list): Likewise.
14874         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
14875         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
14876         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
14877         multiarch strcpy for PPC64.
14878
14879         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
14880         redefine function name.
14881         (_wordcopy_fwd_dest_aligned): Likewise.
14882         (_wordcopy_bwd_aligned): Likewise.
14883         (_wordcopy_bwd_dest_aligned): Likewise.
14884         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
14885         multiarch implementations.
14886         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14887         (__libc_ifunc_impl_list): Likewise.
14888         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
14889         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
14890         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
14891         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
14892         multiarch wcscpy for PPC64.
14893
14894         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
14895         multiarch implementations.
14896         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14897         (__libc_ifunc_impl_list): Likewise.
14898         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
14899         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
14900         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
14901         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
14902         multiarch wcscpy for PPC64.
14903
14904         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
14905         multiarch implementations.
14906         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14907         (__libc_ifunc_impl_list): Likewise.
14908         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
14909         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
14910         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
14911         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
14912         multiarch wcsrchr for PPC64.
14913
14914         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
14915         multiarch implementations.
14916         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14917         (__libc_ifunc_impl_list): Likewise.
14918         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
14919         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
14920         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
14921         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
14922         multiarch wcschr for PPC64.
14923
14924         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
14925         multiarch implementations.
14926         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14927         (__libc_ifunc_impl_list): Likewise.
14928         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
14929         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
14930         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
14931         multiarch strchrnul for PPC64.
14932
14933         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
14934         implementations.
14935         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14936         (__libc_ifunc_impl_list): Likewise.
14937         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
14938         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
14939         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
14940         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
14941         strchr for PPC64.
14942
14943         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
14944         implementations.
14945         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14946         (__libc_ifunc_impl_list): Likewise.
14947         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
14948         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
14949         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
14950         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
14951         strncmp for PPC64.
14952
14953         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
14954         multiarch implementations.
14955         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14956         (__libc_ifunc_impl_list): Likewise.
14957         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
14958         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
14959         strncasecmp for PPC64.
14960         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
14961         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
14962         multiarch strncasecmp_l for PPC64.
14963
14964         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
14965         multiarch implementations.
14966         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14967         (__libc_ifunc_impl_list): Likewise.
14968         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
14969         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
14970         multiarch strcasecmp for PPC64.
14971         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
14972         file.
14973         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
14974         multiarch strcasecmp_l for PPC64.
14975
14976         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
14977         implementations.
14978         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14979         (__libc_ifunc_impl_list): Likewise.
14980         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
14981         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
14982         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
14983         strnlen for PPC64.
14984
14985         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
14986         implementations.
14987         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14988         (__libc_ifunc_impl_list): Likewise.
14989         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
14990         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
14991         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
14992         strlen for PPC64.
14993
14994         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
14995         implementations.
14996         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14997         (__libc_ifunc_impl_list): Likewise.
14998         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
14999         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
15000         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
15001         rawmemrchr for PPC64.
15002
15003         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
15004         implementation.
15005         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15006         (__libc_ifunc_impl_list): Likewise.
15007         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
15008         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
15009         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
15010         memrchr for PPC64.
15011
15012         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
15013         implementation.
15014         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15015         (__libc_ifunc_impl_list): Likewise.
15016         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
15017         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
15018         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
15019         memchr for PPC64.
15020
15021         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
15022         implementation.
15023         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15024         (__libc_ifunc_impl_list): Likewise.
15025         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
15026         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
15027         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
15028         mempcpy for PPC64.
15029
15030         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
15031         avoid cretion of __bzero symbol.
15032         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
15033         Likewise.
15034         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
15035         Likewise.
15036         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
15037         Likewise.
15038         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
15039         multiarch implementations.
15040         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15041         (__libc_ifunc_impl_list): Likewise.
15042         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
15043         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
15044         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
15045         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
15046         bzero for PPC32.
15047         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
15048         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
15049         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
15050         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
15051         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
15052         memset for PPC64.
15053         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
15054
15055         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
15056         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
15057         implementations.
15058         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15059         (__libc_ifunc_impl_list): Likewise.
15060         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
15061         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
15062         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
15063         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
15064         memcmp for PPC64.
15065
15066         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
15067         multiarch for POWER/PPC64.
15068         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
15069         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
15070         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
15071         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
15072         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
15073         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
15074         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
15075         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
15076         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
15077         memcpy for PPC64.
15078
15079         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
15080         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
15081         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
15082         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
15083         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
15084         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
15085         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
15086         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
15087         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
15088         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
15089         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
15090         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
15091         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
15092         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
15093         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
15094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
15095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
15096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
15097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
15098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
15099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
15100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
15101
15102 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15103
15104         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
15105
15106 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
15107
15108         * benchtests/Makefile (bench): Add exp2 and log2.
15109         (LDLIBS-bench-exp2): Add -lm.
15110         (LDLIBS-bench-log2): Likewise.
15111         * benchtests/exp2-inputs: New inputs file.
15112         * benchtests/log2-inputs: New inputs file.
15113         * benchtests/log-inputs: Add new inputs.
15114         * benchtests/tan-inputs: Likewise.
15115
15116 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
15117
15118         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
15119         definition...
15120         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
15121         (csloww2): ... from here.
15122
15123         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
15124         instead of structures.
15125         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
15126         (POLYNOMIAL): Likewise.
15127         (TAYLOR_SLOW): Likewise.
15128         (__sin): Likewise.
15129         (__cos): Likewise.
15130         (slow1): Likewise.
15131         (slow2): Likewise.
15132         (sloww): Likewise.
15133         (sloww1); Likewise.
15134         (sloww2): Likewise.
15135         (bsloww1): Likewise.
15136         (bsloww2): Likewise.
15137         (cslow2): Likewise.
15138         (csloww): Likewise.
15139         (csloww1): Likewise.
15140         (csloww2): Likewise.
15141
15142 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
15143
15144         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
15145         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
15146         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
15147         * malloc/hooks.c (realloc_check): Likewise.
15148
15149         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
15150         * malloc/arena.c: Remove PER_THREAD conditional.
15151         [!PER_THREAD]: Remove code.
15152         (ptmalloc_unlock_all2): Likewise.
15153         (ptmalloc_init): Likewise.
15154         (_int_new_arena): Likewise.
15155         (arena_get2): Likewise.
15156         * malloc/hooks.c (__malloc_get_state): Likewise.
15157         (__malloc_set_state): Likewise.
15158         * malloc/malloc.c: Likewise.
15159         (struct malloc_state): Likewise.
15160         (struct malloc_par): Likewise.
15161         (__libc_realloc): Likewise.
15162         (__libc_mallopt): Likewise.
15163
15164 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15165
15166         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
15167
15168 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
15169
15170         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
15171         macro to a function.  Check for zero perturb_byte.
15172         (_int_malloc, _int_free): Remove zero perturb_byte checks.
15173
15174         * malloc/malloc.c: (force_reg): Remove.
15175         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
15176         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
15177         force_reg by atomic_forced_read.
15178         * malloc/arena.c (ptmalloc_init): Likewise.
15179         * malloc/hooks.c (top_check): Likewise.
15180
15181 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15182
15183         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15184
15185 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
15186
15187         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15188
15189 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
15190
15191         * math/auto-libm-test-in: Add tests of lgamma.
15192         * math/auto-libm-test-out: Regenerated.
15193         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
15194         (M_LOG_2_SQRT_PIl): Likewise.
15195         (lgamma_test_data): Use AUTO_TESTS_f_f1.
15196         * math/gen-auto-libm-tests.c (func_calc_method): Add value
15197         mpfr_f_f1.
15198         (func_calc_desc): Add mpfr_f_f1 union field.
15199         (ARGS1): New macro.
15200         (ARGS2): Likewise.
15201         (ARGS3): Likewise.
15202         (ARGS4): Likewise.
15203         (RET1): Likewise.
15204         (RET2): Likewise.
15205         (CALC): Likewise.
15206         (FUNC): Likewise.
15207         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
15208         (test_functions): Add lgamma.
15209         (calc_generic_results): Handle mpfr_f_f1.
15210         * sysdeps/i386/fpu/libm-test-ulps: Update.
15211         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15212
15213 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15214
15215         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
15216         __mpn_add_n for PowerPC64/POWER7.
15217         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
15218         __mpn_sub_n for PowerPC64/POWER7.
15219
15220         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
15221         __mpn_addmul_1 for PowerPC64.
15222         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
15223         __mpn_submul_1 for PowerPC64.
15224         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
15225         for PowerPC64.
15226         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
15227         for PowerPC64.
15228
15229 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
15230
15231         [BZ #15089]
15232         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
15233
15234 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15235
15236         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
15237
15238         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
15239         add multiarch folders.
15240         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
15241         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
15242         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
15243         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
15244         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
15245         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
15246         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
15247         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
15248         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
15249         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
15250         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
15251         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
15252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
15253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
15254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
15255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
15256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
15257
15258         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
15259         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
15260         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
15261         New file.
15262         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
15263         New file.
15264         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
15265         multiarch __ieee754_hypot for PowerPC32.
15266         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
15267         New file.
15268         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
15269         New file.
15270         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
15271         multiarch __ieee754_hypotf for PowerPC32.
15272
15273         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
15274         long_double_symbol only if __logbl is defined.
15275         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
15276         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
15277         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
15278         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
15279         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
15280         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
15281         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
15282         path for implementation.
15283         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
15284         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
15285         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
15286         logb, and logbl multiarch implementations for PowerPC32.
15287         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
15288         file.
15289         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
15290         file.
15291         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
15292         multiarch logb for PowerPC32.
15293         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
15294         file.
15295         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
15296         file.
15297         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
15298         multiarch logbf for PowerPC32.
15299         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
15300         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
15301         file.
15302         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
15303         multiarch logbl implementation for PowerPC32.
15304
15305         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
15306         and modff multiarch implementations.
15307         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
15308         New file.
15309         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
15310         New file.
15311         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
15312         multiarch modf for PowerPC32.
15313         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
15314         New file.
15315         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
15316         New file.
15317         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
15318         multiarch modff for PowerPC32.
15319
15320         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
15321         and lrintf multiarch implementations.
15322         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
15323         New file.
15324         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
15325         New file.
15326         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
15327         multiarch lrint for PowerPC32.
15328         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
15329         file: multiarch lrintf for PowerPC32.
15330
15331         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
15332         and lroundf multiarch implementations.
15333         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
15334         New file.
15335         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
15336         New file.
15337         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
15338         New file.
15339         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
15340         multiarch lround for PowerPC32.
15341         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
15342         file: multiarch lroundf for PowerPC32.
15343
15344         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
15345         copysign and copysignf multiarch implementations.
15346         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
15347         New file.
15348         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
15349         New file.
15350         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
15351         file: multiarch copysign for PowerPC32.
15352         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
15353         file: multiarch copysignf for PowerPC32.
15354
15355         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
15356         and truncf multiarch implementations.
15357         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
15358         New file.
15359         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
15360         file.
15361         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
15362         multiarch trunc for PowerPC32.
15363         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
15364         New file.
15365         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
15366         New file.
15367         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
15368         multiarch truncf for PowerPC32.
15369
15370         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
15371         and roundf multiarch implementations.
15372         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
15373         New file.
15374         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
15375         file.
15376         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
15377         multiarch round for PowerPC32.
15378         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
15379         New file.
15380         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
15381         New file.
15382         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
15383         multiarch roundf for PowerPC32.
15384
15385         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
15386         and floorf multiarch implementations.
15387         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
15388         New file.
15389         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
15390         file.
15391         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
15392         multiarch floor for PowerPC32.
15393         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
15394         New file.
15395         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
15396         New file.
15397         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
15398         multiarch floorf for PowerPC32.
15399
15400         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
15401         and ceilf multiarch implementations.
15402         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
15403         New file.
15404         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
15405         file.
15406         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
15407         multiarch ceil for PowerPC32.
15408         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
15409         New file.
15410         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
15411         file.
15412         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
15413         multiarch ceilf for PowerPC32.
15414
15415         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
15416         is defined.
15417         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
15418         FINITEF is defined.
15419         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
15420         and finitef multiarch implementations.
15421         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
15422         New file.
15423         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
15424         file.
15425         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
15426         multiarch finite for PowerPC32.
15427         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
15428         New file.
15429         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
15430         file: multiarch finitef for PowerPC32.
15431
15432         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
15433         and isinff multiarch implementations.
15434         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
15435         file.
15436         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
15437         file.
15438         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
15439         multiarch isinf for PowerPC32.
15440         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
15441         New file.
15442         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
15443         multiarch isinff for PowerPC32.
15444
15445         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
15446         alias when __isnan is defined.
15447         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
15448         and isnanf multiarch implementations.
15449         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
15450         file.
15451         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
15452         file.
15453         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
15454         file.
15455         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
15456         file.
15457         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
15458         multiarch isnan for PowerPC32.
15459         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
15460         New file.
15461         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
15462         New file.
15463         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
15464         multiarch isnanf for PowerPC32.
15465
15466         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
15467         and sqrtf multiarch implementations.
15468         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
15469         file.
15470         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
15471         file.
15472         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
15473         multiarch sqrt for PowerPC32.
15474         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
15475         file.
15476         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
15477         file.
15478         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
15479         multiarch sqrtf for PowerPC32.
15480
15481         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
15482         and llroundf multiarch implementations.
15483         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
15484         New file.
15485         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
15486         New file.
15487         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
15488         New file.
15489         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
15490         file: multiarch llround for PowerPC32.
15491         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
15492         file: multiarch llroundf for PowerPC32.
15493
15494         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
15495         multiarch PowerPC32 fpu implementations.
15496         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
15497         New file.
15498         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
15499         New file.
15500         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
15501         multiarch llrint for PowerPC32.
15502         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
15503         New file.
15504         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
15505         New file.
15506         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
15507         file.
15508
15509         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
15510
15511         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
15512         file.
15513         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
15514         file.
15515         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
15516         file.
15517         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
15518         multiarch wordcopy for PPC32.
15519         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
15520         wordcopy objects.
15521         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15522         (__libc_ifunc_impl_list): Likewise.
15523         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
15524         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
15525         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
15526         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
15527         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
15528         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
15529
15530         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
15531         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
15532         file.
15533         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
15534         file.
15535         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
15536         file.
15537         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
15538         multiarch wcscpy for PPC32.
15539         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
15540         multiarch objects.
15541         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15542         (__libc_ifunc_impl_list): Likewise.
15543         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
15544         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
15545         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
15546         sysdeps/powerpc/power6/wcscpy.c.
15547
15548         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
15549         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
15550         file.
15551         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
15552         file.
15553         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
15554         file.
15555         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
15556         multiarch wcsrchr for PPC32.
15557         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
15558         multiarch objects.
15559         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15560         (__libc_ifunc_impl_list): Likewise.
15561         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
15562         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
15563         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
15564         sysdeps/powerpc/power6/wcsrchr.c.
15565
15566         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
15567         file.
15568         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
15569         file.
15570         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
15571         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
15572         multiarch wcschr for PPc32.
15573         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
15574         multiarch objects.
15575         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15576         (__libc_ifunc_impl_list): Likewise.
15577         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
15578         * sysdeps/powerpc/power6/wcschr.c: ... to here.
15579         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
15580         sysdeps/powerpc/power6/wcschr.c.
15581
15582         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
15583         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
15584         file.
15585         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
15586         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
15587         file: multiarch strchr for PPC32.
15588         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
15589         multiarch objects.
15590         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15591         (__libc_ifunc_impl_list): Likewise.
15592
15593         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
15594         name.
15595         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
15596         file.
15597         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
15598         file.
15599         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
15600         multiarch strchrnul for PPC32.
15601         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
15602         multiarch objects.
15603         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15604         (__libc_ifunc_impl_list): Likewise.
15605
15606         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
15607         file.
15608         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
15609         multiarch strncasecmp for PPC32.
15610         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
15611         file.
15612         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
15613         multiarch strncasecmp_l for PPC32.
15614         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
15615         strncasecmp multiarch objects.
15616         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15617         (__libc_ifunc_impl_list): Likewise.
15618
15619         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
15620         file.
15621         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
15622         multiarch strncasecmp for PPC32.
15623         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
15624         New file.
15625         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
15626         multiarch strcasecmp_l for PPC32.
15627         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
15628         multiarch objects.
15629         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15630         (__libc_ifunc_impl_list): Likewise.
15631
15632         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
15633         file.
15634         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
15635         file.
15636         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
15637         multiarch strncmp for PPC32.
15638         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
15639         multiarch objects.
15640         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15641         (__libc_ifunc_impl_list): Likewise.
15642
15643         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
15644         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
15645         file.
15646         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
15647         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
15648         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
15649         multiarch objects.
15650         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15651         (__libc_ifunc_impl_list): Likewise.
15652
15653         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
15654         file.
15655         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
15656         file.
15657         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
15658         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
15659         multiarch objects.
15660         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15661         (__libc_ifunc_impl_list): Likewise.
15662
15663         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
15664         file.
15665         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
15666         file.
15667         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
15668         multiarch rawmemchr for PPC32.
15669         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
15670         multiarch objects.
15671         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15672         (__libc_ifunc_impl_list): Likewise.
15673
15674         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
15675         file.
15676         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
15677         file.
15678         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
15679         file: memrchr multiarch for PPC32.
15680         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
15681         multiarch objects.
15682         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15683         (__libc_ifunc_impl_list): Likewise.
15684
15685         * string/memchr.c (__memchr): Using macro to redefine symbol name.
15686         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
15687         file.
15688         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
15689         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
15690         multiarch memchr for PPC32.
15691         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
15692         multiarch objects.
15693         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15694         (__libc_ifunc_impl_list): Likewise.
15695
15696         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
15697         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
15698         file.
15699         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
15700         file.
15701         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
15702         file: multiarch mempcpy for PPC32.
15703         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
15704         multiarch objects.
15705         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15706         (__libc_ifunc_impl_list): Likewise.
15707
15708         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
15709         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
15710         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
15711         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
15712         multiarch bzero for PPC32.
15713         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
15714         file.
15715         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
15716         file.
15717         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
15718         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
15719         file: multiarch memset for PPC32.
15720         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
15721         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
15722         memset multiarch objects.
15723         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15724         (__libc_ifunc_impl_list): Likewise.
15725
15726         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
15727         file.
15728         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
15729         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
15730         memcmp for PPC32.
15731         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
15732         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
15733         multiarch objects.
15734         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15735         (__libc_ifunc_impl_list): Likewise.
15736
15737         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
15738         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
15739         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
15740         file.
15741         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
15742         file.
15743         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
15744         file.
15745         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
15746         multiarch memcpy for PPC32.
15747         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
15748         multiarch objects.
15749         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15750         (__libc_ifunc_impl_list): Likewise.
15751
15752         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
15753         support multiarch for POWER/PPC32.
15754         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
15755         Likewise.
15756         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
15757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
15758         Implies file to make multiarch folder appers before the fpu and
15759         default folder for power4 configuration.
15760
15761 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15762
15763         * scripts/bench.pl: Append volatile keyword to type.
15764
15765 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15766
15767         * sysdeps/sh/sotruss-lib.c: New file.
15768         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
15769
15770 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15771
15772         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15773
15774 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
15775
15776         [BZ #6810]
15777         * math/w_tgamma.c: Include <errno.h>.
15778         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
15779         * math/w_tgammaf.c: Include <errno.h>.
15780         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
15781         * math/w_tgammal.c: Include <errno.h>.
15782         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
15783         * math/auto-libm-test-in: Do not allow missing errno on tgamma
15784         underflow.  Add more tgamma tests.
15785         * math/auto-libm-test-out: Regenerated.
15786         * sysdeps/i386/fpu/libm-test-ulps: Update.
15787         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15788
15789         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
15790         sin, sinh, tan, tanh, tgamma, y0 and y1.
15791         * math/auto-libm-test-out: Regenerated.
15792         * math/libm-test.inc (TEST_COND_x86_64): New macro.
15793         (TEST_COND_x86): Likewise.
15794         (M_E2l): Remove macro.
15795         (M_E3l): Likewise.
15796         (M_2_SQRT_PIl): Likewise.
15797         (M_SQRT_PIl): Likewise.
15798         (M_1_DIV_El): Likewise.
15799         (log_test_data): Use AUTO_TESTS_f_f.
15800         (log10_test_data): Likewise.
15801         (log1p_test_data): Likewise.
15802         (log2_test_data): Likewise.
15803         (sin_test_data): Likewise.
15804         (sin_tonearest_test_data): Likewise.
15805         (sin_towardzero_test_data): Likewise.
15806         (sin_downward_test_data): Likewise.
15807         (sin_upward_test_data): Likewise.
15808         (sinh_test_data): Likewise.
15809         (sinh_tonearest_test_data): Likewise.
15810         (sinh_towardzero_test_data): Likewise.
15811         (sinh_downward_test_data): Likewise.
15812         (sinh_upward_test_data): Likewise.
15813         (tan_test_data): Likewise.
15814         (tan_tonearest_test_data): Likewise.
15815         (tan_towardzero_test_data): Likewise.
15816         (tan_downward_test_data): Likewise.
15817         (tan_upward_test_data): Likewise.
15818         (tanh_test_data): Likewise.
15819         (tgamma_test_data): Likewise.
15820         (y0_test_data): Likewise.
15821         (y1_test_data): Likewise.
15822         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
15823         (special_real_inputs): Add pi/4.
15824         * sysdeps/i386/fpu/libm-test-ulps: Update.
15825         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15826
15827 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15828
15829         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
15830         "longjmp_target" static probes.
15831         (__longjmp): Rename to __longjmp_symbol.
15832         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
15833         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
15834         on which longjmp to generate.
15835         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
15836         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
15837         probe.
15838         (__sigsetjmp): Rename to __sigsetjmp_symbol.
15839         (__sigjmp_save): Rename to __sigjmp_save_symbol.
15840         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
15841         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
15842         and __sigjmp_save_symbol based on which sigsetjmp to generated.
15843         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
15844         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
15845         __longjmp_symbol based on which __longjmp to generate.
15846         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
15847         probe.
15848         (setjmp): Rename to setjmp_symbol.
15849         (__sigsetjmp): Rename to __sigsetjmp_symbol.
15850         (_setjmp): Rename to _setjmp_symbol.
15851         (__sigsetjmp): Rename to __sigsetjmp_symbol.
15852         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
15853         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
15854         which setjmp to generate.
15855         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
15856         "longjmp_target" static probes.
15857
15858 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15859
15860         * benchtests/README: Add note about output arguments.
15861         * benchtests/bench-sincos.c: Remove file.
15862         * benchtests/sincos-inputs: New file.
15863         * scripts/bench.pl: Identify output arguments and define
15864         static variables for them.
15865
15866         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
15867
15868         [BZ #15941]
15869         * Makefile (INSTALL): Add install-plain.texi as the primary
15870         dependency.
15871         * manual/install-plain.texi: New file.
15872         * manual/install.texi: Include node directive only for
15873         non-plaintext output.
15874
15875 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
15876
15877         * stdlib/longlong.h: Update from GCC.
15878
15879         [BZ #6807]
15880         [BZ #15901]
15881         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
15882         * math/w_j0f.c (y0f): Likewise.
15883         * math/w_j0l.c (__y0l): Likewise.
15884         * math/w_j1.c (y1): Likewise.
15885         * math/w_j1f.c (y1f): Likewise.
15886         * math/w_j1l.c (__y1l): Likewise
15887         * math/w_jn.c (yn): Likewise.
15888         * math/w_jnf.c (ynf): Likewise.
15889         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
15890         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
15891         value for Bessel function domain errors outside _SVID_ mode.
15892         Adjust sign of return value for yn (negative integer, 0).
15893         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
15894         by zero in return for negative x and set sign appropriately for
15895         negative n.
15896         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
15897         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
15898         * math/libm-test.inc (y0_test_data): Add more tests and adjust
15899         expectations in error cases.
15900         (y1_test_data): Likewise.
15901         (yn_test_data): Likewise.
15902         * sysdeps/i386/fpu/libm-test-ulps: Update.
15903         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15904
15905 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15906
15907         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
15908         "64" to "64-v1".  Add "64-v2".
15909         (abi-64-options): Rename to ...
15910         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
15911         (abi-64-condition): Rename to ...
15912         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
15913         (abi-64-ld-soname): Rename to ...
15914         (abi-64-v1-ld-soname): ... this.
15915         (abi-64-v2-options): Define.
15916         (abi-64-v2-condition): Likewise.
15917         (abi-64-v2-ld-soname): Likewise.
15918         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
15919         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
15920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
15921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
15922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
15923
15924 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15925             Alan Modra  <amodra@gmail.com>
15926
15927         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
15928         New versions for use with the ELFv2 ABI.
15929         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
15930         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
15931         declaration.
15932         (struct La_ppc64v2_retval): Likewise.
15933         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
15934         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
15935         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
15936         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
15937         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
15938         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
15939         Do not save or restore CR.
15940         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
15941         (_dl_profile_resolve): Do no save or restore CR.  Support extended
15942         return values for ELFv2 ABI.  Fix location of FPR return registers.
15943         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
15944         updated values for _CALL_ELF == 2.
15945         (La_regs, La_retval, int_retval): Likewise.
15946
15947 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15948
15949         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
15950         (FRAME_MIN_SIZE_PARM): Likewise.
15951         (FRAME_BACKCHAIN): Likewise.
15952         (FRAME_CR_SAVE): Likewise.
15953         (FRAME_LR_SAVE): Likewise.
15954         (FRAME_TOC_SAVE): Likewise.
15955         (FRAME_PARM_SAVE): Likewise.
15956         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
15957         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
15958         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15959         (call_mcount_parm_offset): New macro.
15960         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
15961         (PROF): Use symbolic stack frame offsets.
15962         (TAIL_CALL_SYSCALL_ERROR): Likewise.
15963         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
15964         Redefine in terms of FRAME_MIN_SIZE.
15965         (_dl_runtime_resolve): Use symbolic stack frame offsets.
15966         (_dl_profile_resolve): Likewise.  Update comment.
15967         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
15968         symbols stack frame offsets.
15969         (__sigsetjmp): Likewise.
15970         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
15971         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
15972         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
15973         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
15974
15975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
15976         (FRAME_BACKCHAIN): Remove.
15977         (FRAME_CR_SAVE): Likewise.
15978         (FRAME_LR_SAVE): Likewise.
15979         (FRAME_COMPILER_DW): Likewise.
15980         (FRAME_LINKER_DW): Likewise.
15981         (FRAME_TOC_SAVE): Likewise.
15982         (FRAME_PARM_SAVE): Likewise.
15983         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
15984         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
15985         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
15987         (CHECK_SP): Use symbolic stack frame offsets.
15988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
15989         zone" instead of caller's parameter save area for temp storage.
15990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
15991         Likewise.  Also, use symbolic stack frame offsets.
15992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
15993         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
15994         our own stack frame instead of the caller's.
15995         (__socket): Use symbolic stack frame offsets.
15996
15997 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15998             Alan Modra  <amodra@gmail.com>
15999
16000         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
16001         Define.
16002         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
16003         (PPC64_LOCAL_ENTRY_OFFSET): Define.
16004         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
16005         New function.
16006         (elf_machine_fixup_plt): Call it.
16007         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
16008         reloc arguments.
16009         (elf_machine_rela): Update call to elf_machine_plt_conflict.
16010         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
16011         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
16012         r2 before calling target.
16013
16014 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
16015             Alan Modra  <amodra@gmail.com>
16016
16017         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
16018         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
16019         versions of macros to support ELFv2 ABI.
16020         (LOCALENTRY): New macro.
16021         (ENTRY, EALIGN): Use it.
16022         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
16023         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
16024         fall through into ENTRY entry point.
16025         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
16026         Only define if _CALL_ELF != 2.
16027
16028         (elf_machine_matches_host): Verify ABI version matches.
16029         (RTLD_START): Use LOCALENTRY.
16030         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
16031         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
16032         (PLT_ENTRY_WORDS): New macro.
16033         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
16034         (elf_machine_runtime_setup): Support ELFv2 ABI.
16035         (elf_machine_fixup_plt): Likewise.
16036         (elf_machine_plt_conflict): Likewise.
16037         (resolve_ifunc): Likewise.
16038         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
16039         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
16040         Likewise.
16041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
16042         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
16043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
16044         (makecontext): Support ELFv2 ABI.
16045         * elf/elf.h (EF_PPC64_ABI): Define.
16046
16047 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
16048
16049         * sysdeps/powerpc/powerpc64/sysdep.h
16050         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
16051         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
16052         (ENTRY) [ASSEMBLER]: ... but instead here ...
16053         (EALIGN) [ASSEMBLER]: ... and here.
16054         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
16055         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
16056         (ENTRY_2) [!ASSEMBLER]: Use it.
16057         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
16058         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
16059         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
16060         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
16061         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
16062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
16063         Use PPC64_LOAD_FUNCPTR.
16064
16065         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
16066
16067 2013-12-04  Alan Modra  <amodra@gmail.com>
16068
16069         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
16070         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
16071         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
16072         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
16073
16074         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
16075         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
16076         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
16077         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
16078         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
16079         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
16080
16081 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
16082
16083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
16084         (__makecontext): Fix incorrect CFI when backtracing out of
16085         context created via makecontext.
16086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
16087         (__setcontext): Fix incorrect CFI during switch to new context.
16088         (__novec_setcontext): Likewise.
16089
16090 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
16091
16092         [BZ #4772]
16093         * time/strptime_l.c (__strptime_internal): Allow modifiers
16094         in strptime.
16095         * time/tst-strptime.c (day_tests): Add testcase.
16096
16097 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16098
16099         * scripts/bench.pl: Skip over blank lines.
16100
16101 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16102
16103         [BZ #926]
16104         * manual/time.texi (Calendar Time): Clarify what timezone functions
16105         use.
16106
16107 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16108
16109         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16110
16111 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
16112
16113         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
16114         implementation.
16115         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
16116         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
16117         * debug/memset_chk.c (__memset_chk): Likewise.
16118         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
16119         * debug/strncpy_chk.c: Likewise.
16120
16121 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
16122
16123         [BZ #15268]
16124         [BZ #15425]
16125         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
16126         (__ieee754_exp): For possibly underflowing results, check size of
16127         result and force underflow exception if required.
16128         * math/auto-libm-test-in: Add more tests of exp.
16129         * math/auto-libm-test-out: Regenerated.
16130         * sysdeps/i386/fpu/libm-test-ulps: Update.
16131         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16132
16133         [BZ #16283]
16134         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
16135         * math/w_exp2f.c (__exp2f): Likewise.
16136         * math/w_exp2l.c (__exp2l): Likewise.
16137         * math/auto-libm-test-in: Do not allow missing errno on exp2
16138         underflow.
16139         * math/auto-libm-test-out: Regenerated.
16140
16141 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
16142
16143         [BZ #16274]
16144         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
16145         handle filename validation.
16146         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
16147         (do_open): Delete.
16148
16149 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
16150
16151         [BZ #6786]
16152         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
16153         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
16154         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
16155         <float.h>.
16156         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
16157         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
16158         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
16159         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
16160         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
16161         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
16162         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
16163         * math/auto-libm-test-in: Don't allow missing errno from erfc.
16164         Add more erfc tests.
16165         * math/auto-libm-test-out: Regenerated.
16166         * sysdeps/i386/fpu/libm-test-ulps: Update.
16167         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16168
16169         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
16170         exp2, expm1, j0 and j1.
16171         * math/auto-libm-test-out: Regenerated.
16172         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
16173         (erfc_test_data): Likewise.
16174         (exp_test_data): Likewise.
16175         (exp_tonearest_test_data): Likewise.
16176         (exp_towardzero_test_data): Likewise.
16177         (exp_downward_test_data): Likewise.
16178         (exp_upward_test_data): Likewise.
16179         (exp10_test_data): Likewise.
16180         (exp2_test_data): Likewise.
16181         (expm1_test_data): Likewise.
16182         (j0_test_data): Likewise.
16183         (j1_test_data): Likewise.
16184         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
16185         (input_flag_type): Add flag_xfail_rounding.
16186         (input_flags): Add xfail-rounding.
16187         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
16188         (output_for_one_input_case): Handle flag_xfail_rounding.
16189         * sysdeps/i386/fpu/libm-test-ulps: Update.
16190         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16191
16192 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
16193
16194         [BZ #16289]
16195         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
16196         division by 0.
16197
16198 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
16199
16200         [BZ #16195]
16201         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
16202         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
16203         (STAP_PROBE0): New macro.
16204         (STAP_PROBE1): Likewise.
16205         (STAP_PROBE2): Likewise.
16206         (STAP_PROBE3): Likewise.
16207         (STAP_PROBE4): Likewise.
16208
16209 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
16210
16211         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
16212
16213 2013-12-02  Steve Ellcey  <sellcey@mips.com>
16214
16215         * benchtests/Makefile (bench): Add sqrt.
16216         (LDLIBS-bench-sqrt): New.
16217         * benchtests/sqrt-input: New.
16218
16219 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
16220
16221         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
16222         (GAIH_EAI): Likewise.
16223         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
16224         (gaih_inet): Likewise.
16225         (getaddrinfo): Don't use GAIH_EAI.
16226
16227         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
16228         (struct gaih): Remove definition.
16229
16230 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16231
16232         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
16233         Use HERRNOP directly.
16234
16235 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16236
16237         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16238
16239 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
16240
16241         * math/gen-auto-libm-tests.c (test_functions): Add more
16242         single-argument functions.
16243         (special_fill_pi_2): New function.
16244         (special_fill_minus_pi_2): Likewise.
16245         (special_fill_pi_6): Likewise.
16246         (special_fill_minus_pi_6): Likewise.
16247         (special_fill_pi_3): Likewise.
16248         (special_fill_2pi_3): Likewise.
16249         (special_fill_e): Likewise.
16250         (special_fill_1_e): Likewise.
16251         (special_fill_e_minus_1): Likewise.
16252         (special_real_inputs): Add more special inputs.
16253         (output_for_one_input_case): Do not require ERANGE on underflow to
16254         zero if round-to-nearest result does not underflow to zero, unless
16255         exact results required.
16256         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
16257         atan, atanh, cbrt, cos and cosh.
16258         * math/auto-libm-test-out: Regenerated.
16259         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
16260         (acos_tonearest_test_data): Likewise.
16261         (acos_towardzero_test_data): Likewise.
16262         (acos_downward_test_data): Likewise.
16263         (acos_upward_test_data): Likewise.
16264         (acosh_test_data): Likewise.
16265         (asin_test_data): Likewise.
16266         (asin_tonearest_test_data): Likewise.
16267         (asin_towardzero_test_data): Likewise.
16268         (asin_upward_test_data): Likewise.
16269         (asinh_test_data): Likewise.
16270         (atan_test_data): Likewise.
16271         (atanh_test_data): Likewise.
16272         (cbrt_test_data): Likewise.
16273         (cos_test_data): Likewise.
16274         (cos_tonearest_test_data): Likewise.
16275         (cos_towardzero_test_data): Likewise.
16276         (cos_downward_test_data): Likewise.
16277         (cos_upward_test_data): Likewise.
16278         (cosh_test_data): Likewise.
16279         (cosh_tonearest_test_data): Likewise.
16280         (cosh_towardzero_test_data): Likewise.
16281         (cosh_downward_test_data): Likewise.
16282         (cosh_upward_test_data): Likewise.
16283         * sysdeps/i386/fpu/libm-test-ulps: Update.
16284         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16285
16286 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
16287
16288         [BZ #6787]
16289         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
16290         * math/w_exp10f.c (__exp10f): Likewise.
16291         * math/w_exp10l.c (__exp10l): Likewise.
16292         * math/libm-test.inc (exp10_test_data): Add more tests and expect
16293         errno settings in existing tests.
16294
16295         [BZ #14032]
16296         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
16297         precision control set to double precision.
16298         * sysdeps/i386/fpu/w_sqrt.c: New file.
16299         * math/auto-libm-test-in: Add more tests.
16300         * math/auto-libm-test-out: Update.
16301
16302         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
16303         (sqrt_test_tonearest): New function.
16304         (sqrt_towardzero_test_data): New variable.
16305         (sqrt_test_towardzero): New function.
16306         (sqrt_downward_test_data): New variable.
16307         (sqrt_test_downward): New function.
16308         (sqrt_upward_test_data): New variable.
16309         (sqrt_test_upward): New function.
16310         (main): Call the new functions.
16311
16312         * math/gen-auto-libm-tests.c: New file.
16313         * math/auto-libm-test-in: Likewise.
16314         * math/auto-libm-test-out: New generated file.
16315         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
16316         variables.
16317         (%beautify): Add generated representations of zero.
16318         (top level): Set $auto_input and call parse_auto_input.
16319         (beautify): Remove trailing "f" from hex float constants.
16320         (parse_args): Handle XFAIL_TEST.
16321         (convert_condition): New function.
16322         (or_value): Likewise.
16323         (or_cond_value): Likewise.
16324         (generate_testfile): Handle AUTO_TESTS_* lines.
16325         (parse_auto_input): New function.
16326         * math/libm-test.inc (XFAIL_TEST): New macro.
16327         (ERRNO_UNCHANGED): Update value.
16328         (ERRNO_EDOM): Likewise.
16329         (ERRNO_ERANGE): Likewise.
16330         (IGNORE_RESULT): Likewise.
16331         (TEST_COND_flt_32): New macro.
16332         (TEST_COND_dbl_64): Likewise.
16333         (TEST_COND_ldbl_96_intel): Likewise.
16334         (TEST_COND_ldbl_96_m68k): Likewise.
16335         (TEST_COND_ldbl_128): Likewise.
16336         (TEST_COND_ldbl_128ibm): Likewise.
16337         (TEST_COND_long32): Likewise.
16338         (TEST_COND_long64): Likewise.
16339         (TEST_COND_before_rounding): Likewise.
16340         (TEST_COND_after_rounding): Likewise.
16341         (enable_test): Handle XFAIL_TEST flag.
16342         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
16343         with finite results.
16344         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
16345         auto-libm-test-out.
16346
16347 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
16348             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16349
16350         [BZ #16214]
16351         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
16352         __tls_get_addr_internal instead of __tls_get_offset in order to
16353         avoid GOT pointer dependency.  Make rtld export
16354         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
16355         __tls_get_addr since we are a __tls_get_offset platform.
16356         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
16357         GOT pointer being set up before.
16358         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
16359
16360 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
16361
16362         * manual/math.texi (Errors in Math Functions): Document accuracy
16363         goals.
16364
16365         [BZ #15004]
16366         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
16367         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
16368         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
16369         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
16370         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
16371         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
16372         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
16373         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
16374         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
16375         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
16376         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
16377         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
16378         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
16379         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
16380         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
16381         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
16382
16383         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
16384         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
16385         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
16386         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
16387         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
16388         Likewise.
16389         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
16390         Likewise.
16391         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
16392         Likewise.
16393         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
16394         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
16395         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
16396         atomic-feupdateenv and flt-rounds.
16397         * sysdeps/powerpc/nofpu/Versions (libc): Add
16398         __atomic_feholdexcept, __atomic_feclearexcept,
16399         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
16400         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
16401         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
16402         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
16403         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
16404         here.
16405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
16406         Update.
16407
16408         * manual/arith.texi (FP Exceptions): Document that exceptions may
16409         not be raised when matherr is used.
16410         (Math Error Reporting): Document overflow in directed rounding
16411         modes.  Document that errno may not be set when finite values are
16412         returned on overflow.  Document intent to set errno on underflow
16413         only for underflow to zero.
16414
16415         [BZ #16271]
16416         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
16417         round-to-nearest then adjust result for other rounding modes.
16418         * include/fenv.h (fegetround): Use libm_hidden_proto.
16419         * math/fegetround.c (fegetround): Use libm_hidden_def.
16420         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
16421         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
16422         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
16423         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
16424         Likewise.
16425         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
16426         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
16427         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
16428         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
16429
16430 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
16431
16432         [BZ #16077]
16433         * nss/Versions (libnss_files): Add
16434         _nss_files_gethostbyname3_r.
16435         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
16436         New function.
16437         (HOST_DB_LOOKUP): Remove macro.
16438         (_nss_files_gethostbyname_r): Implement function without the
16439         HOST_DB_LOOKUP macro.
16440         (_nss_files_gethostbyname2_r): Likewise.
16441
16442 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
16443
16444         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
16445
16446 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
16447
16448         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
16449         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
16450         warning.
16451
16452 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16453
16454         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
16455         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
16456         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
16457         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
16458         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
16459         __fe_nomask_env_priv and attribute_hidden.
16460         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
16461         (libc_feupdateenv_test_ppc): Likewise.
16462         (libc_feresetround_ppc): Likewise.
16463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16464         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
16465         compat_symbol macro.
16466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16467         (__fe_nomask_env): Likewise.
16468         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
16469
16470 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
16471
16472         * string/Makefile: Remove ifunc tests.
16473         * string/test-string.h: Define TEST_IFUNC.
16474         * string/test-bcopy-ifunc.c: Remove.
16475         * string/test-bzero-ifunc.c: Likewise.
16476         * string/test-memccpy-ifunc.c: Likewise.
16477         * string/test-memchr-ifunc.c: Likewise.
16478         * string/test-memcmp-ifunc.c: Likewise.
16479         * string/test-memcpy-ifunc.c: Likewise.
16480         * string/test-memmem-ifunc.c: Likewise.
16481         * string/test-memmove-ifunc.c: Likewise.
16482         * string/test-mempcpy-ifunc.c: Likewise.
16483         * string/test-memrchr-ifunc.c: Likewise.
16484         * string/test-memset-ifunc.c: Likewise.
16485         * string/test-rawmemchr-ifunc.c: Likewise.
16486         * string/test-stpcpy-ifunc.c: Likewise.
16487         * string/test-stpncpy-ifunc.c: Likewise.
16488         * string/test-strcasecmp-ifunc.c: Likewise.
16489         * string/test-strcasestr-ifunc.c: Likewise.
16490         * string/test-strcat-ifunc.c: Likewise.
16491         * string/test-strchr-ifunc.c: Likewise.
16492         * string/test-strchrnul-ifunc.c: Likewise.
16493         * string/test-strcmp-ifunc.c: Likewise.
16494         * string/test-strcpy-ifunc.c: Likewise.
16495         * string/test-strcspn-ifunc.c: Likewise.
16496         * string/test-strlen-ifunc.c: Likewise.
16497         * string/test-strncasecmp-ifunc.c: Likewise.
16498         * string/test-strncat-ifunc.c: Likewise.
16499         * string/test-strncmp-ifunc.c: Likewise.
16500         * string/test-strncpy-ifunc.c: Likewise.
16501         * string/test-strnlen-ifunc.c: Likewise.
16502         * string/test-strpbrk-ifunc.c: Likewise.
16503         * string/test-strrchr-ifunc.c: Likewise.
16504         * string/test-strspn-ifunc.c: Likewise.
16505         * string/test-strstr-ifunc.c: Likewise.
16506
16507 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
16508
16509         * benchtests/Makefile: Remove ifunc tests.
16510         * benchtests/bench-string.h: Define TEST_IFUNC.
16511         * benchtests/bench-bcopy-ifunc.c: Remove.
16512         * benchtests/bench-bzero-ifunc.c: Likewise.
16513         * benchtests/bench-memccpy-ifunc.c: Likewise.
16514         * benchtests/bench-memchr-ifunc.c: Likewise.
16515         * benchtests/bench-memcmp-ifunc.c: Likewise.
16516         * benchtests/bench-memcpy-ifunc.c: Likewise.
16517         * benchtests/bench-memmem-ifunc.c: Likewise.
16518         * benchtests/bench-memmove-ifunc.c: Likewise.
16519         * benchtests/bench-mempcpy-ifunc.c: Likewise.
16520         * benchtests/bench-memrchr-ifunc.c: Likewise.
16521         * benchtests/bench-memset-ifunc.c: Likewise.
16522         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
16523         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
16524         * benchtests/bench-stpcpy-ifunc.c: Likewise.
16525         * benchtests/bench-stpncpy-ifunc.c: Likewise.
16526         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
16527         * benchtests/bench-strcasestr-ifunc.c: Likewise.
16528         * benchtests/bench-strcat-ifunc.c: Likewise.
16529         * benchtests/bench-strchr-ifunc.c: Likewise.
16530         * benchtests/bench-strchrnul-ifunc.c: Likewise.
16531         * benchtests/bench-strcmp-ifunc.c: Likewise.
16532         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
16533         * benchtests/bench-strcpy-ifunc.c: Likewise.
16534         * benchtests/bench-strcspn-ifunc.c: Likewise.
16535         * benchtests/bench-strlen-ifunc.c: Likewise.
16536         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
16537         * benchtests/bench-strncat-ifunc.c: Likewise.
16538         * benchtests/bench-strncmp-ifunc.c: Likewise.
16539         * benchtests/bench-strncpy-ifunc.c: Likewise.
16540         * benchtests/bench-strnlen-ifunc.c: Likewise.
16541         * benchtests/bench-strpbrk-ifunc.c: Likewise.
16542         * benchtests/bench-strrchr-ifunc.c: Likewise.
16543         * benchtests/bench-strsep-ifunc.c: Likewise.
16544         * benchtests/bench-strspn-ifunc.c: Likewise.
16545         * benchtests/bench-strstr-ifunc.c: Likewise.
16546
16547 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
16548
16549         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
16550
16551 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
16552
16553         * resolv/netdb.h: Use __glibc_reserved instead __unused.
16554         * rt/aio.h: Likewise.
16555         * sysdeps/gnu/bits/utmp.h: Likewise.
16556         * sysdeps/gnu/bits/utmpx.h: Likewise.
16557         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
16558         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
16559         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
16560         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
16561         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
16562         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
16563         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
16564         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
16565         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
16566         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
16567         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
16568         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
16569         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
16570         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
16571         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
16572         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
16573         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
16574         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
16575         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
16576         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
16577         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
16578         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
16579         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
16580         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
16581         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
16582         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
16583         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
16584         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
16585         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
16586         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
16587         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
16588         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
16589         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
16590         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
16591         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
16592         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
16593         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
16594         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
16595         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
16596         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
16597         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
16598         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
16599
16600 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
16601
16602         [BZ #16245]
16603         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
16604         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
16605
16606 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
16607
16608         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
16609         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
16610         Likewise.
16611
16612 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16613
16614         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
16615         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
16616         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
16617         (__fesetround): Remove define.
16618         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
16619         rounding and exceptions handling.
16620         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
16621         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
16622         (__fe_nomask_env): Likewise.
16623         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
16624         __fegetround instead of fegetround.
16625         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
16626         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
16627
16628 2013-11-21  Roland McGrath  <roland@hack.frob.com>
16629
16630         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
16631         it's there.
16632
16633         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
16634
16635 2013-11-21  Meador Inge  <meadori@codesourcery.com>
16636
16637         [BZ #11157]
16638         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
16639         (encrypt_r): Likewise.
16640         * malloc/obstack.h (obstack_free): Likewise.
16641         * posix/unistd.h (encrypt): Likewise.
16642
16643 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
16644
16645         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
16646         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
16647         DL_CALL_DT_FINI() that call the functions directly.
16648         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
16649         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
16650         * elf/dl-fini.c: Likewise.
16651
16652 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
16653
16654         * malloc/hooks.c (memalign_check): Add alignment rounding.
16655         * malloc/malloc.c (_mid_memalign): New function.
16656         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
16657         Implement by calling _mid_memalign.
16658         * manual/probes.texi (Memory Allocation Probes): Remove
16659         memory_valloc_retry and memory_pvalloc_retry.
16660
16661 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16662
16663         * locale/programs/locarchive.c (open_archive): Add const
16664         qualifier to ARCHIVEFNAME and copy default fname to
16665         DEFAULT_FNAME.
16666
16667         [BZ #15601]
16668         * libio/tst-widetext.input: Rename Oriya to Odia.
16669         * locale/iso-639.def: Likewise.
16670
16671         * manual/probes.texi (Mathematical Function Probes): Add
16672         documentation for sin, cos, asin and acos probes.
16673         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
16674         (__sin32): Add slowasin probe.
16675         (__cos32): Add slowacos probe.
16676         (__mpsin): Add slowsin probe.
16677         (__mpcos): Add slowcos probe.
16678
16679 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
16680
16681         [BZ #15483]
16682         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
16683         thread-local __sim_exceptions_thread and global
16684         __sim_exceptions_global.
16685         (__sim_disabled_exceptions): Change to thread-local
16686         __sim_disabled_exceptions_thread and global
16687         __sim_disabled_exceptions_global.
16688         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
16689         and global __sim_round_mode_global.
16690         (__simulate_exceptions): Use thread-local floating-point state and
16691         set global state from it as needed.
16692         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
16693         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
16694         __sim_round_mode_thread.
16695         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
16696         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
16697         and global __sim_exceptions_global.
16698         (__sim_disabled_exceptions): Change to thread-local
16699         __sim_disabled_exceptions_thread and global
16700         __sim_disabled_exceptions_global.
16701         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
16702         and global __sim_round_mode_global.
16703         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
16704         (SIM_SET_GLOBAL): Likewise.
16705         * sysdeps/powerpc/soft-fp/sfp-machine.h
16706         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
16707         __sim_round_mode_thread.
16708         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
16709         __sim_disabled_exceptions_thread.
16710         (__sim_exceptions): Change to __sim_exceptions_thread.
16711         (__sim_disabled_exceptions): Change to
16712         __sim_disabled_exceptions_thread.
16713         (__sim_round_mode): Change to __sim_round_mode_thread.
16714         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
16715         thread-local floating-point state and set global state from it as
16716         needed.
16717         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
16718         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
16719         (__sim_disabled_exceptions): Remove extern declaration.
16720         (feenableexcept): Use thread-local floating-point state and set
16721         global state from it as needed.
16722         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
16723         extern declaration.
16724         (__sim_disabled_exceptions): Likewise.
16725         (__sim_round_mode): Likewise.
16726         (__fegetenv): Use thread-local floating-point state.
16727         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
16728         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
16729         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
16730         floating-point state and set global state from it as needed.
16731         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
16732         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
16733         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
16734         Likewise.
16735         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
16736         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
16737         Likewise.
16738         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
16739         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
16740         Use __sim_round_mode_thread.
16741         * math/test-fenv-tls.c: New file.
16742         * math/Makefile (tests): Add test-fenv-tls.
16743         ($(objpfx)test-fenv-tls): Depend on
16744         $(common-objpfx)nptl/libpthread.so.
16745
16746 2013-11-19  Andreas Schwab  <schwab@suse.de>
16747
16748         * locale/programs/locale.c (show_info): Decode wordarray elements.
16749         * locale/categories.def (LC_MONETARY): Add element for
16750         _NL_MONETARY_CRNCYSTR.
16751         * locale/C-monetary.c (conversion_rate): New variable.
16752         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
16753         element.
16754
16755 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
16756
16757         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
16758         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
16759
16760 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
16761
16762         * elf/Makefile (tst-auxv): New test.
16763         * elf/tst-auxv.c: New
16764         * elf/rtld.c (dl_main): Adjust AT_EXECFN
16765
16766 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
16767
16768         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
16769         (hidden_proto): Caller changed.
16770         (hidden_tls_proto): New macro.
16771         (libc_hidden_tls_proto): Likewise.
16772         (rtld_hidden_tls_proto): Likewise.
16773         (libm_hidden_tls_proto): Likewise.
16774         (libresolv_hidden_tls_proto): Likewise.
16775         (librt_hidden_tls_proto): Likewise.
16776         (libdl_hidden_tls_proto): Likewise.
16777         (libnss_files_hidden_tls_proto): Likewise.
16778         (libnsl_hidden_tls_proto): Likewise.
16779         (libnss_nisplus_hidden_tls_proto): Likewise.
16780         (libutil_hidden_tls_proto): Likewise.
16781
16782 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
16783
16784         [BZ #10253]
16785         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
16786         (decompose_rpath): Defer expansion to fillin_rpath.
16787         (_dl_init_paths): Pass linkmap to fillin_rpath.
16788
16789 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16790
16791         * benchtests/Makefile: Add strsep.
16792         * benchtests/bench-strsep.c: New file: strsep benchtest.
16793         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
16794
16795 2013-11-18  Andreas Schwab  <schwab@suse.de>
16796
16797         * locale/programs/locale.c (show_info) [case byte]: Check for
16798         '\377' instead of '\177'.
16799         * locale/C-monetary.c (not_available): Always use "\377".
16800         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
16801         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
16802         detect unavailable sign_posn locale elements.
16803         * locale/localeconv.c (__localeconv): For grouping and
16804         mon_grouping handle "\177" and "\377" like no grouping.
16805         (INT_ELEM): New macro.  Use it to set all numeric members.
16806         * locale/programs/ld-monetary.c (monetary_read)
16807         <tok_mon_grouping>: Normalize single -1 to the empty string.
16808         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
16809         Likewise.
16810
16811 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
16812
16813         [BZ #16055]
16814         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
16815         when we match (nil).
16816         * stdio-common/tst-sscanf.c (struct test): Add testcase.
16817
16818 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
16819
16820         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
16821         (NO_TEST_INLINE): Update value.
16822         (ERRNO_UNCHANGED): Likewise.
16823         (ERRNO_EDOM): Likewise.
16824         (ERRNO_ERANGE): Likewise.
16825         (IGNORE_RESULT): Likewise.
16826         (check_float_internal): Check signs of NaN results if
16827         TEST_NAN_SIGN used.
16828         (check_complex): Pass TEST_NAN_SIGN flag through to second
16829         check_float_internal call.
16830         (copysign_test_data): Add tests with quiet NaNs as second
16831         argument.  Use TEST_NAN_SIGN.
16832         (fabs_test_data): Add test of negative quiet NaN argument.  Use
16833         TEST_NAN_SIGN.
16834         (signbit_test_data): Add tests of quiet NaN argument.
16835         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
16836
16837         * math/gen-libm-test.pl (show_exceptions): Take extra argument
16838         $ignore_result.
16839         (parse_args): Handle function results specified as IGNORE.
16840         * math/libm-test.inc (IGNORE_RESULT): New macro.
16841         (check_float_internal): Do not check numerical result if flag
16842         IGNORE_RESULT set.
16843         (check_complex): Pass through IGNORE_RESULT to second
16844         check_float_internal call.
16845         (check_int): Do not check numerical result if flag IGNORE_RESULT
16846         set.
16847         (check_long): Likewise.
16848         (check_bool): Likewise.
16849         (check_longlong): Likewise.
16850         (lrint_test_data): Add tests of infinite and NaN arguments.
16851         (lrint_tonearest_test_data): Likewise.
16852         (lrint_towardzero_test_data): Likewise.
16853         (lrint_downward_test_data): Likewise.
16854         (lrint_upward_test_data): Likewise.
16855         (llrint_test_data): Likewise.
16856         (llrint_tonearest_test_data): Likewise.
16857         (llrint_towardzero_test_data): Likewise.
16858         (llrint_downward_test_data): Likewise.
16859         (llrint_upward_test_data): Likewise.
16860         (lround_test_data): Likewise.
16861         (llround_test_data): Likewise.
16862
16863         * math/libm-test.inc (NO_TEST_INLINE): New macro.
16864         (ERRNO_UNCHANGED): Update value.
16865         (ERRNO_EDOM): Likewise.
16866         (ERRNO_ERANGE): Likewise.
16867         (NO_TEST_INLINE_FLOAT): New macro.
16868         (NO_TEST_INLINE_DOUBLE): Likewise.
16869         (enable_test): New function.
16870         (RUN_TEST_f_f): Check enable_test before running test.
16871         (RUN_TEST_2_f): Likewise.
16872         (RUN_TEST_fff_f): Likewise.
16873         (RUN_TEST_c_f): Likewise.
16874         (RUN_TEST_f_f1): Likewise.
16875         (RUN_TEST_fF_f1): Likewise.
16876         (RUN_TEST_fI_f1): Likewise.
16877         (RUN_TEST_ffI_f1): Likewise.
16878         (RUN_TEST_c_c): Likewise.
16879         (RUN_TEST_cc_c): Likewise.
16880         (RUN_TEST_f_i): Likewise.
16881         (RUN_TEST_f_i_tg): Likewise.
16882         (RUN_TEST_ff_i_tg): Likewise.
16883         (RUN_TEST_f_b): Likewise.
16884         (RUN_TEST_f_b_tg): Likewise.
16885         (RUN_TEST_f_l): Likewise.
16886         (RUN_TEST_f_L): Likewise.
16887         (RUN_TEST_fFF_11): Likewise.
16888         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
16889         conditionals.
16890         (cosh_test_data): Likewise.
16891         (exp_test_data): Likewise.
16892         (expm1_test_data): Likewise.
16893         (hypot_test_data): Likewise.
16894         (pow_test_data): Likewise.
16895         (sinh_test_data): Likewise.
16896         (tanh_test_data): Likewise.
16897         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
16898         flags argument.
16899
16900         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
16901         tests with quiet NaN input and output.
16902         (acosh_test_data): Likewise.
16903         (asin_test_data): Likewise.
16904         (asinh_test_data): Likewise.
16905         (atan_test_data): Likewise.
16906         (atanh_test_data): Likewise.
16907         (atan2_test_data): Likewise.
16908         (cbrt_test_data): Likewise.
16909         (cos_test_data): Likewise.
16910         (cosh_test_data): Likewise.
16911         (erf_test_data): Likewise.
16912         (erfc_test_data): Likewise.
16913         (exp_test_data): Likewise.
16914         (exp10_test_data): Likewise.
16915         (exp2_test_data): Likewise.
16916         (expm1_test_data): Likewise.
16917         (hypot_test_data): Likewise.
16918         (j0_test_data): Likewise.
16919         (j1_test_data): Likewise.
16920         (jn_test_data): Likewise.
16921         (lgamma_test_data): Likewise.
16922         (log_test_data): Likewise.
16923         (log10_test_data): Likewise.
16924         (log1p_test_data): Likewise.
16925         (log2_test_data): Likewise.
16926         (pow_test_data): Likewise.
16927         (scalb_test_data): Likewise.
16928         (sin_test_data): Likewise.
16929         (sincos_test_data): Likewise.
16930         (sinh_test_data): Likewise.
16931         (tan_test_data): Likewise.
16932         (tanh_test_data): Likewise.
16933         (tgamma_test_data): Likewise.
16934         (y0_test_data): Likewise.
16935         (y1_test_data): Likewise.
16936         (yn_test_data): Likewise.
16937
16938         [BZ #16167]
16939         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
16940         argument being NaN and avoid computations with second argument in
16941         that case.
16942         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
16943         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
16944         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
16945
16946 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
16947
16948         * locale/iso-639.def: Add Chitwani Tharu (the).
16949
16950 2013-11-14  Andreas Schwab  <schwab@suse.de>
16951
16952         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
16953         word instead of empty string.
16954
16955 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16956
16957         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16958         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
16959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16960         (__fe_nomask_env): Likewise.
16961
16962 2013-11-13  Steve Ellcey  <sellcey@mips.com>
16963
16964         * benchtests/bench-timing.h: Include time.h.
16965
16966 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
16967
16968         [BZ #15997]
16969         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
16970         to 3.4.0 for x32.
16971         * sysdeps/unix/sysv/linux/configure: Regenerated.
16972
16973 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
16974
16975         [BZ #16151]
16976         * stdlib/strtod_l.c (round_and_return): Do not consider
16977         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
16978         exponent one less than half the least subnormal exponent.
16979         * stdlib/test-strtod-round-data: Add more tests.
16980         * stdlib/tst-strtod-round.c (tests): Regenerated.
16981
16982 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16983
16984         [BZ #14143]
16985         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
16986         (__fe_mask_env): Likewise.
16987         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
16988         libm_hidden_proto and add function prototype.
16989         (__fe_mask_env): Add function prototype.
16990         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16991         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
16992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
16993         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
16994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16995         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
16996
16997 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16998
16999         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
17000         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
17001
17002 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
17003
17004         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
17005         of htab_find_slot().
17006
17007 2013-11-11  David S. Miller  <davem@davemloft.net>
17008
17009         [BZ #16150]
17010         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
17011         symbol in the non-vis3 case in static builds.
17012         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
17013         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
17014         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
17015         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
17016
17017 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
17018
17019         [BZ #387]
17020         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
17021         it is empty.
17022
17023 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17024
17025         * benchtests/Makefile: Add bench-strtod.
17026         * benchtests/bench-strtod.c: New file: strtod benchtest
17027
17028 2013-11-11  Andreas Schwab  <schwab@suse.de>
17029
17030         [BZ #16153]
17031         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
17032         terminating NUL in key length.
17033
17034 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17035
17036         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
17037         Add artificial ODP entry for vDSO symbol for PPC64.
17038         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
17039         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
17040
17041 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
17042
17043         [BZ #15374]
17044         * nss/getent.c (services_keys): Recognize services starting with digit.
17045
17046 2013-11-06  David S. Miller  <davem@davemloft.net>
17047
17048         [BZ #15985]
17049         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
17050         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
17051
17052 2013-11-06  Will Newton  <will.newton@linaro.org>
17053
17054         * manual/memory.texi (Malloc Examples): Remove register
17055         keyword from examples.
17056
17057 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
17058
17059         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
17060
17061 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
17062
17063         [BZ #6981]
17064         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
17065         depending on [__GCC_IEC_559 > 0].
17066         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
17067         depending on [__GCC_IEC_559_COMPLEX > 0].
17068
17069 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
17070
17071         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
17072         to iso-639.def.
17073
17074 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
17075
17076         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
17077
17078 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
17079
17080         [BZ #16112]
17081         * malloc/malloc (malloc_info): Do not handle first bin as
17082         special case.
17083
17084 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
17085
17086         * locale/iso-639.def: Add Central Nahuatl (nhn).
17087
17088 2013-11-01  Bruno Haible  <bruno@clisp.org>
17089
17090         [BZ #7003]
17091         * manual/math.texi (BSD Random): Specify range upper bound as
17092         in POSIX.
17093
17094 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
17095
17096         * locale/iso-639.def: Add Meadow Mari (mhr).
17097
17098 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
17099
17100         [BZ #14752], [BZ #15763]
17101         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
17102         Validate name.
17103         * rt/tst_shm.c: Add test for escaping directory.
17104
17105 2013-10-31  Andreas Schwab  <schwab@suse.de>
17106
17107         [BZ #15917]
17108         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
17109         followed by 'x' as part of digit sequence.
17110         * stdio-common/tst-sscanf.c (double_tests2): New tests.
17111
17112 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
17113
17114         [BZ #16037]
17115         * configure.ac: allow GNU Make 4.0 and greater.
17116         * configure: Regenerated.
17117
17118 2013-10-30  Will Newton  <will.newton@linaro.org>
17119
17120         [BZ #16038]
17121         * malloc/hooks.c (memalign_check): Limit alignment to the
17122         maximum representable power of two.
17123         * malloc/malloc.c (__libc_memalign): Likewise.
17124         * malloc/tst-memalign.c (do_test): Add test for very
17125         large alignment values.
17126         * malloc/tst-posix_memalign.c (do_test): Likewise.
17127
17128 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
17129
17130         [BZ #11087]
17131         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
17132         (munmap_chunk): Likewise.
17133         (mremap_chunk): Likewise.
17134
17135 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
17136
17137         [BZ #15799]
17138         * stdlib/div.c (div): Remove obsolete code.
17139         * stdlib/ldiv.c (ldiv): Likewise.
17140         * stdlib/lldiv.c (lldiv): Likewise.
17141
17142 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
17143
17144         [BZ #16071]
17145         * nss/nss_files/files-XXX.c (get_contents_ret): New
17146         enumerator.
17147         (get_contents): New function.
17148         (internal_getent): Use it.  Expand size of LINEBUFLEN.
17149
17150 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
17151
17152         * configure.in: Moved to ...
17153         * configure.ac: ... here. Change reference to configure.in
17154         to configure.ac.
17155         * sysdeps/arm/preconfigure.ac: ... here.
17156         configure.in to configure.ac.
17157         * sysdeps/gnu/configure.in: Moved to ...
17158         * sysdeps/gnu/configure.ac: ... here.
17159         * sysdeps/i386/configure.in: Moved to ...
17160         * sysdeps/i386/configure.ac: ... here.
17161         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
17162         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
17163         * sysdeps/mach/configure.in: Moved to ...
17164         * sysdeps/mach/configure.ac: ... here.
17165         * sysdeps/mach/hurd/configure.in: Moved to ...
17166         * sysdeps/mach/hurd/configure.ac: ... here.
17167         * sysdeps/powerpc/configure.in: Moved to ...
17168         * sysdeps/powerpc/configure.ac: ... here.
17169         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
17170         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
17171         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
17172         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
17173         * sysdeps/s390/s390-32/configure.in: Moved to ...
17174         * sysdeps/s390/s390-32/configure.ac: ... here.
17175         * sysdeps/s390/s390-64/configure.in: Moved to ...
17176         * sysdeps/s390/s390-64/configure.ac: ... here.
17177         * sysdeps/sh/configure.in: Moved to ...
17178         * sysdeps/sh/configure.ac: ... here.
17179         * sysdeps/sparc/configure.in: Moved to ...
17180         * sysdeps/sparc/configure.ac: ... here.
17181         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
17182         * sysdeps/unix/sysv/linux/configure.ac: ... here.
17183         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
17184         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
17185         * sysdeps/x86_64/configure.in: Moved to ...
17186         * sysdeps/x86_64/configure.ac: ... here.
17187         * sysdeps/x86_64/preconfigure.in: Moved to ...
17188         * sysdeps/x86_64/preconfigure.ac: ... here.
17189         * aclocal.m4: Change reference to configure.in to configure.ac.
17190         * config.h.in: Likewise.
17191         * manual/install.texi: Likewise.
17192         * manual/maint.texi: Likewise.
17193         * Makefile: Likewise.
17194         * malloc/Makefile: Likewise.
17195         * nscd/Makefile: Likewise.
17196         * Makeconfig: Change reference to configure.in and
17197         preconfigure.in to configure.ac and preconfigure.ac
17198         respectively.
17199         * INSTALL: Regenerated.
17200         * configure: Likewise.
17201         * sysdeps/gnu/configure: Likewise.
17202         * sysdeps/i386/configure: Likewise.
17203         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
17204         * sysdeps/mach/configure: Likewise.
17205         * sysdeps/mach/hurd/configure: Likewise.
17206         * sysdeps/powerpc/configure: Likewise.
17207         * sysdeps/powerpc/powerpc32/configure: Likewise.
17208         * sysdeps/powerpc/powerpc64/configure: Likewise.
17209         * sysdeps/s390/s390-32/configure: Likewise.
17210         * sysdeps/s390/s390-64/configure: Likewise.
17211         * sysdeps/sh/configure: Likewise.
17212         * sysdeps/sparc/configure: Likewise.
17213         * sysdeps/unix/sysv/linux/configure: Likewise.
17214         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
17215         * sysdeps/x86_64/configure: Likewise.
17216         * sysdeps/x86_64/preconfigure: Likewise.
17217
17218 2013-10-29  Andreas Schwab  <schwab@suse.de>
17219
17220         * stdio-common/Makefile (tst-swscanf-ENV): Define.
17221
17222 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
17223
17224         * benchtests/pow-inputs: Add new inputs.
17225
17226         * benchtests/exp-inputs: Add new inputs.
17227
17228         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
17229         conditional check for return value.
17230         (__cos32): Likewise.
17231
17232 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17233
17234         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
17235         to provide a boost for large inputs with word alignment.
17236         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
17237         implementation based on optimized PPC64 strcpy.
17238         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
17239         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
17240         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
17241         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
17242
17243 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
17244
17245         [BZ #2801]
17246         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
17247
17248 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
17249
17250         [BZ #14876]
17251         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
17252         * time/tst-strptime.c (day_tests): Add testcase.
17253
17254 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
17255
17256         [BZ #14029]
17257         * manual/pattern.texi: Acknowledge that fnmatch can fail.
17258
17259 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
17260
17261         [BZ #16074]
17262         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
17263         MAP_FAILED on error.
17264
17265 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
17266
17267         [BZ #16072]
17268         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
17269         heap for large requests.
17270
17271 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
17272
17273         [BZ #9954]
17274         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
17275         result if the result has no associated interface.
17276         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
17277         interface for all 127.X.Y.Z addresses.
17278
17279 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
17280
17281         * locale/iso-639.def: Add Ligurian (lij)
17282
17283 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
17284
17285         [BZ #15825]
17286         * sunrpc/rpc_main.c: Document rpcgen -5.
17287
17288 2013-10-19  Michael Stahl  <mstahl@redhat.com>
17289
17290         * elf/rtld.c (do_preload): Print the reason why preloading failed.
17291
17292 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
17293
17294         [BZ #10278]
17295         * posix/glob.c: Match only directories when trailing slash is present.
17296         * posix/tst-gnuglob.c (my_opendir): Do not open files.
17297         (main): Add testcase.
17298
17299 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
17300
17301         [BZ #15670]
17302         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
17303
17304 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
17305
17306         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
17307         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
17308         AUTH_DES and cindex for FIPS 140-2.
17309         (DES Encryption): Add cindex FIPS 46-3.
17310
17311         * locale/locarchive.h (struct locarhandle): Add fname.
17312         * locale/programs/localedef.c (main): Pass ARGV[remaining]
17313         if an optional argument was specified to --list-archive,
17314         otherwise NULL.
17315         * locale/programs/locarchive.c (show_archive_content): Take new
17316         argument fname and pass it via ah.fname to open_archive.
17317         * locale/programs/localedef.h: Update decl.
17318         (open_archive): If AH->fname is non-null, open that file
17319         rather than the default file name, and don't ignore ENOENT.
17320         (create_archive): Set AH.fname to NULL.
17321         (delete_locales_from_archive): Likewise.
17322         (add_locales_to_archive): Likewise.
17323         * locale/programs/locfile.c (write_all_categories): Likewise.
17324
17325 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
17326             Aldy Hernandez  <aldyh@redhat.com>
17327
17328         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
17329         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
17330         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
17331         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
17332         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
17333         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
17334         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
17335         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
17336         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
17337         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
17338         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
17339         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
17340         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
17341         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
17342         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
17343         Likewise.
17344         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
17345         Likewise.
17346         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
17347         Likewise.
17348         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
17349         Likewise.
17350         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
17351         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
17352         Likewise.
17353         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
17354         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
17355         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
17356         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
17357         Likewise.
17358         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
17359         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
17360         * sysdeps/powerpc/preconfigure: Likewise.
17361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
17362         Likewise.
17363         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
17364         Replace contents of file by #include of <fenv_libc.h>.
17365         * sysdeps/powerpc/soft-fp/sfp-machine.h
17366         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
17367         and <sys/prctl.h>.
17368         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
17369         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
17370         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
17371         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
17372         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
17373         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
17374         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
17375         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
17376         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
17377         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
17378         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
17379         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
17380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
17381         Allow copysignl PLT reference to be missing.
17382
17383 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
17384             Joseph Myers  <joseph@codesourcery.com
17385
17386         [BZ #15948]
17387         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
17388         single character.
17389         (add_to_tablewc): Assert sequence of wide characters is nonempty.
17390
17391 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
17392
17393         * elf/tst-tls-dlinfo.c: Don't include tls.h.
17394         * elf/tst-tls1.c: Likewise.
17395         * elf/tst-tls10.h: Likewise.
17396         * elf/tst-tls14.c: Likewise.
17397         * elf/tst-tls2.c: Likewise.
17398         * elf/tst-tls3.c: Likewise.
17399         * elf/tst-tls4.c: Likewise.
17400         * elf/tst-tls5.c: Likewise.
17401         * elf/tst-tls6.c: Likewise.
17402         * elf/tst-tls7.c: Likewise.
17403         * elf/tst-tls8.c: Likewise.
17404         * elf/tst-tls9.c: Likewise.
17405         * elf/tst-tlsmod1.c: Likewise.
17406         * elf/tst-tlsmod13.c: Likewise.
17407         * elf/tst-tlsmod13a.c: Likewise.
17408         * elf/tst-tlsmod14a.c: Likewise.
17409         * elf/tst-tlsmod16a.c: Likewise.
17410         * elf/tst-tlsmod16b.c: Likewise.
17411         * elf/tst-tlsmod2.c: Likewise.
17412         * elf/tst-tlsmod3.c: Likewise.
17413         * elf/tst-tlsmod4.c: Likewise.
17414         * elf/tst-tlsmod5.c: Likewise.
17415         * elf/tst-tlsmod6.c: Likewise.
17416
17417 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
17418
17419         [BZ #12486]
17420         * malloc/malloc.c: remove checks for statistics.
17421
17422 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
17423
17424         [BZ #15277]
17425         * inet/inet_net.c (inet_network): Detect additional invalid strings.
17426         * inet/tst-network.c: Add testcase.
17427
17428 2013-10-17  Andreas Schwab  <schwab@suse.de>
17429
17430         [BZ #15218]
17431         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
17432         to determine canonical name.
17433
17434 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
17435
17436         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
17437         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
17438         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
17439         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
17440         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
17441         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
17442         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
17443         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
17444         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
17445         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
17446         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
17447         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
17448         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
17449         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
17450         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
17451         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
17452         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
17453         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
17454         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
17455         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
17456         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
17457         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
17458         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
17459         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
17460         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
17461         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
17462         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
17463         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
17464         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
17465         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
17466         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
17467         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
17468         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
17469         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
17470         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
17471         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
17472         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
17473         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
17474         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
17475         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
17476         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
17477         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
17478         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
17479         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
17480         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
17481         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
17482         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
17483         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
17484         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
17485         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
17486         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
17487         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
17488         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
17489         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
17490         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
17491         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
17492         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
17493         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
17494
17495 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
17496
17497         [BZ #16041]
17498         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
17499         make result into a quiet NaN.
17500
17501 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
17502
17503         * soft-fp/adddf3.c: Fix horizontal whitespace.
17504         * soft-fp/addsf3.c: Likewise.
17505         * soft-fp/addtf3.c: Likewise.
17506         * soft-fp/divdf3.c: Likewise.
17507         * soft-fp/divsf3.c: Likewise.
17508         * soft-fp/divtf3.c: Likewise.
17509         * soft-fp/double.h: Likewise.
17510         * soft-fp/eqdf2.c: Likewise.
17511         * soft-fp/eqsf2.c: Likewise.
17512         * soft-fp/eqtf2.c: Likewise.
17513         * soft-fp/extenddftf2.c: Likewise.
17514         * soft-fp/extended.h: Likewise.
17515         * soft-fp/extendsfdf2.c: Likewise.
17516         * soft-fp/extendsftf2.c: Likewise.
17517         * soft-fp/extendxftf2.c: Likewise.
17518         * soft-fp/fixdfdi.c: Likewise.
17519         * soft-fp/fixdfsi.c: Likewise.
17520         * soft-fp/fixdfti.c: Likewise.
17521         * soft-fp/fixsfdi.c: Likewise.
17522         * soft-fp/fixsfsi.c: Likewise.
17523         * soft-fp/fixsfti.c: Likewise.
17524         * soft-fp/fixtfdi.c: Likewise.
17525         * soft-fp/fixtfsi.c: Likewise.
17526         * soft-fp/fixtfti.c: Likewise.
17527         * soft-fp/fixunsdfdi.c: Likewise.
17528         * soft-fp/fixunsdfsi.c: Likewise.
17529         * soft-fp/fixunsdfti.c: Likewise.
17530         * soft-fp/fixunssfdi.c: Likewise.
17531         * soft-fp/fixunssfsi.c: Likewise.
17532         * soft-fp/fixunssfti.c: Likewise.
17533         * soft-fp/fixunstfdi.c: Likewise.
17534         * soft-fp/fixunstfsi.c: Likewise.
17535         * soft-fp/fixunstfti.c: Likewise.
17536         * soft-fp/floatdidf.c: Likewise.
17537         * soft-fp/floatdisf.c: Likewise.
17538         * soft-fp/floatditf.c: Likewise.
17539         * soft-fp/floatsidf.c: Likewise.
17540         * soft-fp/floatsisf.c: Likewise.
17541         * soft-fp/floatsitf.c: Likewise.
17542         * soft-fp/floattidf.c: Likewise.
17543         * soft-fp/floattisf.c: Likewise.
17544         * soft-fp/floattitf.c: Likewise.
17545         * soft-fp/floatundidf.c: Likewise.
17546         * soft-fp/floatundisf.c: Likewise.
17547         * soft-fp/floatunditf.c: Likewise.
17548         * soft-fp/floatunsidf.c: Likewise.
17549         * soft-fp/floatunsisf.c: Likewise.
17550         * soft-fp/floatunsitf.c: Likewise.
17551         * soft-fp/floatuntidf.c: Likewise.
17552         * soft-fp/floatuntisf.c: Likewise.
17553         * soft-fp/floatuntitf.c: Likewise.
17554         * soft-fp/fmadf4.c: Likewise.
17555         * soft-fp/fmasf4.c: Likewise.
17556         * soft-fp/fmatf4.c: Likewise.
17557         * soft-fp/gedf2.c: Likewise.
17558         * soft-fp/gesf2.c: Likewise.
17559         * soft-fp/getf2.c: Likewise.
17560         * soft-fp/ledf2.c: Likewise.
17561         * soft-fp/lesf2.c: Likewise.
17562         * soft-fp/letf2.c: Likewise.
17563         * soft-fp/muldf3.c: Likewise.
17564         * soft-fp/mulsf3.c: Likewise.
17565         * soft-fp/multf3.c: Likewise.
17566         * soft-fp/negdf2.c: Likewise.
17567         * soft-fp/negsf2.c: Likewise.
17568         * soft-fp/negtf2.c: Likewise.
17569         * soft-fp/op-1.h: Likewise.
17570         * soft-fp/op-2.h: Likewise.
17571         * soft-fp/op-4.h: Likewise.
17572         * soft-fp/op-8.h: Likewise.
17573         * soft-fp/op-common.h: Likewise.
17574         * soft-fp/quad.h: Likewise.
17575         * soft-fp/single.h: Likewise.
17576         * soft-fp/soft-fp.h: Likewise.
17577         * soft-fp/sqrtdf2.c: Likewise.
17578         * soft-fp/sqrtsf2.c: Likewise.
17579         * soft-fp/sqrttf2.c: Likewise.
17580         * soft-fp/subdf3.c: Likewise.
17581         * soft-fp/subsf3.c: Likewise.
17582         * soft-fp/subtf3.c: Likewise.
17583         * soft-fp/truncdfsf2.c: Likewise.
17584         * soft-fp/trunctfdf2.c: Likewise.
17585         * soft-fp/trunctfsf2.c: Likewise.
17586         * soft-fp/trunctfxf2.c: Likewise.
17587         * soft-fp/unorddf2.c: Likewise.
17588         * soft-fp/unordsf2.c: Likewise.
17589         * soft-fp/unordtf2.c: Likewise.
17590
17591 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
17592
17593         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
17594         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
17595
17596 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
17597
17598         * elf/dl-libc.c: Clear initfini list after freeing.
17599
17600 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
17601
17602         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
17603         * soft-fp/addsf3.c: Likewise.
17604         * soft-fp/addtf3.c: Likewise.
17605         * soft-fp/divdf3.c: Likewise.
17606         * soft-fp/divsf3.c: Likewise.
17607         * soft-fp/divtf3.c: Likewise.
17608         * soft-fp/double.h: Likewise.
17609         * soft-fp/eqdf2.c: Likewise.
17610         * soft-fp/eqsf2.c: Likewise.
17611         * soft-fp/eqtf2.c: Likewise.
17612         * soft-fp/extenddftf2.c: Likewise.
17613         * soft-fp/extended.h: Likewise.
17614         * soft-fp/extendsfdf2.c: Likewise.
17615         * soft-fp/extendsftf2.c: Likewise.
17616         * soft-fp/extendxftf2.c: Likewise.
17617         * soft-fp/fixdfdi.c: Likewise.
17618         * soft-fp/fixdfsi.c: Likewise.
17619         * soft-fp/fixdfti.c: Likewise.
17620         * soft-fp/fixsfdi.c: Likewise.
17621         * soft-fp/fixsfsi.c: Likewise.
17622         * soft-fp/fixsfti.c: Likewise.
17623         * soft-fp/fixtfdi.c: Likewise.
17624         * soft-fp/fixtfsi.c: Likewise.
17625         * soft-fp/fixtfti.c: Likewise.
17626         * soft-fp/fixunsdfdi.c: Likewise.
17627         * soft-fp/fixunsdfsi.c: Likewise.
17628         * soft-fp/fixunsdfti.c: Likewise.
17629         * soft-fp/fixunssfdi.c: Likewise.
17630         * soft-fp/fixunssfsi.c: Likewise.
17631         * soft-fp/fixunssfti.c: Likewise.
17632         * soft-fp/fixunstfdi.c: Likewise.
17633         * soft-fp/fixunstfsi.c: Likewise.
17634         * soft-fp/fixunstfti.c: Likewise.
17635         * soft-fp/floatdidf.c: Likewise.
17636         * soft-fp/floatdisf.c: Likewise.
17637         * soft-fp/floatditf.c: Likewise.
17638         * soft-fp/floatsidf.c: Likewise.
17639         * soft-fp/floatsisf.c: Likewise.
17640         * soft-fp/floatsitf.c: Likewise.
17641         * soft-fp/floattidf.c: Likewise.
17642         * soft-fp/floattisf.c: Likewise.
17643         * soft-fp/floattitf.c: Likewise.
17644         * soft-fp/floatundidf.c: Likewise.
17645         * soft-fp/floatundisf.c: Likewise.
17646         * soft-fp/floatunsidf.c: Likewise.
17647         * soft-fp/floatunsisf.c: Likewise.
17648         * soft-fp/floatuntidf.c: Likewise.
17649         * soft-fp/floatuntisf.c: Likewise.
17650         * soft-fp/floatuntitf.c: Likewise.
17651         * soft-fp/fmadf4.c: Likewise.
17652         * soft-fp/fmasf4.c: Likewise.
17653         * soft-fp/fmatf4.c: Likewise.
17654         * soft-fp/gedf2.c: Likewise.
17655         * soft-fp/gesf2.c: Likewise.
17656         * soft-fp/getf2.c: Likewise.
17657         * soft-fp/ledf2.c: Likewise.
17658         * soft-fp/lesf2.c: Likewise.
17659         * soft-fp/letf2.c: Likewise.
17660         * soft-fp/muldf3.c: Likewise.
17661         * soft-fp/mulsf3.c: Likewise.
17662         * soft-fp/multf3.c: Likewise.
17663         * soft-fp/negdf2.c: Likewise.
17664         * soft-fp/negsf2.c: Likewise.
17665         * soft-fp/negtf2.c: Likewise.
17666         * soft-fp/op-1.h: Likewise.
17667         * soft-fp/op-2.h: Likewise.
17668         * soft-fp/op-4.h: Likewise.
17669         * soft-fp/op-8.h: Likewise.
17670         * soft-fp/op-common.h: Likewise.
17671         * soft-fp/quad.h: Likewise.
17672         * soft-fp/single.h: Likewise.
17673         * soft-fp/soft-fp.h: Likewise.
17674         * soft-fp/sqrtdf2.c: Likewise.
17675         * soft-fp/sqrtsf2.c: Likewise.
17676         * soft-fp/sqrttf2.c: Likewise.
17677         * soft-fp/subdf3.c: Likewise.
17678         * soft-fp/subsf3.c: Likewise.
17679         * soft-fp/subtf3.c: Likewise.
17680         * soft-fp/truncdfsf2.c: Likewise.
17681         * soft-fp/trunctfdf2.c: Likewise.
17682         * soft-fp/trunctfsf2.c: Likewise.
17683         * soft-fp/trunctfxf2.c: Likewise.
17684         * soft-fp/unorddf2.c: Likewise.
17685         * soft-fp/unordsf2.c: Likewise.
17686         * soft-fp/unordtf2.c: Likewise.
17687
17688 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
17689
17690         [BZ #15672]
17691         * misc/error.c (error_tail): Fix possible buffer overflow.
17692
17693 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
17694
17695         [BZ #13028]
17696         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
17697         address.
17698
17699 2013-10-14  P. J. McDermott  <pj@pehjota.net>
17700
17701         [BZ #832]
17702         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
17703         testing pipefail option.
17704
17705 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
17706
17707         * soft-fp/double.h: Indent preprocessor directives inside #if.
17708         * soft-fp/extended.h: Likewise.
17709         * soft-fp/op-2.h: Likewise.
17710         * soft-fp/op-4.h: Likewise.
17711         * soft-fp/op-common.h: Likewise.
17712         * soft-fp/quad.h: Likewise.
17713         * soft-fp/single.h: Likewise.
17714         * soft-fp/soft-fp.h: Likewise.
17715
17716 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
17717
17718         * iconv/iconv_prog.c: Fix typos.
17719         * stdio-common/psiginfo-data.h: Likewise.
17720
17721 2013-10-12   Reuben Thomas <rrt@sc3d.org>
17722
17723         [BZ #15764]
17724         * locale/setlocale.c: Fix typo.
17725
17726 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
17727
17728         [BZ #16036]
17729         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
17730         signaling NaN arguments.
17731         * soft-fp/unordsf2.c (__unordsf2): Likewise.
17732         * soft-fp/unordtf2.c (__unordtf2): Likewise.
17733
17734         [BZ #14910]
17735         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
17736         unordered operands.
17737         * soft-fp/gesf2.c (__gesf2): Likewise.
17738         * soft-fp/getf2.c (__getf2): Likewise.
17739         * soft-fp/ledf2.c (__ledf2): Likewise.
17740         * soft-fp/lesf2.c (__lesf2): Likewise.
17741         * soft-fp/letf2.c (__letf2): Likewise.
17742
17743         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
17744         * soft-fp/eqsf2.c (__eqsf2): Likewise.
17745         * soft-fp/eqtf2.c (__eqtf2): Likewise.
17746         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
17747         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
17748         * soft-fp/fixdfti.c (__fixdfti): Likewise.
17749         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
17750         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
17751         * soft-fp/fixsfti.c (__fixsfti): Likewise.
17752         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
17753         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
17754         * soft-fp/fixtfti.c (__fixtfti): Likewise.
17755         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
17756         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
17757         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
17758         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
17759         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
17760         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
17761         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
17762         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
17763         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
17764         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
17765         * soft-fp/floatdisf.c (__floatdisf): Likewise.
17766         * soft-fp/floatsisf.c (__floatsisf): Likewise.
17767         * soft-fp/floattidf.c (__floattidf): Likewise.
17768         * soft-fp/floattisf.c (__floattisf): Likewise.
17769         * soft-fp/floattitf.c (__floattitf): Likewise.
17770         * soft-fp/floatundidf.c (__floatundidf): Likewise.
17771         * soft-fp/floatundisf.c (__floatundisf): Likewise.
17772         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
17773         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
17774         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
17775         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
17776         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
17777         * soft-fp/gesf2.c (__gesf2): Likewise.
17778         * soft-fp/getf2.c (__getf2): Likewise.
17779         * soft-fp/ledf2.c (__ledf2): Likewise.
17780         * soft-fp/lesf2.c (__lesf2): Likewise.
17781         * soft-fp/letf2.c (__letf2): Likewise.
17782
17783         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
17784         Undefine and redefine.
17785         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
17786         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
17787         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
17788         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
17789         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17790         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
17791         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17792         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
17793         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17794         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
17795         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17796         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
17797         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17798         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
17799         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17800
17801         [BZ #16032]
17802         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
17803         without decrementing exponent if mantissa >= that for the
17804         denominator, not >.
17805         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
17806         denominator, not >.  Decrement exponent in < case instead of
17807         incrementing in >= case.
17808         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
17809         without decrementing exponent if mantissa >= that for the
17810         denominator, not >.
17811
17812         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
17813         computing saturated result for unsigned overflow.
17814
17815 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17816             Jeff Law  <law@redhat.com>
17817
17818         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
17819         (atan2Mp): Add systemtap probe marker.
17820         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
17821         (__ieee754_log): Add systemtap probe marker.
17822         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
17823         (atanMp): Add systemtap probe marker.
17824         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
17825         (tanMp): Add systemtap probe marker.
17826         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
17827         (__slowexp): Add systemtap probe marker.
17828         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
17829         (__slowpow): Add systemtap probe marker.
17830         * manual/probes.texi: Document probes.
17831
17832 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
17833
17834         [BZ #15362]
17835         * libio/fileops.c (_IO_new_file_write): Return count of bytes
17836         written.
17837         (_IO_new_file_xsputn): Don't return EOF if nothing has been
17838         written.
17839         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
17840         written to buffer but not flushed.
17841         * libio/iofwrite_u.c:  Likewise.
17842         * libio/iopadn.c:  Return bytes returned even if EOF was
17843         encountered.
17844         * libio/iowpadn.c:  Likewise.
17845         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
17846         if _IO_padn does not write the whole buffer.
17847         [!COMPILE_WPRINTF] (PAD): Likewise.
17848
17849 2013-10-10  David S. Miller  <davem@davemloft.net>
17850
17851         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
17852         directory block.
17853
17854 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
17855
17856         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
17857         instead of FSF address.
17858         * soft-fp/fixdfti.c: Likewise.
17859         * soft-fp/fixsfti.c: Likewise.
17860         * soft-fp/fixtfti.c: Likewise.
17861         * soft-fp/fixunsdfti.c: Likewise.
17862         * soft-fp/fixunssfti.c: Likewise.
17863         * soft-fp/fixunstfti.c: Likewise.
17864         * soft-fp/floattidf.c: Likewise.
17865         * soft-fp/floattisf.c: Likewise.
17866         * soft-fp/floattitf.c: Likewise.
17867         * soft-fp/floatuntidf.c: Likewise.
17868         * soft-fp/floatuntisf.c: Likewise.
17869         * soft-fp/floatuntitf.c: Likewise.
17870         * soft-fp/trunctfxf2.c: Likewise.
17871
17872         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
17873         * soft-fp/fixdfti.c: Likewise.
17874         * soft-fp/fixsfti.c: Likewise.
17875         * soft-fp/fixtfti.c: Likewise.
17876         * soft-fp/fixunsdfti.c: Likewise.
17877         * soft-fp/fixunssfti.c: Likewise.
17878         * soft-fp/fixunstfti.c: Likewise.
17879         * soft-fp/floattidf.c: Likewise.
17880         * soft-fp/floattisf.c: Likewise.
17881         * soft-fp/floattitf.c: Likewise.
17882         * soft-fp/floatuntidf.c: Likewise.
17883         * soft-fp/floatuntisf.c: Likewise.
17884         * soft-fp/floatuntitf.c: Likewise.
17885         * soft-fp/trunctfxf2.c: Likewise.
17886
17887 2013-10-10  David S. Miller  <davem@davemloft.net>
17888
17889         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17890
17891 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
17892
17893         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
17894         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
17895         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
17896         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
17897         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
17898         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
17899         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
17900
17901         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
17902         for NaNs before doing comparisons on argument.
17903         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
17904         Likewise.
17905
17906 2013-10-10  Will Newton  <will.newton@linaro.org>
17907
17908         * malloc/hooks.c (memalign_check): Ensure the value of bytes
17909         passed to _int_memalign does not overflow.
17910
17911 2013-10-10  Torvald Riegel  <triegel@redhat.com>
17912
17913         * scripts/bench.pl: Add include-sources directive.
17914         * benchtests/README: Update documentation.
17915
17916 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
17917
17918         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
17919         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
17920         instead of FP_INIT_ROUNDMODE.
17921         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
17922         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
17923
17924         [BZ #16034]
17925         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
17926         copy class of input value.
17927         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
17928         not handle exceptions.
17929         * soft-fp/negsf2.c (__negsf2): Likewise.
17930         * soft-fp/negtf2.c (__negtf2): Likewise.
17931         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
17932
17933 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
17934
17935         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
17936         semicolon.  From Linux kernel.
17937
17938 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
17939
17940         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
17941
17942 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
17943
17944         [BZ #156]
17945         * manual/socket.texi: Added statement about buffer
17946         for gethostbyname2_r.
17947
17948 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
17949
17950         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
17951         Use .p2align directive instead, throughout.
17952         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
17953         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
17954         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
17955         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
17956         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
17957         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
17958         * sysdeps/x86_64/strchr.S: Likewise.
17959         * sysdeps/x86_64/strrchr.S: Likewise.
17960
17961 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
17962
17963         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
17964
17965         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
17966
17967         * sysdeps/generic/math_private.h (__mpsin1): Remove
17968         declaration.
17969         (__mpcos1): Likewise.
17970         (__mpsin): New argument __range_reduce.
17971         (__mpcos): Likewise.
17972         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
17973         (slow): Use __mpsin and __mpcos.
17974         (slow1): Likewise.
17975         (slow2): Likewise.
17976         (sloww): Likewise.
17977         (sloww1): Likewise.
17978         (sloww2): Likewise.
17979         (bsloww): Likewise.
17980         (bsloww1): Likewise.
17981         (bsloww2): Likewise.
17982         (cslow2): Likewise.
17983         (csloww): Likewise.
17984         (csloww1): Likewise.
17985         (csloww2): Likewise.
17986         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
17987         range_reduce.  Merge in __mpsin1.
17988         (__mpcos): Likewise.
17989         (__mpsin1): Remove.
17990         (__mpcos1): Likewise.
17991
17992 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
17993
17994         * locale/loadlocale.c (_nl_intern_locale_data): Use
17995         LOCFILE_ALIGNED_P.
17996         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
17997         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
17998         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
17999         obstack data is appropriately aligned.
18000         (obstack_int32_grow_fast): Likewise.
18001         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
18002         * locale/programs/locfile.c (add_locale_uint32): Likewise.
18003         (add_locale_uint32_array): Likewise.
18004
18005 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
18006
18007         * benchtests/Makefile: Remove ARGLIST and RET variables.
18008         ($(objpfx)bench-%.c): Pass only function name to the script.
18009         * benchtests/README: Update documentation.
18010         * benchtests/acos-inputs: Add new directives.
18011         * benchtests/acosh-inputs: Likewise.
18012         * benchtests/asin-inputs: Likewise.
18013         * benchtests/asinh-inputs: Likewise.
18014         * benchtests/atan-inputs: Likewise.
18015         * benchtests/atanh-inputs: Likewise.
18016         * benchtests/cos-inputs: Likewise.
18017         * benchtests/cosh-inputs: Likewise.
18018         * benchtests/exp-inputs: Likewise.
18019         * benchtests/log-inputs: Likewise.
18020         * benchtests/pow-inputs: Likewise.
18021         * benchtests/rint-inputs: Likewise.
18022         * benchtests/sin-inputs: Likewise.
18023         * benchtests/sinh-inputs: Likewise.
18024         * benchtests/tan-inputs: Likewise.
18025         * benchtests/tanh-inputs: Likewise.
18026         * scripts/bench.pl: Add support for new directives.
18027
18028 2013-10-07  Alan Modra  <amodra@gmail.com>
18029
18030         * README: Fix careless merge.
18031
18032 2013-10-05  Alan Modra  <amodra@gmail.com>
18033
18034         * NEWS: Mention powerpc64le support and bugs fixed.
18035         * README: Both big-endian and little-endian powerpc64 supported.
18036
18037 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18038
18039         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
18040         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
18041         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
18042         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
18043
18044 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
18045
18046         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
18047         match prototype.
18048
18049 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
18050
18051         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
18052         Move -mhard-float appending from
18053         ports/sysdeps/powerpc/powerpc32/Makefile.
18054         [$(with-fp) = yes] (ASFLAGS): Likewise.
18055         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
18056         * sysdeps/powerpc/nofpu: Move directory from
18057         ports/sysdeps/powerpc/nofpu.
18058         * sysdeps/powerpc/soft-fp: Move directory from
18059         ports/sysdeps/powerpc/soft-fp.
18060         * sysdeps/powerpc/powerpc32/405: Move directory from
18061         ports/sysdeps/powerpc/powerpc32/405.
18062         * sysdeps/powerpc/powerpc32/440: Move directory from
18063         ports/sysdeps/powerpc/powerpc32/440.
18064         * sysdeps/powerpc/powerpc32/464: Move directory from
18065         ports/sysdeps/powerpc/powerpc32/464.
18066         * sysdeps/powerpc/powerpc32/476: Move directory from
18067         ports/sysdeps/powerpc/powerpc32/476.
18068         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
18069         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
18070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
18071         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
18072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
18073         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
18074         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
18075         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
18076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
18077         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
18078         * README: Update for powerpc-*-linux-gnu software floating point
18079         support in libc.
18080
18081         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
18082         case to powerpc/powerpc32*.
18083         * sysdeps/unix/sysv/linux/configure: Regenerated.
18084
18085         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
18086         (_FPU_MASK_OM): Define as 0x04.
18087         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
18088         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
18089         0x00c10080.
18090         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
18091         0x0000003c.
18092         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
18093
18094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
18095         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
18096         getcontext_e500.
18097         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
18098         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
18099         setcontext_e500.
18100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
18101         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
18102         and setcontext_e500.
18103
18104 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
18105
18106         * locale/iso-3166.def: Update iso-1366.def and related occurrences
18107
18108 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18109
18110         * manual/threads.texi (Default Thread Attributes): Fix typo.
18111
18112 2013-10-04  Will Newton  <will.newton@linaro.org>
18113
18114         * malloc/Makefile: Add tst-memalign.
18115         * malloc/tst-memalign.c: New file.
18116
18117         * malloc/tst-posix_memalign.c: Add comments.
18118         (do_test): Add comments and call free on all potentially
18119         allocated pointers. Add space after cast.
18120
18121         * malloc/tst-pvalloc.c: Add comments.
18122         (do_test): Add comments and call free on all potentially
18123         allocated pointers. Remove duplicate check for NULL pointer.
18124         Add space after cast.
18125
18126         * malloc/tst-valloc.c: Add comments.
18127         (do_test): Add comments and call free on all potentially
18128         allocated pointers. Remove duplicate check for NULL pointer.
18129         Add space after cast.
18130
18131 2013-10-04  Alan Modra  <amodra@gmail.com>
18132
18133         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
18134         Use stdint types in rather than __attribute__((mode())).
18135         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
18136
18137 2013-10-04  Alan Modra  <amodra@gmail.com>
18138
18139         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
18140         Correct handling of unaligned relocs for little-endian.
18141         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
18142
18143 2013-10-04  Alan Modra  <amodra@gmail.com>
18144
18145         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
18146         * configure: Regenerate.
18147         * nptl/shlib-versions: Powerpc*le starts at 2.18.
18148         * shlib-versions: Likewise.
18149
18150 2013-10-04  Alan Modra  <amodra@gmail.com>
18151
18152         * string/tester.c (test_memrchr): Increment reported test cycle.
18153
18154 2013-10-04  Alan Modra  <amodra@gmail.com>
18155
18156         * string/test-memcpy.c (do_one_test): When reporting errors, print
18157         string address and don't overrun end of string.
18158
18159 2013-10-04  Alan Modra  <amodra@gmail.com>
18160
18161         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
18162         insrdi.  Make better use of reg selection to speed exit slightly.
18163         Schedule entry path a little better.  Remove useless "are we done"
18164         checks on entry to main loop.  Handle wrapping around zero address.
18165         Correct main loop count.  Handle single left-over word from main
18166         loop inline rather than by using loop_small.  Remove extra word
18167         case in loop_small caused by wrong loop count.  Add little-endian
18168         support.
18169         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
18170         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
18171         cache hint.
18172         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
18173         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
18174         support.  Avoid rlwimi.
18175         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
18176
18177 2013-10-04  Alan Modra  <amodra@gmail.com>
18178
18179         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
18180         insrdi.  Formatting.
18181         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
18182         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
18183         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
18184         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
18185         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
18186         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
18187
18188 2013-10-04  Alan Modra  <amodra@gmail.com>
18189
18190         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
18191         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18192         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
18193         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
18194         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
18195         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
18196         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18197         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
18198         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
18199         use of regs.  Use power7 mtocrf.  Tidy function tails.
18200
18201 2013-10-04  Alan Modra  <amodra@gmail.com>
18202
18203         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
18204         Formatting.  Consistently use rXXX register defines or rN defines.
18205         Use early exit labels that avoid restoring unused non-volatile regs.
18206         Make cr field use more consistent with rWORDn compares.  Rename
18207         regs used as shift registers for unaligned loop, using rN defines
18208         for short lifetime/multiple use regs.
18209         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
18210         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
18211         addi 1,1,64 to pop stack frame.  Simplify return value code.
18212         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18213
18214 2013-10-04  Alan Modra  <amodra@gmail.com>
18215
18216         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
18217         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
18218         rather than rlwimi.
18219         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
18220         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
18221         little-endian support.  Correct typos.
18222         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
18223         rather than rlwimi.
18224         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
18225         in loop and entry code to keep "and." results.
18226         (strchr): Add little-endian support.  Comment.  Move cntlzd
18227         earlier in tail.
18228         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
18229
18230 2013-10-04  Alan Modra  <amodra@gmail.com>
18231
18232         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
18233         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
18234         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
18235         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
18236
18237 2013-10-04  Alan Modra  <amodra@gmail.com>
18238
18239         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
18240         (rTMP): Define as r11.
18241         (strcmp): Add little-endian support.  Optimise tail.
18242         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
18243         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
18244         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
18245         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
18246         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
18247         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
18248         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
18249
18250 2013-10-04  Alan Modra  <amodra@gmail.com>
18251
18252         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
18253         little-endian support.  Remove unnecessary "are we done" tests.
18254         Handle "s" wrapping around zero and extremely large "size".
18255         Correct main loop count.  Handle single left-over word from main
18256         loop inline rather than by using small_loop.  Correct comments.
18257         Delete "zero" tail, use "end_max" instead.
18258         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
18259
18260 2013-10-04  Alan Modra  <amodra@gmail.com>
18261
18262         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
18263         support.  Don't branch over align.
18264         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
18265         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
18266         support.  Rearrange tmp reg use to suit.  Comment.
18267         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
18268
18269 2013-10-04  Alan Modra  <amodra@gmail.com>
18270
18271         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
18272
18273 2013-10-04  Alan Modra  <amodra@gmail.com>
18274
18275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
18276         conditional form of branch and link when obtaining pc.
18277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
18278
18279 2013-10-04  Alan Modra  <amodra@gmail.com>
18280
18281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
18282         HIWORD/LOWORD.
18283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
18284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
18285
18286 2013-10-04  Alan Modra  <amodra@gmail.com>
18287
18288         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
18289         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
18290         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
18291         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
18292         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18293         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
18294         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
18295         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
18296         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
18297         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
18298
18299 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
18300             Alistair Popple <alistair@ozlabs.au.ibm.com>
18301             Alan Modra <amodra@gmail.com>
18302
18303         [BZ #15723]
18304         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
18305         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
18306         _dl_hwcap access for little-endian.
18307         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
18308         destroy vmx regs when saving unaligned.
18309         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
18310         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
18311         destroy vmx regs when saving unaligned.
18312
18313 2013-10-04  Alan Modra  <amodra@gmail.com>
18314
18315         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
18316         Don't use a union to pack hi/low value.
18317
18318 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
18319
18320         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
18321         for little-endian.
18322         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
18323         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
18324         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
18325         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
18326         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
18327
18328 2013-10-04  Alan Modra  <amodra@gmail.com>
18329
18330         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
18331         constants to usual value for .cst8 section, and remove redundant
18332         high address load.
18333         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
18334         constant for 0x1p52.  Load little-endian words of double from
18335         correct stack offsets.
18336
18337 2013-10-04  Alan Modra  <amodra@gmail.com>
18338
18339         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
18340         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
18341         words of double from correct stack offsets.
18342         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
18343         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
18344         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
18345         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
18346         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
18347         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
18348         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
18349         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
18350         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
18351         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
18352         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
18353         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
18354         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
18355         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
18356         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
18357         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
18358         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
18359
18360 2013-10-04  Alan Modra  <amodra@gmail.com>
18361
18362         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
18363         64-bit int/double union.
18364         (_FPU_SETCW): Likewise.
18365         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
18366         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
18367
18368 2013-10-04  Alan Modra  <amodra@gmail.com>
18369
18370         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
18371         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
18372
18373 2013-10-04  Alan Modra  <amodra@gmail.com>
18374
18375         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
18376         use vector int constants.
18377         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
18378
18379 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
18380
18381         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
18382         array with long long.
18383         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
18384         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
18385         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
18386         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
18387         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
18388         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
18389         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
18390         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
18391         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
18392         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
18393         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
18394         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
18395         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
18396
18397 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
18398
18399         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
18400         (__signbit): Likewise.  Correct for little-endian.
18401         (__signbitl): Call __signbit.
18402         (lrint): Correct for little-endian.
18403         (lrintf): Call lrint.
18404
18405 2013-10-04  Alan Modra  <amodra@gmail.com>
18406
18407         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
18408         union 32-bit int array member with 64-bit int array.
18409         (t515, tm256): Double rather than long double.
18410         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
18411
18412 2013-10-04  Alan Modra  <amodra@gmail.com>
18413
18414         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
18415         Delete.
18416         (IEEE854_LONG_DOUBLE_BIAS): Delete.
18417         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
18418         version of math_ldbl.h.
18419
18420 2013-10-04  Alan Modra  <amodra@gmail.com>
18421
18422         [BZ #15734], [BZ #15735]
18423         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
18424         all uses of ieee875 long double macros and unions.  Simplify test
18425         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
18426         ldbl_extract_mantissa value for ix,iy exponents.  Properly
18427         normalize after ldbl_extract_mantissa, and don't add hidden bit
18428         already handled.  Don't treat low word of ieee854 mantissa like
18429         low word of IBM long double and mask off bit when testing for
18430         zero.
18431         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
18432         all uses of ieee875 long double macros and unions.  Simplify tests
18433         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
18434         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
18435         two1022, instead use their values.  Recognise that tests for large
18436         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
18437         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
18438         Rewrite all uses of ieee875 long double macros and unions.  Simplify
18439         test for 0.0L and nan.  Correct negation.
18440         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
18441         ieee875 long double macros and unions.  Correct output for large
18442         magnitude x.  Correct absolute value calculation.
18443         (__erfcl): Likewise.
18444         * math/libm-test.inc: Add tests for errors discovered in IBM long
18445         double versions of fmodl, remainderl, erfl and erfcl.
18446
18447 2013-10-04  Alan Modra  <amodra@gmail.com>
18448
18449         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
18450         all uses of ieee854 long double macros and unions.  Simplify tests
18451         for long doubles that are fully specified by the high double.
18452         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
18453         Likewise.
18454         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
18455         Remove dead code too.
18456         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
18457         (__ieee754_ynl): Likewise.
18458         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
18459         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
18460         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
18461         Remove dead code too.
18462         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
18463         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
18464         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
18465         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
18466         Simplify.
18467         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
18468         Simplify.
18469         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
18470         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
18471         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
18472         Comment on variable precision.
18473         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
18474         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
18475         Likewise.
18476         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
18477         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
18478         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
18479         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
18480         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
18481
18482 2013-10-04  Alan Modra  <amodra@gmail.com>
18483
18484         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
18485         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
18486         all uses of ieee854 long double macros and unions.
18487         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
18488         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
18489         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
18490         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
18491         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
18492         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
18493         Likewise.
18494         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
18495         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
18496         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
18497         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
18498         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
18499         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
18500         Simplify sign and nan test too.
18501         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
18502         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
18503         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
18504         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
18505         Likewise.
18506         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
18507         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
18508         Likewise.
18509         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
18510         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
18511         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
18512         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
18513         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
18514         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
18515
18516 2013-10-04  Alan Modra  <amodra@gmail.com>
18517
18518         * stdio-common/printf_size.c (__printf_size): Don't use
18519         union ieee854_long_double in fpnum union.
18520         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
18521         signbit macro to retrieve sign from long double.
18522         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
18523         retrieve sign from long double.
18524         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
18525         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
18526         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
18527         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
18528         * math/test-misc.c (main): Don't use union ieee854_long_double.
18529
18530 2013-10-04  Alan Modra  <amodra@gmail.com>
18531
18532         [BZ #15680]
18533         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
18534         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
18535         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
18536         calculation.  Remove unnecessary test for denormal exponent.
18537         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
18538         Correct handling of denormals.  Avoid undefined shift behaviour.
18539         Correct normalisation of low mantissa when low double is denormal.
18540         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
18541         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
18542         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
18543         Correct normalisation of low mantissa.  Test for overflow of high
18544         mantissa and normalise.
18545         (ldbl_nearbyint): Use more readable constant for two52.
18546         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
18547         (__mpn_construct_long_double): Fix test for overflow of high
18548         mantissa and correct normalisation.  Avoid undefined shift.
18549
18550 2013-10-04  Alan Modra  <amodra@gmail.com>
18551
18552         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
18553         (union ibm_extended_long_double): Define as an array of ieee754_double.
18554         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
18555         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
18556         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
18557         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
18558         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18559         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
18560         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
18561         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
18562         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
18563         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
18564         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
18565
18566 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
18567
18568         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
18569         page size instead of calling getpagesize.
18570
18571         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
18572         (LOCFILE_ALIGN_MASK): Likewise.
18573         (LOCFILE_ALIGN_UP): Likewise.
18574         (LOCFILE_ALIGNED_P): Likewise.
18575         * locale/programs/ld-collate.c (collate_output): Use the new
18576         macros instead of __alignof__ (int32_t).
18577         * locale/weight.h (findidx): Likewise.
18578
18579 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
18580
18581         [BZ #431]
18582         * manual/string.texi: Fix strncat and wcsncat.
18583
18584 2013-10-03  Brooks Moses  <bmoses@google.com>
18585
18586         [BZ #15915]
18587         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
18588         * Makerules: ...here, and adjust associated comments.
18589
18590 2013-10-02  Will Newton  <will.newton@linaro.org>
18591
18592         * malloc/Makefile: Add tst-pvalloc.
18593         * malloc/tst-pvalloc.c: New file.
18594
18595 2013-10-02  Will Newton  <will.newton@linaro.org>
18596
18597         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
18598         improve test coverage.
18599
18600 2013-10-02  Will Newton  <will.newton@linaro.org>
18601
18602         * malloc/Makefile: Add tst-posix_memalign.
18603         * malloc/tst-posix_memalign.c: New file.
18604
18605 2013-10-01  Eric Blake  <eblake@redhat.com>
18606
18607         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
18608         Use __THROWNL rather than __THROW on static functions.
18609
18610 2013-09-30  Petr Machata  <pmachata@redhat.com>
18611
18612         * elf/elf.h (R_AARCH64_ABS16): New macro.
18613         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
18614         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
18615         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
18616         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
18617         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
18618         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
18619         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
18620         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
18621         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
18622         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
18623         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
18624         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
18625         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
18626         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
18627         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
18628         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
18629         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
18630         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
18631         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
18632         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
18633         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
18634         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
18635         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
18636         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
18637         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
18638         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
18639         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
18640         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
18641         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
18642         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
18643         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
18644         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
18645         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
18646         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
18647         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
18648         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
18649         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
18650         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
18651         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
18652         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
18653         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
18654         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
18655         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
18656         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
18657         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
18658         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
18659         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
18660         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
18661         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
18662         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
18663         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
18664         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
18665         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
18666         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
18667         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
18668         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
18669         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
18670         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
18671         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
18672         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
18673         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
18674         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
18675         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
18676         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
18677         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
18678         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
18679         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
18680         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
18681         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
18682         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
18683         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
18684         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
18685         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
18686         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
18687         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
18688         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
18689         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
18690         (R_AARCH64_TLSDESC_LDR): Likewise.
18691         (R_AARCH64_TLSDESC_ADD): Likewise.
18692         (R_AARCH64_TLSDESC_CALL): Likewise.
18693
18694 2013-09-30  Andreas Schwab  <schwab@suse.de>
18695
18696         [BZ #15048]
18697         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
18698         the nss database lookup.
18699         * nscd/initgrcache.c (addinitgroupsX): Likewise.
18700         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18701
18702 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
18703
18704         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
18705
18706 2013-09-28  P. J. McDermott  <pj@pehjota.net>
18707
18708         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
18709         ${Bash-specific parameter/pattern/string} parameter expansion.
18710         * sysdeps/unix/make-syscalls.sh: Likewise.
18711
18712 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18713
18714         * sysdeps/sh/stackguard-macros.h: New file.
18715
18716 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
18717
18718         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
18719         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
18720         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
18721         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
18722         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
18723         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
18724
18725 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18726
18727         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
18728         Fix thread ID register.
18729
18730 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
18731
18732         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
18733         [POSIX || UNIX98]: Require rather than permitting all symbols from
18734         <time.h>.
18735         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
18736         element of struct sched_param.
18737         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
18738         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
18739         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
18740         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
18741         constant.
18742
18743 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
18744
18745         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
18746         argument calculation.
18747
18748 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
18749
18750         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
18751         Expect macro.
18752         [POSIX] (pthread_attr_t): Do not require type.
18753         [POSIX] (pthread_cond_t): Likewise.
18754         [POSIX] (pthread_condattr_t): Likewise.
18755         [POSIX] (pthread_key_t): Likewise.
18756         [POSIX] (pthread_mutex_t): Likewise.
18757         [POSIX] (pthread_mutexattr_t): Likewise.
18758         [POSIX] (pthread_once_t): Likewise.
18759         [POSIX] (pthread_t): Likewise.
18760         [POSIX-based standards] (pthread_atfork): Expect function.
18761
18762 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
18763             Richard Sandiford  <richard@codesourcery.com>
18764
18765         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
18766         (swap_endianness_p): New extern variable.
18767         (set_big_endian): New inline function.
18768         (maybe_swap_uint32): Likewise.
18769         (maybe_swap_uint32_array): Likewise.
18770         (maybe_swap_uint32_obstack): Likewise.
18771         * locale/programs/locfile.c: Include <stdbool.h>.
18772         (swap_endianness_p): New variable.
18773         (add_locale_uint32): Call maybe_swap_uint32.
18774         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
18775         (write_locale_data): Call maybe_swap_uint32_array.
18776         * locale/programs/ld-collate.c (obstack_int32_grow): Call
18777         maybe_swap_uint32.
18778         (obstack_int32_grow_fast): Likewise.
18779         (output_weightwc): Call maybe_swap_uint32_obstack.
18780         (collate_output): Likewise.
18781         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
18782         (OPT_LITTLE_ENDIAN): Likewise.
18783         (options): Add --little-endian and --big-endian options.
18784         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
18785         * locale/programs/locarchive.c: Include "locfile.h".
18786         (GET): New macro.
18787         (SET): Likewise.
18788         (INC): Likewise.
18789         (create_archive): Use the new macros to access fields of
18790         structures directly mapped from or written to locale archives.
18791         (oldlocrecentcmp): Likewise.
18792         (enlarge_archive): Likewise.
18793         (insert_name): Likewise.
18794         (add_alias): Likewise.
18795         (add_locale): Likewise.
18796         (delete_locales_from_archive): Likewise.
18797         (show_archive_content): Likewise.
18798         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
18799         locale data.
18800
18801 2013-09-24  Roland McGrath  <roland@hack.frob.com>
18802
18803         * manual/freemanuals.texi: Updated from (newly) canonical copy at
18804         http://www.gnu.org/doc/freemanuals.texi.
18805         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
18806
18807 2013-09-24  Will Newton  <will.newton@linaro.org>
18808
18809         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
18810         macro.
18811
18812 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
18813
18814         * locale/hashval.h (compute_hashval): Interpret bytes of key as
18815         unsigned char.
18816
18817 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
18818
18819         * manual/threads.texi (POSIX Threads): Fix a typo.
18820
18821 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
18822
18823         [BZ #14547]
18824         * string/tst-strcoll-overflow.c: New test case.
18825         * string/Makefile (xtests): Add tst-strcoll-overflow.
18826         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
18827         cache if string sizes may cause integer overflow.
18828
18829         [BZ #14547]
18830         * string/strcoll_l.c (coll_seq): New members rule, idx,
18831         save_idx and back_us.
18832         (get_next_seq_nocache): New function.
18833         (do_compare_nocache): New function.
18834         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
18835         when malloc fails.
18836
18837 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
18838
18839         [BZ #15754]
18840         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
18841         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
18842         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
18843
18844         [BZ #15754]
18845         * elf/Makefile (tests): Add tst-ptrguard1.
18846         (tests-static): Add tst-ptrguard1-static.
18847         (tst-ptrguard1-ARGS): Define.
18848         (tst-ptrguard1-static-ARGS): Define.
18849         * elf/tst-ptrguard1.c: New file.
18850         * elf/tst-ptrguard1-static.c: New file.
18851         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
18852         * sysdeps/i386/stackguard-macros.h: Likewise.
18853         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
18854         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
18855         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
18856         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
18857         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
18858         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
18859
18860 2013-09-23  Hector Marco  <hecmargi@upv.es>
18861             Ismael Ripoll  <iripoll@disca.upv.es>
18862             Carlos O'Donell  <carlos@redhat.com>
18863
18864         [BZ #15754]
18865         * sysdeps/generic/stackguard-macros.h: Define
18866         __pointer_chk_guard_local and POINTER_CHK_GUARD.
18867         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
18868         Define __pointer_chk_guard_local.
18869         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
18870         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
18871
18872 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
18873
18874         [BZ #15859]
18875         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
18876
18877 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
18878
18879         * include/string.h (__ffs): Declare as hidden.
18880         * string/ffs.c (__ffs): Define as hidden.
18881         * sysdeps/i386/ffs.c (__ffs): Likewise.
18882         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
18883         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
18884         * sysdeps/s390/ffs.c (__ffs): Likewise.
18885         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
18886
18887 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
18888
18889         * NEWS: Mention malloc probes.
18890
18891         * malloc/arena.c (new_heap): New memory_heap_new probe.
18892         (grow_heap): New memory_heap_more probe.
18893         (shrink_heap): New memory_heap_less probe.
18894         (heap_trim): New memory_heap_free probe.
18895         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
18896         (systrim): New memory_sbrk_less probe.
18897         * manual/probes.texi: Document them.
18898
18899         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
18900         * manual/probes.texi: Document it.
18901
18902         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
18903         (__libc_realloc): Add memory_realloc_retry probe.
18904         (__libc_memalign): Add memory_memalign_retry probe.
18905         (__libc_valloc): Add memory_valloc_retry probe.
18906         (__libc_pvalloc): Add memory_pvalloc_retry probe.
18907         (__libc_calloc): Add memory_calloc_retry probe.
18908         * manual/probes.texi: Document them.
18909
18910         * malloc/arena.c (get_free_list): Add probe
18911         memory_arena_reuse_free_list.
18912         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
18913         and memory_arena_reuse.
18914         (arena_get2) [!PER_THREAD]: Likewise.
18915         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
18916         memory_arena_reuse_realloc.
18917         * manual/probes.texi: Document them.
18918
18919         * malloc/malloc.c (__libc_free): Add
18920         memory_mallopt_free_dyn_thresholds probe.
18921         (__libc_mallopt): Add multiple memory_mallopt probes.
18922         * manual/probes.texi: Document them.
18923
18924         * malloc/malloc.c: Include stap-probe.h.
18925         (__libc_mallopt): Add memory_mallopt probe.
18926         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
18927         * manual/probes.texi: New.
18928         * manual/Makefile (chapters): Add probes.
18929         * manual/threads.texi: Set next node.
18930
18931 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
18932
18933         [BZ #15963, #13985]
18934         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
18935         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
18936         Add `Chinese' to `nan' entry name.
18937
18938 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
18939
18940         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
18941         (POLYNOMIAL): Likewise.
18942         (TAYLOR_SINCOS): Likewise.
18943         (TAYLOR_SLOW): Likewise.
18944         (__sin): Use TAYLOR_SINCOS.
18945         (__cos): Likewise.
18946         (slow): Use TAYLOR_SLOW.
18947         (sloww): Likewise.
18948         (bsloww): Likewise.
18949         (csloww): Likewise.
18950
18951 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18952
18953         * stdlib/strtod_l.c: Fix buffer overrun.
18954
18955 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
18956
18957         * benchtests/Makefile (bench): Add sincos.
18958         * benchtests/bench-sincos.c: New file.
18959
18960         * math/libm-test.inc (cos_test_data): New test inputs.
18961         (sin_test_data): Likewise.
18962
18963         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
18964         macro.
18965         (__sin): Use it.
18966         (__cos): Likewise.
18967         (slow1): Likewise.
18968         (slow2): Likewise.
18969         (sloww1): Likewise.
18970         (sloww2): Likewise.
18971         (bsloww1): Likewise.
18972         (bsloww2): Likewise.
18973         (cslow2): Likewise.
18974         (csloww1): Likewise.
18975         (csloww2): Likewise.
18976
18977         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
18978         function.
18979         (__sin): Use it.
18980         (__cos): Likewise.
18981
18982         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
18983         gotos.
18984         (__cos): Likewise.
18985
18986 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
18987
18988         * config.h.in (HAVE_MIPS_NAN2008): New macro.
18989         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
18990         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
18991         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
18992         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
18993         * elf/cache.c (print_entry): Handle the new cache flags.
18994
18995 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
18996             Aldy Hernandez  <aldyh@redhat.com>
18997
18998         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
18999         Change condition to [_SOFT_FLOAT].
19000         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
19001         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
19002         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
19003         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
19004         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
19005         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
19006         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
19007         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
19008         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
19009         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
19010         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
19011         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
19012         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
19013         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
19014         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
19015         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
19016         declaration.
19017
19018 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
19019
19020         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
19021         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
19022         (__longjmp): Use LOAD_GP to load saved GPRs.
19023         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
19024         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
19025         (__sigsetjmp): Use SAVE_GP to save GPRs.
19026
19027         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
19028         Do not append -msoft-float.
19029         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
19030
19031 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19032
19033         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
19034
19035 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
19036
19037         [BZ #15966]
19038         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
19039         (_FPU_GETCW): Use initial "__" on variable and field names but not
19040         on macro parameter name.
19041         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
19042         parentheses around reference to macro parameter.
19043
19044 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
19045
19046         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
19047         prototype.
19048         (ctype_startup): Use uint32_t in cast and sizeof for
19049         ctype->charnames.
19050
19051 2013-09-11  Jia Liu  <proljc@gmail.com>
19052
19053         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
19054         __daddr_t_defined.
19055         [__FreeBSD__]: Likewise.
19056
19057 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
19058
19059         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
19060         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
19061         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
19062         (strchr): Remove __strchr_sse42 ifunc selection.
19063         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
19064         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
19065
19066 2013-09-11  Will Newton  <will.newton@linaro.org>
19067
19068         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
19069         parameter to RES. Remove hardcoded 1000 value.
19070         * benchtests/bench-skeleton.c (main): Pass RES parameter
19071         to TIMING_INIT and multiply result by 1000.
19072
19073 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19074
19075         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19076
19077 2013-09-11  Andreas Schwab  <schwab@suse.de>
19078
19079         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
19080         if not defined.
19081         (O_TMPFILE) [__USE_GNU]: Define.
19082         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
19083         Define.
19084
19085 2013-09-11  Will Newton  <will.newton@linaro.org>
19086
19087         [BZ #15857]
19088         * malloc/malloc.c (__libc_memalign): Check the value of bytes
19089         does not overflow.
19090
19091 2013-09-11  Will Newton  <will.newton@linaro.org>
19092
19093         [BZ #15856]
19094         * malloc/malloc.c (__libc_valloc): Check the value of bytes
19095         does not overflow.
19096
19097 2013-09-11  Will Newton  <will.newton@linaro.org>
19098
19099         [BZ #15855]
19100         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
19101         does not overflow.
19102
19103 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
19104
19105         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
19106         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19107         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19108         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19109         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19110
19111 2013-09-10  Allan McRae  <allan@archlinux.org>
19112
19113         [BZ #15748]
19114         * manual/arith.texi (Parsing of Floats): Clarify
19115         cross-reference.
19116
19117         [BZ #15849]
19118         * manual/install.texi (Running make install): Mention
19119         --enable-pt-chown.
19120         * INSTALL: Regenerated.
19121
19122 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
19123
19124         * csu/init-first.c (_init): Remove the !SHARED condition around
19125         FPU control word initialization.
19126         * elf/dl-support.c (_dl_fpu_control): New variable.
19127         (_dl_aux_init) <AT_FPUCW>: Initialize it.
19128         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
19129         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
19130         * math/test-fpucw-static.c: New file.
19131         * math/test-fpucw-ieee.c: New file.
19132         * math/test-fpucw-ieee-static.c: New file.
19133         * math/Makefile (tests): Add `test-fpucw-ieee' and
19134         `$(tests-static)'.
19135         (tests-static): New variable.
19136         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
19137         dependency to...
19138         [($(build-shared),yes)]
19139         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
19140         ... this.
19141         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
19142         New dependency.
19143
19144 2013-09-09  Allan McRae  <allan@archlinux.org>
19145
19146         [BZ #15939]
19147         * manual/string.texi (Collation Functions): Fix typo in
19148         strcoll example.
19149         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
19150
19151         [BZ #15893]
19152         * stdlib/isomac.c (get_null_defines): Fix memory leak.
19153
19154         [BZ #15892]
19155         * libio/memstream.c (open_memstream): Fix memory leak.
19156         * libio/wmemstream.c (open_wmemstream): Likewise.
19157
19158         [BZ #15895]
19159         * nscd/netgroupcache.c: Fix nesting of ifdefs.
19160
19161 2013-09-09  Will Newton  <will.newton@linaro.org>
19162
19163         * malloc/Makefile: Add tst-realloc to tests.
19164         * malloc/tst-realloc.c: New file.
19165
19166 2013-09-09  Allan McRae  <allan@archlinux.org>
19167
19168         [BZ #15844]
19169         * COPYING: Update from GNU website to fix FSF address.
19170         * COPYING.LIB: Likewise.
19171
19172 2013-09-06  David S. Miller  <davem@davemloft.net>
19173
19174         * po/zh_TW.po: Update Chinese (traditional) translation from
19175         translation project.
19176
19177 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
19178             Joseph Myers  <joseph@codesourcery.com>
19179
19180         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
19181         "localeinfo.h".
19182         (obstack_chunk_alloc): New macro.
19183         (obstack_chunk_free): Likewise.
19184         (record_offset): New function.
19185         (init_locale_data): Likewise.
19186         (align_locale_data): Likewise.
19187         (add_locale_empty): Likewise.
19188         (add_locale_raw_data): Likewise.
19189         (add_locale_raw_obstack): Likewise.
19190         (add_locale_string): Likewise.
19191         (add_locale_wstring): Likewise.
19192         (add_locale_uint32): Likewise.
19193         (add_locale_uint32_array): Likewise.
19194         (add_locale_char): Likewise.
19195         (start_locale_structure): Likewise.
19196         (end_locale_structure): Likewise.
19197         (start_locale_prelude): Likewise.
19198         (end_locale_prelude): Likewise.
19199         (write_locale_data): Take locale_file structure rather than an
19200         iovec.
19201         * locale/programs/locfile.h: Include "obstack.h".
19202         (struct locale_file): Change to store locale file contents instead
19203         of header.
19204         (init_locale_data): New prototype.
19205         (align_locale_data): Likewise.
19206         (add_locale_empty): Likewise.
19207         (add_locale_raw_data): Likewise.
19208         (add_locale_raw_obstack): Likewise.
19209         (add_locale_string): Likewise.
19210         (add_locale_wstring): Likewise.
19211         (add_locale_uint32): Likewise.
19212         (add_locale_uint32_array): Likewise.
19213         (add_locale_char): Likewise.
19214         (start_locale_structure): Likewise.
19215         (end_locale_structure): Likewise.
19216         (start_locale_prelude): Likewise.
19217         (end_locale_prelude): Likewise.
19218         (write_locale_data): Update prototype.
19219         * locale/programs/3level.h (struct TABLE): Remove result field.
19220         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
19221         Use new locale_file interface.
19222         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
19223         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
19224         * locale/programs/ld-address.c (address_output): Use new
19225         locale_file interface.
19226         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
19227         NO_ADD_LOCALE.
19228         (collate_finish): Don't call collseq_table_finalize.
19229         (collate_output): Use new locale_file interface.
19230         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
19231         in file.
19232         (NO_FINALIZE): Change to NO_ADD_LOCALE.
19233         (TABLE): Move defines earlier in file.
19234         (ELEMENT): Likewise.
19235         (DEFAULT): Likewise.
19236         (wctrans_table_add): Move macro and inline function earlier in
19237         file.
19238         (struct wctype_table): Move type earlier in file.
19239         (add_locale_wctype_table): New static prototype.
19240         (struct locale_ctype_t): Use logical types instead of struct iovec
19241         pointers for members.
19242         (ctype_output): Use new locale_file interface.
19243         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
19244         new locale_file interface.
19245         (allocate_arrays): Update for use of new locale_file interface.
19246         * locale/programs/ld-identification.c (identification_output): Use
19247         new locale_file interface.
19248         * locale/programs/ld-measurement.c (measurement_output): Likewise.
19249         * locale/programs/ld-messages.c (messages_output): Likewise.
19250         * locale/programs/ld-monetary.c (monetary_output): Likewise.
19251         * locale/programs/ld-name.c (name_output): Likewise.
19252         * locale/programs/ld-numeric.c (numeric_output): Likewise.
19253         * locale/programs/ld-paper.c (paper_output): Likewise.
19254         * locale/programs/ld-telephone.c (telephone_output): Likewise.
19255         * locale/programs/ld-time.c (time_output): Likewise.
19256
19257 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19258
19259         * benchtests/Makefile: Add memrchr benchmark.
19260         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
19261         benchmark as memrchr.
19262         * benchtests/bench-memrchr-ifunc.c: New file.
19263         * benchtests/bench-memrchr.c: New file.
19264
19265 2013-09-06   Will Newton  <will.newton@linaro.org>
19266
19267         * benchtests/Makefile (string-bench): Add memcpy.
19268
19269 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
19270             Cong Wang  <amwang@redhat.com>
19271
19272         [BZ #15850]
19273         * sysdeps/unix/sysv/linux/bits/in.h
19274         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
19275         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
19276         before __USE_KERNEL_IPV6_DEFS uses.
19277         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
19278         IPPROTO_BEETPH.
19279         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
19280         sockaddr_in6, or ipv6_mreq.
19281
19282 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19283
19284         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
19285         memory access for final bytes in some large inputs.
19286         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
19287
19288 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19289
19290         * string/test-memrchr.c: New file.
19291         * string/test-memrchr-ifunc.c: New file.
19292         * string/Makefile: Add new memrchr testcase.
19293
19294 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
19295
19296         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
19297         fanotify_init returns EPERM.
19298
19299 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
19300
19301         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
19302         errors.
19303         (top level): Treat second token from macro or constant entries for
19304         allowed headers as allowed.
19305         * include/complex.h: Condition internal declarations on
19306         [!_ISOMAC].
19307         * include/fenv.h: Condition include of <stdbool.h> and internal
19308         declarations on [!_ISOMAC].
19309
19310 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
19311
19312         [BZ #15923]
19313         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
19314
19315 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
19316
19317         * configure.in (--enable-versioning): Remove configure option.
19318         (libc_cv_asm_symver_directive): Remove configure test.
19319         (libc_cv_ld_version_script_option): Likewise.
19320         (VERSIONING): Remove variable and AC_SUBST.
19321         (DO_VERSIONING): Remove AC_DEFINE.
19322         * configure: Regenerated.
19323         * config.h.in (DO_VERSIONING): Remove macro.
19324         * Makerules [$(versioning) = yes]: Change conditionals to
19325         [$(build-shared) = yes].
19326         * config.make.in (versioning): Remove variable.
19327         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
19328         [$(build-shared) = yes].
19329         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
19330         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
19331         * elf/Makefile [$(versioning) = yes]: Change conditionals to
19332         [$(build-shared) = yes].
19333         * extra-lib.mk [$(versioning) = yes]: Likewise.
19334         * hurd/Makefile [$(versioning) = yes]: Likewise.
19335         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
19336         [SHARED].
19337         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
19338         [SHARED].
19339         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
19340         [SHARED && !NO_HIDDEN].
19341         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
19342         [SHARED].
19343         [SHARED && DO_VERSIONING]: Likewise..
19344         * libio/Makefile [$(versioning) = yes]: Change conditionals to
19345         [$(build-shared) = yes].
19346         * manual/install.texi (--disable-versioning): Remove
19347         documentation.
19348         * INSTALL: Regenerated.
19349         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
19350         to [SHARED].
19351         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
19352         [$(build-shared) = yes].
19353         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
19354         * sysdeps/i386/i686/multiarch/strstr-c.c
19355         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
19356         [SHARED && !NO_HIDDEN].
19357         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
19358         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
19359         * sysdeps/powerpc/powerpc32/dl-machine.c
19360         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
19361         * sysdeps/powerpc/powerpc32/sysdep.h
19362         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
19363         to [SHARED && PIC && !NO_HIDDEN].
19364         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
19365         conditional to [SHARED].
19366
19367 2013-09-04   Will Newton  <will.newton@linaro.org>
19368
19369         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
19370         * benchtests/bench-string.h: Include bench-timing.h instead
19371         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
19372         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
19373         call to HP_TIMING_DIFF_INIT.
19374         * benchtests/bench-memccpy.c: Use bench-timing.h macros
19375         instead of hp-timing.h macros.
19376         * benchtests/bench-memchr.c: Likewise.
19377         * benchtests/bench-memcmp.c: Likewise.
19378         * benchtests/bench-memcpy.c: Likewise.
19379         * benchtests/bench-memmem.c: Likewise.
19380         * benchtests/bench-memmove.c: Likewise.
19381         * benchtests/bench-memset.c: Likewise.
19382         * benchtests/bench-rawmemchr.c: Likewise.
19383         * benchtests/bench-strcasecmp.c: Likewise.
19384         * benchtests/bench-strcasestr.c: Likewise.
19385         * benchtests/bench-strcat.c: Likewise.
19386         * benchtests/bench-strchr.c: Likewise.
19387         * benchtests/bench-strcmp.c: Likewise.
19388         * benchtests/bench-strcpy.c: Likewise.
19389         * benchtests/bench-strcpy_chk.c: Likewise.
19390         * benchtests/bench-strlen.c: Likewise.
19391         * benchtests/bench-strncasecmp.c: Likewise.
19392         * benchtests/bench-strncat.c: Likewise.
19393         * benchtests/bench-strncmp.c: Likewise.
19394         * benchtests/bench-strncpy.c: Likewise.
19395         * benchtests/bench-strnlen.c: Likewise.
19396         * benchtests/bench-strpbrk.c: Likewise.
19397         * benchtests/bench-strrchr.c: Likewise.
19398         * benchtests/bench-strspn.c: Likewise.
19399         * benchtests/bench-strstr.c: Likewise.
19400
19401 2013-09-04  Will Newton  <will.newton@linaro.org>
19402
19403         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
19404
19405 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
19406
19407         [BZ #15427]
19408         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
19409         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
19410         * math/libm-test.inc (lgamma_test_data): Add more tests.
19411         * sysdeps/i386/fpu/libm-test-ulps: Update.
19412         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19413
19414 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
19415
19416         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
19417         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
19418         Add ifunc.
19419         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
19420         Add strcmp-sse2-unaligned
19421         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
19422
19423 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
19424
19425         * Versions.def (libc): Add GLIBC_2.19.
19426
19427 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
19428
19429         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
19430         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
19431
19432 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
19433
19434         [BZ #14155]
19435         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
19436         intermediate calculations in recurrence.
19437         (__ieee754_ynf): Likewise.
19438         * math/libm-test.inc (jn_test_data): Do not allow spurious
19439         underflow exception.  Add more tests.
19440         (yn_test_data): Add more tests.
19441         * sysdeps/i386/fpu/libm-test-ulps: Update.
19442         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19443
19444 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
19445
19446         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
19447
19448 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
19449
19450         * csu/init-first.c: Fix then/than typos.
19451         * locale/programs/ld-collate.c: Likewise.
19452         * locale/programs/linereader.h: Likewise.
19453         * manual/charset.texi: Likewise.
19454         * manual/filesys.texi: Likewise.
19455         * manual/stdio.texi: Likewise.
19456         * manual/string.texi: Likewise.
19457         * stdlib/fmtmsg.c: Likewise.
19458         * sysdeps/i386/stpncpy.S: Likewise.
19459         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19460         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
19461         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19462         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
19463
19464 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
19465
19466         * elf/dl-open.c: Fix typos.
19467         * iconvdata/gbbig5.c: Likewise.
19468         * iconvdata/iso-2022-jp.c: Likewise.
19469         * iconv/gconv_int.h: Likewise.
19470         * iconv/loop.c: Likewise.
19471         * nis/rpcsvc/nis.h: Likewise.
19472         * resolv/ns_name.c: Likewise.
19473         * stdio-common/vfscanf.c: Likewise.
19474         * streams/stropts.h: Likewise.
19475         * sunrpc/rpc_thread.c: Likewise.
19476         * sysdeps/i386/strpbrk.S: Likewise.
19477         * sysdeps/ieee754/k_standard.c: Likewise.
19478         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
19479         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
19480         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
19481         * sysdeps/mach/hurd/profil.c: Likewise.
19482         * sysdeps/s390/dl-procinfo.h: Likewise.
19483         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
19484         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
19485         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
19486         * sysdeps/x86_64/dl-trampoline.S: Likewise.
19487         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
19488
19489 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
19490
19491         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
19492         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
19493
19494 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
19495
19496         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
19497         aix specific files.
19498         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
19499         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
19500         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
19501         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
19502         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
19503         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
19504         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
19505         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
19506
19507 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
19508             Roland McGrath  <roland@hack.frob.com>
19509
19510         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
19511         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
19512
19513 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19514
19515         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
19516         __executable_start symbol instead of _start.
19517
19518 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
19519
19520         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
19521         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
19522         Move macros to...
19523         * sysdeps/gnu/ldsodefs.h: ... this new file.
19524
19525         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
19526         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
19527         instead of ELFOSABI_LINUX.
19528
19529         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
19530         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
19531         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
19532         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
19533         Likewise.
19534         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
19535         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
19536         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
19537         Likewise.
19538         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
19539         (ibm_extended_long_double): Add ieee_nan member.
19540         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
19541         (do_test): New function.
19542
19543         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
19544         TEST_TRUNC.
19545         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
19546         functions, renamed from truncdfsf_test, trunctfsf_test,
19547         trunctfdf_test.
19548         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
19549         functions.
19550         (do_test): Run all these.
19551
19552 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
19553
19554         * argp/argp-help.c: Fix typos.
19555         * argp/argp-parse.c: Likewise.
19556         * debug/backtracesyms.c: Likewise.
19557         * elf/elf.h: Likewise.
19558         * malloc/malloc.c: Likewise.
19559         * nis/nis_print.c: Likewise.
19560         * resolv/res_comp.c: Likewise.
19561         * stdlib/stdlib.h: Likewise.
19562         * sunrpc/clnt_tcp.c: Likewise.
19563         * sunrpc/clnt_udp.c: Likewise.
19564         * sunrpc/clnt_unix.c: Likewise.
19565         * sysdeps/unix/bsd/ptsname.c: Likewise.
19566         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
19567         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
19568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
19569         Likewise.
19570         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
19571         Likewise.
19572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
19573         Likewise.
19574         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
19575
19576 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19577
19578         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
19579         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
19580
19581 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
19582
19583         [BZ #15897]
19584         * dlfcn/Makefile (tests): Add bug-dl-leaf.
19585         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
19586         ($(objpfx)bug-dl-leaf): New rule.
19587         ($(objpfx)bug-dl-leaf.so): Likewise.
19588         ($(objpfx)bug-dl-leaf.out): Likewise.
19589         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
19590         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
19591         * dlfcn/bug-dl-leaf.c: New test.
19592         * dlfcn/bug-dl-leaf-lib.c: Likewise.
19593         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
19594         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
19595         (dlclose): Likewise.
19596         (dlmopen): Likewise.
19597
19598 2013-08-27  Roland McGrath  <roland@hack.frob.com>
19599
19600         * include/netdb.h [!_ISOMAC]:
19601         Don't include <tls.h>.
19602         (h_errno, __libc_h_errno): Move declaration and macros out of
19603         [_LIBC_REENTRANT].
19604
19605         * include/resolv.h [_RESOLV_H_]:
19606         Don't include <tls.h>.
19607         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
19608         * resolv/res_libc.c: Don't include <tls.h>.
19609         (_res): Use __attribute__ ((nocommon)) in place of
19610         __attribute__ ((section (".bss"))).
19611
19612         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
19613         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
19614
19615         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
19616
19617         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
19618         only under [SIOCGIFCONF && SIOCGIFNETMASK].
19619
19620         * resolv/res_mkquery.c: Include <sys/time.h>.
19621
19622         * inet/ifreq.c: Moved to ...
19623         * sysdeps/unix/ifreq.c: ... here.
19624         * inet/ifreq.c: New file, true stub version.
19625
19626         * socket/sa_len.c: New file.
19627         * socket/Makefile (aux): Add it.
19628         * sysdeps/unix/sysv/linux/Makefile
19629         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
19630         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
19631         and #include <socket/sa_len.c>.
19632         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
19633         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
19634
19635         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
19636         * bits/socket.h: ... here.
19637
19638         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
19639         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
19640         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
19641
19642 2013-08-27  Andreas Schwab  <schwab@suse.de>
19643
19644         [BZ #15736]
19645         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
19646         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
19647         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
19648         * string/test-strcasecmp.c (test_main): Run tests in several
19649         locales.
19650         * string/test-strncasecmp.c (test_main): Likewise.
19651
19652         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
19653         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
19654         to __strcasecmp_nonascii and __strncasecmp_nonascii.
19655         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
19656         (__strncasecmp_ssse3) [PIC]: Likewise.
19657
19658 2013-08-26  Roland McGrath  <roland@hack.frob.com>
19659
19660         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
19661
19662         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
19663         instead of explicitly declaring xdecrypt.
19664         * nis/nss_nis/nis-publickey.c: Likewise.
19665
19666 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
19667
19668         [BZ #15890]
19669         * nscd/aicache.c: Include res_hconf.h.
19670         (addhstaiX): Initialize res_hconf.
19671
19672 2013-08-26  Andreas Schwab  <schwab@suse.de>
19673
19674         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
19675         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
19676
19677 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
19678
19679         * nscd/aicache.c (addhstaiX): Fix indentation.
19680
19681 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
19682
19683         * configure.ac: Quote $build_pt_chown test.
19684         * configure: Regenerated.
19685
19686 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
19687
19688         [BZ #15532]
19689         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
19690         * math/s_cexpf.c (__cexpf): Likewise.
19691         * math/s_cexpl.c (__cexpl): Likewise.
19692         * math/libm-test.inc (cexp_test_data): Correct expected return
19693         value for NaN + i0.  Add another test.
19694
19695 2013-08-22  David S. Miller  <davem@davemloft.net>
19696
19697         * po/ca.po: Update Catalan translation from translation project.
19698         * po/uk.po: Add Ukrainian translations from translation project.
19699
19700 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
19701
19702         [BZ #15797]
19703         * math/s_fdim.c (__fdim): Check for infinite arguments if result
19704         is infinite, not alongside NaN test.
19705         * math/s_fdimf.c (__fdimf): Likewise.
19706         * math/s_fdiml.c (__fdiml): Likewise.
19707         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
19708         errno is unchanged.
19709
19710 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
19711
19712         * argp/argp-help.c: Fix typos.
19713         * crypt/speeds.c: Likewise.
19714         * csu/check_fds.c: Likewise.
19715         * elf/dl-load.c: Likewise.
19716         * elf/dl-open.c: Likewise.
19717         * elf/reldep3.c: Likewise.
19718         * elf/reldep.c: Likewise.
19719         * elf/sprof.c: Likewise.
19720         * iconv/iconv_charmap.c: Likewise.
19721         * iconv/skeleton.c: Likewise.
19722         * iconv/strtab.c: Likewise.
19723         * io/lockf64.c: Likewise.
19724         * libio/libioP.h: Likewise.
19725         * resolv/gai_notify.c: Likewise.
19726         * resolv/ns_name.c: Likewise.
19727         * resolv/ns_samedomain.c: Likewise.
19728         * resolv/res_send.c: Likewise.
19729         * stdlib/random.c: Likewise.
19730         * sunrpc/rpc/xdr.h: Likewise.
19731         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
19732         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
19733         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
19734         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
19735         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
19736         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
19737         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
19738         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
19739         * sysdeps/mach/hurd/check_fds.c: Likewise.
19740         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
19741         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
19742         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19743         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
19744         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
19745         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
19746         * sysdeps/pthread/aio_notify.c: Likewise.
19747         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
19748         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
19749         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
19750         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
19751         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19752
19753 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19754
19755         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
19756         version if bit_Slow_SSE4_2 is set.
19757         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
19758         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
19759
19760 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19761
19762         [BZ #15867]
19763         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
19764         trampoline stack frame information.
19765         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
19766         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
19767         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
19768         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
19769         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
19770         * sysdeps/unix/sysv/linux/powerpc/init-first.c
19771         (_libc_vdso_platform_setup): Initialize the signal trampolines.
19772         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
19773         sa_flags value.
19774         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
19775         interrupting a syscall and set with option SA_SIGINFO.
19776
19777 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
19778
19779         [BZ #15531]
19780         * math/s_cproj.c (__cproj): Only return an infinity if one part of
19781         argument is infinite.
19782         * math/s_cprojf.c (__cprojf): Likewise.
19783         * math/s_cprojl.c (__cprojl): Likewise.
19784         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
19785         * math/libm-test.inc (cproj_test_data): Add more tests.
19786
19787         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
19788
19789         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
19790         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
19791         size.  Use __ffs to determine corresponding shift.
19792
19793 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
19794             Roland McGrath  <roland@hack.frob.com>
19795
19796         * Makefile (INSTALL): Remove trailing blank lines from output of
19797         makeinfo.
19798
19799 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19800
19801         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
19802         Align 32 bit compat elf_greg to 8 bytes.
19803
19804 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
19805
19806         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
19807
19808 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19809
19810         * string/strcoll_l.c (coll_seq): New structure.
19811         (get_next_seq_cached): New function.
19812         (get_next_seq): New function.
19813         (do_compare): New function.
19814         (STRCOLL): Use GNU style definition.  Simplify implementation
19815         by using get_next_seq, get_next_seq_cached and do_compare.
19816
19817 2013-08-16  Florian Weimer  <fweimer@redhat.com>
19818
19819         [BZ #14699]
19820         CVE-2013-4237
19821         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
19822         member.
19823         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
19824         member.
19825         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
19826         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
19827         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
19828         conditional.
19829         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
19830         GETDENTS_64BIT_ALIGNED.
19831         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
19832         * manual/filesys.texi (Reading/Closing Directory): Document
19833         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
19834         strongly.
19835         * manual/conf.texi (Limits for Files): Add portability note to
19836         NAME_MAX, PATH_MAX.
19837         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
19838
19839 2013-08-13  Andreas Schwab  <schwab@suse.de>
19840
19841         [BZ #15749]
19842         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
19843         of fabs.
19844         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
19845         LDBL_MAX_EXP >= 16384]: Add tests for it.
19846
19847 2013-08-12  David S. Miller  <davem@davemloft.net>
19848
19849         * version.h (RELEASE): Set to "development".
19850         (VERSION): Set to "2.18.90".
19851         * NEWS: Add 2.19 section.
19852
19853 2013-08-03  David S. Miller  <davem@davemloft.net>
19854
19855         * po/ko.po: Update Korean translation from translation project.
19856
19857 2013-08-01  David S. Miller  <davem@davemloft.net>
19858
19859         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
19860         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
19861         Bilka.
19862
19863 2013-07-30  David S. Miller  <davem@davemloft.net>
19864
19865         * po/fr.po: Update French translation from translation project.
19866
19867 2013-07-28  David S. Miller  <davem@davemloft.net>
19868
19869         * po/cs.po: Update Czech translation from translation project.
19870
19871         * po/sv.po: Update Swedish translation from translation project.
19872
19873 2013-07-27  David S. Miller  <davem@davemloft.net>
19874
19875         * po/eo.po: Update Esperanto translation from translation project.
19876
19877         * po/vi.po: Update Vietnamese translation from translation project.
19878
19879         * po/de.po: Update German translation from translation project.
19880
19881 2013-07-26  David S. Miller  <davem@davemloft.net>
19882
19883         * po/bg.po: Update Bulgarian translation from translation project.
19884
19885         * po/nl.po: Update Dutch translation from translation project.
19886         * po/pl.po: Update Polish translation from translation project.
19887         * po/ru.po: Update Russian translation from translation project.
19888
19889 2013-07-24  David S. Miller  <davem@davemloft.net>
19890
19891         * po/libc.pot: Update.
19892
19893 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19894
19895         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
19896         variable page size.
19897         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
19898         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
19899         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
19900
19901 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19902
19903         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
19904
19905 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19906             Andreas Schwab  <schwab@suse.de>
19907             Roland McGrath  <roland@hack.frob.com>
19908             Joseph Myers  <joseph@codesourcery.com>
19909             Carlos O'Donell  <carlos@redhat.com>
19910
19911         [BZ #15755]
19912         * config.h.in: Define HAVE_PT_CHOWN.
19913         * config.make.in (build-pt-chown): New variable.
19914         * configure.in (--enable-pt_chown): New configure option.
19915         * configure: Regenerate.
19916         * login/Makefile: Include Makeconfig.  Build pt_chown only if
19917         build-pt-chown is enabled.
19918         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
19919         pt_chown to fix pty ownership.
19920         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
19921         CLOSE_ALL_FDS.
19922         * manual/install.texi (Configuring and compiling): Mention
19923         --enable-pt_chown. Add @findex for grantpt.
19924         * INSTALL: Regenerate.
19925
19926 2013-07-20  David S. Miller  <davem@davemloft.net>
19927
19928         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
19929         difference between 32-bit and 64-bit.
19930
19931 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
19932
19933         [BZ #15711]
19934         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
19935         Avoid system header dependency with -ffreestanding.
19936         ($(objpfx)bits/syscall%d): Likewise.
19937
19938 2013-07-13  David S. Miller  <davem@davemloft.net>
19939
19940         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
19941         underflows from atanl/atan2l due to bug 15319.
19942         (casinh_test_data): Likewise.
19943
19944 2013-07-07  David S. Miller  <davem@davemloft.net>
19945
19946         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
19947
19948 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
19949
19950         * sysdeps/i386/fpu/libm-test-ulps: Update.
19951         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19952
19953 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19954
19955         * configure.in (--enable-lock-elision): Fix message text.
19956         * INSTALL: Regenerate.
19957         * configure: Regenerate.
19958
19959 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19960
19961         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19962
19963 2013-07-03  Andreas Jaeger  <aj@suse.de>
19964
19965         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
19966         define.
19967         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
19968         (ptrace_peeksiginfo_args): Add.
19969         (__ptrace_peeksiginfo_flags): Add.
19970         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19971         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19972         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19973
19974 2013-07-03  Allan McRae  <allan@archlinux.org>
19975
19976         * sysdeps/i386/fpu/libm-test-ulps: Update.
19977
19978 2013-07-02  David S. Miller  <davem@davemloft.net>
19979
19980         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19981
19982 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
19983
19984         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19985
19986 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
19987
19988         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19989         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19990
19991 2013-07-02  Andi Kleen <ak@linux.intel.com>
19992
19993         * config.h.in (ENABLE_LOCK_ELISION): Add.
19994         * configure.in (--enable-lock-elision): Add option.
19995         * manual/install.texi: Document --enable lock elision.
19996         * configure: Regenerate
19997         * INSTALL: Regenerate.
19998
19999 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
20000
20001         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
20002         SSE4.2 strcasecmp for libc.a.
20003         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
20004
20005 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
20006
20007         [BZ #13304]
20008         * soft-fp/op-common.h (_FP_FMA): New macro.
20009         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
20010         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
20011         (_FP_MUL_MEAT_1_imm): ... here.
20012         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
20013         (_FP_MUL_MEAT_1_wide): ... here.
20014         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
20015         (_FP_MUL_MEAT_1_hard): ... here.
20016         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
20017         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
20018         (_FP_MUL_MEAT_2_wide): ... here.
20019         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
20020         (_FP_MUL_MEAT_2_wide_3mul): ... here.
20021         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
20022         (_FP_MUL_MEAT_2_gmp): ... here.
20023         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
20024         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
20025         (_FP_MUL_MEAT_4_wide): ... here.
20026         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
20027         (_FP_MUL_MEAT_4_gmp): ... here.
20028         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
20029         (_FP_WFRACBITS_DW_S): Likewise.
20030         (_FP_WFRACXBITS_DW_S): Likewise.
20031         (_FP_HIGHBIT_DW_S): Likewise.
20032         (FP_FMA_S): Likewise.
20033         (_FP_FRAC_HIGH_DW_S): Likewise.
20034         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
20035         (_FP_WFRACBITS_DW_D): Likewise.
20036         (_FP_WFRACXBITS_DW_D): Likewise.
20037         (_FP_HIGHBIT_DW_D): Likewise.
20038         (FP_FMA_D): Likewise.
20039         (_FP_FRAC_HIGH_DW_D): Likewise.
20040         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
20041         (_FP_WFRACBITS_DW_E): Likewise.
20042         (_FP_WFRACXBITS_DW_E): Likewise.
20043         (_FP_HIGHBIT_DW_E): Likewise.
20044         (FP_FMA_E): Likewise.
20045         (_FP_FRAC_HIGH_DW_E): Likewise.
20046         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
20047         (_FP_WFRACBITS_DW_Q): Likewise.
20048         (_FP_WFRACXBITS_DW_Q): Likewise.
20049         (_FP_HIGHBIT_DW_Q): Likewise.
20050         (FP_FMA_Q): Likewise.
20051         (_FP_FRAC_HIGH_DW_Q): Likewise.
20052         * soft-fp/fmasf4.c: New file.
20053         * soft-fp/fmadf4.c: Likewise.
20054         * soft-fp/fmatf4.c: Likewise.
20055
20056 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
20057
20058         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
20059         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
20060         Silvermont.
20061         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
20062         macro.
20063         (index_Slow_SSE4_2): Likewise.
20064         (index_Prefer_PMINUB_for_stringop): Likewise.
20065         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
20066         bit_Slow_SSE4_2 is set.
20067         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
20068         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
20069
20070 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20071
20072         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
20073         rtld_global._dl_hwcap2.
20074         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
20075         POWER8.
20076         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
20077         POWER8 feature descriptions defined in _dl_hwcap2.
20078         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
20079         string handling for POWER8 feature bits.
20080         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
20081         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
20082         _dl_powerpc_cap_flags.
20083         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
20084         * sysdeps/powerpc/rtld-global-offsets.sym
20085         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
20086         _dl_hwcap2 in the rtld_global_ro structure.
20087
20088 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20089
20090         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
20091         hardware capabilities in support of AT_HWCAP2.
20092         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
20093         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
20094         GLRO(dl_hwcap2).
20095         (_dl_show_auxv): Add support for calling _dl_procinfo to display
20096         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
20097         explicitly the unknown a_type display mechanism is used.
20098         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
20099         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
20100         struct member.
20101         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
20102         to macro prototype for AT_HWCAP2 support.
20103         * sysdeps/i386/dl-procinfo.h: Likewise.
20104         * sysdeps/s390/dl-procinfo.h: Likewise.
20105         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
20106         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
20107         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
20108         return -1 for unknown a_type display fallback.
20109         * sysdeps/sparc/dl-procinfo.h: Likewise.
20110         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
20111         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
20112
20113 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
20114
20115         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
20116         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
20117
20118 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
20119
20120         [BZ #12492]
20121         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
20122         mprotect making __stack_prot writable.
20123
20124 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
20125             Joseph Myers  <joseph@codesourcery.com>
20126
20127         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
20128         as being properly aligned.
20129
20130 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
20131
20132         * dlfcn/modstatic5.c: New file.
20133         * dlfcn/tststatic5.c: New file.
20134         * dlfcn/Makefile (tests): Add tststatic5.
20135         (tests-static): Likewise.
20136         (modules-names): Add modstatic5.
20137         (tststatic5-ENV): New variable.
20138         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
20139
20140         [BZ #15022]
20141         * elf/dl-support.c (_dl_main_map): New variable.
20142         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
20143         (_dl_nns, _dl_load_adds): Set to 1.
20144         (_dl_initial_searchlist): Refer to _dl_main_map.
20145         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
20146         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
20147         call to _dl_get_origin.
20148         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
20149         around call_map.
20150         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
20151         * dlfcn/modstatic3.c: New file.
20152         * dlfcn/tststatic3.c: New file.
20153         * dlfcn/tststatic4.c: New file.
20154         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
20155         (tests-static): Likewise.
20156         (modules-names): Add modstatic3.
20157         (tststatic3-ENV, tststatic4-ENV): New variables.
20158         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
20159         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
20160
20161 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
20162
20163         * configure.in (CC): Require GCC version 4.4 or later.
20164         * configure: Regenerated.
20165         * manual/install.texi (Tools for Compilation): Update GCC version
20166         requirement.
20167         * INSTALL: Regenerated.
20168
20169 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
20170
20171         [BZ #15674]
20172         * string/test-memcmp.c (check2): New.
20173         (main): Call check2.
20174
20175         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
20176
20177 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
20178
20179         [BZ #15022]
20180         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
20181         over to...
20182         (dl_open_worker) [!SHARED]: ... here.
20183
20184 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20185
20186         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
20187
20188 2013-06-25  Richard Henderson  <rth@redhat.com>
20189
20190         * locale/programs/locarchive.c: Include <libc-internal.h>
20191
20192 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
20193
20194         * manual/texinfo.tex: Update to version 2013-06-21.17, with
20195         trailing whitespace removed.
20196
20197 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
20198
20199         [BZ #10283]
20200         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
20201         * locale/programs/locarchive.c: Include libc-mmap.h.
20202         (prepare_address_space): Take two new outputs (the mmap base and len).
20203         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
20204         values.
20205         (create_archive): Declare new mmap base and len values for
20206         prepare_address_space, and store the result in ah.
20207         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
20208         (enlarge_archive): If ah->mmap_base is not NULL, use that and
20209         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
20210         Declare new mmap base and len values for
20211         prepare_address_space, and store the result in new_ah.
20212         (open_archive): Declare new mmap base and len values for
20213         prepare_address_space, and store the result in ah.
20214         (close_archive): If ah->mmap_base is not NULL, use that and
20215         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
20216         * sysdeps/generic/libc-mmap.h: New file.
20217
20218 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
20219
20220         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
20221         (ALIGN_UP): Likewise.
20222         (PTR_ALIGN_DOWN): Likewise.
20223         (PTR_ALIGN_UP): Likewise.
20224
20225 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20226
20227         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
20228         entry mapped to PPC_PLATFORM_POWER8.
20229         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
20230         POWER8.
20231         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
20232         (_dl_string_platform): Add case for exporting platform position for
20233         POWER8.
20234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
20235         search path to sysdeps/powerpc/powerpc32/power8 directory.
20236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
20237         search path to sysdeps/powerpc/powerpc64/power8 directory.
20238         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
20239         power7 directories.
20240         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
20241         power7 directories.
20242
20243 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
20244
20245         * INSTALL: Regenerate.
20246
20247         * nscd/connections.c (nscd_init): Fix comment.
20248
20249 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
20250
20251         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
20252
20253         [BZ #15667]
20254         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
20255         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
20256
20257 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
20258
20259         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
20260         DL_DST_REQ_STATIC.
20261         (DL_DST_REQ_STATIC): Remove macro.
20262
20263 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
20264
20265         [BZ #7006]
20266         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
20267         with a shift of 0 bits.
20268
20269 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
20270
20271         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
20272         $(tststatic-ENV).
20273
20274 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20275
20276         [BZ #15655]
20277         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
20278
20279 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20280
20281         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
20282         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
20283         accepts -fno-tree-loop-distribute-patterns.
20284         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
20285         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
20286         recursive call.
20287         * string/memset.c (memset): Likewise.
20288         * string/test-memmove.c (simple_memmove): Disable loop transformation
20289         to library calls.
20290         * string/test-memset.c (simple_memset): Likewise.
20291         * benchtests/bench-memmove.c (simple_memmove): Likewise.
20292         * benchtests/bench-memset.c (simple_memset): Likewise.
20293         * configure: Regenerated.
20294
20295 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
20296
20297         * math/test-misc.c (main): Ignore fesetround failure when failures
20298         of subsequent rounding tests would be ignored.
20299
20300         [BZ #15654]
20301         * math/fedisblxcpt.c (fedisableexcept): Return 0.
20302         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
20303         * math/fegetenv.c (__fegetenv): Return 0.
20304         * math/fegetexcept.c (fegetexcept): Return 0.
20305         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
20306         FE_TONEAREST.
20307         * math/feholdexcpt.c (feholdexcept): Return 0.
20308         * math/fesetenv.c (__fesetenv): Return 0.
20309         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
20310         argument FE_TONEAREST.
20311         * math/feupdateenv.c (__feupdateenv): Return 0.
20312         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
20313
20314 2013-06-18  Roland McGrath  <roland@hack.frob.com>
20315
20316         * elf/rtld-Rules (rtld-compile-command.S): New variable.
20317         (rtld-compile-command.s, rtld-compile-command.c): New variables.
20318         ($(objpfx)rtld-%.os rules): Use them.
20319
20320 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20321
20322         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
20323         fields.
20324
20325 2013-06-17  Roland McGrath  <roland@hack.frob.com>
20326
20327         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
20328         length of target pattern, then descending length of dependency pattern.
20329         * configure.in (AWK): Require gawk 3.1.2 or newer.
20330         * manual/install.texi (Tools for Compilation): Say that we do.
20331         * configure: Regenerated.
20332
20333         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
20334         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
20335         * scripts/sysd-rules.awk: ... this new script.
20336         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
20337         than a glob-style pattern.
20338
20339 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
20340
20341         * math/test-misc.c (main): Do not treat incorrectly rounded
20342         conversions as failure unless ROUNDING_TESTS passes.
20343
20344 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
20345
20346         [BZ #15631]
20347         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
20348         restore exception state around main square root computation, then
20349         check for inexactness explicitly.
20350
20351         * math/libm-test.inc (fma_test_data): Add another test.
20352
20353 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
20354
20355         * manual/threads.texi (Non-POSIX Extensions): New document
20356         node.  Document pthread_getattr_default_np and
20357         pthread_setattr_default_np.
20358
20359         * Versions.def (libpthread): Add GLIBC_2.18.
20360         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
20361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
20362         Likewise.
20363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
20364         Likewise.
20365         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
20366         Likewise.
20367         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
20368         Likewise.
20369         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
20370         Likewise.
20371         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
20372         Likewise.
20373         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
20374         Likewise.
20375         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
20376         Likewise.
20377         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
20378         Likewise.
20379
20380 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
20381
20382         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
20383         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
20384
20385 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
20386             H.J. Lu  <hjl.tools@gmail.com>
20387
20388         [BZ #15627]
20389         * sysdeps/x86_64/rtld-memset.c: Remove file.
20390         * sysdeps/x86_64/rtld-memset.S: New file.
20391
20392 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
20393
20394         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
20395         (test_in_one_mode): Take arguments for whether the rounding mode
20396         is supported for each floating-point type.
20397         (do_test): Pass new arguments to test_in_one_mode using
20398         ROUNDING_TESTS.
20399
20400 2013-06-13  Roland McGrath  <roland@hack.frob.com>
20401
20402         * posix/tst-waitid.c (do_test): Distinguish different instances of
20403         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
20404         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
20405         before entering the kernel for waitpid.
20406
20407 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
20408
20409         * NEWS: Fix note on clock function precision.  Text by Roland
20410         McGrath.
20411
20412 2013-06-13  Roland McGrath  <roland@hack.frob.com>
20413
20414         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
20415         it into place only when and if the sanity check passes.
20416
20417 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
20418
20419         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
20420         output for whether conversion result is exact.  Take argument
20421         indicating whether type is IBM long double.
20422         (round_for_all): Change need_exact field to ibm_ld.
20423         * stdlib/tst-strtod-round.c (struct exactness): New type.
20424         (struct test): Change bool ld_ok field to struct exactness exact.
20425         (TEST): Update all definitions for change to field.
20426         (tests): Regenerate array contents.
20427         (test_in_one_mode): Take pointer to new field instead of old ld_ok
20428         field value.  Check for IBM long double here.
20429         (do_test): Update calls to test_in_one_mode.
20430
20431 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
20432
20433         [BZ #12515]
20434         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
20435         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
20436
20437 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20438
20439         [BZ #15605]
20440         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
20441         generated by the compiler on loop optimizations.
20442         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
20443         general definitions.
20444
20445 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
20446
20447         * math/bug-nextafter.c: Include <math-tests.h>.
20448         (main): Only test for exceptions if EXCEPTION_TESTS is true for
20449         the relevant type.
20450         * math/bug-nexttoward.c: Include <math-tests.h>.
20451         (main): Only test for exceptions if EXCEPTION_TESTS is true for
20452         the relevant type.
20453         * math/test-misc.c: Include <math-tests.h>.
20454         (main): Only test for exceptions if EXCEPTION_TESTS is true for
20455         the relevant type.
20456
20457 2013-06-12  Andreas Jaeger  <aj@suse.de>
20458
20459         * po/ia.po: Update Interlingua translation from translation
20460         project.
20461
20462 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
20463
20464         * include/fenv.h: Include stdbool.h.
20465         (struct rm_ctx): New structure.
20466         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
20467         Define macro.
20468         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
20469         (SET_RESTORE_ROUNDF): Likewise.
20470         (SET_RESTORE_ROUNDL): Likewise.
20471         (SET_RESTORE_ROUND_NOEX): Likewise.
20472         (SET_RESTORE_ROUND_NOEXF): Likewise.
20473         (SET_RESTORE_ROUND_NOEXL): Likewise.
20474         (SET_RESTORE_ROUND_53BIT): Likewise.
20475         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
20476         (libc_feresetround_noexf_ctx): Likewise.
20477         (libc_feresetround_noexl_ctx): Likewise.
20478         (libc_feholdsetround_53bit_ctx): Likewise.
20479         (libc_feresetround_53bit_ctx): Likewise.
20480         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
20481         (libc_feholdexcept_setround_sse_ctx): New function.
20482         (libc_fesetenv_sse_ctx): Likewise.
20483         (libc_feupdateenv_sse_ctx): Likewise.
20484         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
20485         (libc_feholdexcept_setround_387_ctx): Likewise.
20486         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
20487         (libc_feholdsetround_387_prec_ctx): Likewise.
20488         (libc_feholdsetround_387_ctx): Likewise.
20489         (libc_feholdsetround_387_53bit_ctx): Likewise.
20490         (libc_feholdsetround_sse_ctx): Likewise.
20491         (libc_feresetround_sse_ctx): Likewise.
20492         (libc_feresetround_387_ctx): Likewise.
20493         (libc_feupdateenv_387_ctx): Likewise.
20494         (libc_feholdexcept_setroundf_ctx): Define macro.
20495         (libc_fesetenvf_ctx): Likewise.
20496         (libc_feupdateenvf_ctx): Likewise.
20497         (libc_feholdsetroundf_ctx): Likewise.
20498         (libc_feresetroundf_ctx): Likewise.
20499         (libc_feholdexcept_setround_ctx): Likewise.
20500         (libc_fesetenv_ctx): Likewise.
20501         (libc_feupdateenv_ctx): Likewise.
20502         (libc_feholdsetround_ctx): Likewise.
20503         (libc_feresetround_ctx): Likewise.
20504         (libc_feholdexcept_setroundl_ctx): Likewise.
20505         (libc_feupdateenvl_ctx): Likewise.
20506         (libc_feholdsetroundl_ctx): Likewise.
20507         (libc_feresetroundl_ctx): Likewise.
20508         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
20509         (libc_feresetround_53bit_ctx): Likewise.
20510
20511 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20512
20513         * locale/iso-639.def: Convert to UTF-8.
20514
20515 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
20516
20517         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
20518         (EXCEPTION_TESTS_double): Likewise.
20519         (EXCEPTION_TESTS_long_double): Likewise.
20520         (EXCEPTION_TESTS): Likewise.
20521         * math/libm-test.inc (test_exceptions): Only test exceptions if
20522         EXCEPTION_TESTS (FLOAT).
20523
20524 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20525
20526         * benchtests/Makefile (string-bench): Add strcpy_chk and
20527         stpcpy_chk.
20528         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
20529         * benchtests/bench-stpcpy_chk.c: New file.
20530         * benchtests/bench-strcpy_chk-ifunc.c: New file.
20531         * benchtests/bench-strcpy_chk.c: New file.
20532         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
20533         code.
20534         (do_test): Likewise.
20535
20536 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20537
20538         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
20539         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
20540         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
20541         with tabs where appropriate.
20542         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
20543         dl-procinfo.h.
20544         [PPC_PLATFORM_PPC440]: Likewise.
20545         [PPC_PLATFORM_PPC464]: Likewise.
20546         [PPC_PLATFORM_PPC476]: Likewise.
20547         (_dl_string_platform): Add support for detecting ppc405, ppc440,
20548         ppc464, and ppc476 platform strings merging from ports/
20549         dl-procinfo.h.
20550
20551 2013-06-11  Andreas Schwab  <schwab@suse.de>
20552
20553         [BZ #14991]
20554         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
20555         (from_ucs4_idx): Regenerate.
20556         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
20557         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
20558         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
20559         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
20560         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
20561         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
20562         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
20563         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
20564         from FROM_LOOP and TO_LOOP specific macros.
20565         (BODY): Handle combining characters.
20566         * iconvdata/BIG5HKSCS.irreversible: Update.
20567         * iconvdata/BIG5HKSCS.precomposed: New file.
20568         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
20569         characters.
20570         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
20571
20572 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20573
20574         * include/sys/time.h: Fix indentation and add copyright header.
20575
20576         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
20577         (do_test): Likewise.
20578         * string/test-memchr.c (do_one_test): Likewise.
20579         (do_test): Likewise.
20580         * string/test-memcmp.c (do_one_test): Likewise.
20581         (do_test): Likewise.
20582         * string/test-memcpy.c (do_one_test): Likewise.
20583         (do_test): Likewise.
20584         * string/test-memmem.c (do_one_test): Likewise.
20585         (do_test): Likewise.
20586         (do_random_tests): Likewise.
20587         * string/test-memmove.c (do_one_test): Likewise.
20588         (do_test): Likewise.
20589         * string/test-memset.c (do_one_test): Likewise.
20590         (do_test): Likewise.
20591         * string/test-rawmemchr.c (do_one_test): Likewise.
20592         (do_test): Likewise.
20593         * string/test-strcasecmp.c (do_one_test): Likewise.
20594         (do_test): Likewise.
20595         * string/test-strcasestr.c (do_one_test): Likewise.
20596         (do_test): Likewise.
20597         * string/test-strcat.c (do_one_test): Likewise.
20598         (do_test): Likewise.
20599         * string/test-strchr.c (do_one_test): Likewise.
20600         (do_test): Likewise.
20601         * string/test-strcmp.c (do_one_test): Likewise.
20602         (do_test): Likewise.
20603         * string/test-strcpy.c (do_one_test): Likewise.
20604         (do_test): Likewise.
20605         * string/test-string.h: Likewise.
20606         (test_init): Likewise.
20607         * string/test-strlen.c (do_one_test): Likewise.
20608         (do_test): Likewise.
20609         * string/test-strncasecmp.c (do_one_test): Likewise.
20610         (do_test): Likewise.
20611         * string/test-strncat.c (do_one_test): Likewise.
20612         (do_test): Likewise.
20613         * string/test-strncmp.c (do_one_test): Likewise.
20614         (do_test_limit): Likewise.
20615         (do_test): Likewise.
20616         * string/test-strncpy.c (do_one_test): Likewise.
20617         (do_test): Likewise.
20618         * string/test-strnlen.c (do_one_test): Likewise.
20619         (do_test): Likewise.
20620         * string/test-strpbrk.c (do_one_test): Likewise.
20621         (do_test): Likewise.
20622         * string/test-strrchr.c (do_one_test): Likewise.
20623         (do_test): Likewise.
20624         * string/test-strspn.c (do_one_test): Likewise.
20625         (do_test): Likewise.
20626         * string/test-strstr.c (do_one_test): Likewise.
20627         (do_test): Likewise.
20628
20629         * benchtests/Makefile (string-bench): Add string benchmarks.
20630         * benchtests/bench-bcopy-ifunc.c: New file.
20631         * benchtests/bench-bcopy.c: New file.
20632         * benchtests/bench-bzero-ifunc.c: New file.
20633         * benchtests/bench-bzero.c: New file.
20634         * benchtests/bench-memccpy-ifunc.c: New file.
20635         * benchtests/bench-memccpy.c: New file.
20636         * benchtests/bench-memchr-ifunc.c: New file.
20637         * benchtests/bench-memchr.c: New file.
20638         * benchtests/bench-memcmp-ifunc.c: New file.
20639         * benchtests/bench-memcmp.c: New file.
20640         * benchtests/bench-memmem-ifunc.c: New file.
20641         * benchtests/bench-memmem.c: New file.
20642         * benchtests/bench-memmove-ifunc.c: New file.
20643         * benchtests/bench-memmove.c: New file.
20644         * benchtests/bench-mempcpy-ifunc.c: New file.
20645         * benchtests/bench-mempcpy.c: New file.
20646         * benchtests/bench-memset-ifunc.c: New file.
20647         * benchtests/bench-memset.c: New file.
20648         * benchtests/bench-rawmemchr-ifunc.c: New file.
20649         * benchtests/bench-rawmemchr.c: New file.
20650         * benchtests/bench-stpcpy-ifunc.c: New file.
20651         * benchtests/bench-stpcpy.c: New file.
20652         * benchtests/bench-stpncpy-ifunc.c: New file.
20653         * benchtests/bench-stpncpy.c: New file.
20654         * benchtests/bench-strcasecmp-ifunc.c: New file.
20655         * benchtests/bench-strcasecmp.c: New file.
20656         * benchtests/bench-strcasestr-ifunc.c: New file.
20657         * benchtests/bench-strcasestr.c: New file.
20658         * benchtests/bench-strcat-ifunc.c: New file.
20659         * benchtests/bench-strcat.c: New file.
20660         * benchtests/bench-strchr-ifunc.c: New file.
20661         * benchtests/bench-strchr.c: New file.
20662         * benchtests/bench-strchrnul-ifunc.c: New file.
20663         * benchtests/bench-strchrnul.c: New file.
20664         * benchtests/bench-strcmp-ifunc.c: New file.
20665         * benchtests/bench-strcmp.c: New file.
20666         * benchtests/bench-strcpy-ifunc.c: New file.
20667         * benchtests/bench-strcpy.c: New file.
20668         * benchtests/bench-strcspn-ifunc.c: New file.
20669         * benchtests/bench-strcspn.c: New file.
20670         * benchtests/bench-strlen-ifunc.c: New file.
20671         * benchtests/bench-strlen.c: New file.
20672         * benchtests/bench-strncasecmp-ifunc.c: New file.
20673         * benchtests/bench-strncasecmp.c: New file.
20674         * benchtests/bench-strncat-ifunc.c: New file.
20675         * benchtests/bench-strncat.c: New file.
20676         * benchtests/bench-strncmp-ifunc.c: New file.
20677         * benchtests/bench-strncmp.c: New file.
20678         * benchtests/bench-strncpy-ifunc.c: New file.
20679         * benchtests/bench-strncpy.c: New file.
20680         * benchtests/bench-strnlen-ifunc.c: New file.
20681         * benchtests/bench-strnlen.c: New file.
20682         * benchtests/bench-strpbrk-ifunc.c: New file.
20683         * benchtests/bench-strpbrk.c: New file.
20684         * benchtests/bench-strrchr-ifunc.c: New file.
20685         * benchtests/bench-strrchr.c: New file.
20686         * benchtests/bench-strspn-ifunc.c: New file.
20687         * benchtests/bench-strspn.c: New file.
20688         * benchtests/bench-strstr-ifunc.c: New file.
20689         * benchtests/bench-strstr.c: New file.
20690
20691         * benchtests/Makefile: Disable parallel execution of targets.
20692         (string-bench): Add memcpy.
20693         (benchset): New variable to store a list of benchmark sets.
20694         (bench-func): Renamed from bench.
20695         (bench-set): New target.
20696         (bench): Depend on bench-func and bench-set.
20697         * benchtests/README: Add section on benchmark sets.
20698         * benchtests/bench-memcpy-ifunc.c: New file.
20699         * benchtests/bench-memcpy.c: New file.
20700         * benchtests/bench-string.h: New file.
20701
20702 2013-06-11  Andreas Schwab  <schwab@suse.de>
20703
20704         [BZ #15577]
20705         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
20706         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
20707         values in the triple.
20708         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
20709         terminator in the group key.
20710
20711 2013-06-11  Andreas Jaeger  <aj@suse.de>
20712
20713         * po/zh_TW.po: Update Chinese (traditional) translation from
20714         translation project.
20715
20716 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20717
20718         * include/time.h (__clock_gettime): Add libc_hidden_proto.
20719         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
20720         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
20721         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
20722         (clock_getcpuclockid): Likewise.
20723         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
20724         Add weak_alias and libc_hidden_def.
20725         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
20726         * rt/clock_gettime.c (clock_gettime): Rename to
20727         __clock_gettime.  Add weak_alias and libc_hidden_def.
20728         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
20729         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
20730         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
20731         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
20732         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
20733         Likewise.
20734         * rt/clock_settime.c (clock_settime): Rename to
20735         __clock_settime.  Add weak_alias and libc_hidden_def.
20736         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
20737
20738 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
20739
20740         * mach/err_boot.sub: Remove trailing whitespace.
20741         * mach/err_ipc.sub: Likewise.
20742         * mach/err_mach.sub: Likewise.
20743
20744         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
20745         (ROUNDING_TESTS_double): Likewise.
20746         (ROUNDING_TESTS_long_double): Likewise.
20747         (ROUNDING_TESTS): Likewise.
20748         * math/libm-test.inc: Include <math-tests.h>.
20749         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
20750         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
20751         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
20752         (IF_ROUND_INIT_FE_UPWARD): Likewise.
20753
20754 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20755
20756         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
20757         of assigning.
20758
20759 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
20760
20761         * sysdeps/gnu/errlist.awk: Do not generate space at end of
20762         otherwise empty TRANS lines.
20763         * sysdeps/gnu/errlist.c: Regenerated.
20764
20765         * catgets/gencat.c (error_print): Use (void) in function
20766         definition.
20767         * crypt/crypt_util.c (__init_des): Likewise.
20768         * crypt/speeds.c (Stop): Likewise.
20769         (main): Likewise.
20770         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
20771         * inet/ruserpass.c (token): Likewise.
20772         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
20773         * intl/localealias.c (extend_alias_table): Likewise.
20774         * intl/plural-exp.c (init_germanic_plural): Likewise.
20775         * libio/fcloseall.c (__fcloseall): Likewise.
20776         * libio/genops.c (_IO_flush_all): Likewise.
20777         (_IO_flush_all_linebuffered): Likewise.
20778         (_IO_cleanup): Likewise.
20779         (_IO_iter_begin): Likewise.
20780         (_IO_iter_end): Likewise.
20781         (_IO_list_lock): Likewise.
20782         (_IO_list_unlock): Likewise.
20783         (_IO_list_resetlock): Likewise.
20784         * libio/getchar.c (getchar): Likewise.
20785         * libio/getchar_u.c (getchar_unlocked): Likewise.
20786         * libio/getwchar.c (getwchar): Likewise.
20787         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
20788         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
20789         * login/getpt.c (__getpt): Likewise.
20790         * login/tst-utmp.c (main): Likewise.
20791         * malloc/hooks.c (__malloc_check_init): Likewise.
20792         * malloc/malloc.c (__malloc_stats): Likewise.
20793         * malloc/mtrace.c (tr_break): Likewise.
20794         (mtrace): Likewise.
20795         (muntrace): Likewise.
20796         * misc/fstab.c (endfsent): Likewise.
20797         * misc/getclktck.c (__getclktck): Likewise.
20798         * misc/getdtsz.c (__getdtablesize): Likewise.
20799         * misc/gethostid.c (gethostid): Likewise.
20800         * misc/getpagesize.c (__getpagesize): Likewise.
20801         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
20802         (__get_nprocs): Likewise.
20803         (__get_phys_pages): Likewise.
20804         (__get_avphys_pages): Likewise.
20805         * misc/getttyent.c (getttyent): Likewise.
20806         (setttyent): Likewise.
20807         (endttyent): Likewise.
20808         * misc/getusershell.c (getusershell): Likewise.
20809         (endusershell): Likewise.
20810         (setusershell): Likewise.
20811         (initshells): Likewise.
20812         * misc/hsearch.c (__hdestroy): Likewise.
20813         * misc/sync.c (sync): Likewise.
20814         * misc/syslog.c (closelog_internal): Likewise.
20815         (closelog): Likewise.
20816         * misc/ttyslot.c (ttyslot): Likewise.
20817         * misc/vhangup.c (vhangup): Likewise.
20818         * posix/fork.c (__fork): Likewise.
20819         * posix/getegid.c (__getegid): Likewise.
20820         * posix/geteuid.c (__geteuid): Likewise.
20821         * posix/getgid.c (__getgid): Likewise.
20822         * posix/getpid.c (__getpid): Likewise.
20823         * posix/getppid.c (__getppid): Likewise.
20824         * posix/getuid.c (__getuid): Likewise.
20825         * posix/pause.c (pause): Likewise.
20826         * posix/setpgrp.c (setpgrp): Likewise.
20827         * posix/setsid.c (__setsid): Likewise.
20828         * posix/test-vfork.c (noop): Likewise.
20829         * resolv/gethnamaddr.c (_endhtent): Likewise.
20830         (_gethtent): Likewise.
20831         (ht_endhostent): Likewise.
20832         (gethostent): Likewise.
20833         (dns_service): Likewise.
20834         * stdlib/drand48.c (drand48): Likewise.
20835         * stdlib/lrand48.c (lrand48): Likewise.
20836         * stdlib/mrand48.c (mrand48): Likewise.
20837         * stdlib/rand.c (rand): Likewise.
20838         * stdlib/random.c (__random): Likewise.
20839         * stdlib/setenv.c (clearenv): Likewise.
20840         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
20841         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
20842         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
20843         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
20844         (__get_nprocs): Likewise.
20845         (__get_phys_pages): Likewise.
20846         (__get_avphys_pages): Likewise.
20847         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
20848         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
20849         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
20850         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
20851         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
20852         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
20853         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
20854         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
20855         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
20856         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
20857         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
20858         * sysdeps/mach/hurd/sync.c (sync): Likewise.
20859         * sysdeps/posix/clock.c (clock): Likewise.
20860         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
20861         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
20862         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
20863         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
20864         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
20865         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
20866         (__get_nprocs_conf): Likewise.
20867         (__get_phys_pages): Likewise.
20868         (__get_avphys_pages): Likewise.
20869         * time/clock.c (clock): Likewise.
20870         * time/tzset.c (__tzname_max): Likewise.
20871
20872 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
20873
20874         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
20875         (__bswap_32): Do not use "register".
20876         * crypt/crypt.c (_ufc_doit_r): Likewise.
20877         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
20878         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
20879         * gmon/gmon.c (__monstartup): Likewise.
20880         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
20881         * hurd/hurdmalloc.c (more_memory): Likewise.
20882         (malloc): Likewise.
20883         (free): Likewise.
20884         (realloc): Likewise.
20885         (malloc_fork_prepare): Likewise.
20886         (malloc_fork_parent): Likewise.
20887         (malloc_fork_child): Likewise.
20888         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
20889         (_svcauth_des): Likewise.
20890         * inet/inet_lnaof.c (inet_lnaof): Likewise.
20891         * inet/inet_net.c (inet_network): Likewise.
20892         * inet/inet_netof.c (inet_netof): Likewise.
20893         * inet/rcmd.c (__validuser2_sa): Likewise.
20894         * io/fts.c (fts_open): Likewise.
20895         (fts_load): Likewise.
20896         (fts_close): Likewise.
20897         (fts_read): Likewise.
20898         (fts_children): Likewise.
20899         (fts_build): Likewise.
20900         (fts_stat): Likewise.
20901         (fts_sort): Likewise.
20902         (fts_alloc): Likewise.
20903         (fts_lfree): Likewise.
20904         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
20905         (_IO_file_xsgetn): Likewise.
20906         (_IO_file_xsgetn_mmap): Likewise.
20907         * libio/iofopncook.c (_IO_cookie_read): Likewise.
20908         (_IO_cookie_write): Likewise.
20909         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
20910         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
20911         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
20912         * malloc/obstack.c (_obstack_begin): Likewise.
20913         (_obstack_begin_1): Likewise.
20914         (_obstack_newchunk): Likewise.
20915         (_obstack_allocated_p): Likewise.
20916         (obstack_free): Likewise.
20917         (_obstack_memory_used): Likewise.
20918         * misc/getttyent.c (getttynam): Likewise.
20919         (getttyent): Likewise.
20920         (skip): Likewise.
20921         (value): Likewise.
20922         * misc/getusershell.c (initshells): Likewise.
20923         * misc/syslog.c (__vsyslog_chk): Likewise.
20924         * misc/ttyslot.c (ttyslot): Likewise.
20925         * nis/nis_hash.c (__nis_hash): Likewise.
20926         * posix/fnmatch_loop.c (FCT): Likewise.
20927         * posix/getconf.c (print_all): Likewise.
20928         (main): Likewise.
20929         * posix/getopt.c (exchange): Likewise.
20930         * posix/glob.c (globfree): Likewise.
20931         (prefix_array): Likewise.
20932         (__glob_pattern_type): Likewise.
20933         * resolv/arpa/nameser.h (NS_GET16): Likewise.
20934         (NS_GET32): Likewise.
20935         (NS_PUT16): Likewise.
20936         (NS_PUT32): Likewise.
20937         * resolv/gethnamaddr.c (getanswer): Likewise.
20938         (gethostbyname2): Likewise.
20939         (gethostbyaddr): Likewise.
20940         (_gethtent): Likewise.
20941         (_gethtbyname2): Likewise.
20942         (_gethtbyaddr): Likewise.
20943         * resolv/ns_print.c (dst_s_get_int16): Likewise.
20944         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
20945         * resolv/res_init.c (__res_vinit): Likewise.
20946         (net_mask): Likewise.
20947         * resolv/res_mkquery.c (outchar): Likewise.
20948         (PRINT): Likewise.
20949         * stdio-common/printf_fp.c (outchar): Likewise.
20950         (PRINT): Likewise.
20951         * stdio-common/printf_fphex.c (outchar): Likewise.
20952         (PRINT): Likewise.
20953         * stdio-common/printf_size.c (outchar): Likewise.
20954         (PRINT): Likewise.
20955         * stdio-common/test_rdwr.c (main): Likewise.
20956         * stdio-common/tfformat.c (matches): Likewise.
20957         * stdio-common/vfprintf.c (outchar): Likewise.
20958         (printf_unknown): Likewise.
20959         (buffered_vfprintf): Likewise.
20960         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
20961         * stdio-common/xbug.c (AppendToBuffer): Likewise.
20962         (ReadFile): Likewise.
20963         * stdlib/qsort.c (SWAP): Likewise.
20964         (_quicksort): Likewise.
20965         * stdlib/setenv.c (__add_to_environ): Likewise.
20966         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
20967         * stdlib/strtol_l.c (__strtol_l): Likewise.
20968         * stdlib/tst-strtod.c (main): Likewise.
20969         * stdlib/tst-strtol.c (main): Likewise.
20970         * stdlib/tst-strtoll.c (main): Likewise.
20971         * string/bits/string2.h (__strcmp_cc): Likewise.
20972         (__strcmp_cg): Likewise.
20973         (__strcspn_c1): Likewise.
20974         (__strcspn_c2): Likewise.
20975         (__strcspn_c3): Likewise.
20976         (__strspn_c1): Likewise.
20977         (__strspn_c2): Likewise.
20978         (__strspn_c3): Likewise.
20979         (__strsep_1c): Likewise.
20980         (__strsep_2c): Likewise.
20981         (__strsep_3c): Likewise.
20982         * string/memccpy.c (__memccpy): Likewise.
20983         * string/stpcpy.c (__stpcpy): Likewise.
20984         * string/strcmp.c (strcmp): Likewise.
20985         * string/strrchr.c (strrchr): Likewise.
20986         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
20987         Likewise.
20988         * sysdeps/mach/hurd/getcwd.c
20989         (_hurd_canonicalize_directory_name_internal): Likewise.
20990         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
20991         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
20992         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
20993         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
20994         Likewise, in both definitions.
20995         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
20996         definitions.
20997         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
20998         64] (__bswap_64): Likewise.
20999         * time/test_time.c (main): Likewise.
21000         * time/tzfile.c (__tzfile_read): Likewise.
21001         (__tzfile_compute): Likewise.
21002         * time/tzset.c (__tzset_parse_tz): Likewise.
21003         (tzset_internal): Likewise.
21004         (compute_change): Likewise.
21005         * wcsmbs/wcscat.c (__wcscat): Likewise.
21006         * wcsmbs/wcschr.c (wcschr): Likewise.
21007         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
21008         * wcsmbs/wcscspn.c (wcscspn): Likewise.
21009         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
21010         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
21011         * wcsmbs/wcsspn.c (wcsspn): Likewise.
21012         * wcsmbs/wcsstr.c (wcsstr): Likewise.
21013         * wcsmbs/wmemchr.c (wmemchr): Likewise.
21014         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
21015         * wcsmbs/wmemset.c (wmemset): Likewise.
21016
21017 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
21018
21019         * scripts/config.guess: Update to version 2013-05-16.
21020         * scripts/config.sub: Update to version 2013-04-24.
21021         * scripts/install-sh: Update to version 2011-11-20.07.
21022         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
21023         * scripts/move-if-change: Update to version 2012-01-06 07:23.
21024
21025 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
21026
21027         * debug/fgetws_u_chk.c: Fix leading whitespaces.
21028         * elf/sln.c: Likewise.
21029         * hurd/hurd/ioctl.h: Likewise.
21030         * hurd/hurdmalloc.c: Likewise.
21031         * hurd/xattr.c: Likewise.
21032         * include/shlib-compat.h: Likewise.
21033         * inet/ruserpass.c: Likewise.
21034         * libio/iofgets_u.c: Likewise.
21035         * libio/iofgetws_u.c: Likewise.
21036         * locale/programs/ld-identification.c: Likewise.
21037         * locale/programs/ld-time.c: Likewise.
21038         * mach/msg-destroy.c: Likewise.
21039         * nss/nss_files/files-netgrp.c: Likewise.
21040         * resolv/res_data.c: Likewise.
21041         * soft-fp/op-1.h: Likewise.
21042         * soft-fp/op-2.h: Likewise.
21043         * soft-fp/op-4.h: Likewise.
21044         * soft-fp/op-common.h: Likewise.
21045         * stdio-common/printf_fphex.c: Likewise.
21046         * stdlib/strtod_l.c: Likewise.
21047         * sunrpc/rpc/clnt.h: Likewise.
21048         * sysdeps/generic/framestate.c: Likewise.
21049         * sysdeps/i386/bsd-_setjmp.S: Likewise.
21050         * sysdeps/i386/bsd-setjmp.S: Likewise.
21051         * sysdeps/i386/__longjmp.S: Likewise.
21052         * sysdeps/i386/setjmp.S: Likewise.
21053         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
21054         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
21055         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
21056         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21057         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21058         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
21059         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
21060         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
21061         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
21062         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
21063         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
21064         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
21065         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
21066         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
21067         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
21068         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
21069         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
21070         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
21071         * sysdeps/ieee754/support.c: Likewise.
21072         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
21073         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
21074         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
21075         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
21076         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
21077         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
21078         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
21079         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
21080         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
21081         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
21082         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
21083         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
21084         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
21085         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
21086         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
21087         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
21088         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
21089         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
21090
21091 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
21092
21093         * posix/transbug.c: Remove executable mode.
21094
21095 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
21096
21097         * crypt/speeds.c: Remove trailing whitespace.
21098         * dlfcn/default.c: Likewise.
21099         * elf/ifuncdep2.c: Likewise.
21100         * elf/ifuncmain1.c: Likewise.
21101         * elf/ifuncmain1vis.c: Likewise.
21102         * elf/testobj.h: Likewise.
21103         * elf/tst-stackguard1.c: Likewise.
21104         * gmon/sys/gmon.h: Likewise.
21105         * hurd/hurdmsg.c: Likewise.
21106         * hurd/new-fd.c: Likewise.
21107         * hurd/ports-get.c: Likewise.
21108         * iconvdata/ibm1008_420.c: Likewise.
21109         * inet/tst-getni1.c: Likewise.
21110         * inet/tst-getni2.c: Likewise.
21111         * libio/ioungetc.c: Likewise.
21112         * libio/wfiledoalloc.c: Likewise.
21113         * manual/libm-err-tab.pl: Likewise.
21114         * math/w_dremf.c: Likewise.
21115         * misc/ftruncate.c: Likewise.
21116         * posix/bug-glob2.c: Likewise.
21117         * posix/tst-pcre.c: Likewise.
21118         * posix/wait4.c: Likewise.
21119         * resolv/README: Likewise.
21120         * resolv/res_debug.h: Likewise.
21121         * resolv/tst-inet_ntop.c: Likewise.
21122         * setjmp/bug269-setjmp.c: Likewise.
21123         * soft-fp/extended.h: Likewise.
21124         * soft-fp/op-1.h: Likewise.
21125         * soft-fp/op-2.h: Likewise.
21126         * soft-fp/op-4.h: Likewise.
21127         * soft-fp/op-8.h: Likewise.
21128         * soft-fp/testit.c: Likewise.
21129         * stdio-common/bug16.c: Likewise.
21130         * stdlib/random.c: Likewise.
21131         * sunrpc/rpcsvc/rquota.x: Likewise.
21132         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
21133         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
21134         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
21135         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
21136         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
21137         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
21138         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
21139         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
21140         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
21141         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
21142         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
21143         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
21144         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
21145         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
21146         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
21147         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
21148         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
21149         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
21150         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
21151         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
21152         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
21153         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
21154         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
21155         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
21156         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
21157         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
21158         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21159         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
21160         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
21161         * sysdeps/ieee754/s_lib_version.c: Likewise.
21162         * sysdeps/mach/hurd/check_fds.c: Likewise.
21163         * sysdeps/mach/hurd/getsockname.c: Likewise.
21164         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
21165         * sysdeps/mach/hurd/recvfrom.c: Likewise.
21166         * sysdeps/powerpc/bits/link.h: Likewise.
21167         * sysdeps/powerpc/dl-procinfo.c: Likewise.
21168         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
21169         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
21170         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
21171         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
21172         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
21173         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
21174         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
21175         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
21176         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
21177         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
21178         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
21179         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
21180         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
21181         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
21182         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
21183         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
21184         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
21185         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
21186         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
21187         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
21188         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
21189         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21190         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
21191         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
21192         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
21193         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
21194         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
21195         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
21196         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
21197         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
21198         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
21199         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21200         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
21201         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
21202         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
21203         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
21204         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
21205         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
21206         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
21207         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
21208         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
21209         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
21210         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
21211         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
21212         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
21213         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
21214         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
21215         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
21216         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
21217         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
21218         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
21219         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
21220         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
21221         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
21222         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
21223         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
21224         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21225         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
21226         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
21227         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
21228         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
21229         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
21230         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
21231         * sysdeps/powerpc/sysdep.h: Likewise.
21232         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
21233         * sysdeps/s390/s390-64/sub_n.S: Likewise.
21234         * sysdeps/sh/dl-trampoline.S: Likewise.
21235         * sysdeps/sh/memset.S: Likewise.
21236         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
21237         * sysdeps/sh/strlen.S: Likewise.
21238         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
21239         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
21240         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
21241         * sysdeps/sparc/sparc32/rem.S: Likewise.
21242         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
21243         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
21244         * sysdeps/sparc/sparc32/strchr.S: Likewise.
21245         * sysdeps/sparc/sparc32/udiv.S: Likewise.
21246         * sysdeps/sparc/sparc32/urem.S: Likewise.
21247         * sysdeps/sparc/sparc64/add_n.S: Likewise.
21248         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
21249         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
21250         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
21251         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
21252         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
21253         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
21254         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
21255         * sysdeps/unix/bsd/times.c: Likewise.
21256         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
21257         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
21258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
21259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
21260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
21261         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
21262         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
21263         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
21264         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
21265         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
21266         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
21267         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
21268         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
21269         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
21270         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
21271         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
21272         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
21273         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
21274         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
21275         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
21276         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
21277         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
21278         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
21279         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
21280         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
21281         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
21282         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
21283         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
21284         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
21285         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
21286         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
21287         * sysdeps/x86_64/strcspn.S: Likewise.
21288
21289 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21290
21291         * locale/C-translit.h: Revert #include <stdint.h> because this is a
21292         generated file.  Regenerate properly from gen-translit.pl.
21293         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
21294         locale/C-translit.h.
21295
21296 2013-06-05  Andreas Schwab  <schwab@suse.de>
21297
21298         [BZ #15100]
21299         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
21300         week as 6 instead of -1.
21301         * time/tst-strptime.c (day_tests): Add test case.
21302
21303 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
21304
21305         * sysdeps/generic/math_private.h
21306         (libc_feholdexcept_setround_53bit): Replace with
21307         libc_feholdsetround_53bit.
21308         (libc_feupdateenv_53bit): Replace with
21309         libc_feresetround_53bit.
21310         (SET_RESTORE_ROUND_53BIT): Adjust.
21311
21312 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21313
21314         * string/test-strchrnul.c: Add copyright header.
21315
21316         * posix/tst-getaddrinfo4.c: Increase test timeout.
21317
21318 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
21319
21320         [BZ #15536]
21321         * math/libm-test.inc (MAX_EXP): Remove
21322         (MIN_EXP): Define.
21323         (ulp): Use MIN_EXP - MANT_DIG.
21324         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
21325
21326 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
21327
21328         * po/be.po: Revert last change.
21329         * po/zh_CN.po: Likewise.
21330         * po/header.pot: Likewise.
21331
21332 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
21333
21334         * Makefile ($(common-objpfx)linkobj/libc.so): Define
21335         link-libc-deps to empty as target-specific variable.
21336         * Makerules (link-libc-args): New variable.
21337         (libc-for-link): Likewise.
21338         (link-libc-deps): Likewise.
21339         (lib%.so): Depend on $(link-libc-deps).  Link with
21340         $(link-libc-args).
21341         (build-module): Link with $(link-libc-args).
21342         (build-module-asneeded): Likewise.
21343         (build-module-helper-objlist): Filter out $(link-libc-deps) from
21344         list of objects.
21345         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
21346         target-specific variable.
21347         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
21348         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
21349         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
21350         libc.
21351         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
21352         libc and ld.so.
21353         ($(objpfx)libpcprofile.so): Likewise.
21354         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
21355         libc_nonshared.a.
21356         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
21357         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
21358         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
21359         $(link-libc-deps).
21360         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
21361         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
21362         * login/Makefile ($(objpfx)libutil.so): Likewise.
21363         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
21364         * math/Makefile ($(objpfx)libm.so): Likewise.
21365         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
21366         $(objpfx)libnsl.so): Define libc-for-link as target-specific
21367         variable instead of depending directly on libc.
21368         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
21369         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
21370         $(link-libc-deps).
21371         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
21372         libc.
21373         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
21374         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
21375         ($(objpfx)libanl.so): Likewise.
21376         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
21377         ld.so.
21378         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
21379         $(link-libc-deps).
21380         * sysdeps/i386/fpu/Makefile: Remove file.
21381         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
21382         ($(objpfx)libm.so): Remove dependency on ld.so.
21383
21384 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
21385
21386         [BZ # 15553]
21387         * nis/yp_xdr.c (XDRMAXNAME): Define.
21388         (XDRMAXRECORD): Define.
21389         (xdr_domainname): Use XDRMAXNAME.
21390         (xdr_mapname): Likewise.
21391         (xdr_peername): Likewise.
21392         (xdr_keydat): Use XDRMAXRECORD.
21393         (xdr_valdat): Likewise.
21394
21395 2013-05-30  Jeff Law  <law@redhat.com>
21396
21397         [BZ #14256]
21398         * manual/errno.texi (ESTALE): Update to account for more than
21399         just NFS file systems.
21400         * sysdeps/gnu/errlist.c: Regenerated.
21401
21402 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
21403
21404         [BZ #15465]
21405         * elf/Makefile (tests): Add tst-null-argv.
21406         (modules-names):  Add tst-null-argv-lib.
21407         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
21408         (tst-null-argv-ENV): Set environment for tst-null-argv.
21409         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
21410         (RTLD_PROGNAME): New macro.
21411         * elf/tst-null-argv.c: New test case.
21412         * elf/tst-null-argv-lib.c: Library for test case.
21413         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
21414         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
21415         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
21416         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
21417         * elf/dl-init.c (call_init): Likewise.
21418         (_dl_init): Likewise.
21419         * elf/dl-load.c (print_search_path): Likewise.
21420         (_dl_map_object): Likewise.
21421         * elf/dl-lookup.c (do_lookup_x): Likewise.
21422         (add_dependency): Likewise.
21423         (_dl_lookup_symbol_x): Likewise.
21424         (_dl_debug_bindings): Likewise.
21425         * elf/dl-open.c (_dl_show_scope): Likewise.
21426         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
21427         * elf/dl-version.c (match_symbol): Likewise.
21428         (_dl_check_map_versions): Likewise.
21429         * elf/rtld.c (dl_main): Likewise.
21430         (print_unresolved): Use RTLD_PROGNAME.
21431         (print_missing_version): Likewise.
21432         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
21433         (elf_machine_rela): Likewise.
21434         * sysdeps/powerpc/powerpc32/dl-machine.c
21435         (__process_machine_rela): Likewise.
21436         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
21437         Likewise.
21438         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
21439         Likewise.
21440         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
21441         Likewise.
21442         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
21443         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
21444         Likewise.
21445         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
21446         Likewise.
21447         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
21448
21449 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
21450
21451         * po/be.po: Add descriptive title.
21452         * po/zh_CN.po: Likewise.
21453         * po/header.pot: Likewise.
21454
21455 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
21456
21457         * locale/programs/locarchive.c (create_archive): Inlucde fname in
21458         error message.
21459         (enlarge_archive): Likewise.
21460
21461 2013-05-28  Ben North  <ben@redfrontdoor.org>
21462
21463         * manual/arith.texi (frexp): It is the magnitude of the return
21464         value which lies in [0.5, 1), not the return value itself.
21465
21466 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21467
21468         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21469
21470 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
21471
21472         * stdio-common/bug26.c (main): Correct fscanf template.
21473
21474         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
21475         declare _dl_skip_args.
21476
21477         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
21478         Don't declare.
21479
21480         * manual/platform.texi: Add missing @end deftypefun.
21481
21482 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
21483
21484         [BZ #15529]
21485         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
21486         bit of mantissa of 2^16382.
21487         * math/libm-test.inc (hypot_test_data): Add more tests.
21488
21489         * math/libm-test.inc: Add drem and pow10 to list of tested
21490         functions.
21491         (pow10_test): New function.
21492         (drem_test): Likewise.
21493         (drem_test_tonearest): Likewise.
21494         (drem_test_towardzero): Likewise.
21495         (drem_test_downward): Likewise.
21496         (drem_test_upward): Likewise.
21497         (main): Call the new functions.
21498
21499         * math/libm-test.inc (finite_test_data): Remove.
21500         (finite_test): Run tests from isfinite_test_data.
21501         (gamma_test_data): Remove.
21502         (gamma_test): Run tests from lgamma_test_data.
21503         * sysdeps/i386/fpu/libm-test-ulps: Update.
21504         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21505
21506 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21507
21508         * manual/platform.texi: Add PowerPC PPR function set documentation.
21509         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
21510         implementation.
21511
21512 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
21513
21514         * math/libm-test.inc (MAX_EXP): Define.
21515         (ULPDIFF): Define.
21516         (ulp): New function.
21517         (check_float_internal): Use ULPDIFF.
21518         (cpow_test): Disable failing test.
21519         (check_ulp): Test ulp() implemetnation.
21520         (main): Call check_ulp before starting tests.
21521
21522 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
21523
21524         * math/gen-libm-test.pl (generate_testfile): Do not handle
21525         START_DATA and END_DATA.
21526         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
21527         END_DATA.
21528         (acos_tonearest_test_data): Likewise.
21529         (acos_towardzero_test_data): Likewise.
21530         (acos_downward_test_data): Likewise.
21531         (acos_upward_test_data): Likewise.
21532         (acosh_test_data): Likewise.
21533         (asin_test_data): Likewise.
21534         (asin_tonearest_test_data): Likewise.
21535         (asin_towardzero_test_data): Likewise.
21536         (asin_downward_test_data): Likewise.
21537         (asin_upward_test_data): Likewise.
21538         (asinh_test_data): Likewise.
21539         (atan_test_data): Likewise.
21540         (atanh_test_data): Likewise.
21541         (atan2_test_data): Likewise.
21542         (cabs_test_data): Likewise.
21543         (cacos_test_data): Likewise.
21544         (cacosh_test_data): Likewise.
21545         (carg_test_data): Likewise.
21546         (casin_test_data): Likewise.
21547         (casinh_test_data): Likewise.
21548         (catan_test_data): Likewise.
21549         (catanh_test_data): Likewise.
21550         (cbrt_test_data): Likewise.
21551         (ccos_test_data): Likewise.
21552         (ccosh_test_data): Likewise.
21553         (ceil_test_data): Likewise.
21554         (cexp_test_data): Likewise.
21555         (cimag_test_data): Likewise.
21556         (clog_test_data): Likewise.
21557         (clog10_test_data): Likewise.
21558         (conj_test_data): Likewise.
21559         (copysign_test_data): Likewise.
21560         (cos_test_data): Likewise.
21561         (cos_tonearest_test_data): Likewise.
21562         (cos_towardzero_test_data): Likewise.
21563         (cos_downward_test_data): Likewise.
21564         (cos_upward_test_data): Likewise.
21565         (cosh_test_data): Likewise.
21566         (cosh_tonearest_test_data): Likewise.
21567         (cosh_towardzero_test_data): Likewise.
21568         (cosh_downward_test_data): Likewise.
21569         (cosh_upward_test_data): Likewise.
21570         (cpow_test_data): Likewise.
21571         (cproj_test_data): Likewise.
21572         (creal_test_data): Likewise.
21573         (csin_test_data): Likewise.
21574         (csinh_test_data): Likewise.
21575         (csqrt_test_data): Likewise.
21576         (ctan_test_data): Likewise.
21577         (ctan_tonearest_test_data): Likewise.
21578         (ctan_towardzero_test_data): Likewise.
21579         (ctan_downward_test_data): Likewise.
21580         (ctan_upward_test_data): Likewise.
21581         (ctanh_test_data): Likewise.
21582         (ctanh_tonearest_test_data): Likewise.
21583         (ctanh_towardzero_test_data): Likewise.
21584         (ctanh_downward_test_data): Likewise.
21585         (ctanh_upward_test_data): Likewise.
21586         (erf_test_data): Likewise.
21587         (erfc_test_data): Likewise.
21588         (exp_test_data): Likewise.
21589         (exp_tonearest_test_data): Likewise.
21590         (exp_towardzero_test_data): Likewise.
21591         (exp_downward_test_data): Likewise.
21592         (exp_upward_test_data): Likewise.
21593         (exp10_test_data): Likewise.
21594         (exp2_test_data): Likewise.
21595         (expm1_test_data): Likewise.
21596         (fabs_test_data): Likewise.
21597         (fdim_test_data): Likewise.
21598         (finite_test_data): Likewise.
21599         (floor_test_data): Likewise.
21600         (fma_test_data): Likewise.
21601         (fma_towardzero_test_data): Likewise.
21602         (fma_downward_test_data): Likewise.
21603         (fma_upward_test_data): Likewise.
21604         (fmax_test_data): Likewise.
21605         (fmin_test_data): Likewise.
21606         (fmod_test_data): Likewise.
21607         (fpclassify_test_data): Likewise.
21608         (frexp_test_data): Likewise.
21609         (gamma_test_data): Likewise.
21610         (hypot_test_data): Likewise.
21611         (ilogb_test_data): Likewise.
21612         (isfinite_test_data): Likewise.
21613         (isgreater_test_data): Likewise.
21614         (isgreaterequal_test_data): Likewise.
21615         (isinf_test_data): Likewise.
21616         (isless_test_data): Likewise.
21617         (islessequal_test_data): Likewise.
21618         (islessgreater_test_data): Likewise.
21619         (isnan_test_data): Likewise.
21620         (isnormal_test_data): Likewise.
21621         (issignaling_test_data): Likewise.
21622         (isunordered_test_data): Likewise.
21623         (j0_test_data): Likewise.
21624         (j1_test_data): Likewise.
21625         (jn_test_data): Likewise.
21626         (ldexp_test_data): Likewise.
21627         (lgamma_test_data): Likewise.
21628         (lrint_test_data): Likewise.
21629         (lrint_tonearest_test_data): Likewise.
21630         (lrint_towardzero_test_data): Likewise.
21631         (lrint_downward_test_data): Likewise.
21632         (lrint_upward_test_data): Likewise.
21633         (llrint_test_data): Likewise.
21634         (llrint_tonearest_test_data): Likewise.
21635         (llrint_towardzero_test_data): Likewise.
21636         (llrint_downward_test_data): Likewise.
21637         (llrint_upward_test_data): Likewise.
21638         (log_test_data): Likewise.
21639         (log10_test_data): Likewise.
21640         (log1p_test_data): Likewise.
21641         (log2_test_data): Likewise.
21642         (logb_test_data): Likewise.
21643         (logb_downward_test_data): Likewise.
21644         (lround_test_data): Likewise.
21645         (llround_test_data): Likewise.
21646         (modf_test_data): Likewise.
21647         (nearbyint_test_data): Likewise.
21648         (nextafter_test_data): Likewise.
21649         (nexttoward_test_data): Likewise.
21650         (pow_test_data): Likewise.
21651         (pow_tonearest_test_data): Likewise.
21652         (pow_towardzero_test_data): Likewise.
21653         (pow_downward_test_data): Likewise.
21654         (pow_upward_test_data): Likewise.
21655         (remainder_test_data): Likewise.
21656         (remainder_tonearest_test_data): Likewise.
21657         (remainder_towardzero_test_data): Likewise.
21658         (remainder_downward_test_data): Likewise.
21659         (remainder_upward_test_data): Likewise.
21660         (remquo_test_data): Likewise.
21661         (rint_test_data): Likewise.
21662         (rint_tonearest_test_data): Likewise.
21663         (rint_towardzero_test_data): Likewise.
21664         (rint_downward_test_data): Likewise.
21665         (rint_upward_test_data): Likewise.
21666         (round_test_data): Likewise.
21667         (scalb_test_data): Likewise.
21668         (scalbn_test_data): Likewise.
21669         (scalbln_test_data): Likewise.
21670         (signbit_test_data): Likewise.
21671         (sin_test_data): Likewise.
21672         (sin_tonearest_test_data): Likewise.
21673         (sin_towardzero_test_data): Likewise.
21674         (sin_downward_test_data): Likewise.
21675         (sin_upward_test_data): Likewise.
21676         (sincos_test_data): Likewise.
21677         (sinh_test_data): Likewise.
21678         (sinh_tonearest_test_data): Likewise.
21679         (sinh_towardzero_test_data): Likewise.
21680         (sinh_downward_test_data): Likewise.
21681         (sinh_upward_test_data): Likewise.
21682         (sqrt_test_data): Likewise.
21683         (tan_test_data): Likewise.
21684         (tan_tonearest_test_data): Likewise.
21685         (tan_towardzero_test_data): Likewise.
21686         (tan_downward_test_data): Likewise.
21687         (tan_upward_test_data): Likewise.
21688         (tanh_test_data): Likewise.
21689         (tgamma_test_data): Likewise.
21690         (trunc_test_data): Likewise.
21691         (y0_test_data): Likewise.
21692         (y1_test_data): Likewise.
21693         (yn_test_data): Likewise.
21694         (significand_test_data): Likewise.
21695
21696         * math/gen-libm-test.pl (@functions): Remove variable.
21697         (generate_testfile): Don't handle START and END lines.
21698         * math/libm-test.inc (START): New macro.
21699         (END): Likewise.
21700         (END_COMPLEX): Likewise.
21701         (acos_test): Use END macro without arguments.
21702         (acos_test_tonearest): Likewise.
21703         (acos_test_towardzero): Likewise.
21704         (acos_test_downward): Likewise.
21705         (acos_test_upward): Likewise.
21706         (acosh_test): Likewise.
21707         (asin_test): Likewise.
21708         (asin_test_tonearest): Likewise.
21709         (asin_test_towardzero): Likewise.
21710         (asin_test_downward): Likewise.
21711         (asin_test_upward): Likewise.
21712         (asinh_test): Likewise.
21713         (atan_test): Likewise.
21714         (atanh_test): Likewise.
21715         (atan2_test): Likewise.
21716         (cabs_test): Likewise.
21717         (cacos_test): Use END_COMPLEX macro without arguments.
21718         (cacosh_test): Likewise.
21719         (carg_test): Use END macro without arguments.
21720         (casin_test): Use END_COMPLEX macro without arguments.
21721         (casinh_test): Likewise.
21722         (catan_test): Likewise.
21723         (catanh_test): Likewise.
21724         (cbrt_test): Use END macro without arguments.
21725         (ccos_test): Use END_COMPLEX macro without arguments.
21726         (ccosh_test): Likewise.
21727         (ceil_test): Use END macro without arguments.
21728         (cexp_test): Use END_COMPLEX macro without arguments.
21729         (cimag_test): Use END macro without arguments.
21730         (clog_test): Use END_COMPLEX macro without arguments.
21731         (clog10_test): Likewise.
21732         (conj_test): Likewise.
21733         (copysign_test): Use END macro without arguments.
21734         (cos_test): Likewise.
21735         (cos_test_tonearest): Likewise.
21736         (cos_test_towardzero): Likewise.
21737         (cos_test_downward): Likewise.
21738         (cos_test_upward): Likewise.
21739         (cosh_test): Likewise.
21740         (cosh_test_tonearest): Likewise.
21741         (cosh_test_towardzero): Likewise.
21742         (cosh_test_downward): Likewise.
21743         (cosh_test_upward): Likewise.
21744         (cpow_test): Use END_COMPLEX macro without arguments.
21745         (cproj_test): Likewise.
21746         (creal_test): Use END macro without arguments.
21747         (csin_test): Use END_COMPLEX macro without arguments.
21748         (csinh_test): Likewise.
21749         (csqrt_test): Likewise.
21750         (ctan_test): Likewise.
21751         (ctan_test_tonearest): Likewise.
21752         (ctan_test_towardzero): Likewise.
21753         (ctan_test_downward): Likewise.
21754         (ctan_test_upward): Likewise.
21755         (ctanh_test): Likewise.
21756         (ctanh_test_tonearest): Likewise.
21757         (ctanh_test_towardzero): Likewise.
21758         (ctanh_test_downward): Likewise.
21759         (ctanh_test_upward): Likewise.
21760         (erf_test): Use END macro without arguments.
21761         (erfc_test): Likewise.
21762         (exp_test): Likewise.
21763         (exp_test_tonearest): Likewise.
21764         (exp_test_towardzero): Likewise.
21765         (exp_test_downward): Likewise.
21766         (exp_test_upward): Likewise.
21767         (exp10_test): Likewise.
21768         (exp2_test): Likewise.
21769         (expm1_test): Likewise.
21770         (fabs_test): Likewise.
21771         (fdim_test): Likewise.
21772         (finite_test): Likewise.
21773         (floor_test): Likewise.
21774         (fma_test): Likewise.
21775         (fma_test_towardzero): Likewise.
21776         (fma_test_downward): Likewise.
21777         (fma_test_upward): Likewise.
21778         (fmax_test): Likewise.
21779         (fmin_test): Likewise.
21780         (fmod_test): Likewise.
21781         (fpclassify_test): Likewise.
21782         (frexp_test): Likewise.
21783         (gamma_test): Likewise.
21784         (hypot_test): Likewise.
21785         (ilogb_test): Likewise.
21786         (isfinite_test): Likewise.
21787         (isgreater_test): Likewise.
21788         (isgreaterequal_test): Likewise.
21789         (isinf_test): Likewise.
21790         (isless_test): Likewise.
21791         (islessequal_test): Likewise.
21792         (islessgreater_test): Likewise.
21793         (isnan_test): Likewise.
21794         (isnormal_test): Likewise.
21795         (issignaling_test): Likewise.
21796         (isunordered_test): Likewise.
21797         (j0_test): Likewise.
21798         (j1_test): Likewise.
21799         (jn_test): Likewise.
21800         (ldexp_test): Likewise.
21801         (lgamma_test): Likewise.
21802         (lrint_test): Likewise.
21803         (lrint_test_tonearest): Likewise.
21804         (lrint_test_towardzero): Likewise.
21805         (lrint_test_downward): Likewise.
21806         (lrint_test_upward): Likewise.
21807         (llrint_test): Likewise.
21808         (llrint_test_tonearest): Likewise.
21809         (llrint_test_towardzero): Likewise.
21810         (llrint_test_downward): Likewise.
21811         (llrint_test_upward): Likewise.
21812         (log_test): Likewise.
21813         (log10_test): Likewise.
21814         (log1p_test): Likewise.
21815         (log2_test): Likewise.
21816         (logb_test): Likewise.
21817         (logb_test_downward): Likewise.
21818         (lround_test): Likewise.
21819         (llround_test): Likewise.
21820         (modf_test): Likewise.
21821         (nearbyint_test): Likewise.
21822         (nextafter_test): Likewise.
21823         (nexttoward_test): Likewise.
21824         (pow_test): Likewise.
21825         (pow_test_tonearest): Likewise.
21826         (pow_test_towardzero): Likewise.
21827         (pow_test_downward): Likewise.
21828         (pow_test_upward): Likewise.
21829         (remainder_test): Likewise.
21830         (remainder_test_tonearest): Likewise.
21831         (remainder_test_towardzero): Likewise.
21832         (remainder_test_downward): Likewise.
21833         (remainder_test_upward): Likewise.
21834         (remquo_test): Likewise.
21835         (rint_test): Likewise.
21836         (rint_test_tonearest): Likewise.
21837         (rint_test_towardzero): Likewise.
21838         (rint_test_downward): Likewise.
21839         (rint_test_upward): Likewise.
21840         (round_test): Likewise.
21841         (scalb_test): Likewise.
21842         (scalbn_test): Likewise.
21843         (scalbln_test): Likewise.
21844         (signbit_test): Likewise.
21845         (sin_test): Likewise.
21846         (sin_test_tonearest): Likewise.
21847         (sin_test_towardzero): Likewise.
21848         (sin_test_downward): Likewise.
21849         (sin_test_upward): Likewise.
21850         (sincos_test): Likewise.
21851         (sinh_test): Likewise.
21852         (sinh_test_tonearest): Likewise.
21853         (sinh_test_towardzero): Likewise.
21854         (sinh_test_downward): Likewise.
21855         (sinh_test_upward): Likewise.
21856         (sqrt_test): Likewise.
21857         (tan_test): Likewise.
21858         (tan_test_tonearest): Likewise.
21859         (tan_test_towardzero): Likewise.
21860         (tan_test_downward): Likewise.
21861         (tan_test_upward): Likewise.
21862         (tanh_test): Likewise.
21863         (tgamma_test): Likewise.
21864         (trunc_test): Likewise.
21865         (y0_test): Likewise.
21866         (y1_test): Likewise.
21867         (yn_test): Likewise.
21868         (significand_test): Likewise.
21869
21870 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
21871
21872         [BZ #15381]
21873         * libio/genops.c (_IO_no_init): Initialize wide struct info.
21874
21875 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21876
21877         [BZ #14894]
21878         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
21879         __ppc_mdoio and __ppc_mdoom.
21880         * manual/platform.texi: Document new functions __ppc_yield,
21881         __ppc_mdoio and __ppc_mdoom.
21882
21883 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
21884
21885         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
21886         (main): Mention "tls" pseudo-hwcap is legacy.
21887         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
21888
21889 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
21890
21891         * math/gen-libm-test.pl (parse_args): Output only string of
21892         arguments as text for test name, not full call or descriptions of
21893         tests for extra outputs.
21894         (generate_testfile): Do not pass function name to parse_args.
21895         Generate this_func variable from START.
21896         * math/libm-test.inc (struct test_f_f_data): Rename test_name
21897         field to arg_str.
21898         (struct test_ff_f_data): Likewise.
21899         (test_ff_f_data_nexttoward): Likewise.
21900         (struct test_fi_f_data): Likewise.
21901         (struct test_fl_f_data): Likewise.
21902         (struct test_if_f_data): Likewise.
21903         (struct test_fff_f_data): Likewise.
21904         (struct test_c_f_data): Likewise.
21905         (struct test_f_f1_data): Likewise.  Remove field extra_name.
21906         (struct test_fF_f1_data): Likewise.
21907         (struct test_ffI_f1_data): Likewise.
21908         (struct test_c_c_data): Rename test_name field to arg_str.
21909         (struct test_cc_c_data): Likewise.
21910         (struct test_f_i_data): Likewise.
21911         (struct test_ff_i_data): Likewise.
21912         (struct test_f_l_data): Likewise.
21913         (struct test_f_L_data): Likewise.
21914         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
21915         and extra2_name.
21916         (COMMON_TEST_SETUP): New macro.
21917         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
21918         (COMMON_TEST_CLEANUP): Likewise.
21919         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
21920         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
21921         macros.
21922         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
21923         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
21924         macros.
21925         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
21926         (RUN_TEST_fff_f): Take argument string.  Call new setup and
21927         cleanup macros.
21928         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
21929         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
21930         macros.
21931         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
21932         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
21933         macros.
21934         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21935         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
21936         cleanup macros.
21937         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21938         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
21939         cleanup macros.
21940         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21941         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
21942         cleanup macros.
21943         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21944         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
21945         macros.
21946         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
21947         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
21948         macros.
21949         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
21950         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
21951         macros.
21952         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
21953         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
21954         cleanup macros.
21955         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
21956         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
21957         cleanup macros.
21958         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
21959         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
21960         macros.
21961         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
21962         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
21963         cleanup macros.
21964         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
21965         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
21966         macros.
21967         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
21968         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
21969         macros.
21970         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
21971         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
21972         cleanup macros.
21973         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
21974
21975 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
21976
21977         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
21978         to _sifields.sigfault.
21979         (si_addr_lsb): Define new macro.
21980         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21981         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
21982         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
21983
21984 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
21985
21986         [BZ #15441]
21987         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
21988         returns -1.
21989         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
21990         null return -1.
21991         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
21992         loading the domain.
21993
21994 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
21995
21996         * math/gen-libm-test.pl (parse_args): Do not include expected
21997         result in test name.
21998         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
21999         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
22000         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
22001         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
22002         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
22003         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22004
22005 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
22006
22007         * benchtests/Makefile: Sort function entries.
22008
22009         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
22010         tanh, asinh, acosh, atanh.
22011         * benchtests/acos-inputs: New file.
22012         * benchtests/acosh-inputs: New file.
22013         * benchtests/asin-inputs: New file.
22014         * benchtests/asinh-inputs: New file.
22015         * benchtests/atanh-inputs: New file.
22016         * benchtests/cosh-inputs: New file.
22017         * benchtests/log-inputs: New file.
22018         * benchtests/sinh-inputs: New file.
22019         * benchtests/tanh-inputs: New file.
22020
22021 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
22022
22023         [BZ #15339]
22024         * posix/tst-getaddrinfo4.c: New test.
22025         * posix/Makefile (tests): Add it.
22026
22027 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22028
22029         [BZ #15339]
22030         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
22031         when no services were used.
22032         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
22033         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
22034
22035 2013-05-21  Andreas Schwab  <schwab@suse.de>
22036
22037         [BZ #15014]
22038         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
22039         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
22040         successful.
22041         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
22042         redundant variable declarations and reallocation of buffer when
22043         parsing as IPv6 address.  Always set NSS status when called from
22044         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
22045         buffer too small.  Correct computation of needed size.
22046         * nss/Makefile (tests): Add test-digits-dots.
22047         * nss/test-digits-dots.c: New test.
22048
22049 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22050
22051         * benchtests/Makefile: Remove instructions for adding
22052         benchmark tests.
22053         * benchtests/README: New file to explain how to execute and
22054         enhance the benchmark tests.
22055
22056 2013-05-21  Andreas Schwab  <schwab@suse.de>
22057
22058         [BZ #15493]
22059         * setjmp/Makefile (tests): Add tst-sigsetjmp.
22060         * setjmp/tst-sigsetjmp.c: New test.
22061
22062 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
22063
22064         * sysdeps/x86_64/memset.S (memset): New implementation.
22065         (__bzero): Likewise.
22066         (__memset_tail): New function.
22067
22068 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
22069
22070         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
22071         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
22072         __memcpy_sse2_unaligned ifunc selection.
22073         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22074         Add memcpy-sse2-unaligned.S.
22075         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22076         Add: __memcpy_sse2_unaligned.
22077
22078 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
22079
22080         [BZ #15490]
22081         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
22082         math_force_eval before restoring floating-point envrionment.
22083         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
22084         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
22085         Likewise.
22086         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
22087         <math_private.h>.
22088         (__nearbyintl): Use math_force_eval before restoring
22089         floating-point environment.
22090         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
22091
22092         * math/gen-libm-test.pl (special_functions): Remove.
22093         (parse_args): Don't handle TEST_extra.  Handle functions with no
22094         return value.
22095         * math/libm-test.inc (struct test_sincos_data): Replace with
22096         struct test_fFF_11_data.
22097         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
22098         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
22099         (sincos_test_data): Change element type to struct
22100         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
22101         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
22102         RUN_TEST_LOOP_sincos.
22103         * math/README.libm-test: Don't mention special handling of
22104         individual functions.
22105         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
22106         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
22107         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
22108         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
22109         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
22110         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22111
22112         * math/gen-libm-test.pl (get_variable): Remove function.
22113         (parse_args): Don't show pointer parameters to call in test
22114         names.  Use "extra output N" in test names for extra outputs
22115         rather than naming variables.
22116
22117 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
22118
22119         [BZ #15488]
22120         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
22121         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
22122         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
22123         double tests.
22124         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
22125         disable.
22126         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
22127         check_long_double.
22128
22129         * math/gen-libm-test.pl (@tests): Remove variable.
22130         ($count): Likewise.
22131         (new_test): Remove function.
22132         (show_exceptions): New function.
22133         (special_functions): Use show_exceptions instead of new_test.
22134         (parse_args): Likewise.
22135         (generate_testfile): Pass only function name in generated call to
22136         print_max_error or print_complex_max_error.
22137         (get_ulps): Do not handle complex tests specially.
22138         (output_test): Rename to ...
22139         (get_all_ulps_for_test): ... this.  Return a string rather than
22140         printing to a file.  Require ulps to be present.
22141         (output_ulps): Generate arrays rather than #defines.
22142         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
22143         (struct ulp_data): New type.
22144         (BUILD_COMPLEX_ULP): Remove macro.
22145         (compare_ulp_data): New function.
22146         (find_ulps): Likewise.
22147         (find_test_ulps): Likewise.
22148         (find_function_ulps): Likewise.
22149         (find_complex_function_ulps): Likewise.
22150         (print_max_error): Determine allowed ulps using
22151         find_function_ulps.
22152         (print_complex_max_error): Determine allowed ulps using
22153         find_complex_function_ulps.
22154         (check_float_internal): Determine max ulps using find_test_ulps.
22155         (check_float): Do not take max_ulp parameter.  Update call to
22156         check_float_internal.
22157         (check_complex): Likewise.
22158         (check_int): Do not take max_ulp parameter.
22159         (check_long): Likewise.
22160         (check_bool): Likewise.
22161         (check_longlong): Likewise.
22162         (struct test_f_f_data): Remove max_ulp field.
22163         (struct test_ff_f_data): Likewise.
22164         (struct test_ff_f_data_nexttoward): Likewise.
22165         (struct test_fi_f_data): Likewise.
22166         (struct test_fl_f_data): Likewise.
22167         (struct test_if_f_data): Likewise.
22168         (struct test_fff_f_data): Likewise.
22169         (struct test_c_f_data): Likewise.
22170         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
22171         (struct test_fF_f1_data): Likewise.
22172         (struct test_ffI_f1_data): Likewise.
22173         (struct test_c_c_data): Remove max_ulp field.
22174         (struct test_cc_c_data): Likewise.
22175         (struct test_f_i_data): Likewise.
22176         (struct test_ff_i_data): Likewise.
22177         (struct test_f_l_data): Likewise.
22178         (struct test_f_L_data): Likewise.
22179         (struct test_sincos_data): Likewise.
22180         (RUN_TEST_f_f): Do not handle ulps.
22181         (RUN_TEST_LOOP_f_f): Likewise.
22182         (RUN_TEST_2_f): Likewise.
22183         (RUN_TEST_LOOP_2_f): Likewise.
22184         (RUN_TEST_fff_f): Likewise.
22185         (RUN_TEST_LOOP_fff_f): Likewise.
22186         (RUN_TEST_c_f): Likewise.
22187         (RUN_TEST_LOOP_c_f): Likewise.
22188         (RUN_TEST_f_f1): Likewise.
22189         (RUN_TEST_LOOP_f_f1): Likewise.
22190         (RUN_TEST_fF_f1): Likewise.
22191         (RUN_TEST_LOOP_fF_f1): Likewise.
22192         (RUN_TEST_fI_f1): Likewise.
22193         (RUN_TEST_LOOP_fI_f1): Likewise.
22194         (RUN_TEST_ffI_f1): Likewise.
22195         (RUN_TEST_LOOP_ffI_f1): Likewise.
22196         (RUN_TEST_c_c): Likewise.
22197         (RUN_TEST_LOOP_c_c): Likewise.
22198         (RUN_TEST_cc_c): Likewise.
22199         (RUN_TEST_LOOP_cc_c): Likewise.
22200         (RUN_TEST_f_i): Likewise.
22201         (RUN_TEST_LOOP_f_i): Likewise.
22202         (RUN_TEST_f_i_tg): Likewise.
22203         (RUN_TEST_LOOP_f_i_tg): Likewise.
22204         (RUN_TEST_ff_i_tg): Likewise.
22205         (RUN_TEST_LOOP_ff_i_tg): Likewise.
22206         (RUN_TEST_f_b): Likewise.
22207         (RUN_TEST_LOOP_f_b): Likewise.
22208         (RUN_TEST_f_b_tg): Likewise.
22209         (RUN_TEST_LOOP_f_b_tg): Likewise.
22210         (RUN_TEST_f_l): Likewise.
22211         (RUN_TEST_LOOP_f_l): Likewise.
22212         (RUN_TEST_f_L): Likewise.
22213         (RUN_TEST_LOOP_f_L): Likewise.
22214         (RUN_TEST_sincos): Likewise.
22215         (RUN_TEST_LOOP_sincos): Likewise.
22216
22217 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
22218
22219         [BZ #15480]
22220         [BZ #15485]
22221         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
22222         main case of finite arguments, set rounding mode to FE_TONEAREST
22223         and discard exceptions.
22224         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
22225         exceptions.
22226         (remainder_tonearest_test_data): New variable.
22227         (remainder_test_tonearest): New function.
22228         (remainder_towardzero_test_data): New variable.
22229         (remainder_test_towardzero): New function.
22230         (remainder_downward_test_data): New variable.
22231         (remainder_test_downward): New function.
22232         (remainder_upward_test_data): New variable.
22233         (remainder_test_upward): New function.
22234         (main): Call the new test functions.
22235
22236         * math/libm-test.inc (struct test_f_f1_data): Remove field
22237         extra_init.
22238         (struct test_fF_f1_data): Likewise.
22239         (struct test_ffI_f1_data): Likewise.
22240         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
22241         based on value of EXTRA_EXPECTED.
22242         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
22243         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
22244         EXTRA_VAR based on value of EXTRA_EXPECTED.
22245         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
22246         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
22247         EXTRA_VAR based on value of EXTRA_EXPECTED.
22248         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
22249         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
22250         EXTRA_VAR based on value of EXTRA_EXPECTED.
22251         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
22252         * math/gen-libm-test.pl (parse_args): Don't output initializers
22253         for extra output values.
22254
22255         * math/libm-test.inc (check_int): Expect result to be exactly
22256         equal to expected value and do not handle ulps.
22257         (check_long): Likewise.
22258         (check_longlong): Likewise.
22259
22260         * math/libm-test.inc (ceil_test_data): Test for "inexact"
22261         exceptions.
22262         (cimag_test_data): Likewise.
22263         (conj_test_data): Likewise.
22264         (copysign_test_data): Likewise.
22265         (cproj_test_data): Likewise.
22266         (creal_test_data): Likewise.
22267         (fabs_test_data): Likewise.
22268         (fdim_test_data): Likewise.
22269         (finite_test_data): Likewise.
22270         (floor_test_data): Likewise.
22271         (fmax_test_data): Likewise.
22272         (fmin_test_data): Likewise.
22273         (fmod_test_data): Likewise.
22274         (fpclassify_test_data): Likewise.
22275         (frexp_test_data): Likewise.
22276         (ilogb_test_data): Likewise.
22277         (isfinite_test_data): Likewise.
22278         (isgreater_test_data): Likewise.
22279         (isgreaterequal_test_data): Likewise.
22280         (isinf_test_data): Likewise.
22281         (isless_test_data): Likewise.
22282         (islessequal_test_data): Likewise.
22283         (islessgreater_test_data): Likewise.
22284         (isnan_test_data): Likewise.
22285         (isnormal_test_data): Likewise.
22286         (issignaling_test_data): Likewise.
22287         (isunordered_test_data): Likewise.
22288         (ldexp_test_data): Likewise.
22289         (lrint_test_data): Likewise.
22290         (lrint_test_data) [TEST_FLOAT]: Disable one test.
22291         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
22292         (lrint_tonearest_test_data): Test for "inexact" exceptions.
22293         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
22294         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
22295         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
22296         test input.
22297         (lrint_towardzero_test_data): Test for "inexact" exceptions.
22298         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
22299         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
22300         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
22301         that test input.
22302         (lrint_downward_test_data): Test for "inexact" exceptions.
22303         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
22304         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
22305         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
22306         test input.
22307         (lrint_upward_test_data): Test for "inexact" exceptions.
22308         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
22309         test input.
22310         (llrint_test_data): Test for "inexact" exceptions.
22311         (llrint_test_data) [TEST_FLOAT]: Disable one test.
22312         (llrint_tonearest_test_data): Test for "inexact" exceptions.
22313         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
22314         (llrint_towardzero_test_data): Test for "inexact" exceptions.
22315         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
22316         (llrint_downward_test_data): Test for "inexact" exceptions.
22317         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
22318         (llrint_upward_test_data): Test for "inexact" exceptions.
22319         (logb_test_data): Likewise.
22320         (logb_downward_test_data): Likewise.
22321         (nextafter_test_data): Likewise.
22322         (nexttoward_test_data): Likewise.
22323         (remainder_test_data): Likewise.
22324         (remquo_test_data): Likewise.
22325         (scalbn_test_data): Likewise.
22326         (scalbln_test_data): Likewise.
22327         (signbit_test_data): Likewise.
22328         (sqrt_test_data): Likewise.
22329         (significand_test_data): Likewise.
22330
22331 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
22332
22333         [BZ #15424]
22334         * benchtests/bench-modf.c (struct args): Mark arg0 as
22335         volatile.
22336         * scripts/bench.pl: Mark members of struct args as volatile.
22337
22338 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22339
22340         [BZ # 15497]
22341         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
22342         negative infinity on POWER6 or lower.
22343         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
22344
22345 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
22346
22347         [BZ #15442]
22348         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
22349         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
22350         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
22351         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
22352         (_FP_SETQNAN): New macro.
22353         (_FP_SETQNAN_SEMIRAW): Likewise.
22354         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
22355         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
22356         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
22357         (FP_EXTEND): Use _FP_FRAC_SNANP.
22358         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
22359         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
22360         into account.
22361         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
22362         New macro.
22363         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
22364         Likewise.
22365
22366 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
22367
22368         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
22369         with DIVIDE_BY_ZERO_EXCEPTION.
22370         (gamma_test_data): Likewise.
22371         (lgamma_test_data): Likewise.
22372         (log_test_data): Likewise.
22373         (log10_test_data): Likewise.
22374         (log2_test_data): Likewise.
22375         (tgamma_test_data): Likewise.
22376
22377         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
22378         (acos_test_tonearest): Likewise.
22379         (acos_test_towardzero): Likewise.
22380         (acos_test_downward): Likewise.
22381         (acos_test_upward): Likewise.
22382         (acosh_test): Likewise.
22383         (asin_test): Likewise.
22384         (asin_test_tonearest): Likewise.
22385         (asin_test_towardzero): Likewise.
22386         (asin_test_downward): Likewise.
22387         (asin_test_upward): Likewise.
22388         (asinh_test): Likewise.
22389         (atan_test): Likewise.
22390         (atanh_test): Likewise.
22391         (atan2_test): Likewise.
22392         (cabs_test): Likewise.
22393         (cacos_test): Likewise.
22394         (cacosh_test): Likewise.
22395         (casin_test): Likewise.
22396         (casinh_test): Likewise.
22397         (catan_test): Likewise.
22398         (catanh_test): Likewise.
22399         (cbrt_test): Likewise.
22400         (ccos_test): Likewise.
22401         (ccosh_test): Likewise.
22402         (cexp_test): Likewise.
22403         (clog_test): Likewise.
22404         (clog10_test): Likewise.
22405         (cos_test): Likewise.
22406         (cos_test_tonearest): Likewise.
22407         (cos_test_towardzero): Likewise.
22408         (cos_test_downward): Likewise.
22409         (cos_test_upward): Likewise.
22410         (cosh_test): Likewise.
22411         (cosh_test_tonearest): Likewise.
22412         (cosh_test_towardzero): Likewise.
22413         (cosh_test_downward): Likewise.
22414         (cosh_test_upward): Likewise.
22415         (cpow_test): Likewise.
22416         (csin_test): Likewise.
22417         (csinh_test): Likewise.
22418         (csqrt_test): Likewise.
22419         (ctan_test): Likewise.
22420         (ctan_test_tonearest): Likewise.
22421         (ctan_test_towardzero): Likewise.
22422         (ctan_test_downward): Likewise.
22423         (ctan_test_upward): Likewise.
22424         (ctanh_test): Likewise.
22425         (ctanh_test_tonearest): Likewise.
22426         (ctanh_test_towardzero): Likewise.
22427         (ctanh_test_downward): Likewise.
22428         (ctanh_test_upward): Likewise.
22429         (erf_test): Likewise.
22430         (erfc_test): Likewise.
22431         (exp_test): Likewise.
22432         (exp_test_tonearest): Likewise.
22433         (exp_test_towardzero): Likewise.
22434         (exp_test_downward): Likewise.
22435         (exp_test_upward): Likewise.
22436         (exp10_test): Likewise.
22437         (exp2_test): Likewise.
22438         (expm1_test): Likewise.
22439         (fmod_test): Likewise.
22440         (gamma_test): Likewise.
22441         (hypot_test): Likewise.
22442         (j0_test): Likewise.
22443         (j1_test): Likewise.
22444         (jn_test): Likewise.
22445         (lgamma_test): Likewise.
22446         (log_test): Likewise.
22447         (log10_test): Likewise.
22448         (log1p_test): Likewise.
22449         (log2_test): Likewise.
22450         (logb_test_downward): Likewise.
22451         (pow_test): Likewise.
22452         (pow_test_tonearest): Likewise.
22453         (pow_test_towardzero): Likewise.
22454         (pow_test_downward): Likewise.
22455         (pow_test_upward): Likewise.
22456         (remainder_test): Likewise.
22457         (remquo_test): Likewise.
22458         (sin_test): Likewise.
22459         (sin_test_tonearest): Likewise.
22460         (sin_test_towardzero): Likewise.
22461         (sin_test_downward): Likewise.
22462         (sin_test_upward): Likewise.
22463         (sincos_test): Likewise.
22464         (sinh_test): Likewise.
22465         (sinh_test_tonearest): Likewise.
22466         (sinh_test_towardzero): Likewise.
22467         (sinh_test_downward): Likewise.
22468         (sinh_test_upward): Likewise.
22469         (sqrt_test): Likewise.
22470         (tan_test): Likewise.
22471         (tan_test_tonearest): Likewise.
22472         (tan_test_towardzero): Likewise.
22473         (tan_test_downward): Likewise.
22474         (tan_test_upward): Likewise.
22475         (tanh_test): Likewise.
22476         (tgamma_test): Likewise.
22477         (y0_test): Likewise.
22478         (y1_test): Likewise.
22479         (yn_test): Likewise.
22480
22481         * math/gen-libm-test.pl (adjust_arg): Remove function.
22482         (special_function): Remove argument $in_func.  Only handle
22483         generating output for tables of tests, not inside functions.
22484         (parse_args): Likewise.
22485         (generate_testfile): Remove variable $in_func.  Update call to
22486         parse_args.
22487         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
22488         (MINUS_ZERO_INIT): Rename macro to minus_zero.
22489         (PLUS_INFTY_INIT): Rename macro to plus_infty.
22490         (MINUS_INFTY_INIT): Rename macro to minus_infty.
22491         (QNAN_VALUE_INIT): Rename macro to qnan_value.
22492         (MAX_VALUE_INIT): Rename macro to max_value.
22493         (MIN_VALUE_INIT): Rename macro to min_value.
22494         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
22495         (plus_zero): Remove variable.
22496         (minus_zero): Likewise.
22497         (plus_infty): Likewise.
22498         (minus_infty): Likewise.
22499         (qnan_value): Likewise.
22500         (max_value): Likewise.
22501         (min_value): Likewise.
22502         (min_subnorm_value): Likewise.
22503
22504 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22505
22506         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
22507         uint64_t or uint32_t usage.
22508         * crypt/sha256-block.c: Likewise.
22509         * crypt/sha256-crypt.c: Likewise.
22510         * crypt/sha256.c: Likewise.
22511         * crypt/sha512-block.c: Likewise.
22512         * crypt/sha512-crypt.c: Likewise.
22513         * crypt/sha512.c: Likewise.
22514         * debug/backtrace-tst.c: Likewise.
22515         * debug/pcprofiledump.c: Likewise.
22516         * elf/cache.c: Likewise.
22517         * elf/dl-cache.c: Likewise.
22518         * elf/dl-misc.c: Likewise.
22519         * elf/dl-profile.c: Likewise.
22520         * elf/dl-support.c: Likewise.
22521         * elf/ldconfig.c: Likewise.
22522         * elf/sprof.c: Likewise.
22523         * iconv/dummy-repertoire.c: Likewise.
22524         * iconv/iconv_charmap.c: Likewise.
22525         * iconv/skeleton.c: Likewise.
22526         * iconvdata/8bit-generic.c: Likewise.
22527         * iconvdata/cp737.h: Likewise.
22528         * iconvdata/cp775.h: Likewise.
22529         * iconvdata/ibm1008.h: Likewise.
22530         * iconvdata/ibm1025.h: Likewise.
22531         * iconvdata/ibm1046.h: Likewise.
22532         * iconvdata/ibm1097.h: Likewise.
22533         * iconvdata/ibm1112.h: Likewise.
22534         * iconvdata/ibm1122.h: Likewise.
22535         * iconvdata/ibm1123.h: Likewise.
22536         * iconvdata/ibm1124.h: Likewise.
22537         * iconvdata/ibm1129.h: Likewise.
22538         * iconvdata/ibm1130.h: Likewise.
22539         * iconvdata/ibm1132.h: Likewise.
22540         * iconvdata/ibm1133.h: Likewise.
22541         * iconvdata/ibm1137.h: Likewise.
22542         * iconvdata/ibm1140.h: Likewise.
22543         * iconvdata/ibm1141.h: Likewise.
22544         * iconvdata/ibm1142.h: Likewise.
22545         * iconvdata/ibm1143.h: Likewise.
22546         * iconvdata/ibm1144.h: Likewise.
22547         * iconvdata/ibm1145.h: Likewise.
22548         * iconvdata/ibm1146.h: Likewise.
22549         * iconvdata/ibm1147.h: Likewise.
22550         * iconvdata/ibm1148.h: Likewise.
22551         * iconvdata/ibm1149.h: Likewise.
22552         * iconvdata/ibm1153.h: Likewise.
22553         * iconvdata/ibm1154.h: Likewise.
22554         * iconvdata/ibm1155.h: Likewise.
22555         * iconvdata/ibm1156.h: Likewise.
22556         * iconvdata/ibm1157.h: Likewise.
22557         * iconvdata/ibm1158.h: Likewise.
22558         * iconvdata/ibm1160.h: Likewise.
22559         * iconvdata/ibm1161.h: Likewise.
22560         * iconvdata/ibm1162.h: Likewise.
22561         * iconvdata/ibm1163.h: Likewise.
22562         * iconvdata/ibm1164.h: Likewise.
22563         * iconvdata/ibm1166.h: Likewise.
22564         * iconvdata/ibm1167.h: Likewise.
22565         * iconvdata/ibm12712.h: Likewise.
22566         * iconvdata/ibm1390.h: Likewise.
22567         * iconvdata/ibm1399.h: Likewise.
22568         * iconvdata/ibm16804.h: Likewise.
22569         * iconvdata/ibm4517.h: Likewise.
22570         * iconvdata/ibm4899.h: Likewise.
22571         * iconvdata/ibm4909.h: Likewise.
22572         * iconvdata/ibm4971.h: Likewise.
22573         * iconvdata/ibm5347.h: Likewise.
22574         * iconvdata/ibm803.h: Likewise.
22575         * iconvdata/ibm856.h: Likewise.
22576         * iconvdata/ibm901.h: Likewise.
22577         * iconvdata/ibm902.h: Likewise.
22578         * iconvdata/ibm9030.h: Likewise.
22579         * iconvdata/ibm9066.h: Likewise.
22580         * iconvdata/ibm921.h: Likewise.
22581         * iconvdata/ibm922.h: Likewise.
22582         * iconvdata/ibm9448.h: Likewise.
22583         * iconvdata/isiri-3342.h: Likewise.
22584         * iconvdata/jis0201.h: Likewise.
22585         * include/link.h: Likewise.
22586         * include/netdb.h: Likewise.
22587         * inet/check_native.c: Likewise.
22588         * inet/check_pf.c: Likewise.
22589         * inet/getipv4sourcefilter.c: Likewise.
22590         * inet/getnameinfo.c: Likewise.
22591         * inet/getsourcefilter.c: Likewise.
22592         * inet/htonl.c: Likewise.
22593         * inet/setipv4sourcefilter.c: Likewise.
22594         * inet/setsourcefilter.c: Likewise.
22595         * inet/test-inet6_opt.c: Likewise.
22596         * inet/tst-network.c: Likewise.
22597         * locale/C-collate.c: Likewise.
22598         * locale/C-ctype.c: Likewise.
22599         * locale/C-time.c: Likewise.
22600         * locale/C-translit.h: Likewise.
22601         * locale/loadarchive.c: Likewise.
22602         * locale/programs/3level.h: Likewise.
22603         * locale/programs/charmap.c: Likewise.
22604         * locale/programs/charmap.h: Likewise.
22605         * locale/programs/ld-address.c: Likewise.
22606         * locale/programs/ld-collate.c: Likewise.
22607         * locale/programs/ld-ctype.c: Likewise.
22608         * locale/programs/ld-identification.c: Likewise.
22609         * locale/programs/ld-measurement.c: Likewise.
22610         * locale/programs/ld-messages.c: Likewise.
22611         * locale/programs/ld-monetary.c: Likewise.
22612         * locale/programs/ld-name.c: Likewise.
22613         * locale/programs/ld-numeric.c: Likewise.
22614         * locale/programs/ld-paper.c: Likewise.
22615         * locale/programs/ld-telephone.c: Likewise.
22616         * locale/programs/ld-time.c: Likewise.
22617         * locale/programs/linereader.c: Likewise.
22618         * locale/programs/locale.c: Likewise.
22619         * locale/programs/locarchive.c: Likewise.
22620         * locale/programs/locfile.h: Likewise.
22621         * locale/programs/repertoire.c: Likewise.
22622         * locale/programs/simple-hash.c: Likewise.
22623         * locale/programs/simple-hash.h: Likewise.
22624         * malloc/memusage.c: Likewise.
22625         * malloc/memusagestat.c: Likewise.
22626         * nis/nis_defaults.c: Likewise.
22627         * nis/nis_hash.c: Likewise.
22628         * nis/nis_print.c: Likewise.
22629         * nis/nis_xdr.c: Likewise.
22630         * nscd/connections.c: Likewise.
22631         * nscd/hstcache.c: Likewise.
22632         * nscd/nscd_gethst_r.c: Likewise.
22633         * nscd/nscd_getserv_r.c: Likewise.
22634         * nscd/nscd_helper.c: Likewise.
22635         * nscd/servicescache.c: Likewise.
22636         * nss/makedb.c: Likewise.
22637         * nss/nss_db/db-XXX.c: Likewise.
22638         * nss/nss_db/db-initgroups.c: Likewise.
22639         * nss/nss_db/db-netgrp.c: Likewise.
22640         * nss/nss_files/files-network.c: Likewise.
22641         * nss/nss_files/files-parse.c: Likewise.
22642         * posix/bug-regex5.c: Likewise.
22643         * posix/fnmatch_loop.c: Likewise.
22644         * posix/regcomp.c: Likewise.
22645         * posix/regexec.c: Likewise.
22646         * posix/tst-rfc3484-2.c: Likewise.
22647         * posix/tst-rfc3484-3.c: Likewise.
22648         * posix/tst-rfc3484.c: Likewise.
22649         * resolv/nss_dns/dns-canon.c: Likewise.
22650         * resolv/nss_dns/dns-network.c: Likewise.
22651         * resolv/res_init.c: Likewise.
22652         * resolv/res_mkquery.c: Likewise.
22653         * resolv/tst-aton.c: Likewise.
22654         * stdlib/cxa_atexit.c: Likewise.
22655         * stdlib/cxa_finalize.c: Likewise.
22656         * stdlib/gen-fpioconst.c: Likewise.
22657         * stdlib/strtol_l.c: Likewise.
22658         * string/tst-endian.c: Likewise.
22659         * sunrpc/auth_des.c: Likewise.
22660         * sunrpc/clnt_udp.c: Likewise.
22661         * sunrpc/rtime.c: Likewise.
22662         * sunrpc/svcauth_des.c: Likewise.
22663         * sunrpc/xdr.c: Likewise.
22664         * sunrpc/xdr_intXX_t.c: Likewise.
22665         * sunrpc/xdr_rec.c: Likewise.
22666         * sysdeps/generic/ldconfig.h: Likewise.
22667         * sysdeps/generic/ldsodefs.h: Likewise.
22668         * sysdeps/generic/memusage.h: Likewise.
22669         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
22670         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
22671         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
22672         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
22673         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
22674         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
22675         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
22676         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
22677         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
22678         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22679         * sysdeps/posix/getaddrinfo.c: Likewise.
22680         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
22681         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22682         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
22683         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
22684         * sysdeps/powerpc/test-gettimebase.c: Likewise.
22685         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
22686         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
22687         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
22688         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
22689         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
22690         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
22691         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
22692         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
22693         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
22694         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
22695         * sysdeps/x86_64/dl-tls.h: Likewise.
22696         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
22697         * time/alt_digit.c: Likewise.
22698         * time/era.c: Likewise.
22699         * wcsmbs/tst-c16c32-1.c: Likewise.
22700
22701 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
22702
22703         * math/libm-test.inc (struct test_sincos_data): New type.
22704         (RUN_TEST_LOOP_sincos): New macro.
22705         (sincos_test_data): New variable.
22706         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
22707
22708 2013-05-16  Richard Henderson  <rth@redhat.com>
22709
22710         * math/atest-exp2.c (LIMB64): New macro.
22711         (CONSTSZ): New macro.
22712         (mp_exp1, mp_exp_m1, mp_log2): New variables.
22713         (hexdig): Move ...
22714         (print_mpn_fp): ... to function scope.
22715         (read_mpn_hex): Remove.
22716         (get_log2): Remove.
22717         (exp2_mpn): Use mp_log2.
22718         (main): Use mp_exp1.
22719
22720 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
22721
22722         * math/libm-test.inc: Remove comment about not testing "inexact"
22723         exceptions.
22724         (INEXACT_EXCEPTION): New macro.
22725         (NO_INEXACT_EXCEPTION): Likewise.
22726         (INVALID_EXCEPTION_OK): Update value.
22727         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
22728         (OVERFLOW_EXCEPTION_OK): Likewise.
22729         (UNDERFLOW_EXCEPTION_OK): Likewise.
22730         (IGNORE_ZERO_INF_SIGN): Likewise.
22731         (ERRNO_UNCHANGED): Likewise.
22732         (ERRNO_EDOM): Likewise.
22733         (ERRNO_ERANGE): Likewise.
22734         (test_exceptions): Handle testing "inexact" exceptions.
22735         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
22736         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
22737         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
22738         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
22739         INEXACT_EXCEPTION.
22740         (rint_towardzero_test_data): Likewise.
22741         (rint_downward_test_data): Likewise.
22742         (rint_upward_test_data): Likewise.
22743
22744         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
22745         with OVERFLOW_EXCEPTION.
22746         (exp10_test_data): Likewise.
22747         (exp2_test_data): Likewise.
22748         (expm1_test_data): Likewise.
22749         (lgamma_test_data): Likewise.
22750         (pow_test_data): Likewise.
22751         (tgamma_test_data): Likewise.
22752         (yn_test_data): Remove duplicate test of overflow.
22753
22754         * math/libm-test.inc (struct test_cc_c_data): New type.
22755         (RUN_TEST_LOOP_cc_c): New macro.
22756         (cpow_test_data): New variable.
22757         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
22758
22759         * math/libm-test.inc (struct test_f_L_data): New type.
22760         (RUN_TEST_LOOP_f_L): New macro.
22761         (llrint_test_data): New variable.
22762         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
22763         (llrint_tonearest_test_data): New variable.
22764         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
22765         (llrint_towardzero_test_data): New variable.
22766         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
22767         (llrint_downward_test_data): New variable.
22768         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
22769         (llrint_upward_test_data): New variable.
22770         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
22771         (llround_test_data): New variable.
22772         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
22773
22774 2013-05-13  Peter Collingbourne  <pcc@google.com>
22775
22776         * math/atest-exp2.c (get_log2): Remove const attribute.
22777
22778 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
22779
22780         * math/libm-test.inc (struct test_f_l_data): New type.
22781         (RUN_TEST_LOOP_f_l): New macro.
22782         (lrint_test_data): New variable.
22783         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
22784         (lrint_tonearest_test_data): New variable.
22785         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
22786         (lrint_towardzero_test_data): New variable.
22787         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
22788         (lrint_downward_test_data): New variable.
22789         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
22790         (lrint_upward_test_data): New variable.
22791         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
22792         (lround_test_data): New variable.
22793         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
22794
22795 2013-05-15  Peter Collingbourne  <pcc@google.com>
22796
22797         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
22798         (EXTRACT_WORDS64) Use where appropriate.
22799         (INSERT_WORDS64) Likewise.
22800
22801         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
22802         constraints with x constraints.
22803         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
22804
22805         * malloc/obstack.c (_obstack_compat): Add initializer.
22806
22807 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
22808
22809         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
22810         si_trapno and add si_addr_lsb to _sifields.sigfault.
22811         (si_trapno): Remove macro.
22812         (si_addr_lsb): Define new macro.
22813         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
22814
22815 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
22816
22817         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
22818         instead of TEST_f_l.
22819         (llrint_test_tonearest): Likewise.
22820         (llrint_test_towardzero): Likewise.
22821         (llrint_test_downward): Likewise.
22822         (llrint_test_upward): Likewise.
22823         (llround_test): Likewise.
22824
22825         * math/libm-test.inc (struct test_f_i_data): Add comment.
22826         (RUN_TEST_LOOP_f_b): New macro.
22827         (RUN_TEST_LOOP_f_b_tg): Likewise.
22828         (finite_test_data): New variable.
22829         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
22830         (isfinite_test_data): New variable.
22831         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22832         (isinf_test_data): New variable.
22833         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22834         (isnan_test_data): New variable.
22835         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22836         (isnormal_test_data): New variable.
22837         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22838         (issignaling_test_data): New variable.
22839         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22840         (signbit_test_data): New variable.
22841         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22842
22843         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
22844         with INVALID_EXCEPTION.
22845         (acosh_test_data): Likewise.
22846         (asin_test_data): Likewise.
22847         (atanh_test_data): Likewise.
22848         (fmod_test_data): Likewise.
22849         (log_test_data): Likewise.
22850         (log10_test_data): Likewise.
22851         (log2_test_data): Likewise.
22852         (pow_test_data): Likewise.
22853         (sqrt_test_data): Likewise.
22854         (y0_test_data): Likewise.
22855         (y1_test_data): Likewise.
22856         (yn_test_data): Likewise.
22857
22858         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
22859         function contents.
22860
22861         * math/libm-test.inc (struct test_ff_i_data): New type.
22862         (RUN_TEST_LOOP_ff_i_tg): New macro.
22863         (isgreater_test_data): New variable.
22864         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22865         (isgreaterequal_test_data): New variable.
22866         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22867         (isless_test_data): New variable.
22868         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22869         (islessequal_test_data): New variable.
22870         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22871         (islessgreater_test_data): New variable.
22872         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22873         (isunordered_test_data): New variable.
22874         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22875
22876 2013-05-14  David S. Miller  <davem@davemloft.net>
22877
22878         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22879
22880 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
22881
22882         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
22883
22884         * math/libm-test.inc (struct test_fF_f1_data): Change type of
22885         extra_test to int.
22886         (struct test_f_i_data): Change type of max_ulp to int.
22887
22888         * math/libm-test.inc (test_ffI_f1_data): New type.
22889         (RUN_TEST_LOOP_ffI_f1): New macro.
22890         (remquo_test_data): New variable.
22891         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
22892
22893         * setjmp/tst-setjmp-fp.c: New file.
22894         * setjmp/Makefile (tests): Add tst-setjmp-fp.
22895         (link-libm): New variable.
22896         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
22897
22898         * math/libm-test.inc (struct test_f_i_data): New type.
22899         (RUN_TEST_LOOP_f_i): New macro.
22900         (RUN_TEST_LOOP_f_i_tg): Likewise.
22901         (fpclassify_test_data): New variable.
22902         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
22903         (ilogb_test_data): New variable.
22904         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
22905
22906         * math/libm-test.inc (scalbln_test): Correct function name in END
22907         call.
22908
22909         * math/libm-test.inc (struct test_f_f1_data): Add comment.
22910         (RUN_TEST_LOOP_fI_f1): New macro.
22911         (frexp_test_data): New variable.
22912         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
22913
22914         * math/libm-test.inc (struct test_fF_f1_data): New type.
22915         (RUN_TEST_LOOP_fF_f1): New macro.
22916         (modf_test_data): New variable.
22917         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
22918
22919         * math/libm-test.inc (struct test_f_f1_data): New type.
22920         (RUN_TEST_LOOP_f_f1): New macro.
22921         (gamma_test_data): New variable.
22922         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22923         (lgamma_test_data): New variable.
22924         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22925
22926 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
22927
22928         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
22929         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
22930         (main): Comment "tls" pseudo-hwcap.
22931
22932 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
22933
22934         * math/libm-test.inc (struct test_fl_f_data): New type.
22935         (RUN_TEST_LOOP_fl_f): New variable.
22936         (scalbln_test_data): New variable.
22937         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
22938
22939         * math/libm-test.inc (struct test_fi_f_data): New type.
22940         (RUN_TEST_LOOP_fi_f): New macro.
22941         (ldexp_test_data): New variable.
22942         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
22943         (scalbn_test_data): New variable.
22944         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
22945
22946         * math/libm-test.inc (struct test_c_f_data): New type.
22947         (RUN_TEST_LOOP_c_f): New macro.
22948         (cabs_test_data): New variable.
22949         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
22950         (carg_test_data): New variable.
22951         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
22952         (cimag_test_data): New variable.
22953         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
22954         (creal_test_data): New variable.
22955         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
22956
22957         * math/libm-test.inc (struct test_if_f_data): New type.
22958         (RUN_TEST_LOOP_if_f): New macro.
22959         (jn_test_data): New variable.
22960         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
22961         (yn_test_data): New variable.
22962         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
22963
22964         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
22965
22966 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22967
22968         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
22969         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
22970
22971 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22972
22973         * benchtests/Makefile (CPPFLAGS-nonlib): Add
22974         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
22975         (bench-deps): Add bench-timing.h.
22976         * benchtests-bench-skeleton.c: Include bench-timing.h.
22977         (main): Use TIMING_* macros instead of clock_gettime.
22978         * benchtests/bench-timing.h: New file.
22979
22980         [BZ #14582]
22981         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
22982         Renamed from _LIB_VERSION.
22983         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
22984
22985 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
22986
22987         * math/libm-test.inc (struct test_fff_f_data): New type.
22988         (RUN_TEST_LOOP_fff_f): New macro.
22989         (fma_test_data): New variable.
22990         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
22991         (fma_towardzero_test_data): New variable.
22992         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
22993         (fma_downward_test_data): New variable.
22994         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
22995         (fma_upward_test_data): New variable.
22996         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
22997
22998         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
22999         (struct test_c_c_data): New type.
23000         (RUN_TEST_LOOP_c_c): New macro.
23001         (cacos_test_data): New variable.
23002         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
23003         (cacosh_test_data): New variable.
23004         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
23005         (casin_test_data): New variable.
23006         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
23007         (casinh_test_data): New variable.
23008         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
23009         (catan_test_data): New variable.
23010         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
23011         (catanh_test_data): New variable.
23012         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
23013         (ccos_test_data): New variable.
23014         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
23015         (ccosh_test_data): New variable.
23016         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
23017         (cexp_test_data): New variable.
23018         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
23019         (clog_test_data): New variable.
23020         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
23021         (clog10_test_data): New variable.
23022         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
23023         (conj_test_data): New variable.
23024         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
23025         (cproj_test_data): New variable.
23026         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
23027         (csin_test_data): New variable.
23028         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
23029         (csinh_test_data): New variable.
23030         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
23031         (csqrt_test_data): New variable.
23032         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
23033         (ctan_test_data): New variable.
23034         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
23035         (ctan_tonearest_test_data): New variable.
23036         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
23037         (ctan_towardzero_test_data): New variable.
23038         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
23039         (ctan_downward_test_data): New variable.
23040         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
23041         (ctan_upward_test_data): New variable.
23042         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
23043         (ctanh_test_data): New variable.
23044         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
23045         (ctanh_tonearest_test_data): New variable.
23046         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
23047         (ctanh_towardzero_test_data): New variable.
23048         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
23049         (ctanh_downward_test_data): New variable.
23050         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
23051         (ctanh_upward_test_data): New variable.
23052         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
23053         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
23054         of BUILD_COMPLEX.
23055
23056         * math/libm-test.inc (struct test_ff_f_data): New type.
23057         (struct test_ff_f_data_nexttoward): Likewise.
23058         (RUN_TEST_LOOP_2_f): New macro.
23059         (RUN_TEST_LOOP_ff_f): Likewise.
23060         (atan2_test_data): New variable.
23061         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
23062         (copysign_test_data): New variable.
23063         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
23064         (fdim_test_data): New variable.
23065         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
23066         (fmax_test_data): New variable.
23067         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
23068         (fmin_test_data): New variable.
23069         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
23070         (fmod_test_data): New variable.
23071         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
23072         (hypot_test_data): New variable.
23073         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
23074         (nextafter_test_data): New variable.
23075         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
23076         (nexttoward_test_data): New variable.
23077         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
23078         (pow_test_data): New variable.
23079         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
23080         (pow_tonearest_test_data): New variable.
23081         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
23082         (pow_towardzero_test_data): New variable.
23083         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
23084         (pow_downward_test_data): New variable.
23085         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
23086         (pow_upward_test_data): New variable.
23087         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
23088         (remainder_test_data): New variable.
23089         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
23090         (scalb_test_data): New variable.
23091         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
23092         * sysdeps/i386/fpu/libm-test-ulps: Update.
23093
23094 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
23095
23096         * math/libm-test.inc (fma_test): Use max_value instead of local
23097         variable fltmax.
23098         (nextafter_test): Likewise.
23099
23100         * math/libm-test.inc (acos_towardzero_test_data): New variable.
23101         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
23102         (acos_downward_test_data): New variable.
23103         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
23104         (acos_upward_test_data): New variable.
23105         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
23106         (acosh_test_data): New variable.
23107         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
23108         (asin_test_data): New variable.
23109         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
23110         (asin_tonearest_test_data): New variable.
23111         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
23112         (asin_towardzero_test_data): New variable.
23113         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
23114         (asin_downward_test_data): New variable.
23115         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
23116         (asin_upward_test_data): New variable.
23117         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
23118         (asinh_test_data): New variable.
23119         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
23120         (atan_test_data): New variable.
23121         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
23122         (atanh_test_data): New variable.
23123         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
23124         (cbrt_test_data): New variable.
23125         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
23126         (ceil_test_data): New variable.
23127         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
23128         (cos_test_data): New variable.
23129         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
23130         (cos_tonearest_test_data): New variable.
23131         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
23132         (cos_towardzero_test_data): New variable.
23133         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
23134         (cos_downward_test_data): New variable.
23135         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
23136         (cos_upward_test_data): New variable.
23137         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
23138         (cosh_test_data): New variable.
23139         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
23140         (cosh_tonearest_test_data): New variable.
23141         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
23142         (cosh_towardzero_test_data): New variable.
23143         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
23144         (cosh_downward_test_data): New variable.
23145         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
23146         (cosh_upward_test_data): New variable.
23147         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
23148         (erf_test_data): New variable.
23149         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
23150         (erfc_test_data): New variable.
23151         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
23152         (exp_test_data): New variable.
23153         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
23154         (exp_tonearest_test_data): New variable.
23155         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
23156         (exp_towardzero_test_data): New variable.
23157         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
23158         (exp_downward_test_data): New variable.
23159         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
23160         (exp_upward_test_data): New variable.
23161         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
23162         (exp10_test_data): New variable.
23163         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
23164         (exp2_test_data): New variable.
23165         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
23166         (expm1_test_data): New variable.
23167         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
23168         (fabs_test_data): New variable.
23169         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
23170         (floor_test_data): New variable.
23171         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
23172         (j0_test_data): New variable.
23173         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
23174         (j1_test_data): New variable.
23175         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
23176         (log_test_data): New variable.
23177         (log_test): Run tests with RUN_TEST_LOOP_f_f.
23178         (log10_test_data): New variable.
23179         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
23180         (log1p_test_data): New variable.
23181         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
23182         (log2_test_data): New variable.
23183         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
23184         (logb_test_data): New variable.
23185         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
23186         (logb_downward_test_data): New variable.
23187         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
23188         (nearbyint_test_data): New variable.
23189         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
23190         (rint_test_data): New variable.
23191         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
23192         (rint_tonearest_test_data): New variable.
23193         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
23194         (rint_towardzero_test_data): New variable.
23195         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
23196         (rint_downward_test_data): New variable.
23197         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
23198         (rint_upward_test_data): New variable.
23199         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
23200         (round_test_data): New variable.
23201         (round_test): Run tests with RUN_TEST_LOOP_f_f.
23202         (sin_test_data): New variable.
23203         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
23204         (sin_tonearest_test_data): New variable.
23205         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
23206         (sin_towardzero_test_data): New variable.
23207         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
23208         (sin_downward_test_data): New variable.
23209         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
23210         (sin_upward_test_data): New variable.
23211         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
23212         (sinh_test_data): New variable.
23213         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
23214         (sinh_tonearest_test_data): New variable.
23215         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
23216         (sinh_towardzero_test_data): New variable.
23217         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
23218         (sinh_downward_test_data): New variable.
23219         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
23220         (sinh_upward_test_data): New variable.
23221         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
23222         (sqrt_test_data): New variable.
23223         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
23224         (tan_test_data): New variable.
23225         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
23226         (tan_tonearest_test_data): New variable.
23227         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
23228         (tan_towardzero_test_data): New variable.
23229         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
23230         (tan_downward_test_data): New variable.
23231         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
23232         (tan_upward_test_data): New variable.
23233         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
23234         (tanh_test_data): New variable.
23235         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
23236         (tgamma_test_data): New variable.
23237         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
23238         (trunc_test_data): New variable.
23239         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
23240         (y0_test_data): New variable.
23241         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
23242         (y1_test_data): New variable.
23243         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
23244         (significand_test_data): New variable.
23245         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
23246
23247 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
23248
23249         [BZ #12387]
23250         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
23251
23252 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
23253
23254         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
23255
23256 2013-05-10  Andreas Jaeger  <aj@suse.de>
23257
23258         [BZ #15448]
23259         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
23260         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
23261
23262 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
23263
23264         * math/gen-libm-test.pl (adjust_arg): New function.
23265         (special_functions): Handle generating output in both functions
23266         and arrays.
23267         (parse_args): Likewise.
23268         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
23269         $in_func argument to parse_args.
23270         * math/libm-test.inc (struct test_f_f_data): New type.
23271         (IF_ROUND_INIT_): New macro.
23272         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
23273         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23274         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23275         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23276         (ROUND_RESTORE_): Likewise.
23277         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
23278         (ROUND_RESTORE_FE_TONEAREST): Likewise.
23279         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
23280         (ROUND_RESTORE_FE_UPWARD): Likewise.
23281         (RUN_TEST_LOOP_f_f): New macro.
23282         (acos_test_data): New variable.
23283         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
23284         (acos_tonearest_test_data): New variable.
23285         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
23286
23287 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23288
23289         * benchtests/bench-skeleton.c (startup): Fix coding style.
23290
23291 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
23292
23293         [BZ #6809]
23294         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
23295         negative infinity argument.
23296         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
23297         negative infinity argument.
23298         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
23299         negative infinity argument.
23300         * math/libm-test.inc (tgamma_test): Expect errno to be set for
23301         domain errors.
23302
23303 2013-05-10  Florian Weimer  <fweimer@redhat.com>
23304
23305         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
23306         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
23307         * iconv/iconv_prog.c (main): Likewise.
23308         * locale/programs/charmap-dir.c (charmap_readdir)
23309         (fopen_uncompressed): Likewise.
23310         * locale/programs/locfile.c (siblings_uncached)
23311         (write_locale_data): Use lstat64 instead of lstat.
23312         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
23313         stat.
23314
23315 2013-05-10  Andreas Jaeger  <aj@suse.de>
23316
23317         [BZ #15395]
23318         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
23319         localization.
23320         Include <locale.h>.
23321
23322 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
23323
23324         * elf/dl-close.c (_dl_close_worker): Add comments.
23325
23326 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
23327
23328         [BZ #15359]
23329         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
23330         high part of pi/2.
23331         (__ieee754_rem_pio2l): Update comments.
23332
23333         [BZ #15429]
23334         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
23335         high part of pi/2.
23336         (__ieee754_rem_pio2l): Update comments.
23337
23338         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
23339         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
23340
23341         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
23342         M_PI_4l.
23343
23344         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
23345         (M_PI_34_LOG10El): Likewise.
23346         (M_PI2_LOG10El): Likewise.
23347         (M_PI4_LOG10El): Likewise.
23348         (M_PI_LOG10El): Likewise.
23349
23350 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23351
23352         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23353
23354 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
23355
23356         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
23357         (MINUS_ZERO_INIT): Likewise.
23358         (PLUS_INFTY_INIT): Likewise.
23359         (MINUS_INFTY_INIT): Likewise.
23360         (QNAN_VALUE_INIT): Likewise.
23361         (MAX_VALUE_INIT): Likewise.
23362         (MIN_VALUE_INIT): Likewise.
23363         (MIN_SUBNORM_VALUE_INIT): Likewise.
23364         (plus_zero): Initialize with PLUS_ZERO_INIT.
23365         (minus_zero): Initialize with MINUS_ZERO_INIT.
23366         (plus_infty): Initialize with PLUS_INFTY_INIT.
23367         (minus_infty): Initialize with MINUS_INFTY_INIT.
23368         (qnan_value): Initialize with QNAN_VALUE_INIT.
23369         (max_value): Initialize with MAX_VALUE_INIT.
23370         (min_value): Initialize with MIN_VALUE_INIT.
23371         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
23372
23373         * math/libm-test.inc (RUN_TEST_if_f): New macro.
23374         (jn_test): Use TEST_if_f instead of TEST_ff_f.
23375         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
23376         (yn_test): Use TEST_if_f instead of TEST_ff_f.
23377
23378         * math/libm-test.inc (RUN_TEST_f_f): New macro.
23379         (RUN_TEST_2_f): Likewise.
23380         (RUN_TEST_ff_f): Likewise.
23381         (RUN_TEST_fi_f): Likewise.
23382         (RUN_TEST_fl_f): Likewise.
23383         (RUN_TEST_fff_f): Likewise.
23384         (RUN_TEST_c_f): Likewise.
23385         (RUN_TEST_f_f1): Likewise.
23386         (RUN_TEST_fF_f1): Likewise.
23387         (RUN_TEST_fI_f1): Likewise.
23388         (RUN_TEST_ffI_f1): Likewise.
23389         (RUN_TEST_c_c): Likewise.
23390         (RUN_TEST_cc_c): Likewise.
23391         (RUN_TEST_f_i): Likewise.
23392         (RUN_TEST_f_i_tg): Likewise.
23393         (RUN_TEST_ff_i_tg): Likewise.
23394         (RUN_TEST_f_b): Likewise.
23395         (RUN_TEST_f_b_tg): Likewise.
23396         (RUN_TEST_f_l): Likewise.
23397         (RUN_TEST_f_L): Likewise.
23398         (RUN_TEST_sincos): Likewise.
23399         * math/gen-libm-test.pl (new_test): Take new argument to indicate
23400         whether to show exceptions.  Do not include ");\n" in return
23401         value.
23402         (special_functions): Output call to RUN_TEST_sincos instead of
23403         check_float calls.  Update calls to new_test.
23404         (parse_args): Output call to single RUN_TEST_* macro instead of
23405         check_* calls and other assignments.  Update calls to new_test.
23406
23407         [BZ #2546]
23408         [BZ #2560]
23409         [BZ #5159]
23410         [BZ #15426]
23411         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
23412         input to result for tgamma overflow.
23413         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
23414         (gamma_coeff): New variable.
23415         (NCOEFF): New macro.
23416         (gamma_positive): New function.
23417         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
23418         underflow here.  Use gamma_positive instead of exp (lgamma) for
23419         other arguments.
23420         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
23421         (gamma_coeff): New variable.
23422         (NCOEFF): New macro.
23423         (gammaf_positive): New function.
23424         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
23425         underflow here.  Use gamma_positive instead of exp (lgamma) for
23426         other arguments.
23427         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
23428         (gamma_coeff): New variable.
23429         (NCOEFF): New macro.
23430         (gammal_positive): New function.
23431         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
23432         underflow here.  Use gamma_positive instead of exp (lgamma) for
23433         other arguments.
23434         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
23435         (gamma_coeff): New variable.
23436         (NCOEFF): New macro.
23437         (gammal_positive): New function.
23438         (__ieee754_gammal_r): Handle positive infinity, overflow and
23439         underflow here.  Handle NaN the same as positive infinity.  Remove
23440         check x < 0xffffffff for negative integers.  Use gamma_positive
23441         instead of exp (lgamma) for other arguments.
23442         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
23443         (gamma_coeff): New variable.
23444         (NCOEFF): New macro.
23445         (gammal_positive): New function.
23446         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
23447         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
23448         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
23449         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
23450         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
23451         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
23452         * sysdeps/generic/math_private.h (__gamma_productf): New
23453         prototype.
23454         (__gamma_product): Likewise.
23455         (__gamma_productl): Likewise.
23456         * math/Makefile (libm-calls): Add gamma_product.
23457         * math/libm-test.inc (tgamma_test): Add more tests.
23458         * sysdeps/i386/fpu/libm-test-ulps: Update.
23459         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23460
23461 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
23462
23463         * benchtests/bench-skeleton.c (main): Preheat CPU.
23464
23465 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
23466
23467         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
23468
23469 2013-05-07  Roland McGrath  <roland@hack.frob.com>
23470
23471         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
23472         and _dl_skip_args_internal.
23473
23474 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
23475
23476         * manual/message.texi (Message Translation): Talk about users.
23477         Message to key mapping impacts design.
23478
23479 2013-05-06  Roland McGrath  <roland@hack.frob.com>
23480
23481         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
23482
23483         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
23484
23485         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
23486         * sysdeps/wordsize-64/glob64.c: ... here.
23487
23488         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
23489         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
23490         New macros.
23491
23492         * debug/getlogin_r_chk.c: Moved to ...
23493         * login/getlogin_r_chk.c: ... here.
23494         * debug/Makefile (routines): Move getlogin_r_chk to ...
23495         * login/Makefile (routines): ... here.
23496         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
23497         * login/Versions (libc: GLIBC_2.4): ... here.
23498
23499         * io/poll.c (__poll): Renamed from poll.
23500         Add libc_hidden_def.
23501         (poll): Define as weak alias.
23502
23503         * debug/ptsname_r_chk.c: Moved to ...
23504         * login/ptsname_r_chk.c: ... here.
23505         * debug/Makefile (routines): Move ptsname_r_chk to ...
23506         * login/Makefile (routines): ... here.
23507         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
23508         * login/Versions (libc: GLIBC_2.4): ... here.
23509
23510         * posix/getlogin.c: Moved to ...
23511         * login/getlogin.c: ... here.
23512         * posix/getlogin_r.c: Moved to ...
23513         * login/getlogin_r.c: ... here.
23514         * posix/getlogin_r.c: Moved to ...
23515         * login/getlogin_r.c: ... here.
23516         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
23517         * login/Makefile (routines): ... here.
23518         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
23519         * login/Versions (libc: GLIBC_2.0): ... here.
23520
23521         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
23522         (setrlimit): Define as weak alias.
23523
23524         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
23525         Call __ names for open, ftruncate, and close.
23526         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
23527         (truncate): Define as weak alias.
23528
23529 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
23530
23531         * math/gen-libm-test.pl (parse_args): Initialize x before each
23532         test of frexp, modf and remquo.
23533
23534         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
23535         test signgam value.
23536
23537 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23538
23539         [BZ #15418]
23540         [BZ #15419]
23541         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
23542         internal tests.
23543         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
23544
23545 2013-05-06  Roland McGrath  <roland@hack.frob.com>
23546
23547         * elf/dl-writev.h: New file.
23548         * elf/dl-misc.c: Include it.
23549         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
23550         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
23551
23552 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
23553
23554         * math/libm-test.inc (noXFails): Remove variable.
23555         (noXPasses): Likewise.
23556         (BUILD_COMPLEX_INT): Remove macro.
23557         (print_screen): Remove xfail argument.
23558         (print_screen_max_error): Likewise.
23559         (update_stats): Likewise.
23560         (print_max_error): Likewise.  Update calls to other affected
23561         functions.
23562         (print_complex_max_error): Likewise.
23563         (test_single_exception): Update calls to print_screen.
23564         (test_single_errno): Likewise.
23565         (check_float_internal): Remove xfail argument.  Update calls to
23566         other affected functions.
23567         (check_float): Likewise.
23568         (check_complex): Likewise.
23569         (check_int): Likewise.
23570         (check_long): Likewise.
23571         (check_bool): Likewise.
23572         (check_longlong): Likewise.
23573         (main): Don't print noXFails and noXPasses.
23574         * math/gen-libm-test.pl (top level): Don't mention expected
23575         failure handling in comment.
23576         (new_test): Don't handle expected failures.
23577         (parse_args): Don't mention expected failure handling in comment.
23578         (generate_testfile): Don't handle expected failures.
23579         (parse_ulps): Likewise.
23580         (print_ulps_file): Likewise.
23581         (get_failure): Remove function.
23582         (output_test): Don't handle expected failures.
23583         * make/README.libm-test: Don't mention expected failure handling.
23584
23585         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
23586         (minus_zero): Likewise.
23587         (plus_infty): Likewise.
23588         (minus_infty): Likewise.
23589         (qnan_value): Likewise.
23590         (max_value): Likewise.
23591         (min_value): Likewise.
23592         (min_subnorm_value): Likewise.
23593         (initialize): Do not initialize those variables dynamically.
23594
23595 2013-05-03  Roland McGrath  <roland@hack.frob.com>
23596
23597         * io/open.c (__open_2): Moved to ...
23598         * io/open_2.c: ... this new file.
23599         * io/open64.c (__open64_2): Moved to ...
23600         * io/open64_2.c: ... this new file.
23601         * io/openat.c (__openat_2): Moved to ...
23602         * io/openat_2.c: ... this new file.
23603         * io/openat64.c (__openat64_2): Moved to ...
23604         * io/openat64_2.c: ... this new file.
23605         * io/Makefile (routines): Add them.
23606         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
23607         * sysdeps/unix/sysv/linux/open_2.c: File removed.
23608         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
23609         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
23610         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
23611         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
23612         (__openat64): Add hidden_ver.
23613         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
23614         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
23615
23616         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
23617         Separately conditionalize setting of GLRO(dl_sysinfo) so
23618         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
23619         as well, but the actual setting is only under [NEED_DL_SYSINFO].
23620
23621 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23622
23623         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
23624         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
23625         definition.
23626         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
23627         * sysdeps/unix/sysv/linux/powerpc/init-first.c
23628         (_libc_vdso_platform_setup): Add __vdso_time initialization.
23629         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
23630         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
23631
23632 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
23633
23634         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
23635         test signgam value.
23636
23637         * math/libm-test.inc (hypot_test): Do not use
23638         IGNORE_ZERO_INF_SIGN.
23639
23640 2013-05-03  Andreas Jaeger  <aj@suse.de>
23641
23642         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
23643         Linux 3.9.
23644         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
23645         (PF_MAX): Adjust for VSOCK change.
23646
23647 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23648
23649         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23650
23651 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
23652
23653         [BZ #15264]
23654         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
23655         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
23656         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
23657
23658 2013-05-02  David S. Miller  <davem@davemloft.net>
23659
23660         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23661
23662 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
23663
23664         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
23665
23666 2013-05-01  Roland McGrath  <roland@hack.frob.com>
23667
23668         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
23669
23670 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
23671
23672         [BZ #14952]
23673         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
23674         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
23675         Use __attribute__ ((__gnu_inline__)).
23676         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
23677         Don't use __attribute__ ((__gnu_inline__)).
23678
23679 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
23680
23681         [BZ #15423]
23682         * math/s_catan.c (__catan): Handle small real or imaginary part of
23683         input specially to avoid spurious underflow.
23684         * math/s_catanf.c (__catanf): Likewise.
23685         * math/s_catanh.c (__catanh): Likewise.
23686         * math/s_catanhf.c (__catanhf): Likewise.
23687         * math/s_catanhl.c (__catanhl): Likewise.
23688         * math/s_catanl.c (__catanl): Likewise.
23689         * math/libm-test.inc (catan_test): Add more tests.
23690         (catanh_test): Likewise.
23691         * sysdeps/i386/fpu/libm-test-ulps: Update.
23692         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23693
23694 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23695
23696         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23697
23698 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
23699
23700         [BZ #15416]
23701         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
23702         accurately for denominator in atan2.
23703         * math/s_catanf.c (__catanf): Likewise.
23704         * math/s_catanh.c (__catanh): Likewise.
23705         * math/s_catanhf.c (__catanhf): Likewise.
23706         * math/s_catanhl.c (__catanhl): Likewise.
23707         * math/s_catanl.c (__catanl): Likewise.
23708         * math/libm-test.inc (catan_test): Add more tests.
23709         (catanh_test): Likewise.
23710         * sysdeps/i386/fpu/libm-test-ulps: Update.
23711         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23712
23713 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
23714
23715         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
23716
23717         * benchtests/Makefile (bench): Remove slow benchmarks.
23718         * benchtests/atan-inputs: Add slow benchmark inputs.
23719         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
23720         (BENCH_FUNC): Accept variant offset.
23721         (VARIANT): Define.
23722         * benchtests/bench-skeleton.c (main): Run benchmark for each
23723         variant.
23724         * benchtests/cos-inputs: Add slow benchmark inputs.
23725         * benchtests/exp-inputs: Likewise.
23726         * benchtests/pow-inputs: Likewise.
23727         * benchtests/sin-inputs: Likewise.
23728         * benchtests/slowatan-inputs: Remove.
23729         * benchtests/slowatan.c: Remove.
23730         * benchtests/slowcos-inputs: Remove.
23731         * benchtests/slowcos.c: Remove.
23732         * benchtests/slowexp-inputs: Remove.
23733         * benchtests/slowexp.c: Remove.
23734         * benchtests/slowpow-inputs: Remove.
23735         * benchtests/slowpow.c: Remove.
23736         * benchtests/slowsin-inputs: Remove.
23737         * benchtests/slowsin.c: Remove.
23738         * benchtests/slowtan-inputs: Remove.
23739         * benchtests/slowtan.c: Remove.
23740         * benchtests/tan-inputs: Add slow benchmark inputs.
23741         * scripts/bench.pl: Parse comments and directives.
23742
23743         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
23744         in CPPFLAGS.
23745         ($(objpfx)bench-%.c): Remove *-ITER.
23746         * benchtests/bench-modf.c: Remove definition of ITER.
23747         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
23748         (main): Loop for DURATION seconds instead of fixed number of
23749         iterations.
23750         * scripts/bench.pl: Don't expect iterations in parameters.
23751
23752 2013-04-29  Roland McGrath  <roland@hack.frob.com>
23753
23754         * io/fchdir.c (__fchdir): Renamed from fchdir.
23755         (fchdir): Define as weak alias.
23756
23757 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
23758
23759         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
23760         (ERRNO_EDOM): Likewise.
23761         (ERRNO_ERANGE): Likewise.
23762         (noErrnoTests): New variable.
23763         (init_max_error): Set errno to 0.
23764         (test_single_errno): New function.
23765         (test_errno): Likewise.
23766         (check_float_internal): Call test_errno.  Set errno to 0.
23767         (check_complex): Refer to errno tests in comment.
23768         (check_int): Call test_errno.  Set errno to 0.
23769         (check_long): Likewise.
23770         (check_bool): Likewise.
23771         (check_longlong): Likewise.
23772         (cos_test): Use ERRNO_* flags for errno tests instead of
23773         check_int.
23774         (expm1_test): Likewise.
23775         (fmod_test): Likewise.
23776         (ilogb_test): Likewise.
23777         (lgamma_test): Likewise.
23778         (pow_test): Likewise.
23779         (remainder_test): Likewise.
23780         (sin_test): Likewise.
23781         (tan_test): Likewise.
23782         (yn_test): Likewise.
23783         (initialize): Set errno to 0.
23784         (main): Print number of errno tests.
23785         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
23786
23787 2013-04-29  Andreas Jaeger  <aj@suse.de>
23788
23789         [BZ #15084]
23790         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
23791         and RES_USEVC.
23792
23793         [BZ #15085]
23794         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
23795         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
23796         unimplemented.
23797
23798         [BZ #15380]
23799         * stdlib/random.c (__initstate): Return NULL if
23800         __initstate fails.
23801
23802         [BZ #15086]
23803         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
23804         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
23805         RES_SNGLKUPREOP.
23806
23807 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23808
23809         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23810
23811 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
23812
23813         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
23814         of individual tests.
23815         (casin_test): Likewise.
23816         (casinh_test): Likewise.
23817
23818 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
23819
23820         [BZ #15409]
23821         * math/s_catan.c (__catan): Handle arguments with large real or
23822         imaginary part separately without squaring.
23823         * math/s_catanf.c (__catanf): Likewise.
23824         * math/s_catanh.c (__catanh): Likewise.
23825         * math/s_catanhf.c (__catanhf): Likewise.
23826         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
23827         and redefine.
23828         (__catanhl): Handle arguments with large real or imaginary part
23829         separately without squaring.
23830         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
23831         and redefine.
23832         (__catanl): Handle arguments with large real or imaginary part
23833         separately without squaring.
23834         * math/libm-test.inc (catan_test): Add more tests.
23835         (catanh_test): Likewise.
23836         * sysdeps/i386/fpu/libm-test-ulps: Update.
23837         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23838
23839 2013-04-27  Andreas Jaeger  <aj@suse.de>
23840
23841         [BZ #15007]
23842         * stdlib/stdlib.h: Update guards for qecvt.
23843         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
23844         <stdlib.h>.
23845
23846 2013-04-27  Allan McRae  <allan@archlinux.org>
23847
23848         * sysdeps/i386/fpu/libm-test-ulps: Update.
23849
23850 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
23851
23852         [BZ #15406]
23853         * math/s_catan.c: Include <float.h>.
23854         (__catan): Ensure underflow exception occurs for underflowed
23855         result.
23856         * math/s_catanf.c: Include <float.h>.
23857         (__catanf): Ensure underflow exception occurs for underflowed
23858         result.
23859         * math/s_catanh.c: Include <float.h>.
23860         (__catanh): Ensure underflow exception occurs for underflowed
23861         result.
23862         * math/s_catanhf.c: Include <float.h>.
23863         (__catanhf): Ensure underflow exception occurs for underflowed
23864         result.
23865         * math/s_catanhl.c: Include <float.h>.
23866         (__catanhl): Ensure underflow exception occurs for underflowed
23867         result.
23868         * math/s_catanl.c: Include <float.h>.
23869         (__catanl): Ensure underflow exception occurs for underflowed
23870         result.
23871         * math/libm-test.inc (catan_test): Add more tests.
23872         (catanh_test): Likewise.
23873
23874         [BZ #15405]
23875         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
23876         underflowed result.
23877         * math/s_ccoshf.c (__ccoshf): Likewise.
23878         * math/s_ccoshl.c (__ccoshl): Likewise.
23879         * math/s_csin.c (__csin): Likewise.
23880         * math/s_csinf.c (__csinf): Likewise.
23881         * math/s_csinh.c (__csinh): Likewise.
23882         * math/s_csinhf.c (__csinhf): Likewise.
23883         * math/s_csinhl.c (__csinhl): Likewise.
23884         * math/s_csinl.c (__csinl): Likewise.
23885         * math/libm-test.inc (ccos_test): Add more tests.
23886         (ccosh_test): Likewise.
23887         (csin_test): Likewise.
23888         (csinh_test): Likewise.
23889
23890 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23891
23892         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
23893         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
23894         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
23895         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
23896         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
23897         powerpc/power5+/fpu folders.
23898         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
23899
23900
23901 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
23902
23903         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23904
23905 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
23906
23907         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
23908         additions to variable.
23909         [$(config-machine) = x86_64] (modules-names): Likewise.
23910         ($(objpfx)tst-audit3): Remove dependency.
23911         ($(objpfx)tst-audit3.out): Likewise.
23912         ($(objpfx)tst-audit4): Likewise.
23913         ($(objpfx)tst-audit4.out): Likewise.
23914         ($(objpfx)tst-audit5): Likewise.
23915         ($(objpfx)tst-audit5.out): Likewise.
23916         ($(objpfx)tst-audit6): Likewise.
23917         ($(objpfx)tst-audit6.out): Likewise.
23918         ($(objpfx)tst-audit7): Likewise.
23919         ($(objpfx)tst-audit7.out): Likewise.
23920         (tst-audit3-ENV): Remove variable.
23921         (tst-audit4-ENV): Likewise.
23922         (tst-audit5-ENV): Likewise.
23923         (tst-audit6-ENV): Likewise.
23924         (tst-audit7-ENV): Likewise.
23925         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
23926         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
23927         addition to variable.
23928         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
23929         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
23930         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
23931         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
23932         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
23933         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
23934         tst-audit3, tst-audit4 and tst-audit5.
23935         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
23936         tst-audit6 and tst-audit7.
23937         [$(subdir) = elf] (modules-names): Add audit modules for those
23938         tests.
23939         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
23940         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
23941         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
23942         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
23943         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
23944         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
23945         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
23946         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
23947         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
23948         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
23949         [$(subdir) = elf] (tst-audit3-ENV): New variable.
23950         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
23951         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
23952         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
23953         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
23954         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
23955         Likewise.
23956         [$(subdir) = elf && $(config-cflags-avx) = yes]
23957         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
23958         [$(subdir) = elf && $(config-cflags-avx) = yes]
23959         (CFLAGS-tst-auditmod4a.c): Likewise.
23960         [$(subdir) = elf && $(config-cflags-avx) = yes]
23961         (CFLAGS-tst-auditmod4b.c): Likewise.
23962         [$(subdir) = elf && $(config-cflags-avx) = yes]
23963         (CFLAGS-tst-auditmod6b.c): Likewise.
23964         [$(subdir) = elf && $(config-cflags-avx) = yes]
23965         (CFLAGS-tst-auditmod6c.c): Likewise.
23966         [$(subdir) = elf && $(config-cflags-avx) = yes]
23967         (CFLAGS-tst-auditmod7b.c): Likewise.
23968         * elf/tst-audit3.c: Move to ...
23969         * sysdeps/x86_64/tst-audit3.c: ... here.
23970         * elf/tst-audit4.c: Move to ...
23971         * sysdeps/x86_64/tst-audit4.c: ... here.
23972         * elf/tst-audit5.c: Move to ...
23973         * sysdeps/x86_64/tst-audit5.c: ... here.
23974         * elf/tst-audit6.c: Move to ...
23975         * sysdeps/x86_64/tst-audit6.c: ... here.
23976         * elf/tst-audit7.c: Move to ...
23977         * sysdeps/x86_64/tst-audit7.c: ... here.
23978         * elf/tst-auditmod3a.c: Move to ...
23979         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
23980         * elf/tst-auditmod3b.c: Move to ...
23981         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
23982         * elf/tst-auditmod4a.c: Move to ...
23983         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
23984         * elf/tst-auditmod4b.c: Move to ...
23985         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
23986         * elf/tst-auditmod5a.c: Move to ...
23987         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
23988         * elf/tst-auditmod5b.c: Move to ...
23989         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
23990         * elf/tst-auditmod6a.c: Move to ...
23991         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
23992         * elf/tst-auditmod6b.c: Move to ...
23993         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
23994         * elf/tst-auditmod6c.c: Move to ...
23995         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
23996         * elf/tst-auditmod7a.c: Move to ...
23997         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
23998         * elf/tst-auditmod7b.c: Move to ...
23999         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
24000
24001 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
24002
24003         [BZ #15366]
24004         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
24005         define unconditionally.
24006         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
24007         define unconditionally.
24008         (INT8_C, INT16_C, etc.): Likewise.
24009
24010 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
24011
24012         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
24013         __ehdr_start with hidden visibility.
24014
24015         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
24016
24017 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
24018
24019         * math/libm-test.inc (cos_test): Use accurate hex constants.
24020         (sincost_test): Likewise.
24021
24022 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
24023
24024         * math/libm-test.inc (catan_test): Add more tests.
24025         (catanh_test): Likewise.
24026
24027         * math/s_catanf.c (__catanf): Use suffixed floating-point
24028         constants.
24029         * math/s_catanhf.c (__catanhf): Likewise.
24030         * math/s_catanhl.c (__catanhl): Likewise.
24031         * math/s_catanl.c (__catanl): Likewise.
24032
24033         [BZ #15394]
24034         * math/s_catan.c (__catan): Calculate imaginary part of result
24035         with log1p not log unless computing log of number close to 0.
24036         * math/s_catanf.c (__catanf): Likewise.
24037         * math/s_catanl.c (__catanl): Likewise.
24038         * math/s_catanh.c (__catanh): Calculate real part of result with
24039         log1p not log unless computing log of number close to 0.
24040         * math/s_catanhf.c (__catanhf): Likewise.
24041         * math/s_catanhl.c (__catanhl): Likewise.
24042         * math/libm-test.inc (catan_test): Add more tests.
24043         (catanh_test): Likewise.
24044         * sysdeps/i386/fpu/libm-test-ulps: Update.
24045         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24046
24047 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
24048
24049         * benchtests/Makefile: Mention files in which fast and slow
24050         paths of math functions are implemented.
24051
24052 2013-04-23  Roland McGrath  <roland@hack.frob.com>
24053
24054         * sysdeps/posix/timespec_get.c: New file.
24055
24056 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24057
24058         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
24059         POWER.
24060         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
24061         for POWER.
24062         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
24063         powerpc/power5/fpu folders.
24064         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
24065         * benchtests/Makefile: Add modf testcase.
24066         * benchtests/bench-modf.c: New file: Benchmark test for mo
24067
24068 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
24069
24070         [BZ #14888]
24071         * time/Makefile (tests): Add tst-strptime-whitespace.
24072         * time/strptime_l.c (get_number): Use ISSPACE.
24073         (__strptime_internal): Likewise.
24074         * time/tst-strptime-whitespace.c: New test case.
24075
24076 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
24077
24078         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
24079         member.
24080         (_nss_files_init): Set it here.
24081
24082 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
24083
24084         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
24085         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
24086         unsigned.
24087
24088 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
24089
24090         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
24091
24092 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24093
24094         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
24095         size just once.
24096
24097 2013-04-21  David S. Miller  <davem@davemloft.net>
24098
24099         * po/ru.po: Update Russion translation from translation project.
24100
24101 2013-04-17  Adam Conrad  <adconrad@0c3.net>
24102
24103         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
24104         and setfsgid.
24105
24106 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
24107
24108         * configure.in: Remove i386 configure warning. Remove i386 case.
24109         * configure: Regenerate.
24110         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
24111         Add example to error message.
24112         * sysdeps/i386/configure: Regenerate.
24113
24114 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24115
24116         * benchtests/Makefile (bench): Add cos, tan, slowcos and
24117         slowtan.
24118         * benchtests/cos-inputs: New file.
24119         * benchtests/slowcos-inputs: New file.
24120         * benchtests/slowcos.c: New file.
24121         * benchtests/slowtan-inputs: New file.
24122         * benchtests/slowtan.c: New file.
24123         * benchtests/tan-inputs: New file.
24124
24125 2013-04-16  Roland McGrath  <roland@hack.frob.com>
24126
24127         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
24128         considered kosher.
24129
24130 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
24131
24132         * benchtests/Makefile: Include cppflags-iterator.mk to add
24133         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
24134
24135         * Makefile.in (bench-clean): New target.
24136         * benchtests/Makefile (bench-clean): Likewise.
24137
24138 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
24139
24140         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
24141
24142 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
24143
24144         * stdio-common/tstdiomisc.c: Fix coding-style violation.
24145
24146 2013-04-15  Andreas Schwab  <schwab@suse.de>
24147
24148         * nscd/grpcache.c (cache_addgr): Properly check for short write.
24149         * nscd/initgrcache.c (addinitgroupsX): Likewise.
24150         * nscd/pwdcache.c (cache_addpw): Likewise.
24151         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
24152         more than recsize.
24153
24154 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24155
24156         * benchtests/Makefile (bench): Write all output to
24157         bench-out.tmp together.
24158
24159 2013-04-15  Andreas Schwab  <schwab@suse.de>
24160
24161         * nscd/nscd.c (main): Don't fork again after closing files.
24162
24163 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24164
24165         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
24166
24167         * benchtests/Rules (bench-deps): Collect dependencies into a
24168         single variable.  Add Makefile to dependencies.
24169         ($(objpfx)bench-%.c): Depend on bench-deps.
24170
24171 2013-04-12  Roland McGrath  <roland@hack.frob.com>
24172             Xavier Roche  <roche+kml2@exalead.com>
24173
24174         [BZ #15361]
24175         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
24176         just that it's a file descriptor.
24177         * manual/llio.texi (Synchronizing AIO Operations): Update description
24178         for EBADF error from aio_fsync.
24179
24180 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
24181
24182         * Rules (bench): Move target definition...
24183         * benchtests/Makefile: ... here.
24184
24185 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
24186
24187         * math/libm-test.inc (cos_test): Fix PI/2 test.
24188         (sincos_test): Likewise.
24189         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
24190         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
24191
24192 2013-04-11  Andreas Schwab  <schwab@suse.de>
24193
24194         [BZ #13988]
24195         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
24196         accept exponent character only when digits were seen.
24197         * stdio-common/Makefile (tests): Add bug26.
24198         * stdio-common/bug26.c: New file.
24199
24200         [BZ #14293]
24201         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
24202         non-freeable.
24203
24204 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24205
24206         * Makeconfig (rtld-prefix): Define built linker prefix.
24207         * Rules (run-bench): Use it.
24208         * math/Makefile (run-regen-ulps): Likewise.
24209
24210         * Rules (bench): Remove eval.
24211
24212 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
24213             Roland McGrath  <roland@hack.frob.com>
24214             Ondrej Bilka  <neleai@seznam.cz>
24215
24216         [BZ #15346]
24217         * time/getdate.c: Include ctype.h and alloca.h.
24218         (__getdate_r): Trim leading and trailing spaces of input.
24219         * time/tst-getdate.c (tests): Add tests with leading and
24220         trailing spaces.
24221
24222 2013-04-08  Roland McGrath  <roland@hack.frob.com>
24223
24224         [BZ #14280]
24225         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
24226         when computing value.
24227
24228 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
24229
24230         * math/README.libm-test (How can I generate "libm-test-ulps"?):
24231         Use testrun.sh to run libm tests.
24232
24233         [BZ #15309]
24234         * elf/dl-open.c (dl_open_worker): memset all of seen array.
24235
24236 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
24237
24238         [BZ #15264]
24239         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
24240
24241 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
24242
24243         * Makefile.in (regen-ulps): New target.
24244         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
24245         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
24246         [ifneq (no,$(PERL)] (regen-ulps): New target.
24247         [ifeq (no,$(PERL)] (regen-ulps): New target.
24248         * math/libm-test.inc (ulps_file_name): Define.
24249         (output_dir): New variable.
24250         (options): Add "output-dir" option.
24251         (parse_opt): Handle 'o' case.
24252         (main): If output_dir is non-NULL use it as a prefix
24253         otherwise use "".
24254         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
24255
24256 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
24257
24258         [BZ #10060, #10062]
24259         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
24260         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
24261         fail configure if __sync_val_compare_and_swap is not inlined.
24262         * sysdeps/i386/configure: Regenerate.
24263         * configure.in: Build for i686 when configured for i386.
24264         * configure: Regenerate.
24265         * README: Remove i386 reference.
24266
24267 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
24268
24269         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
24270         * sysdeps/s390/s390-64/sysdep.h: Likewise.
24271
24272 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
24273
24274         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
24275         (lmsnanval): New variables.
24276         (F): Add conversion tests.
24277         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
24278         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
24279
24280         * stdio-common/tstdiomisc.c (F): Properly collect individual
24281         tests' results.
24282
24283         [BZ #14686, #15336]
24284         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
24285         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
24286         Instead, use input NaN values or generate a qNaN by arithmetic
24287         operation.  Also fix bugs to comply with the standard.
24288         * math/libm-test.inc (remainder_test): Add more tests.
24289
24290         [BZ #15335, #15342]
24291         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
24292         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
24293         input NaN values or generate a qNaN by arithmetic operation.
24294
24295         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
24296         unreachable code.
24297
24298         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
24299         definitions.
24300
24301 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
24302
24303         [BZ #14478]
24304         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
24305         underflowed result.
24306         * math/s_cexpf.c (__cexpf): Likewise.
24307         * math/s_cexpl.c (__cexpl): Likewise.
24308         * math/libm-test.inc (cexp_test): Add more tests.
24309
24310 2013-04-03  Andreas Schwab  <schwab@suse.de>
24311
24312         [BZ #15330]
24313         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
24314         order arrays from heap if bigger than alloca cutoff.
24315
24316 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
24317
24318         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
24319         (SNAN_TESTS_double): Refer to GCC PR56831.
24320         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
24321         GCC PR56828.
24322
24323 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
24324
24325         * Rules (bench): Move bench.out after the run is complete.
24326
24327         * Rules (bench): Echo currently running benchmark.
24328
24329         * benchtests/Makefile (bench): Add atan and slowatan.
24330         * benchtests/atan-inputs: New file.
24331         * benchtests/slowatan-inputs: New file.
24332         * benchtests/slowatan.c: New file.
24333
24334         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
24335         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
24336         its value.
24337
24338         [BZ #15305]
24339         * sysdeps/unix/sysv/linux/kernel-features.h
24340         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
24341         __ASSUME_XFS_RESTRICTED_CHOWN.
24342         * sysdeps/unix/sysv/linux/pathconf.c
24343         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
24344         Save and restore errno.
24345
24346 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
24347
24348         [BZ #15327]
24349         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
24350         arguments using __kernel_casinh.
24351         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
24352         arguments using __kernel_casinhf.
24353         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
24354         arguments using __kernel_casinhl.
24355         * math/libm-test.inc (cacosh_test): Add more tests.
24356         * sysdeps/i386/fpu/libm-test-ulps: Update.
24357         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24358
24359 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
24360
24361         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
24362         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
24363
24364         * bench/Makefile (bench): Add sin and slowsin.
24365         * benchtests/sin-inputs: New file.
24366         * benchtests/slowsin-inputs: New file.
24367         * benchtests/slowsin.c: New file.
24368
24369         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
24370         (bench): Add slowexp and slowpow.
24371         (exp-ITER): Increase iterations.
24372         (pow-ITER): Likewise.
24373         * benchtests/exp-inputs: Change input.
24374         * benchtests/pow-inputs: Likewise.
24375         * benchtests/slowexp-inputs: New file.
24376         * benchtests/slowexp.c: New file.
24377         * benchtests/slowpow-inputs: New file.
24378         * benchtests/slowpow.c: New file.
24379
24380 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24381
24382         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
24383         instructions.
24384         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
24385         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
24386         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
24387         * benchtests/Makefile: Add rint benchtest.
24388         * benchtests/rint-inputs: Input for rint benchtest.
24389
24390 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
24391
24392         * Versions.def (libm): Add GLIBC_2.18.
24393         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
24394         hidden libm prototypes.
24395         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
24396         * math/Makefile (libm-calls): Add s_issignaling.
24397         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
24398         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
24399         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
24400         declaration.
24401         * math/math.h [__USE_GNU] (issignaling): New macro.
24402         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
24403         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
24404         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
24405         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
24406         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
24407         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
24408         * manual/arith.texi (issignaling): New section.
24409         * manual/libm-err-tab.pl (@all_functions): Update comment.
24410         * math/gen-libm-test.pl (parse_args): Apply special handling for
24411         issignaling.
24412         * math/libm-test.inc (print_float, issignaling_test): New
24413         functions.
24414         (check_float_internal): Add issignaling checks.
24415         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
24416         default definition.
24417         * sysdeps/powerpc/math-tests.h: New file.
24418         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
24419         tests.
24420         * math/test-snan.c (TEST_FUNC): Likewise.
24421
24422 2013-03-30  David S. Miller  <davem@davemloft.net>
24423
24424         * po/de.po: Update from translation team.
24425
24426 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
24427
24428         [BZ #10357]
24429         * math/k_casinh.c (__kernel_casinh): Handle arguments with
24430         imaginary part less than 1.0 and real part less than 0.5
24431         specially.
24432         * math/k_casinhf.c (__kernel_casinhf): Likewise.
24433         * math/k_casinhl.c (__kernel_casinhl): Likewise.
24434         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
24435         (cacos_test): Add more tests.
24436         (casin_test): Likewise.
24437         (casinh_test): Likewise.
24438         * sysdeps/i386/fpu/libm-test-ulps: Update.
24439         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24440
24441 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
24442
24443         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
24444         ONE with its value.
24445
24446         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
24447         (__pow_mp): Replace ONE and MONE with their values.
24448         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
24449         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
24450         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
24451         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
24452         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
24453         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
24454
24455         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
24456
24457         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
24458         (__pow_mp): Replace ZERO and MZERO with their values.
24459         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
24460         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
24461         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
24462         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
24463         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
24464         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
24465         (__sqr): Likewise.
24466
24467         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
24468
24469         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
24470
24471 2013-03-28  Roland McGrath  <roland@hack.frob.com>
24472
24473         * include/stdlib.h [!SHARED] (__call_tls_dtors):
24474         Declare with __attribute__ ((weak)).
24475         * stdlib/exit.c (__libc_atexit) [!SHARED]:
24476         Call __call_tls_dtors only if it's not NULL.
24477
24478 2013-03-28  Roland McGrath  <roland@hack.frob.com>
24479
24480         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
24481         didn't do it already, then set _dl_phdr and _dl_phnum based on the
24482         magic __ehdr_start linker symbol if it's defined.
24483         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
24484         them up here if it was already done.
24485
24486         * elf/dl-support.c (_dl_phdr): Make pointer to const.
24487         (_dl_aux_init): Use const in cast when setting it.
24488         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
24489         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
24490         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
24491
24492         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
24493         Declare them here.
24494         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
24495         * csu/libc-tls.c: Nor here.
24496         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
24497
24498         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
24499         (__libc_message): Never call vsyslog.
24500
24501 2013-03-28  Alan Modra  <amodra@gmail.com>
24502
24503         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
24504         Define as empty.
24505         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
24506         Likewise.
24507
24508 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24509
24510         [BZ #15214]
24511         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
24512         underflow.
24513         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24514
24515 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24516
24517         [BZ #15304]
24518         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
24519         Don't add gid passed as argument.
24520
24521         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
24522
24523 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
24524
24525         [BZ #15307]
24526         * math/k_casinh.c (__kernel_casinh): Handle arguments with
24527         imaginary part between 1.0 and 1.5 and real part less than 0.5
24528         specially.
24529         * math/k_casinhf.c (__kernel_casinhf): Likewise.
24530         * math/k_casinhl.c (__kernel_casinhl): Likewise.
24531         * math/libm-test.inc (cacos_test): Add more tests.
24532         (casin_test): Likewise.
24533         (casinh_test): Likewise.
24534         * sysdeps/i386/fpu/libm-test-ulps: Update.
24535         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24536
24537 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24538
24539         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
24540         constants.
24541         (norm): Likewise.
24542         (denorm): Likewise.
24543         (__dbl_mp): Likewise.
24544         (add_magnitudes): Likewise.
24545         (sub_magnitudes): Likewise.
24546         (__add): Likewise.
24547         (__sub): Likewise.
24548         (__mul): Likewise.
24549         (__sqr): Likewise.
24550         (__inv): Likewise.
24551         (__dvd): Likewise.
24552
24553         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
24554         commented code.
24555         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
24556         (__dubcos): Likewise.
24557         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
24558         (__ieee754_acos): Likewise.
24559         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
24560         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
24561         (__exp1): Likewise.
24562         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
24563         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
24564         (log1): Likewise.
24565         (my_log2): Likewise.
24566         (checkint): Likewise.
24567         * sysdeps/ieee754/dbl-64/e_remainder.c
24568         (__ieee754_remainder): Likewise.
24569         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
24570         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
24571         (bsloww): Likewise.
24572         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
24573
24574         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
24575         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
24576         MANTISSA_STORE_T to store computations on mantissa.  Use
24577         macros for rounding and division.
24578         (denorm): Likewise.
24579         (__dbl_mp): Likewise.
24580         (add_magnitudes): Likewise.
24581         (sub_magnitudes): Likewise.
24582         (__mul): Likewise.
24583         (__sqr): Likewise.
24584         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
24585         powers of two in terms of TWOPOW macro.
24586         (mp_no): Make type of mantissa as MANTISSA_T.
24587         [!RADIXI]: Define RADIXI.
24588         [!TWO52]: Define TWO52.
24589         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
24590
24591 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24592
24593         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
24594         llroundl symbol when building for PPC32.
24595
24596 2013-03-24  Mark H Weaver  <mhw@netris.org>
24597
24598         * manual/arith.texi (Normalization Functions): Fix prototypes for
24599         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
24600
24601 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24602
24603         [BZ #13889]
24604         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
24605         high value to check if expl overflow.
24606         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
24607         to check for underflow and overflow.
24608         * math/libm-test.inc: Add exp test.
24609
24610 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
24611
24612         [BZ #11120]
24613         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
24614         with NOT_IN_libc.
24615
24616 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24617
24618         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
24619         symbol.
24620
24621 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
24622
24623         * math/gen-libm-test.pl (parse_args, special_functions): Properly
24624         wrap blocks consisting of several statements.
24625
24626         * sysdeps/generic/math-tests.h: New file.
24627         * sysdeps/i386/fpu/math-tests.h: Likewise.
24628         * math/test-snan.c: Include it.
24629         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
24630
24631 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
24632
24633         [BZ #15285]
24634         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
24635         (__ieee754_j0l): Do not improve calculations using cos of twice
24636         input for inputs above LDBL_MAX / 2.0L.
24637         (__ieee754_y0l): Likewise.
24638         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
24639         (__ieee754_j1l): Do not improve calculations using cos of twice
24640         input for inputs above LDBL_MAX / 2.0L.
24641         (__ieee754_y1l): Likewise.
24642         * math/libm-test.inc (j0_test): Add another test.
24643         (j1_test): Likewise.
24644         (y0_test): Likewise.
24645         (y1_test): Likewise.
24646         * sysdeps/i386/fpu/libm-test-ulps: Update.
24647
24648 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24649
24650         * Rules ($(objpfx)bench-%.c): Include code from a C source
24651         file.
24652
24653 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
24654
24655         [BZ #15287]
24656         * math/k_casinh.c (__kernel_casinh): Handle arguments with
24657         imaginary part 1.0 and real part less than 0.5 specially.
24658         * math/k_casinhf.c (__kernel_casinhf): Likewise.
24659         * math/k_casinhl.c (__kernel_casinhl): Likewise.
24660         * math/libm-test.inc (cacos_test): Add more tests.
24661         (casin_test): Likewise.
24662         (casinh_test): Likewise.
24663         * sysdeps/i386/fpu/libm-test-ulps: Update.
24664         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24665
24666 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24667
24668         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
24669         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
24670
24671 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
24672
24673         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
24674         * config.make.in (config-cflags-sse4): Remove variable.
24675         (config-cflags-avx): Likewise.
24676         (config-cflags-sse2avx): Likewise.
24677         (config-cflags-novzeroupper): Likewise.
24678         (config-asflags-i686): Likewise.
24679         (have-mfma4): Likewise.
24680         (have-as-vis3): Likewise.
24681         (MIG): Likewise.
24682         * configure.in (MIG): Do not AC_SUBST.
24683         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
24684         (libc_cv_cc_sse4): Do not AC_SUBST.
24685         (libc_cv_cc_avx): Likewise.
24686         (libc_cv_cc_sse2avx): Likewise.
24687         (libc_cv_cc_novzeroupper): Likewise.
24688         (libc_cv_cc_fma4): Likewise.
24689         (libc_cv_as_i686): Likewise.
24690         (libc_cv_sparc_as_vis3): Likewise.
24691         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
24692         LIBC_CONFIG_VAR.
24693         (config-asflags-i686): Likewise.
24694         (config-cflags-avx): Likewise.
24695         (config-cflags-sse2avx): Likewise.
24696         (have-mfma4): Likewise.
24697         (config-cflags-novzeroupper): Likewise.
24698         * sysdeps/mach/configure.in (MIG): Likewise.
24699         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
24700         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
24701         LIBC_CONFIG_VAR.
24702         (config-cflags-avx): Likewise.
24703         (config-cflags-sse2avx): Likewise.
24704         (have-mfma4): Likewise.
24705         (config-cflags-novzeroupper): Likewise.
24706         * configure: Regenerated.
24707         * sysdeps/i386/configure: Likewise.
24708         * sysdeps/mach/configure: Likewise.
24709         * sysdeps/sparc/configure: Likewise.
24710         * sysdeps/x86_64/configure: Likewise.
24711
24712 2013-03-20  Roland McGrath  <roland@hack.frob.com>
24713
24714         [BZ #14812]
24715         * locale/programs/localedef.c (options): Put N_ translation marker
24716         on argument names, not just descriptions.
24717
24718 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
24719
24720         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
24721
24722 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
24723
24724         [BZ #14176]
24725         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
24726
24727 2013-03-19  Roland McGrath  <roland@hack.frob.com>
24728
24729         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
24730         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
24731         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
24732         [!BEFORE_ABORT] (before_abort): New function.
24733         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
24734         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
24735         (writev_for_fatal): New function.
24736         (WRITEV_FOR_FATAL): New macro; call that.
24737         (backtrace_and_maps): New function.
24738         (BEFORE_ABORT): New macro; call that.
24739         (struct str_list): Type removed.
24740         (__libc_message, __libc_fatal): Functions removed.
24741         Include <sysdeps/posix/libc_fatal.c> instead.
24742
24743 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
24744
24745         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
24746         constants.
24747         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
24748         double constants.
24749
24750 2013-03-19  Andreas Schwab  <schwab@suse.de>
24751
24752         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
24753         * sysdeps/gnu/configure: Regenerate.
24754
24755         * configure.in: Substitute libc_cv_rtlddir.
24756         * configure: Regenerate.
24757         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
24758         * Makeconfig (rtlddir, inst_rtlddir): New variables.
24759         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
24760         * elf/Makefile (install-others, CFLAGS-interp.c)
24761         (ldso_install, common-ldd-rewrite): Likewise.
24762         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
24763         $(inst_slibdir)/$(rtld-installed-name).
24764         * scripts/rellns-sh: Add -p option.
24765         * Makerules (make-shlib-link): Use rellns-sh to get relative name
24766         for source.
24767
24768 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24769
24770         * manual/nptl.texi: Renamed to ...
24771         * manual/threads.texi: ... this.
24772         * manual/Makefile (chapters): Update.
24773
24774 2013-03-18  Roland McGrath  <roland@hack.frob.com>
24775
24776         [BZ #14812]
24777         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
24778         on argument names, not just descriptions.
24779         * malloc/memusagestat.c (options): Likewise.
24780         * nss/getent.c (options): Likewise.
24781
24782 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
24783
24784         [BZ #14812]
24785         * iconv/iconv_prog.c (options): Put N_ translation marker
24786         on argument names, not just descriptions.
24787         * iconv/iconvconfig.c (options): Likewise.
24788
24789 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
24790
24791         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
24792         implementation which is faster on all x86_64 architectures.
24793         Tested on AMD, Intel Nehalem, SNB, IVB.
24794         * sysdeps/x86_64/strnlen.S: Likewise.
24795
24796         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24797         Remove all multiarch strlen and strnlen versions.
24798         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
24799         Remove strlen and strnlen related parts.
24800
24801         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
24802         Inline strlen part.
24803         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
24804
24805         * sysdeps/x86_64/multiarch/strlen.S: Remove.
24806         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
24807         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
24808         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
24809         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
24810         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
24811
24812 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
24813
24814         * manual/memory.texi (Malloc Tunable Parameters):
24815         Sort parameters alphabetically. Add comments for missing entries.
24816
24817 2013-03-17  David S. Miller  <davem@davemloft.net>
24818
24819         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24820
24821 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
24822
24823         [BZ #15283]
24824         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
24825         for arguments at most half maximum finite value.
24826         * math/libm-test.inc (j0_test): Add more tests.
24827         (j1_test): Likewise.
24828         (y0_test): Likewise.
24829         (y1_test): Likewise.
24830         * sysdeps/i386/fpu/libm-test-ulps: Update.
24831         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24832
24833         [BZ #14155]
24834         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
24835         1 / x and functions P and Q for arguments above 0x1p256L.
24836         (__ieee754_y0l): Likewise.
24837         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
24838         (__ieee754_y1l): Likewise.
24839         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
24840         (j1_test): Likewise.
24841         (y0_test): Likewise.
24842         (y1_test): Likewise.
24843
24844 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
24845
24846         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
24847         variable.
24848
24849 2013-03-15  Roland McGrath  <roland@hack.frob.com>
24850
24851         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
24852         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
24853         zero since it's initialized to EXEC_PAGESIZE.
24854
24855         * sysdeps/unix/sysv/linux/ldsodefs.h
24856         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
24857         * sysdeps/generic/ldsodefs.h: ... here.
24858
24859 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
24860
24861         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
24862
24863         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
24864         math/test-snan.c.
24865         * math/test-snan.c: Renamed from
24866         sysdeps/powerpc/fpu/test-powerpc-snan.c.
24867         * math/Makefile (tests): Add test-snan.
24868         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
24869         test-powerpc-snan.
24870
24871         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
24872         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
24873         functions.
24874         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
24875         __builtin_nan family of functions.
24876         * math/libm-test.inc (initialize): Initialize qnan_value with
24877         __builtin_nan family of functions.
24878         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
24879         Remove variables.
24880         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
24881         Remove functions.
24882         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
24883         storage class.  Initialize qNaN_var and sNaN_var with
24884         __builtin_nan and __builtin_nans families of functions,
24885         respectively.
24886
24887         * math/libm-test.inc (acosh_test): Also test with qNaN input.
24888         (sqrt_test): Remove duplicate test with qNaN input.
24889         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
24890         (round_test, signbit_test, significand_test): Note missing +/-Inf
24891         as well as qNaN tests.
24892
24893         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
24894         qNaN_var.  Fix a few strings, too.
24895         * math/libm-test.inc (nan_value): Rename to qnan_value.
24896         * math/gen-libm-test.pl (%beautify): Adjust to that.
24897         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
24898         * math/test-misc.c (main): Likewise.
24899         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
24900         to __qnan_bytes, and __qnan_union, respectively.
24901         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
24902         Likewise.
24903         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
24904         and lqnanval, respectively.
24905         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
24906         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
24907         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
24908         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
24909
24910         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
24911         * math/test-misc.c (main) [__x86_64__]: Enable test for long
24912         doubles.
24913
24914         * math/test-misc.c (main): Fix copy'n'pastos.
24915         * misc/tst-efgcvt.c (special): Likewise.
24916
24917         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
24918         Remove declarations.
24919
24920 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24921
24922         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
24923         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
24924         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
24925         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
24926
24927 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24928
24929         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
24930         macro to return vdso values correctly in IFUNC implementations.
24931         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
24932         Optimization by using IFUNC.
24933
24934 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24935             Richard Henderson  <rth@redhat.com>
24936             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
24937
24938         * Makefile.in (bench): New target.
24939         * NEWS: Mention the benchmark framework.
24940         * Rules (bench): Likewise.
24941         (binaries-bench): Generate binaries for functions to
24942         benchmark.
24943         * benchtests/Makefile: New makefile for benchmark tests.
24944         * benchtests/bench-skeleton.c: New skeleton file for benchmark
24945         programs.
24946         * benchtests/exp-inputs: New input file for EXP function.
24947         * benchtests/pow-inputs: New input file for POW function.
24948         * scripts/bench.pl: New script to generate source files for
24949         benchmark programs.
24950
24951 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24952
24953         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
24954         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
24955         computations on mantissa.  Use macros for rounding and
24956         division.
24957         (denorm): Likewise.
24958         (__dbl_mp): Likewise.
24959         (add_magnitudes): Likewise.
24960         (sub_magnitudes): Likewise.
24961         (__mul): Likewise.
24962         (__sqr): Likewise.
24963         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
24964         powers of two in terms of TWOPOW macro.
24965         (mp_no): Make type of mantissa as MANTISSA_T.
24966         [!RADIXI]: Define RADIXI.
24967         [!TWO52]: Define TWO52.
24968         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
24969
24970         * manual/nptl.texi (cindex): Modify threads to pthreads.
24971
24972 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
24973
24974         * sysdeps/x86_64/preconfigure: Regenerated.
24975
24976 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
24977
24978         [BZ #14155]
24979         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
24980         0x1p28 and above.
24981         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
24982         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
24983         0x1p28 and above.
24984         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
24985         * math/libm-test.inc (j0_test): Do not allow one spurious
24986         underflow exception.
24987         (y1_test): Likewise.
24988
24989 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24990
24991         * manual/Makefile (chapters): Add nptl.
24992         * manual/debug.texi (Debugging Support): Add link to Threads
24993         chapter.
24994         * manual/nptl.texi: New file.
24995
24996         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
24997
24998 2013-03-14  Petr Baudis  <pasky@ucw.cz>
24999
25000         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
25001         for non-NULL pointer before the memory validity test. Pointed
25002         out by Holger Brunck <holger.brunck@keymile.com>.
25003
25004 2013-03-13  Andreas Schwab  <schwab@suse.de>
25005
25006         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
25007         instead of .os.
25008
25009 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
25010
25011         * timezone/zic.c: Update from tzcode 2013b.
25012
25013 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
25014
25015         * manual/install.texi (Configuring and compiling):
25016         Mention i686 and i586.
25017         * INSTALL: Regenerate.
25018
25019 2013-03-12  Roland McGrath  <roland@hack.frob.com>
25020
25021         * sysdeps/init_array/elf-init.c: New file.
25022         * csu/elf-init.c
25023         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
25024         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
25025
25026         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
25027         __gmon_start__ as global, but as static with a .preinit_array pointer.
25028         * sysdeps/init_array/gmon-start.c: New file.  Use that.
25029         * sysdeps/init_array/crti.S: New file, empty except for comments.
25030         * sysdeps/init_array/crtn.S: Likewise.
25031
25032 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
25033
25034         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
25035         definining bcopy.
25036         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25037         Remove Prefer_SSE_for_memop.
25038         * sysdeps/x86_64/multiarch/init-arch.h: Remove
25039         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
25040         HAS_PREFER_SSE_FOR_MEMOP.
25041         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
25042         memset-x86-64.
25043         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
25044         Remove bzero, memset ifunc support.
25045         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
25046         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
25047         * sysdeps/x86_64/multiarch/memset.S: Likewise.
25048         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
25049
25050 2013-03-11  Andreas Schwab  <schwab@suse.de>
25051
25052         [BZ #15234]
25053         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
25054         by SHLIB_COMPAT.
25055         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
25056         (GLIBC_2.16): Remove pthread_atfork.
25057
25058 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
25059
25060         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
25061         (ptestcases.h): Likewise.
25062
25063 2013-03-08  Roland McGrath  <roland@hack.frob.com>
25064
25065         * Makeconfig ($(common-objpfx)config.status): Depend on
25066         sysdeps/*/preconfigure{,.in} too.
25067
25068 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
25069
25070         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
25071         (__free_hook): Use void * instead of __malloc_ptr_t.
25072         (__malloc_hook): Likewise.
25073         (__realloc_hook): Likewise.
25074         (__memalign_hook): Likewise.
25075         (__after_morecore_hook): Likewise.
25076         * malloc/arena.c (save_malloc_hook): Likewise.
25077         (save_free_hook): Likewise.
25078         * malloc/hooks.c (malloc_hook_ini): Likewise.
25079         (realloc_hook_ini): Likewise.
25080         (memalign_hook_ini): Likewise.
25081         * malloc/malloc.c (malloc_hook_ini): Likewise.
25082         (realloc_hook_ini): Likewise.
25083         (memalign_hook_ini): Likewise.
25084         (__free_hook): Likewise.
25085         (__malloc_hook): Likewise.
25086         (__realloc_hook): Likewise.
25087         (__memalign_hook): Likewise.
25088         (__libc_malloc): Likewise.
25089         (__libc_free): Likewise.
25090         (__libc_realloc): Likewise.
25091         (__libc_memalign): Likewise.
25092         (__libc_valloc): Likewise.
25093         (__libc_pvalloc): Likewise.
25094         (__libc_calloc): Likewise.
25095         (__posix_memalign): Likewise.
25096         * malloc/morecore.c (__sbrk): Likewise.
25097         (__default_morecore): Likewise.
25098
25099         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
25100
25101         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
25102         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
25103         __malloc_ptrdiff_t.
25104
25105         * malloc/malloc.h (__malloc_size_t): Remove macro.
25106         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
25107         __malloc_size_t.
25108         (old_memalign_hook): Likewise.
25109         (old_realloc_hook): Likewise.
25110         (struct hdr): Likewise.
25111         (flood): Likewise.
25112         (mallochook): Likewise.
25113         (memalignhook): Likewise.
25114         (reallochook): Likewise.
25115         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
25116         (tr_old_realloc_hook): Likewise.
25117         (tr_old_memalign_hook): Likewise.
25118         (tr_mallochook): Likewise.
25119         (tr_reallochook): Likewise.
25120         (tr_memalignhook): Likewise.
25121
25122 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25123
25124         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
25125         default_ldbl_pack and using as default implementation.
25126         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
25127         implementation.
25128         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
25129         redundant definition.
25130         (ldbl_insert_mantissa): Likewise.
25131         (ldbl_canonicalize): Likewise.
25132         (ldbl_nearbyint): Likewise.
25133         (ldbl_pack): Rename to ldbl_pack_ppc.
25134         (ldbl_unpack): Rename to ldbl_unpack_ppc.
25135         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
25136         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
25137
25138 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
25139
25140         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
25141         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
25142         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
25143         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
25144         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
25145         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
25146         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
25147         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
25148
25149 2013-03-07  Andreas Jaeger  <aj@suse.de>
25150
25151         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
25152         bits/mman-linux.h.
25153
25154 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
25155
25156         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
25157         Include mpa.h and declare __MPEXP.
25158         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
25159         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
25160         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
25161         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
25162         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
25163         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
25164         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
25165
25166         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
25167         (__slowpow): Use long double EXPL and LOGL functions to
25168         compute POW.
25169         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
25170         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
25171         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
25172         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
25173         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
25174         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
25175
25176         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
25177         intermediate variable to calculate exponent.
25178         (__sqr): Likewise.
25179         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
25180         Likewise.
25181         (__sqr): Likewise.
25182
25183         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
25184         [!NO__SQR]: Define __sqr.
25185         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
25186         and NO__SQR.  Remove all code except __mul and __sqr.  Include
25187         sysdeps/ieee754/dbl-64/mpa.c.
25188         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25189
25190         [BZ #12723]
25191         * posix/Makefile (tests): Add tst-pathconf.
25192         * posix/tst-pathconf.c: New test case.
25193         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
25194         _PC_PIPE_BUF.
25195         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
25196
25197 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
25198
25199         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
25200
25201 2013-03-06  Andreas Jaeger  <aj@suse.de>
25202
25203         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
25204         definition via __MAP_ANONYMOUS.
25205
25206         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
25207         it's not part of Linux headers.
25208
25209         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
25210         (MAP_HUGE_MASK): Define.
25211
25212         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
25213         Define.
25214         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
25215         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
25216         Define.
25217         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
25218         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
25219         Define.
25220         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
25221         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
25222         Define.
25223         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
25224
25225         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
25226         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
25227         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
25228         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
25229         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
25230         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
25231
25232         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
25233         Handle f2fs.
25234
25235         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
25236         Handle f2fs and efivarfs.
25237
25238         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
25239         f2fs.
25240
25241         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
25242         (EFIVARFS_MAGIC): Add.
25243         (F2FS_LINK_MAX): Add.
25244
25245 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
25246
25247         * stdio-common/vfprintf.c: Replace __builtin_expect with
25248         __glibc_unlikely.
25249
25250 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
25251
25252         [BZ #13550]
25253         * sysdeps/generic/bp-sym.h: Remove file.
25254         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
25255         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
25256         <bp-sym.h> and <bp-asm.h>.
25257         (__longjmp): Don't use BP_SYM.
25258         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
25259         and <bp-asm.h>.
25260         (memcpy): Don't use BP_SYM.
25261         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
25262         <bp-sym.h> and <bp-asm.h>.
25263         (memcpy): Don't use BP_SYM.
25264         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
25265         <bp-asm.h>.
25266         (memcpy): Don't use BP_SYM.
25267         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
25268         <bp-asm.h>.
25269         (memset): Don't use BP_SYM.
25270         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
25271         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
25272         (__bzero): Don't use BP_SYM.
25273         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
25274         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
25275         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
25276         <bp-sym.h> and <bp-asm.h>.
25277         (memcmp): Don't use BP_SYM.  Remove comment about bounded
25278         pointers.
25279         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
25280         <bp-sym.h> and <bp-asm.h>.
25281         (memcpy): Don't use BP_SYM.
25282         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
25283         <bp-sym.h> and <bp-asm.h>.
25284         (memset): Don't use BP_SYM.
25285         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
25286         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
25287         (__bzero): Don't use BP_SYM.
25288         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
25289         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
25290         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
25291         <bp-sym.h> and <bp-asm.h>.
25292         (strncmp): Don't use BP_SYM.  Remove comment about bounded
25293         pointers.
25294         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
25295         <bp-sym.h> and <bp-asm.h>.
25296         (memcpy): Don't use BP_SYM.
25297         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
25298         <bp-sym.h> and <bp-asm.h>.
25299         (memset): Don't use BP_SYM.
25300         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
25301         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
25302         (__bzero): Don't use BP_SYM.
25303         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
25304         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
25305         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
25306         <bp-sym.h> and <bp-asm.h>.
25307         (__memchr): Don't use BP_SYM.
25308         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
25309         <bp-sym.h> and <bp-asm.h>.
25310         (memcmp): Don't use BP_SYM.  Remove comment about bounded
25311         pointers.
25312         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
25313         <bp-sym.h> and <bp-asm.h>.
25314         (memcpy): Don't use BP_SYM.
25315         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
25316         <bp-sym.h> and <bp-asm.h>.
25317         (__mempcpy): Don't use BP_SYM.
25318         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
25319         <bp-sym.h> and <bp-asm.h>.
25320         (__memrchr): Don't use BP_SYM.
25321         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
25322         <bp-sym.h> and <bp-asm.h>.
25323         (memset): Don't use BP_SYM.
25324         (__bzero): Likewise.
25325         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
25326         <bp-sym.h> and <bp-asm.h>.
25327         (__rawmemchr): Don't use BP_SYM.
25328         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
25329         <bp-sym.h> and <bp-asm.h>.
25330         (__STRCMP): Don't use BP_SYM.
25331         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
25332         <bp-sym.h> and <bp-asm.h>.
25333         (strchr): Don't use BP_SYM.
25334         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
25335         <bp-sym.h> and <bp-asm.h>.
25336         (__strchrnul): Don't use BP_SYM.
25337         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
25338         <bp-sym.h> and <bp-asm.h>.
25339         (strlen): Don't use BP_SYM.
25340         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
25341         <bp-sym.h> and <bp-asm.h>.
25342         (strncmp): Don't use BP_SYM.  Remove comment about bounded
25343         pointers.
25344         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
25345         <bp-sym.h> and <bp-asm.h>.
25346         (__strnlen): Don't use BP_SYM.
25347         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
25348         <bp-sym.h> and <bp-asm.h>.
25349         (__GI__setjmp): Don't use BP_SYM.
25350         (_setjmp): Likewise.
25351         (__sigsetjmp): Likewise.
25352         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
25353         (L(start_addresses)): Don't use BP_SYM.
25354         (_start): Likewise.
25355         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
25356         <bp-asm.h>.
25357         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
25358         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
25359         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25360         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
25361         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
25362         <bp-asm.h>.
25363         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
25364         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
25365         about bounded pointers.
25366         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
25367         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25368         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
25369         <bp-asm.h>.
25370         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
25371         about bounded pointers.  Remove GKM FIXME comments.
25372         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
25373         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
25374         <bp-asm.h>.
25375         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
25376         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
25377         Remove GKM FIXME comments.
25378         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25379         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
25380         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
25381         <bp-asm.h>.
25382         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
25383         about bounded pointers.  Remove GKM FIXME comment.
25384         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
25385         and <bp-asm.h>.
25386         (strncmp): Don't use BP_SYM.  Remove comment about bounded
25387         pointers.
25388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
25389         <bp-sym.h> and <bp-asm.h>.
25390         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
25391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
25392         <bp-sym.h> and <bp-asm.h>.
25393         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
25394         comment.
25395
25396 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
25397
25398         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
25399         call free(NULL).
25400
25401 2013-03-05  David S. Miller  <davem@davemloft.net>
25402
25403         * po/es.po: Update from translation team.
25404
25405 2013-03-05  Andreas Jaeger  <aj@suse.de>
25406
25407         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
25408         <bits/mman-linux.h>.
25409         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
25410         is fine.
25411         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
25412         <bits/mman-linux.h> to end of file.
25413         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
25414         is fine.
25415         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
25416         <bits/mman-linux.h> to end of file.
25417         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
25418         is fine.
25419         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
25420         <bits/mman-linux.h> to end of file.
25421
25422         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
25423         (MCL_CURRENT, MCL_FUTURE): Define here.
25424
25425 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25426
25427         [BZ #15232]
25428         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
25429         attribute_hidden.
25430         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
25431
25432 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25433
25434         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
25435         fourth parameter needed for rt_sigprocmask syscall.
25436         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
25437         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
25438         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
25439         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
25440         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
25441         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
25442
25443 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
25444
25445         [BZ #13550]
25446         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
25447         comment about bounded pointers.
25448         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
25449         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
25450
25451 2013-03-04  Andreas Jaeger  <aj@suse.de>
25452
25453         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
25454         common definitions.
25455
25456         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
25457         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
25458         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
25459         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
25460         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
25461         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
25462
25463 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25464
25465         [BZ #15055]
25466         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
25467         __ieee754_sqrl instead of __sqrl.
25468
25469 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
25470
25471         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
25472         * sysdeps/powerpc/fpu_control.h: ... here.
25473         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
25474         * sysdeps/powerpc/bits/fenvinline.h: ... here.
25475         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
25476         * sysdeps/powerpc/bits/mathinline.h: ... here.
25477
25478 2013-03-01  Roland McGrath  <roland@hack.frob.com>
25479
25480         * elf/dl-hwcaps.c (_dl_important_hwcaps):
25481         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
25482         to just [NEED_DL_SYSINFO_DSO].
25483         * elf/dl-support.c: Likewise.
25484         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
25485         * elf/rtld.c (dl_main): Likewise.
25486         * elf/setup-vdso.h (setup_vdso): Likewise.
25487         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
25488         * sysdeps/unix/sysv/linux/dl-sysdep.c
25489         (_dl_discover_osversion): Likewise.
25490
25491 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
25492
25493         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
25494         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
25495
25496 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
25497
25498         * NEWS: Mention libm performance improvements and non-x86 PI
25499         futex support.
25500
25501         * csu/libc-start.c (__pthread_initialize_minimal): Change
25502         function arguments.
25503         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
25504
25505 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
25506
25507         [BZ #13550]
25508         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
25509         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
25510         <bp-sym.h> and <bp-asm.h>.
25511         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
25512         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
25513         and <bp-asm.h>.
25514         (memcpy): Don't use BP_SYM.
25515         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
25516         <bp-asm.h>.
25517         (__mpn_add_n): Don't use BP_SYM.
25518         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
25519         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
25520         and <bp-asm.h>.
25521         (__mpn_addmul_1): Don't use BP_SYM.
25522         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25523         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
25524         <bp-sym.h>.
25525         (_setjmp): Don't use BP_SYM.
25526         (__novmx_setjmp): Likewise.
25527         (__GI__setjmp): Likewise.
25528         (__vmx_setjmp): Likewise.
25529         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
25530         <bp-sym.h>.
25531         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
25532         (__bzero): Don't use BP_SYM.
25533         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
25534         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
25535         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
25536         <bp-sym.h> and <bp-asm.h>.
25537         (memcpy): Don't use BP_SYM.
25538         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
25539         <bp-sym.h> and <bp-asm.h>.
25540         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
25541         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
25542         <bp-sym.h> and <bp-asm.h>.
25543         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
25544         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
25545         <bp-asm.h>.
25546         (__mpn_lshift): Don't use BP_SYM.
25547         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25548         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
25549         <bp-asm.h>.
25550         (memset): Don't use BP_SYM.
25551         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
25552         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
25553         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
25554         <bp-asm.h>.
25555         (__mpn_mul_1): Don't use BP_SYM.
25556         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25557         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
25558         <bp-sym.h> and <bp-asm.h>.
25559         (memcmp): Don't use BP_SYM.
25560         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
25561         <bp-sym.h> and <bp-asm.h>.
25562         (memcpy): Don't use BP_SYM.
25563         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
25564         <bp-sym.h> and <bp-asm.h>.
25565         (memset): Don't use BP_SYM.
25566         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
25567         <bp-sym.h> and <bp-asm.h>.
25568         (strncmp): Don't use BP_SYM.
25569         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
25570         <bp-sym.h> and <bp-asm.h>.
25571         (memcpy): Don't use BP_SYM.
25572         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
25573         <bp-sym.h> and <bp-asm.h>.
25574         (memset): Don't use BP_SYM.
25575         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
25576         <bp-sym.h> and <bp-asm.h>.
25577         (__memchr): Don't use BP_SYM.
25578         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
25579         <bp-sym.h> and <bp-asm.h>.
25580         (memcmp): Don't use BP_SYM.
25581         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
25582         <bp-sym.h> and <bp-asm.h>.
25583         (memcpy): Don't use BP_SYM.
25584         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
25585         <bp-sym.h> and <bp-asm.h>.
25586         (__mempcpy): Don't use BP_SYM.
25587         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
25588         <bp-sym.h> and <bp-asm.h>.
25589         (__memrchr): Don't use BP_SYM.
25590         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
25591         <bp-sym.h> and <bp-asm.h>.
25592         (memset): Don't use BP_SYM.
25593         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
25594         <bp-sym.h> and <bp-asm.h>.
25595         (__rawmemchr): Don't use BP_SYM.
25596         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
25597         <bp-sym.h> and <bp-asm.h>.
25598         (__STRCMP): Don't use BP_SYM.
25599         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
25600         <bp-sym.h> and <bp-asm.h>.
25601         (strchr): Don't use BP_SYM.
25602         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
25603         <bp-sym.h> and <bp-asm.h>.
25604         (__strchrnul): Don't use BP_SYM.
25605         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
25606         <bp-sym.h> and <bp-asm.h>.
25607         (strlen): Don't use BP_SYM.
25608         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
25609         <bp-sym.h> and <bp-asm.h>.
25610         (strncmp): Don't use BP_SYM.
25611         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
25612         <bp-sym.h> and <bp-asm.h>.
25613         (__strnlen): Don't use BP_SYM.
25614         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
25615         <bp-asm.h>.
25616         (__mpn_rshift): Don't use BP_SYM.
25617         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25618         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
25619         <bp-sym.h> and <bp-asm.h>.
25620         (__sigsetjmp): Don't use BP_SYM.
25621         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
25622         (L(start_addresses)): Don't use BP_SYM.
25623         (_start): Likewise.
25624         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
25625         <bp-asm.h>.
25626         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
25627         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25628         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
25629         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
25630         <bp-asm.h>.
25631         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
25632         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
25633         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25634         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
25635         <bp-asm.h>.
25636         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
25637         comments.
25638         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
25639         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
25640         <bp-asm.h>.
25641         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
25642         FIXME comments.
25643         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25644         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
25645         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
25646         <bp-asm.h>.
25647         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
25648         comment.
25649         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
25650         and <bp-asm.h>.
25651         (strncmp): Don't use BP_SYM,
25652         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
25653         <bp-asm.h>.
25654         (__mpn_sub_n): Don't use BP_SYM.
25655         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25656         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
25657         and <bp-asm.h>.
25658         (__mpn_submul_1): Don't use BP_SYM.
25659         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25660         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
25661         <bp-sym.h> and <bp-asm.h>.
25662         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
25663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
25664         <bp-sym.h> and <bp-asm.h>.
25665         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
25666         comment.
25667
25668 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25669
25670         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
25671         Use ZK to minimize writes to Z.
25672         (sub_magnitudes): Simplify code a bit.
25673         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
25674         Use ZK to minimize writes to Z.
25675         (sub_magnitudes): Simplify code a bit.
25676
25677 2013-02-27  Roland McGrath  <roland@hack.frob.com>
25678
25679         * csu/gmon-start.c: Add special exception to license text.
25680
25681 2013-02-27  Richard Henderson  <rth@redhat.com>
25682
25683         * scripts/config.guess: Update from config.git.
25684         * scripts/config.sub: Likewise.
25685
25686 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
25687
25688         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
25689
25690         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
25691
25692         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
25693
25694         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
25695
25696         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
25697
25698 2013-02-26  Roland McGrath  <roland@hack.frob.com>
25699
25700         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
25701         [$(build-shared = yes].
25702
25703 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25704
25705         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
25706         (__mul): Reduce iterations for calculating mantissa.
25707
25708         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
25709         MPTWO.
25710         (__mpranred): Likewise.
25711
25712         [BZ #15160]
25713         * malloc/memusagestat.c (main): Draw graphs for heap and stack
25714         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
25715
25716 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
25717
25718         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
25719         Define __attribute__.
25720
25721 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25722
25723         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
25724         unused.
25725         * posix/regex_internal.h (__attribute): Remove.
25726         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
25727         (re_string_context_at): Likewise.
25728         (bitset_not): Use __attribute__ and mark function as possibly
25729         unused.
25730         (bitset_merge): Likewise.
25731         (bitset_mask): Likewise.
25732         (re_string_char_size_at): Likewise.
25733         (re_string_wchar_at): Likewise.
25734         (re_string_elem_size_at): Likewise.
25735
25736 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
25737
25738         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
25739         code.
25740         (cc32): Likewise.
25741
25742         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
25743         (__acr): Likewise.
25744         (__cpy): Likewise.
25745         (norm): Likewise.
25746         (denorm): Likewise.
25747         (__dbl_mp): Likewise.
25748         (add_magnitudes): Likewise.
25749         (sub_magnitudes): Likewise.
25750         (__mul): Likewise.
25751         (__inv): Likewise.
25752
25753         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
25754         style.
25755
25756         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
25757         style.
25758
25759         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
25760         code.
25761
25762         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
25763         up changes with default code.
25764         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
25765         Likewise.
25766
25767 2013-02-24  Allan McRae  <allan@archlinux.org>
25768
25769         * manual/socket.texi (The Internet Namespace): Order menu items
25770         to match that in the file.
25771
25772         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
25773         node listing of the info page menu.
25774
25775 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
25776
25777         [BZ #13550]
25778         * sysdeps/i386/bp-asm.h: Remove file.
25779         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
25780         (PARMS): Do not use macros from bp-asm.h.
25781         (S1): Likewise.
25782         (S2): Likewise.
25783         (SIZE): Likewise.
25784         (__mpn_add_n): Do not use BP_SYM
25785         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
25786         "bp-asm.h".
25787         (PARMS): Do not use macros from bp-asm.h.
25788         (S1): Likewise.
25789         (SIZE): Likewise.
25790         (__mpn_addmul_1): Do not use BP_SYM
25791         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
25792         "bp-asm.h".
25793         (PARMS): Do not use macros from bp-asm.h.
25794         (SIGMSK): Likewise.
25795         (_setjmp): Likewise.  Do not use BP_SYM.
25796         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
25797         "bp-asm.h".
25798         (PARMS): Do not use macros from bp-asm.h.
25799         (SIGMSK): Likewise.
25800         (setjmp): Likewise.  Do not use BP_SYM.
25801         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
25802         "bp-asm.h".
25803         (PARMS): Do not use macros from bp-asm.h.
25804         (__frexp): Do not use BP_SYM.
25805         (frexp): Likewise.
25806         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
25807         "bp-asm.h".
25808         (PARMS): Do not use macros from bp-asm.h.
25809         (__frexpf): Do not use BP_SYM.
25810         (frexpf): Likewise.
25811         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
25812         "bp-asm.h".
25813         (PARMS): Do not use macros from bp-asm.h.
25814         (__frexpl): Do not use BP_SYM.
25815         (frexpl): Likewise.
25816         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
25817         "bp-asm.h".
25818         (PARMS): Do not use macros from bp-asm.h.
25819         (__remquo): Do not use BP_SYM.
25820         (remquo): Likewise.
25821         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
25822         "bp-asm.h".
25823         (PARMS): Do not use macros from bp-asm.h.
25824         (__remquof): Do not use BP_SYM.
25825         (remquof): Likewise.
25826         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
25827         "bp-asm.h".
25828         (PARMS): Do not use macros from bp-asm.h.
25829         (__remquol): Do not use BP_SYM.
25830         (remquol): Likewise.
25831         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
25832         "bp-asm.h".
25833         (PARMS): Do not use macros from bp-asm.h.
25834         (DEST): Likewise.
25835         (SRC): Likewise.
25836         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
25837         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
25838         "bp-asm.h".
25839         (PARMS): Do not use macros from bp-asm.h.
25840         (strlen): Do not use BP_SYM.
25841         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
25842         "bp-asm.h".
25843         (PARMS): Do not use macros from bp-asm.h.
25844         (S1): Likewise.
25845         (S2): Likewise.
25846         (SIZE): Likewise.
25847         (__mpn_add_n): Do not use BP_SYM.
25848         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
25849         "bp-asm.h".
25850         (PARMS): Do not use macros from bp-asm.h.
25851         (S1): Likewise.
25852         (SIZE): Likewise.
25853         (__mpn_addmul_1): Do not use BP_SYM.
25854         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
25855         weak_alias.
25856         (bzero): Likewise.
25857         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
25858         "bp-asm.h".
25859         (PARMS): Do not use macros from bp-asm.h.
25860         (S): Likewise.
25861         (SIZE): Likewise.
25862         (__mpn_lshift): Do not use BP_SYM.
25863         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
25864         "bp-asm.h".
25865         (PARMS): Do not use macros from bp-asm.h.
25866         (DEST): Likewise.
25867         (SRC): Likewise.
25868         (LEN): Likewise.
25869         (memcpy): Likewise.  Do not use BP_SYM.
25870         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
25871         libc_hidden_def and weak_alias.
25872         (mempcpy): Do not use BP_SYM in weak_alias.
25873         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
25874         "bp-asm.h".
25875         (PARMS): Do not use macros from bp-asm.h.
25876         (DEST): Likewise.
25877         (LEN): Likewise.
25878         [!BZERO_P] (CHR): Likewise.
25879         (memset): Likewise.  Do not use BP_SYM.
25880         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
25881         "bp-asm.h".
25882         (PARMS): Do not use macros from bp-asm.h.
25883         (S1): Likewise.
25884         (SIZE): Likewise.
25885         (__mpn_mul_1): Do not use BP_SYM.
25886         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
25887         "bp-asm.h".
25888         (PARMS): Do not use macros from bp-asm.h.
25889         (S): Likewise.
25890         (SIZE): Likewise.
25891         (__mpn_rshift): Do not use BP_SYM.
25892         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
25893         "bp-asm.h".
25894         (PARMS): Do not use macros from bp-asm.h.
25895         (STR): Likewise.
25896         (CHR): Likewise.
25897         (strchr): Likewise.  Do not use BP_SYM.
25898         (index): Do not use BP_SYM in weak_alias.
25899         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
25900         "bp-asm.h".
25901         (PARMS): Do not use macros from bp-asm.h.
25902         (DEST): Likewise.
25903         (SRC): Likewise.
25904         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
25905         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
25906         "bp-asm.h".
25907         (PARMS): Do not use macros from bp-asm.h.
25908         (strlen): Do not use BP_SYM.
25909         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
25910         "bp-asm.h".
25911         (PARMS): Do not use macros from bp-asm.h.
25912         (S1): Likewise.
25913         (S2): Likewise.
25914         (SIZE): Likewise.
25915         (__mpn_sub_n): Do not use BP_SYM.
25916         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
25917         "bp-asm.h".
25918         (PARMS): Do not use macros from bp-asm.h.
25919         (S1): Likewise.
25920         (SIZE): Likewise.
25921         (__mpn_submul_1): Do not use BP_SYM.
25922         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
25923         "bp-asm.h".
25924         (PARMS): Do not use macros from bp-asm.h.
25925         (S1): Likewise.
25926         (S2): Likewise.
25927         (SIZE): Likewise.
25928         (__mpn_add_n): Do not use BP_SYM.
25929         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
25930         weak_alias.
25931         (bzero): Likewise.
25932         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
25933         "bp-asm.h".
25934         (PARMS): Do not use macros from bp-asm.h.
25935         (BLK2): Likewise.
25936         (LEN): Likewise.
25937         (memcmp): Do not use BP_SYM.
25938         (bcmp): Do not use BP_SYM in weak_alias.
25939         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
25940         "bp-asm.h".
25941         (PARMS): Do not use macros from bp-asm.h.
25942         (DEST): Likewise.
25943         (SRC): Likewise.
25944         (LEN): Likewise.
25945         (memcpy): Likewise.  Do not use BP_SYM.
25946         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
25947         "bp-asm.h".
25948         (PARMS): Do not use macros from bp-asm.h.
25949         (DEST): Likewise.
25950         (SRC): Likewise.
25951         (LEN): Likewise.
25952         (memmove): Likewise.  Do not use BP_SYM.
25953         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
25954         "bp-asm.h".
25955         (PARMS): Do not use macros from bp-asm.h.
25956         (DEST): Likewise.
25957         (SRC): Likewise.
25958         (LEN): Likewise.
25959         (__mempcpy): Likewise.  Do not use BP_SYM.
25960         (mempcpy): Do not use BP_SYM in weak_alias.
25961         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
25962         "bp-asm.h".
25963         (PARMS): Do not use macros from bp-asm.h.
25964         (DEST): Likewise.
25965         (LEN): Likewise.
25966         [!BZERO_P] (CHR): Likewise.
25967         (memset): Likewise.  Do not use BP_SYM.
25968         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
25969         "bp-asm.h".
25970         (PARMS): Do not use macros from bp-asm.h.
25971         (STR2): Likewise.
25972         (strcmp): Do not use BP_SYM.
25973         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
25974         "bp-asm.h".
25975         (PARMS): Do not use macros from bp-asm.h.
25976         (STR): Likewise.
25977         (DELIM): Likewise.
25978         [USE_AS_STRTOK_R] (SAVE): Likewise.
25979         (FUNCTION): Likewise.  Do not use BP_SYM.
25980         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
25981         aliases.
25982         (strtok_r): Likewise.
25983         (__GI___strtok_r): Likewise.
25984         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25985         (PARMS): Do not use macros from bp-asm.h.
25986         (S): Likewise.
25987         (SIZE): Likewise.
25988         (__mpn_lshift): Do not use BP_SYM.
25989         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25990         (PARMS): Do not use macros from bp-asm.h.
25991         (STR): Likewise.
25992         (CHR): Likewise.
25993         (__memchr): Do not use BP_SYM.
25994         (memchr): Do not use BP_SYM in weak_alias.
25995         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25996         (PARMS): Do not use macros from bp-asm.h.
25997         (BLK2): Likewise.
25998         (LEN): Likewise.
25999         (memcmp): Do not use BP_SYM.
26000         (bcmp): Do not use BP_SYM in weak_alias.
26001         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
26002         (PARMS): Do not use macros from bp-asm.h.
26003         (S1): Likewise.
26004         (SIZE): Likewise.
26005         (__mpn_mul_1): Do not use BP_SYM.
26006         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
26007         "bp-asm.h".
26008         (PARMS): Do not use macros from bp-asm.h.
26009         (STR): Likewise.
26010         (CHR): Likewise.
26011         (__rawmemchr): Do not use BP_SYM.
26012         (rawmemchr): Do not use BP_SYM in weak_alias.
26013         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
26014         (PARMS): Do not use macros from bp-asm.h.
26015         (S): Likewise.
26016         (SIZE): Likewise.
26017         (__mpn_rshift): Do not use BP_SYM.
26018         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
26019         (PARMS): Do not use macros from bp-asm.h.
26020         (SIGMSK): Likewise.
26021         (__sigsetjmp): Likewise.  Do not use BP_SYM.
26022         * sysdeps/i386/start.S: Do not include "bp-sym.h".
26023         (_start): Do not use BP_SYM.
26024         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
26025         (PARMS): Do not use macros from bp-asm.h.
26026         (DEST): Likewise.
26027         (SRC): Likewise.
26028         (__stpcpy): Likewise.  Do not use BP_SYM.
26029         (stpcpy): Do not use BP_SYM in weak_alias.
26030         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
26031         "bp-asm.h".
26032         (PARMS): Do not use macros from bp-asm.h.
26033         (DEST): Likewise.
26034         (SRC): Likewise.
26035         (LEN): Likewise.
26036         (__stpncpy): Likewise.  Do not use BP_SYM.
26037         (stpncpy): Do not use BP_SYM in weak_alias.
26038         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
26039         (PARMS): Do not use macros from bp-asm.h.
26040         (STR): Likewise.
26041         (CHR): Likewise.
26042         (strchr): Likewise.  Do not use BP_SYM.
26043         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
26044         "bp-asm.h".
26045         (PARMS): Do not use macros from bp-asm.h.
26046         (STR): Likewise.
26047         (CHR): Likewise.
26048         (__strchrnul): Likewise.  Do not use BP_SYM.
26049         (strchrnul): Do not use BP_SYM in weak_alias.
26050         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
26051         "bp-asm.h".
26052         (PARMS): Do not use macros from bp-asm.h.
26053         (STOP): Likewise.
26054         (strcspn): Do not use BP_SYM.
26055         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
26056         "bp-asm.h".
26057         (PARMS): Do not use macros from bp-asm.h.
26058         (STR): Likewise.
26059         (STOP): Likewise.
26060         (strpbrk): Likewise.  Do not use BP_SYM.
26061         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
26062         "bp-asm.h".
26063         (PARMS): Do not use macros from bp-asm.h.
26064         (STR): Likewise.
26065         (CHR): Likewise.
26066         (strrchr): Likewise.  Do not use BP_SYM.
26067         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
26068         (PARMS): Do not use macros from bp-asm.h.
26069         (SKIP): Likewise.
26070         (strspn): Do not use BP_SYM.
26071         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
26072         (PARMS): Do not use macros from bp-asm.h.
26073         (STR): Likewise.
26074         (DELIM): Likewise.
26075         (SAVE): Likewise.
26076         (FUNCTION): Likewise.  Do not use BP_SYM.
26077         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
26078         aliases.
26079         (strtok_r): Likewise.
26080         (__GI___strtok_r): Likewise.
26081         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
26082         (PARMS): Do not use macros from bp-asm.h.
26083         (S1): Likewise.
26084         (S2): Likewise.
26085         (SIZE): Likewise.
26086         (__mpn_sub_n): Do not use BP_SYM.
26087         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
26088         "bp-asm.h".
26089         (PARMS): Do not use macros from bp-asm.h.
26090         (S1): Likewise.
26091         (SIZE): Likewise.
26092         (__mpn_submul_1): Do not use BP_SYM.
26093         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
26094         <bp-sym.h>.
26095         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
26096         and <bp-asm.h>.
26097         (PARMS): Do not use macros from bp-asm.h.
26098         (FLAGS): Likewise.
26099         (PTID): Likewise.
26100         (TLS): Likewise.
26101         (CTID): Likewise.
26102         (__clone): Do not use BP_SYM.
26103         (clone): Do not use BP_SYM in weak_alias.
26104         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
26105         and <bp-asm.h>.
26106         (PARMS): Do not use macros from bp-asm.h.
26107         (LEN): Likewise.
26108         (__mmap64): Do not use BP_SYM.
26109         (mmap64): Do not use BP_SYM in weak_alias.
26110         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
26111         <bp-sym.h> and <bp-asm.h>.
26112         (PARMS): Do not use macros from bp-asm.h.
26113         (__posix_fadvise64_l64): Do not use BP_SYM.
26114         * sysdeps/unix/sysv/linux/i386/semtimedop.S
26115         (PARMS): Do not use macros from bp-asm.h.
26116         (NSOPS): Likewise.
26117         (semtimedop): Do not use BP_SYM.
26118         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
26119         and <bp-asm.h>.
26120
26121 2013-02-21  Allan McRae  <allan@archlinux.org>
26122
26123         * manual/message.texi (Charset conversion in gettext):
26124         Move @end statement to beginning of line.
26125
26126 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26127
26128         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
26129         static.
26130         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
26131         Likewise.
26132
26133         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
26134         (denorm): Likewise.
26135         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
26136         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
26137
26138 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26139
26140         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
26141         tail-call to the resolved function if pltexit isn't needed.
26142
26143 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26144
26145         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
26146         or Y being zero as being unlikely.
26147         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
26148         Likewise.
26149
26150 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
26151
26152         * manual/nss.texi (System Databases and Name Service Switch):
26153         Remove frobnicate @pxref.
26154
26155 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
26156
26157         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
26158         __attribute__ ((unused)) to __attribute__ ((__unused__)).
26159
26160 2013-02-20  Petr Machata  <pmachata@redhat.com>
26161
26162         * elf/elf.h (R_ARM_TARGET1): New macro.
26163         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
26164         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
26165         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
26166         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
26167         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
26168         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
26169         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
26170         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
26171         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
26172         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
26173         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
26174         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
26175         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
26176         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
26177         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
26178         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
26179         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
26180         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
26181         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
26182         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
26183         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
26184         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
26185         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
26186         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
26187         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
26188         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
26189         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
26190         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
26191         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
26192         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
26193         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
26194         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
26195         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
26196         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
26197         (R_ARM_THM_GOT_BREL12): Likewise.
26198         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
26199         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
26200         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
26201         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
26202         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
26203         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
26204         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
26205         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
26206         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
26207
26208 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
26209
26210         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
26211         __attribute_used__ to __attribute__ ((unused)).
26212
26213 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
26214
26215         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
26216         powerpc mpa.c.
26217         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
26218         comment formatting.
26219         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
26220
26221 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
26222
26223         [BZ #13550]
26224         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
26225         Remove macro.
26226         (ENTER): Remove both macro definitions.
26227         (LEAVE): Likewise.
26228         (CHECK_BOUNDS_LOW): Likewise.
26229         (CHECK_BOUNDS_HIGH): Likewise.
26230         (CHECK_BOUNDS_BOTH): Likewise.
26231         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
26232         (RETURN_BOUNDED_POINTER): Likewise.
26233         (RETURN_NULL_BOUNDED_POINTER): Likewise.
26234         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
26235         (POP_ERRNO_LOCATION_RETURN): Likewise.
26236         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
26237         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
26238         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
26239         macros.
26240         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
26241         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
26242         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
26243         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
26244         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
26245         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
26246         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
26247         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
26248         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
26249         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
26250         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
26251         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
26252         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
26253         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
26254         removed macros.
26255         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
26256         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
26257         macros.
26258         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
26259         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
26260         * sysdeps/i386/i586/memset.S (memset): Likewise.
26261         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
26262         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
26263         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
26264         macros.
26265         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
26266         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
26267         Change uses of L(2) to L(out).
26268         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
26269         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
26270         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
26271         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
26272         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
26273         removed macros.
26274         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
26275         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
26276         macros.
26277         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
26278         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
26279         (RETURN): Do not use macro LEAVE.
26280         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
26281         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
26282         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
26283         * sysdeps/i386/i686/memset.S (memset): Likewise.
26284         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
26285         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
26286         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
26287         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
26288         Likewise.
26289         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
26290         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
26291         L(1_2) and L(1_3) into L(1).
26292         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
26293         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
26294         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
26295         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
26296         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
26297         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
26298         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
26299         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
26300         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
26301         macros.
26302         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
26303         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
26304         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
26305         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
26306         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
26307         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
26308         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
26309         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
26310         * sysdeps/i386/strcspn.S (strcspn): Likewise.
26311         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
26312         * sysdeps/i386/strrchr.S (strrchr): Likewise.
26313         * sysdeps/i386/strspn.S (strspn): Likewise.
26314         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
26315         conditional code.
26316         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
26317         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
26318         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
26319         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
26320         L(1_3) into L(1_1).
26321         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
26322         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
26323         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
26324         macros.
26325         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
26326
26327 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
26328
26329         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
26330         macro.
26331
26332 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26333
26334         * math/atest-exp.c (exp_mpn): Remove ROUND.
26335         * math/atest-exp2.c (exp_mpn): Likewise.
26336         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
26337
26338         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
26339         * stdlib/tst-tls-atexit-lib.c: Likewise.
26340         * stdlib/tst-tls-atexit.c: Likewise.
26341
26342 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
26343
26344         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
26345         and __attribute_alloc_size__.
26346
26347 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
26348
26349         * include/programs/xmalloc.h: Change __attribute_alloc_size to
26350         __attribute_alloc_size__.
26351         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
26352         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
26353
26354 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
26355
26356         * include/programs/xmalloc.h: New file.
26357         * catgets/gencat.c: Include it.
26358         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
26359         * elf/pldd.c: Likewise.
26360         * iconv/iconv_charmap.c: Likewise.
26361         * iconv/iconvconfig.c: Likewise.
26362         * iconv/strtab.c: Likewise.
26363         * locale/programs/locale.c: Likewise.
26364         * locale/programs/localedef.h: Likewise.
26365         * locale/programs/simple-hash.c: Likewise.
26366         * nscd/nscd.h: Likewise.
26367         * nss/makedb.c: Likewise.
26368         * sysdeps/generic/ldconfig.h: Likewise.
26369
26370 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
26371
26372         * Versions.def: Add GLIBC_2.18.
26373         * include/link.h (struct link_map): New member l_tls_dtor_count.
26374         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
26375         (__call_tls_dtors): Likewise.
26376         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
26377         __cxa_thread_atexit_impl.
26378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
26379         Likewise.
26380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
26381         Likewise.
26382         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
26383         Likewise.
26384         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
26385         Likewise.
26386         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
26387         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
26388         Likewise.
26389         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
26390         Likewise.
26391         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
26392         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
26393         Likewise.
26394         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
26395         (tests): Add test case tst-tls-atexit.
26396         (modules-names): Add shared library for tst-tls-atexit.
26397         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
26398         (GLIBC_PRIVATE): Add __call_tls_dtors.
26399         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
26400         for libstdc++.
26401         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
26402         * stdlib/tst-tls-atexit.c: New test case.
26403         * stdlib/tst-tls-atexit-lib.c: New test case.
26404
26405         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
26406
26407         * elf/Versions (ld): Add _dl_find_dso_for_object.
26408         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
26409         * elf/dl-open.c (_dl_find_dso_for_object): New function.
26410         (dl_open_worker): Use _dl_find_dso_for_object.
26411         * elf/dl-sym.c (do_sym): Likewise.
26412         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
26413
26414 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26415
26416         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
26417         Syntactic changes only.
26418         (_dl_runtime_profile): Do a tail-call to the resolved function.
26419
26420 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
26421
26422         [BZ #13550]
26423         * sysdeps/x86_64/bp-asm.h: Remove file.
26424         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
26425         <bp-sym.h> and <bp-asm.h>.
26426         (__clone): Do not use BP_SYM.
26427         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
26428         <bp-sym.h> and <bp-asm.h>.
26429         * sysdeps/unix/x86_64/sysdep.S: Likewise.
26430         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
26431         "bp-asm.h".
26432         (_setjmp): Do not use BP_SYM.
26433         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
26434         "bp-asm.h".
26435         (setjmp): Do not use BP_SYM.
26436         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
26437         libc_hidden_def.
26438         (mempcpy): Do not use BP_SYM in weak_alias.
26439         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
26440         "bp-asm.h".
26441         (strchr): Do not use BP_SYM.
26442         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
26443         "bp-asm.h".
26444         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
26445         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
26446         (_start): Do not use BP_SYM.
26447         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
26448         "bp-asm.h".
26449         (strcat): Do not use BP_SYM.
26450         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
26451         "bp-asm.h".
26452         (STRCMP): Do not use BP_SYM.
26453         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
26454         "bp-asm.h".
26455         (STRCPY): Do not use BP_SYM.
26456         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
26457         "bp-asm.h".
26458         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
26459         "bp-asm.h".
26460         (FUNCTION): Do not use BP_SYM.
26461         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
26462         weak_alias.
26463         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
26464
26465 2013-02-17  Andreas Jaeger  <aj@suse.de>
26466
26467         * time/Versions: Sort entries.
26468         * string/Versions: Likewise.
26469         * resolv/Versions: Likewise.
26470         * posix/Versions: Likewise.
26471         * iconv/Versions: Likewise.
26472         * elf/Versions: Likewise.
26473         * wcsmbs/Versions: Likewise.
26474
26475 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26476
26477         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
26478         loop termination condition.
26479
26480         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
26481         variable to calculate EZ.
26482         (__sqr): Likewise.
26483
26484         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
26485         the lower precision input.
26486
26487 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
26488
26489         [BZ #13550]
26490         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
26491         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
26492         (run-via-rtld-prefix): Do not handle %-bp tests.
26493         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
26494         (all-object-suffixes): Remove .ob.
26495         (bppfx): Remove variable.
26496         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
26497         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
26498         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
26499         [$(build-bounded) = yes] (libtype.ob): Likewise.
26500         * Makerules (elide-routines.ob): Remove variable.
26501         (do-tests-clean): Do not handle *-bp.out.
26502         (common-mostlyclean): Do not handle *-bp and *-bp.out.
26503         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
26504         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
26505         (tests): Do not include $(tests-bp.out).
26506         (xtests): Do not include $(xtests-bp.out).
26507         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
26508         [$(build-bounded) = yes] ($(addprefix
26509         $(objpfx),$(binaries-bounded))): Remove rule.
26510         ($(objpfx)%-bp.out): Remove rule.
26511         * config.make.in (build-bounded): Remove variable.
26512         * crypt/Makefile [$(build-bounded) = yes]
26513         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
26514         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
26515         append to variable.
26516         [$(build-bounded) = yes] (install-lib): Likewise.
26517         [$(build-bounded) = yes] (generated): Likewise.
26518         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
26519         Remove rule.
26520         * intl/Makefile [$(build-bounded) = yes]
26521         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
26522         * math/Makefile [$(build-bounded) = yes]
26523         ($(tests:%=$(objpfx)%-bp): Likewise.
26524         * misc/Makefile [$(build-bounded) = yes]
26525         ($(objpfx)tst-tsearch-bp): Likewise.
26526         * nptl/Makeconfig (bounded-thread-library): Remove variable.
26527         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
26528         Remove dependency.
26529         * string/Makefile (o-objects.ob): Remove variable.
26530         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
26531         (CFLAGS-.ob): Remove variable.
26532         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
26533         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
26534         both definitions of variable.
26535         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
26536         (ASFLAGS-.ob): Remove variable.
26537
26538 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
26539
26540         [BZ #13550]
26541         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
26542         Remove __BOUNDED_POINTERS__ from condition.
26543         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
26544         * string/bits/string2.h [!__NO_STRING_INLINES &&
26545         !__BOUNDED_POINTERS__]: Likewise.
26546         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
26547         Likewise.
26548         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
26549         Remove conditional code.
26550         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
26551         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
26552         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
26553         condition.
26554
26555         [BZ #13550]
26556         * csu/libc-start.c: Do not include <bp-sym.h>.
26557         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
26558         * elf/dl-open.c: Do not include <bp-sym.h>.
26559         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
26560         * math/fegetenv.c: Do not include <bp-sym.h>.
26561         (fegetenv): Do not use BP_SYM in versioned symbols.
26562         * nptl/sysdeps/pthread/bits/libc-lockP.h
26563         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
26564         <bp-sym.h>.
26565         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26566         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
26567         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26568         (__pthread_mutex_destroy): Likewise.
26569         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26570         (__pthread_mutex_lock): Likewise.
26571         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26572         (__pthread_mutex_trylock): Likewise.
26573         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26574         (__pthread_mutex_unlock): Likewise.
26575         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26576         (__pthread_mutexattr_init): Likewise.
26577         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26578         (__pthread_mutexattr_destroy): Likewise.
26579         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26580         (__pthread_mutexattr_settype): Likewise.
26581         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26582         (__pthread_rwlock_init): Likewise.
26583         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26584         (__pthread_rwlock_destroy): Likewise.
26585         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26586         (__pthread_rwlock_rdlock): Likewise.
26587         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26588         (__pthread_rwlock_tryrdlock): Likewise.
26589         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26590         (__pthread_rwlock_wrlock): Likewise.
26591         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26592         (__pthread_rwlock_trywrlock): Likewise.
26593         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26594         (__pthread_rwlock_unlock): Likewise.
26595         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26596         (__pthread_key_create): Likewise.
26597         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26598         (__pthread_setspecific): Likewise.
26599         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26600         (__pthread_getspecific): Likewise.
26601         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
26602         Likewise.
26603         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26604         (_pthread_cleanup_push_defer): Likewise.
26605         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26606         (_pthread_cleanup_pop_restore): Likewise.
26607         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26608         (pthread_setcancelstate): Likewise.
26609         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
26610         <bp-sym.h>.
26611         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
26612         (memchr): Do not use BP_SYM in weak_alias.
26613         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
26614         (fegetenv): Do not use BP_SYM in versioned symbols.
26615         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
26616         (fesetenv): Do not use BP_SYM in versioned symbols.
26617         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
26618         (feupdateenv): Do not use BP_SYM in versioned symbols.
26619         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
26620         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
26621         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
26622         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
26623         (open64): Do not use BP_SYM in weak_alias.
26624         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
26625         (fegetenv): Do not use BP_SYM in versioned symbols.
26626         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
26627         (fesetenv): Do not use BP_SYM in versioned symbols.
26628         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
26629         (feupdateenv): Do not use BP_SYM in versioned symbols.
26630         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
26631         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
26632         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
26633         (feraiseexcept): Do not use BP_SYM in versioned symbols.
26634         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
26635         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
26636         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
26637         <bp-sym.h>.
26638         (__libc_start_main): Do not use BP_SYM.
26639
26640 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26641
26642         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
26643         redundant return line.
26644         (norm): Likewise.
26645         (denorm): Likewise.
26646         (dbl_mp): Likewise.
26647         (sub_magnitudes): Likewise.
26648         (__add): Likewise.
26649         (__sub): Likewise.
26650         (__mul): Likewise.
26651         (__inv): Likewise.
26652         (__dvd): Likewise.
26653         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
26654         (norm): Likewise.
26655         (denorm): Likewise.
26656         (dbl_mp): Likewise.
26657         (sub_magnitudes): Likewise.
26658         (__add): Likewise.
26659         (__sub): Likewise.
26660         (__mul): Likewise.
26661         (__inv): Likewise.
26662         (__dvd): Likewise.
26663
26664         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
26665         instead of __mul.
26666         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
26667         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
26668         (cc32): Likewise.
26669
26670         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
26671         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
26672         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
26673         of __mul for squares.
26674         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
26675         function
26676         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
26677         Likewise.
26678         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
26679         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
26680
26681 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
26682
26683         [BZ #13550]
26684         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
26685         code.
26686         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
26687         prototype or function definition.  Rename ubp_* variables and
26688         parameters.  Remove argv definitions conditional on
26689         [__BOUNDED_POINTERS__].
26690         * debug/backtrace.c (__backtrace): Do not use __unbounded.
26691         * elf/dl-runtime.c (_dl_fixup): Likewise.
26692         * include/set-hooks.h (RUN_HOOK): Likewise.
26693         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
26694         definition.
26695         * string/strcpy.c (strcpy): Do not use __unbounded.
26696         * sysdeps/generic/frame.h (struct layout): Likewise.
26697         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
26698         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
26699         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
26700         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
26701         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
26702         (__backtrace): Likewise.
26703         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
26704         use __ptrvalue.
26705         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
26706         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
26707         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
26708         Likewise.
26709         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
26710         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
26711         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
26712         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
26713         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
26714         Do not use __unbounded.
26715         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
26716         Rename __unboundedrlimits parameter to rlimits in prototype.
26717         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
26718         Do not use __unbounded.
26719         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
26720         not use __ptrvalue.
26721         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
26722         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
26723         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
26724         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
26725         __ptrvalue or __unbounded.
26726         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
26727         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
26728         use __unbounded.
26729         (__new_msgctl): Do not use __ptrvalue.
26730         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
26731         __unbounded.
26732         (__libc_msgrcv): Do not use __ptrvalue.
26733         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
26734         startup_info): Do not use __unbounded.
26735         (__libc_start_main): Likewise.  Rename ubp_* variables and
26736         parameters.  Remove argv definitions conditional on
26737         [__BOUNDED_POINTERS__].
26738         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
26739         __ptrvalue.
26740         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
26741         use __unbounded.
26742         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
26743         or __ptrvalue.
26744         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
26745         use __unbounded.
26746         (__new_shmctl): Do not use __ptrvalue.
26747         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
26748         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
26749         Likewise.
26750         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
26751         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
26752         (__libc_sigaction): Likewise.
26753         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
26754         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
26755         Likewise.
26756         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
26757
26758 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
26759
26760         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
26761
26762         * string/mempcpy.c: Implement by calling memcpy.
26763
26764 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26765
26766         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
26767
26768         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
26769         evaluation.
26770
26771         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
26772         values in the mantissa.
26773
26774         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
26775         minimize writes to Z.
26776         (sub_magnitudes): Simplify code a bit.
26777
26778 2013-02-12  Roland McGrath  <roland@hack.frob.com>
26779
26780         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
26781         from the message.  The linker prefixes all warnings with that already.
26782
26783 2013-02-12  Andreas Schwab  <schwab@suse.de>
26784
26785         [BZ #15078]
26786         * posix/regexec.c (extend_buffers): Add parameter min_len.
26787         (check_matching): Pass minimum needed length.
26788         (clean_state_log_if_needed): Likewise.
26789         (get_subexp): Likewise.
26790         * posix/Makefile (tests): Add bug-regex34.
26791         (bug-regex34-ENV): Define.
26792         * posix/bug-regex34.c: New file.
26793
26794         [BZ #11561]
26795         * posix/regcomp.c (parse_bracket_exp): When looking up collating
26796         elements compare against the byte sequence of it, not its name.
26797         * posix/Makefile (tests): Add bug-regex35.
26798         (bug-regex35-ENV): Define.
26799         * posix/bug-regex35.c: New file.
26800
26801 2013-02-11  Tom de Vries  <tom@codesourcery.com>
26802
26803         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
26804         comment.
26805         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
26806         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
26807         (CHECK_EOL): Add undef.
26808
26809 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
26810
26811         * bits/stdlib-bsearch.h: New file.
26812         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
26813         * stdlib/stdlib.h: Likewise.
26814
26815 2013-02-11  Roland McGrath  <roland@hack.frob.com>
26816
26817         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
26818         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
26819         declaration.
26820         * manual/search.texi (Array Search Function): Add missing const in
26821         lfind prototype.
26822         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
26823         declaration to use rlim_t.
26824         (Basic Scheduling Functions): Remove erroneous const from
26825         sched_getparam prototype.  Remove erroneous * from
26826         sched_get_priority_max and sched_get_priority_min prototypes.
26827         (Resource Usage): Fix summary @comment on vtimes to refer to
26828         sys/vtimes.h rather than vtimes.h.
26829         Add missing *s in vtimes prototype.
26830         (Limits on Resources): Fix ulimit prototype to return long int.
26831         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
26832         prototypes to use long int rather than double.
26833         (BSD Random): Fix initstate and setstate to use char *, not void *.
26834         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
26835         prototype to make second argument 'struct aiocb64 *const[]'.
26836         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
26837         (Status of AIO Operations): Remove erroneous const in aio_return and
26838         aio_return64 prototypes.
26839         (Synchronizing I/O): Fix sync prototype to return void.
26840         * manual/startup.texi (Suboptions): Remove an erroneous const in
26841         getsubopt prototype.
26842         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
26843         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
26844         use size_t rather than int.
26845         (Scanning All Users): Likewise for getpwent_r.
26846         (Setting Groups): Add missing const to setgroups prototype.
26847         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
26848         * manual/socket.texi (Host Names): Fix gethostbyaddr and
26849         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
26850         'const void *' rather than 'const char *'.
26851         (Host Address Functions): Likewise for inet_ntop.
26852         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
26853         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
26854         ssize_t for return value.
26855         (Sending Data): Likewise for send, sendto, sendmsg.
26856         (Socket Option Functions): Add a missing const in setsockopt prototype.
26857         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
26858         use wchar_t for the argument.
26859         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
26860         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
26861         take no arguments.
26862         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
26863         double/float/long double for second argument.
26864         Fix return types of significand, significandf, significandl.
26865         * manual/filesys.texi (Setting Permissions): Use mode_t for second
26866         argument in fchmod prototype.
26867         (File Owner): Use uid_t and gid_t in fchown prototype.
26868         (File Times): Add const to utimes, futimes, and lutimes prototypes.
26869         (Making Special Files): Use mode_t and dev_t in mknod prototype.
26870         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
26871         use 'const struct dirent **' as argument types to CMP function pointer
26872         argument.
26873         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
26874         (File Times): Fix summary magic @comment for struct utimbuf and utime
26875         to refer to utime.h, not time.h.
26876         * manual/string.texi (Argz Functions): Add missing const in
26877         argz_extract and argz_next prototypes.
26878         (Finding Tokens in a String): Likewise for basename.
26879         (String/Array Comparison): Fix typo in wcscasecmp prototype.
26880         (Copying and Concatenation): Fix typo in wmemmove prototype.
26881         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
26882         (Signal Stack): Remove erroneous const in sigstack prototype.
26883         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
26884         prototype.
26885         (Simple Calendar Time): Likewise for stime.
26886         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
26887         prototype.
26888         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
26889         say sys/sysctl.h instead.
26890         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
26891         and vsyslog prototypes.
26892
26893 2013-02-11  Tom de Vries  <tom@codesourcery.com>
26894
26895         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
26896         Remove.
26897
26898 2013-02-11  Roland McGrath  <roland@hack.frob.com>
26899
26900         * misc/sys/mman.h: Fix typo in mremap comment.
26901
26902 2013-02-08  Roland McGrath  <roland@hack.frob.com>
26903
26904         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
26905         the '\0' terminator.
26906
26907 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
26908
26909         [BZ #13550]
26910         * debug/segfault.c: Don't include <bp-checks.h>.
26911         * sysdeps/generic/bp-checks.h: Remove file.
26912         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
26913         (__GETDENTS): Don't use CHECK_N.
26914         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
26915         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
26916         (__getgroups): Don't use CHECK_N.
26917         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
26918         (setgroups): Don't use CHECK_N.
26919         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
26920         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
26921         (__libc_msgrcv): Don't use CHECK_N.
26922         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
26923         (__libc_msgsnd): Don't use CHECK_N.
26924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
26925         <bp-checks.h>.
26926         (__libc_pread): Don't use CHECK_N.
26927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
26928         include <bp-checks.h>.
26929         (__libc_pread64): Don't use CHECK_N.
26930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
26931         include <bp-checks.h>.
26932         (__libc_pwrite): Don't use CHECK_N.
26933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
26934         include <bp-checks.h>.
26935         (__libc_pwrite64): Don't use CHECK_N.
26936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
26937         <bp-checks.h>.
26938         (__libc_pread): Don't use CHECK_N.
26939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
26940         include <bp-checks.h>.
26941         (__libc_pread64): Don't use CHECK_N.
26942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
26943         include <bp-checks.h>.
26944         (__libc_pwrite): Don't use CHECK_N.
26945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
26946         include <bp-checks.h>.
26947         (__libc_pwrite64): Don't use CHECK_N.
26948         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
26949         (do_pread): Don't use CHECK_N.
26950         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
26951         (do_pread64): Don't use CHECK_N.
26952         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
26953         (do_pwrite): Don't use CHECK_N.
26954         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
26955         (do_pwrite64): Don't use CHECK_N.
26956         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
26957         (__libc_readv): Don't use CHECK_N.
26958         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
26959         (semop): Don't use CHECK_N.
26960         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
26961         <bp-checks.h>.
26962         (semtimedop): Don't use CHECK_N.
26963         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
26964         (__libc_pread): Don't use CHECK_N.
26965         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
26966         <bp-checks.h>.
26967         (__libc_pread64): Don't use CHECK_N.
26968         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
26969         <bp-checks.h>.
26970         (__libc_pwrite): Don't use CHECK_N.
26971         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
26972         <bp-checks.h>.
26973         (__libc_pwrite64): Don't use CHECK_N.
26974         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
26975         <bp-checks.h>.
26976         (__libc_msgrcv): Don't use CHECK_N.
26977         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
26978         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
26979         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
26980         (__libc_writev): Don't use CHECK_N.
26981
26982 2013-02-08  Roland McGrath  <roland@hack.frob.com>
26983
26984         * string/strcpy.c: Removed unused variable.
26985
26986         * Makeconfig (+sysdep-includes): Define with := rather than =.
26987         Use an existing include/ subdir of each sysdeps dir before it.
26988
26989 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26990
26991         * nscd/connection.c (register_traced_file): Comment function.
26992         [HAVE_INOTIFY] (union __inev): Define.
26993         [HAVE_INOTIFY] (inotify_check_files): New function.
26994         [HAVE_INOTIFY] (clear_db_cache): Likewise.
26995         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
26996         clear_db_cache.
26997         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
26998
26999 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
27000
27001         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
27002         loaded if not already and that a failure is permanent.
27003
27004 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
27005
27006         [BZ #15006]
27007         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
27008         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
27009
27010 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
27011
27012         [BZ #13550]
27013         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
27014         (CHECK_1_NULL_OK): Likewise.
27015         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
27016         (__fxstat): Do not use CHECK_1.
27017         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
27018         <bp-checks.h>.
27019         (___fxstat64): Do not use CHECK_1.
27020         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
27021         <bp-checks.h>.
27022         (__fxstatat): Do not use CHECK_1.
27023         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
27024         <bp-checks.h>.
27025         (__fxstatat64): Do not use CHECK_1.
27026         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
27027         <bp-checks.h>.
27028         (__fxstat): Do not use CHECK_1.
27029         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
27030         <bp-checks.h>.
27031         (__fxstatat): Do not use CHECK_1.
27032         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
27033         <bp-checks.h>.
27034         (__getresgid): Do not use CHECK_1.
27035         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
27036         <bp-checks.h>.
27037         (__getresuid): Do not use CHECK_1.
27038         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
27039         <bp-checks.h>.
27040         (__lxstat): Do not use CHECK_1.
27041         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
27042         <bp-checks.h>.
27043         (__old_msgctl): Do not use CHECK_1.
27044         (__new_msgctl): Likewise.
27045         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
27046         <bp-checks.h>.
27047         (__new_setrlimit): Do not use CHECK_1.
27048         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
27049         <bp-checks.h>.
27050         (__old_shmctl): Do not use CHECK_1.
27051         (__new_shmctl): Likewise.
27052         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
27053         <bp-checks.h>.
27054         (__xstat): Do not use CHECK_1.
27055         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
27056         (__lxstat): Do not use CHECK_1.
27057         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
27058         <bp-checks.h>.
27059         (___lxstat64): Do not use CHECK_1.
27060         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
27061         (__old_msgctl): Do not use CHECK_1.
27062         (__new_msgctl): Likewise.
27063         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
27064         <bp-checks.h>.
27065         (__gettimeofday): Do not use CHECK_1.
27066         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
27067         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
27068         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
27069         <bp-checks.h>.
27070         (__gettimeofday): Do not use CHECK_1.
27071         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
27072         (__old_shmctl): Do not use CHECK_1_NULL_OK.
27073         (__new_shmctl): Do not use CHECK_1.
27074         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
27075         <bp-checks.h>.
27076         (do_sigtimedwait): Do not use CHECK_1.
27077         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
27078         <bp-checks.h>.
27079         (do_sigwaitinfo): Do not use CHECK_1.
27080         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
27081         <bp-checks.h>.
27082         (msgctl): Do not use CHECK_1.
27083         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
27084         <bp-checks.h>.
27085         (shmctl): Do not use CHECK_1.
27086         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
27087         (ustat): Do not use CHECK_1.
27088         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
27089         <bp-checks.h>.
27090         (__fxstat): Do not use CHECK_1.
27091         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
27092         <bp-checks.h>.
27093         (__fxstatat): Do not use CHECK_1.
27094         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
27095         <bp-checks.h>.
27096         (__lxstat): Do not use CHECK_1.
27097         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
27098         <bp-checks.h>.
27099         (__xstat): Do not use CHECK_1.
27100         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
27101         (__xstat): Do not use CHECK_1.
27102         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
27103         (___xstat64): Do not use CHECK_1.
27104
27105         [BZ #13550]
27106         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
27107         definitions.
27108         (CHECK_BOUNDS_HIGH): Likewise.
27109         * string/strcpy.c: Do not include <bp-checks.h>.
27110         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
27111
27112 2013-02-07  Roland McGrath  <roland@hack.frob.com>
27113
27114         * nscd/nscd-client.h (__nscd_drop_map_ref):
27115         Add __attribute__ ((unused)).
27116         * nis/nss-nisplus.h (niserr2nss): Likewise.
27117
27118         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
27119         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
27120
27121         * csu/libc-tls.c (init_static_tls, init_slotinfo):
27122         Remove inline keyword.
27123         * include/rounding-mode.h (round_away): Likewise.
27124         * libio/wfileops.c (adjust_wide_data): Likewise.
27125         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
27126         (__m128i_strloadu_tolower): Likewise.
27127         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
27128         (__m128i_strloadu_tolower): Likewise.
27129         * time/mktime.c (ydhms_diff): Likewise.
27130         * locale/elem-hash.h (elem_hash): Likewise.
27131         * locale/setlocale.c (setdata): Likewise.
27132         * posix/regex_internal.h (re_string_char_size_at): Likewise.
27133         (re_string_wchar_at): Likewise.
27134         (bitset_not, bitset_merge, bitset_mask): Likewise.
27135         [!(__GNUC__ > 3)] (inline): Remove macro.
27136         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
27137         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
27138         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
27139         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
27140         * string/memcmp.c (memcmp_bytes): Likewise.
27141         * locale/programs/locarchive.c (compute_hashval): Likewise.
27142         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
27143         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
27144         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
27145         * nss/getent.c (print_rpc, print_protocols): Likewise.
27146         (print_passwd, print_group, print_aliases): Likewise.
27147         * nis/nss-nisplus.h (niserr2nss): Likewise.
27148         * nscd/connections.c (restart_p): Likewise.
27149         Change return type to bool.
27150
27151 2013-02-05  Roland McGrath  <roland@hack.frob.com>
27152
27153         * Makeconfig (all-Depend-files): Add existing
27154         $(sorted-subdirs:=/Depend) files.
27155         (all-subdirs): Remove nss.
27156         * sysdeps/unix/inet/Subdirs: Add it here instead.
27157         * hesiod/Depend: New file.
27158
27159         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
27160         instead of calling alloca.
27161
27162         * io/lseek.c (__lseek): Rename to __libc_lseek.
27163         Define __lseek as an alias.
27164
27165         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
27166
27167 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
27168
27169         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
27170         else clause and remove check for non-standard endianness.
27171
27172 2013-02-04  David S. Miller  <davem@davemloft.net>
27173
27174         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27175
27176 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
27177
27178         [BZ #13550]
27179         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
27180         (__ubp_memchr): Remove prototype.
27181         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
27182         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
27183         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
27184         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
27185         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
27186         Remove alias.
27187         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
27188         (__ubp_memchr): Likewise.
27189         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
27190         (__ubp_memchr): Likewise.
27191         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
27192         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
27193         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
27194         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
27195         CHECK_STRING.
27196         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
27197         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
27198         (__getcwd): Do not use CHECK_STRING.
27199         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
27200         <bp-checks.h>.
27201         (__real_chown): Do not use CHECK_STRING.
27202         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
27203         <bp-checks.h>.
27204         (fchownat): Do not use CHECK_STRING.
27205         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
27206         CHECK_STRING.
27207         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
27208         <bp-checks.h>.
27209         (__lchown): Do not use CHECK_STRING.
27210         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
27211         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
27212         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
27213         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
27214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
27215         include <bp-checks.h>.
27216         (truncate64): Do not use CHECK_STRING.
27217         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
27218         <bp-checks.h>.
27219         (__real_chown): Do not use CHECK_STRING.
27220         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
27221         <bp-checks.h>.
27222         (__lchown): Do not use CHECK_STRING.
27223         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
27224         <bp-checks.h>.
27225         (__chown): Do not use CHECK_STRING.
27226         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
27227         <bp-checks.h>.
27228         (truncate64): Do not use CHECK_STRING.
27229         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
27230         Likewise.
27231         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
27232         (__xmknod): Do not use CHECK_STRING.
27233         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
27234         <bp-checks.h>.
27235         (__xmknodat): Do not use CHECK_STRING.
27236         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
27237         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
27238
27239 2013-02-04  Andreas Schwab  <schwab@suse.de>
27240
27241         [BZ #14142]
27242         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
27243         * include/netdb.h: Likewise for h_errno.
27244         * elf/tst-stackguard1.c: Include <tls.h>.
27245
27246 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
27247
27248         * elf/link.h (struct link_map): Extend the l_addr comment.
27249         * include/link.h (struct link_map): Likewise.
27250
27251 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
27252
27253         [BZ #13550]
27254         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
27255         (BOUNDED_1): Remove macro.
27256         * debug/backtrace.c: Don't include <bp-checks.h>.
27257         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
27258         (__backtrace): Likewise.
27259         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
27260         <bp-checks.h>.
27261         (__backtrace): Don't use BOUNDED_1.
27262         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
27263         <bp-checks.h>.
27264         (__backtrace): Don't use BOUNDED_1.
27265         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
27266         (__backtrace): Don't use BOUNDED_1.
27267         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
27268         (shmat): Don't use BOUNDED_N.
27269
27270 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
27271
27272         [BZ #13550]
27273         * sysdeps/generic/bp-start.h: Remove file.
27274         * csu/libc-start.c: Don't include <bp-start.h>.
27275         (LIBC_START_MAIN): Set up __environ directly instead of using
27276         INIT_ARGV_and_ENVIRON.
27277         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
27278         <bp-start.h>.
27279
27280         [BZ #13550]
27281         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
27282         definitions.
27283         (CHECK_FCNTL): Likewise.
27284         (CHECK_N_PAGES): Likewise.
27285
27286         [BZ #13550]
27287         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
27288         definitions.
27289         (CHECK_SIGSET_NULL_OK): Likewise.
27290         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
27291         <bp-checks.h>.
27292         (sigpending): Don't use CHECK_SIGSET.
27293         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
27294         <bp-checks.h>.
27295         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
27296         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
27297         <bp-checks.h>.
27298         (do_sigsuspend): Don't use CHECK_SIGSET.
27299         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
27300         use CHECK_SIGSET.
27301         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
27302         (do_sigwait): Don't use CHECK_SIGSET.
27303         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
27304         use CHECK_SIGSET.
27305         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
27306         include <bp-checks.h>.
27307         (sigpending): Don't use CHECK_SIGSET.
27308         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
27309         include <bp-checks.h>.
27310         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
27311         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
27312         <bp-checks.h>.
27313         (sigpending): Don't use CHECK_SIGSET.
27314         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
27315         <bp-checks.h>.
27316         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
27317
27318         [BZ #13550]
27319         * sysdeps/generic/bp-semctl.h: Remove file.
27320         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
27321         <bp-checks.h> and <bp-semctl.h>.
27322         (__old_semctl): Don't use CHECK_SEMCTL.
27323         (__new_semctl): Likewise.
27324         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
27325         and <bp-semctl.h>.
27326         (__old_semctl): Don't use CHECK_SEMCTL.
27327         (__new_semctl): Likewise.
27328         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
27329         <bp-checks.h> and <bp-semctl.h>.
27330         (__old_semctl): Don't use CHECK_SEMCTL.
27331         (__new_semctl): Likewise.
27332         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
27333         <bp-checks.h> and <bp-semctl.h>.
27334         (semctl): Don't use CHECK_SEMCTL.
27335
27336         [BZ #13550]
27337         * Makerules (elide-bp-thunks): Remove variable.
27338         (elide-routines.oS): Don't use $(elide-bp-thunks).
27339         (elide-routines.os): Likewise.
27340         (elide-routines.o): Likewise.
27341         (elide-routines.op): Likewise.
27342         (elide-routines.og): Likewise.
27343         (objects): Don't use $(bp-thunks).
27344         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
27345         include.
27346         (common-generated): Do not add s-proto-bp.d.
27347         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
27348         (int): Likewise.
27349         (typ): Likewise.
27350         Do not generate makefile rules for bounded-pointer thunks.
27351         * sysdeps/generic/bp-thunks.h: Remove file.
27352         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
27353         * sysdeps/unix/s-proto-bp.S: Likewise.
27354
27355         [BZ #15062]
27356         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
27357         parts of result separately when argument is not close to line from
27358         -i to i and one part of argument is small.
27359         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27360         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27361         * math/libm-test.inc (cacos_test): Add more tests.
27362         (casin_test): Likewise.
27363         (casinh_test): Likewise.
27364         * sysdeps/i386/fpu/libm-test-ulps: Update.
27365         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27366
27367 2013-01-31  David S. Miller  <davem@davemloft.net>
27368
27369         * po/de.po: Update from translation team.
27370
27371 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
27372
27373         * time/tzfile.c: Include stdint.h for SIZE_MAX.
27374
27375 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
27376
27377         * configure.in (_AC_PROG_CC_C89): New definition.
27378         * configure: Regenerate.
27379
27380         * configure.in (AC_PROG_CPP): New definition.
27381         * configure: Regenerate.
27382
27383 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
27384
27385         * debug/tst-backtrace.h: New file.
27386         * debug/tst-backtrace2.c: Include tst-backtrace.h.
27387         (ret): Remove variable.
27388         (x): Likewise.
27389         (FAIL): Remove macro.
27390         (NO_INLINE): Likewise.
27391         (fn1): Use match function instead of strstr.
27392         * debug/tst-backtrace3.c: Include tst-backtrace.h.
27393         (ret): Remove variable.
27394         (x): Likewise.
27395         (FAIL): Remove macro.
27396         (NO_INLINE): Likewise.
27397         (fn): Use match function instead of strstr.
27398         * debug/tst-backtrace4.c: Include tst-backtrace.h.
27399         (ret): Remove variable.
27400         (x): Likewise.
27401         (FAIL): Remove macro.
27402         (NO_INLINE): Likewise.
27403         (handle_signal): Use match function instead of strstr.
27404         * debug/tst-backtrace5.c: Include tst-backtrace.h.
27405         (ret): Remove variable.
27406         (x): Likewise.
27407         (FAIL): Remove macro.
27408         (NO_INLINE): Likewise.
27409         (handle_signal): Use match function instead of strstr.
27410
27411 2013-01-23  Roland McGrath  <roland@hack.frob.com>
27412
27413         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
27414
27415 2013-01-23  David S. Miller  <davem@davemloft.net>
27416
27417         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
27418         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
27419         argument of CAS if possible.
27420         * sysdeps/sparc/sparc64/bits/atomic.h
27421         (__arch_compare_and_exchange_val_32_acq): Likewise.
27422         (__arch_compare_and_exchange_val_64_acq): Likewise.
27423
27424 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
27425
27426         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
27427         * sysdeps/posix/ulimit.c: ... this.
27428         Include <limits.h>.
27429         * sysdeps/unix/bsd/ulimit.c: Remove file.
27430
27431 2013-01-23  Adam Conrad  <adconrad@0c3.net>
27432
27433         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
27434         (LDFLAGS-tst-array5): Likewise.
27435
27436 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
27437
27438         [BZ #15036]
27439         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
27440         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
27441         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
27442         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
27443
27444 2013-01-21  David S. Miller  <davem@davemloft.net>
27445
27446         * sysdeps/sparc/backtrace.c: New file.
27447         * sysdeps/sparc/sparc32/backtrace.h: New file.
27448         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
27449         * sysdeps/sparc/sparc64/backtrace.h: New file.
27450         * sysdeps/sparc/sparc64/backtrace.c: Delete.
27451         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
27452         -funwind-tables.
27453
27454 2013-01-21  Andreas Schwab  <schwab@suse.de>
27455
27456         [BZ #15020]
27457         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
27458         closed its stdout.
27459
27460 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
27461
27462         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
27463         "mpa2.h".
27464         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27465
27466 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
27467             Mark Mitchell  <mark@codesourcery.com>
27468             Tom de Vries  <tom@codesourcery.com>
27469             Paul Pluzhnikov  <ppluzhnikov@google.com>
27470
27471         * debug/tst-backtrace2.c: New file.
27472         * debug/tst-backtrace3.c: Likewise.
27473         * debug/tst-backtrace4.c: Likewise.
27474         * debug/tst-backtrace5.c: Likewise.
27475         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
27476         (CFLAGS-tst-backtrace3.c): Likewise.
27477         (CFLAGS-tst-backtrace4.c): Likewise.
27478         (CFLAGS-tst-backtrace5.c): Likewise.
27479         (LDFLAGS-tst-backtrace2): Likewise.
27480         (LDFLAGS-tst-backtrace3): Likewise.
27481         (LDFLAGS-tst-backtrace4): Likewise.
27482         (LDFLAGS-tst-backtrace5): Likewise.
27483         (tests): Add new tests tst-backtrace2, tst-backtrace3,
27484         tst-backtrace4 and tst-backtrace5.
27485
27486 2013-01-18  Anton Blanchard  <anton@samba.org>
27487             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27488
27489         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
27490         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
27491         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
27492         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
27493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
27494         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
27495         "+r" and remove output regs list as redundant.  Add explicit inline
27496         asm to specify register of return val to work around compiler codegen
27497         bug.  Remove (int) cast on return value.  Add return type parameter to
27498         use in macro so that this macro does not truncate return value for
27499         64-bit values.
27500         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
27501         pass to INTERNAL_VSYSCALL_NCS.
27502         (INLINE_VSYSCALL): Add 'long int' as return type to
27503         INTERNAL_VSYSCALL_NCS macro invocation.
27504         (INTERNAL_VSYSCALL): Add 'long int' as return type to
27505         INTERNAL_VSYSCALL_NCS macro invocation.
27506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
27507
27508 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
27509
27510         [BZ #14496]
27511         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
27512         Fix application of SIMD FP exception mask.
27513
27514         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
27515         mp_no from a power of two.
27516         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
27517         __mpexp_twomm1.  Use __pow_mp.
27518
27519         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
27520         multiplication.
27521
27522 2013-01-17  David S. Miller  <davem@davemloft.net>
27523
27524         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27525
27526 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
27527
27528         [BZ #15023]
27529         * include/complex.h: Condition contents on [!_COMPLEX_H].
27530         (__kernel_casinhf): New prototype.
27531         (__kernel_casinh): Likewise.
27532         (__kernel_casinhl): Likewise.
27533         * math/Makefile (libm_calls): Add k_casinh.
27534         * math/k_casinh.c: New file.
27535         * math/k_casinhf.c: Likewise.
27536         * math/k_casinhl.c: Likewise.
27537         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
27538         finite nonzero arguments.
27539         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
27540         finite nonzero arguments.
27541         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
27542         finite nonzero arguments.
27543         * math/s_casinh.c: Do not include <float.h>.
27544         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
27545         * math/s_casinhf.c: Do not include <float.h>.
27546         (__casinhf): Move code for finite nonzero arguments to
27547         k_casinhf.c.
27548         * math/s_casinhl.c: Do not include <float.h>.
27549         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
27550         redefine.
27551         (__casinhl): Move code for finite nonzero arguments to
27552         k_casinhl.c.
27553         * math/libm-test.inc (cacos_test): Add more tests.
27554         * sysdeps/i386/fpu/libm-test-ulps: Update.
27555         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27556
27557 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
27558
27559         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
27560         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
27561         [!HAVE_MREMAP]: Remove [defined linux] case.
27562         * malloc/arena.c: Do not include <malloc-sysdep.h>.
27563
27564 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
27565
27566         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
27567
27568 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
27569
27570         * elf/elf.h (R_386_SIZE32): New relocation.
27571         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
27572         R_386_SIZE32.
27573         (elf_machine_rela): Likewise.
27574         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
27575         R_X86_64_SIZE64 and R_X86_64_SIZE32.
27576
27577 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
27578
27579         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
27580         (FP_FAST_FMA): Do not define.
27581         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
27582         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
27583         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
27584         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
27585         !_SOFT_FLOAT]: Likewise.
27586         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
27587         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
27588         value.
27589         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
27590         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
27591         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
27592         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
27593         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
27594         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
27595         file.
27596
27597 2013-01-16  Andreas Schwab  <schwab@suse.de>
27598
27599         [BZ #14327]
27600         * include/stdlib.h (__mktemp): Add declaration.
27601         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
27602         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
27603
27604 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27605
27606         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
27607         definitions.
27608         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
27609         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
27610         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
27611         definitions here.
27612         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
27613         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
27614         definitions.
27615         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
27616         and ONE.
27617         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
27618         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
27619         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
27620         definitions.
27621         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
27622         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
27623         definitions.
27624         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
27625
27626         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
27627
27628 2013-01-15  David S. Miller  <davem@davemloft.net>
27629
27630         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
27631         trunc{,f} to libm-sysdep_routes.
27632         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
27633         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
27634         file.
27635         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
27636         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
27637         file.
27638         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
27639         file.
27640         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
27641         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
27642         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
27643         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
27644         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
27645         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
27646         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
27647         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
27648
27649         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
27650         nearbyint{,f} to libm-sysdep_routes.
27651         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
27652         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
27653         New file.
27654         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
27655         file.
27656         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
27657         New file.
27658         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
27659         file.
27660         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
27661         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
27662         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
27663         file.
27664         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
27665         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
27666         file.
27667         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
27668         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
27669         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
27670
27671         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27672         libc_feholdexcept and libc_fesetenv.
27673
27674 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
27675
27676         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
27677
27678 2013-01-14  David S. Miller  <davem@davemloft.net>
27679
27680         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
27681         (SPARC_ASM_VIS2_IFUNC): Likewise.
27682         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
27683         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
27684         use of 'siam' instruction.
27685         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
27686         Likewise.
27687         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
27688         Likewise.
27689         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
27690         Likewise.
27691         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
27692         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
27693         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
27694         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
27695         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
27696         file.
27697         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
27698         file.
27699         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
27700         file.
27701         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
27702         file.
27703         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
27704         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
27705         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
27706         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
27707         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
27708         new VIS2 routines.
27709         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
27710         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
27711         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
27712         Likewise.
27713         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
27714         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
27715         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
27716         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
27717         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
27718         routines to libm-sysdep_routines.
27719         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
27720
27721         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
27722         fdim/fdimf to libm-sysdep_routines.
27723         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
27724         file.
27725         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
27726         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
27727         file.
27728         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
27729         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
27730         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
27731         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
27732         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
27733         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
27734         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
27735
27736 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27737
27738         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
27739         to optimize copies.
27740
27741         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
27742         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27743         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27744
27745         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
27746         local variable MPTWO.
27747         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
27748         Likewise.
27749
27750 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
27751
27752         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
27753         GLOB_NOESCAPE.
27754
27755 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
27756
27757         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
27758
27759 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
27760
27761         * manual/pattern.texi (glob_t): Document gl_flags.
27762         (glob64_t): Likewise.
27763
27764 2013-01-11  David S. Miller  <davem@davemloft.net>
27765
27766         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
27767         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
27768         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
27769         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
27770         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
27771         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
27772         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
27773         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
27774         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
27775         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
27776         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
27777         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
27778         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
27779
27780         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
27781         sparc V9 rather than using V8 code.
27782         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27783         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27784
27785         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
27786         Move to...
27787         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
27788         Here.
27789
27790 2013-01-11  Roland McGrath  <roland@hack.frob.com>
27791
27792         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
27793         not in the main loop.
27794         * configure: Regenerated.
27795
27796 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
27797
27798         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
27799         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
27800         to just #else.
27801         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
27802         [!__GLIBC_HAVE_LONG_LONG] case.
27803         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
27804         condition to just #else.
27805         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
27806         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
27807         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
27808         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
27809         unconditional.
27810         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
27811         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
27812         #elif condition to just #else.
27813         * sysdeps/unix/sysv/linux/sys/sysmacros.h
27814         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
27815         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
27816         #elif condition to just #else.
27817
27818 2013-01-11  Steve Ellcey  <sellcey@mips.com>
27819
27820         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
27821         (EF_MIPS_ARCH_64): Fix value.
27822         (EF_MIPS_ARCH_32R2): New.
27823         (EF_MIPS_ARCH_64R2): New.
27824
27825 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
27826
27827         * Makeconfig (+link-pie-before-libc): New.
27828         (+link-pie-after-libc): Likewise.
27829         (+link-pie-tests): Likewise.
27830         (+link-pie): Rewritten.
27831         (link-before-libc): Remove $(config-LDFLAGS).
27832         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
27833         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
27834         (config-LDFLAGS): Renamed to ...
27835         (rtld-LDFLAGS): This.
27836         (rtld-tests-LDFLAGS): New macro.
27837         (link-libc-rpath-link): Likewise.
27838         (link-libc-tests-rpath-link): Likewise.
27839         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
27840         (link-libc): Prepand $(link-libc-rpath-link).
27841         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
27842         (test-program-prefix): New macro.
27843         (test-via-rtld-prefix): Likewise.
27844         (test-program-cmd): Likewise.
27845         (host-test-program-cmd): Likewise.
27846         * Makefile ($(common-objpfx)testrun.sh): Replace
27847         $(run-program-prefix) with $(test-program-prefix).
27848         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
27849         $(rtld-LDFLAGS).
27850         ($(common-objpfx)shlib.lds): Likewise.
27851         (build-module-helper): Likewise.
27852         ($(common-objpfx)format.lds): Likewise.
27853         * Rules (binaries-pie-tests): New.
27854         (binaries-pie-notests): Likewise.
27855         (binaries-pie): Rewritten.
27856         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
27857         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
27858         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
27859         (make-test-out): Replace $(host-built-program-cmd) with
27860         $(host-test-program-cmd).
27861         * config.make.in (build-hardcoded-path-in-tests): New variable.
27862         * configure.in (--enable-hardcoded-path-in-tests): New configure
27863         option.
27864         (hardcoded_path_in_tests): New AC_SUBST.
27865         * configure: Regenerated.
27866         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
27867         $(built-program-cmd) with $(test-program-cmd).
27868         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
27869         (test_program_cmd): This.
27870         * elf/Makefile ($(objpfx)order.out): Run test with
27871         $(test-program-prefix).
27872         ($(objpfx)order2.out): Likewise.
27873         ($(objpfx)tst-initorder.out): Likewise.
27874         ($(objpfx)tst-initorder2.out): Likewise.
27875         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
27876         $(test-program-cmd).
27877         ($(objpfx)tst-array1-static.out): Likewise.
27878         ($(objpfx)tst-array2.out): Likewise.
27879         ($(objpfx)tst-array3.out): Likewise.
27880         ($(objpfx)tst-array4.out): Likewise.
27881         ($(objpfx)tst-array5.out): Likewise.
27882         ($(objpfx)tst-array5-static.out): Likewise.
27883         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
27884         $(test-program-cmd).
27885         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
27886         $(run-program-prefix) with $(test-program-prefix).
27887         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
27888         (test_program_prefix): This.
27889         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
27890         $(run-program-prefix) with $(test-program-prefix).
27891         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
27892         (test_program_prefix): This.
27893         * iconvdata/tst-tables.sh: Likewise.
27894         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
27895         $(run-program-prefix) with $(test-program-prefix).
27896         ($(objpfx)tst-translit.out): Likewise.
27897         ($(objpfx)tst-gettext2.out): Likewise.
27898         ($(objpfx)tst-gettext4.out): Likewise.
27899         ($(objpfx)tst-gettext6.out): Likewise.
27900         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
27901         (test_program_prefix): This.
27902         * intl/tst-gettext2.sh: Likewise.
27903         * intl/tst-gettext4.sh  Likewise.
27904         * intl/tst-gettext6.sh: Likewise.
27905         * intl/tst-translit.sh: Likewise.
27906         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
27907         with $(test-program-cmd).
27908         * libio/Makefile ($(objpfx)test-freopen.out): Replace
27909         $(run-program-prefix) with $(test-program-prefix).
27910         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
27911         (test_program_prefix): This.
27912         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
27913         $(run-program-prefix) with $(test-program-prefix).
27914         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
27915         (test_program_prefix): This.
27916         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
27917         * posix/Makefile ($(objpfx)globtest.out): Replace
27918         $(run-via-rtld-prefix) and $(test-wrapper) with
27919         $(test-program-prefix) and $(test-via-rtld-prefix).
27920         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
27921         $(test-program-prefix).
27922         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
27923         $(host-test-program-cmd).
27924         (tst-spawn-ARGS): Likewise.
27925         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
27926         $(test-program-prefix).
27927         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
27928         (test_via_rtld_prefix): This.
27929         (test_wrapper): Renamed to ...
27930         (test_program_prefix): This.
27931         (run_program_prefix): Replaced by test_program_prefix.
27932         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
27933         (test_program_prefix): This.
27934         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
27935         with $(host-test-program-cmd).
27936         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
27937         $(run-program-prefix) with $(test-program-prefix).
27938         ($(objpfx)tst-printf.out): Likewise.
27939         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
27940         $(test-program-cmd).
27941         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
27942         (test_program_prefix): This.
27943         * stdio-common/tst-unbputc.sh: Likewise.
27944         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
27945         $(run-program-prefix) with $(test-program-prefix).
27946         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
27947         (test_program_prefix): This.
27948         * string/Makefile ($(objpfx)tst-svc.out):  Replace
27949         $(built-program-cmd) with $(test-program-cmd).
27950
27951 2013-01-11  Andreas Jaeger  <aj@suse.de>
27952
27953         [BZ #15003]
27954         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
27955         value. Sync with Linux 3.7.
27956
27957 2013-01-10  David S. Miller  <davem@davemloft.net>
27958
27959         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
27960         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27961         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27962
27963 2013-01-10  Roland McGrath  <roland@hack.frob.com>
27964
27965         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
27966         never set.
27967         * configure: Regenerated.
27968
27969 2013-01-10  David S. Miller  <davem@davemloft.net>
27970
27971         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
27972         sparc V9 rather than using V8 code.
27973         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27974         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27975
27976 2013-01-10  Roland McGrath  <roland@hack.frob.com>
27977
27978         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
27979         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
27980         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
27981         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
27982         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
27983         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
27984         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
27985         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
27986         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
27987         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
27988         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
27989         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
27990         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
27991         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
27992         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
27993         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
27994         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
27995         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
27996         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
27997         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
27998         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
27999         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
28000         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
28001         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
28002         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
28003         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
28004         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
28005
28006 2013-01-10  David S. Miller  <davem@davemloft.net>
28007
28008         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28009
28010 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
28011
28012         * posix/Makefile (tests-static): New variable.
28013         (tests): Add $(tests-static).
28014         (tst-exec-static-ARGS): New variable.
28015         (tst-spawn-static-ARGS): Likewise.
28016         * posix/tst-exec-static.c: New file.
28017         * posix/tst-spawn-static.c: Likewise.
28018         * posix/tst-exec.c: Support run directly.
28019         * posix/tst-spawn.c: Likewise.
28020
28021 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
28022
28023         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
28024         long.
28025         * math/bits/mathcalls.h (llrint): Likewise.
28026         (llround): Likewise.
28027         * stdlib/stdlib.h (struct drand48_data): Likewise.
28028         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
28029         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
28030         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
28031         Likewise.
28032         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
28033         Likewise.
28034         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
28035         (elf_greg_t): Likewise.
28036         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
28037         (__jmp_buf): Likewise.
28038         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
28039         definitions.
28040         (llrint): Likewise, for all definitions.
28041         (llrintl): Likewise.
28042
28043         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
28044         Remove [__GNUC__] condition.
28045         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
28046         condition to just [__USE_ISOC99].
28047         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
28048
28049 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
28050
28051         [BZ #14200]
28052         * sysdeps/unix/sysv/linux/x86/bits/environments.h
28053         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
28054         defined.
28055         (_POSIX_V6_ILP32_OFF32): Likewise.
28056         (_XBS5_ILP32_OFF32): Likewise.
28057         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
28058         (__ILP32_OFFBIG_LDFLAGS): Likewise.
28059
28060 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28061
28062         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
28063
28064         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
28065         doubles __mpexp_twomm1.  Adjust usage.
28066         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
28067         Remove.
28068
28069 2013-01-10  Andreas Schwab  <schwab@suse.de>
28070
28071         [BZ #14964]
28072         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
28073         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
28074
28075 2013-01-09  David S. Miller  <davem@davemloft.net>
28076
28077         [BZ #15003]
28078         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
28079         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
28080         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
28081         (TCP_FASTOPEN): Define.
28082         (tcp_repair_opt): New structure.
28083         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
28084         enum values.
28085         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
28086         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
28087         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
28088         (tcp_cookie_transactions): New structure.
28089
28090 2013-01-09  Anton Blanchard  <anton@samba.org>
28091
28092         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
28093         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
28094         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
28095         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
28096
28097 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
28098
28099         * include/features.h (__USE_ANSI): Remove.
28100
28101 2013-01-09  Roland McGrath  <roland@hack.frob.com>
28102
28103         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
28104
28105         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
28106
28107 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
28108
28109         * sysdeps/s390/fpu/libm-test-ulps: Update.
28110
28111         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28112
28113         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
28114         (__acr): Likewise.
28115         (__cpy): Likewise.
28116         (norm): Likewise.
28117         (denorm): Likewise.
28118         (__mp_dbl): Likewise.
28119         (__dbl_mp): Likewise.
28120         (add_magnitudes): Likewise.
28121         (sub_magnitudes): Likewise.
28122         (__add): Likewise.
28123         (__sub): Likewise.
28124         (__mul): Likewise.
28125         (__inv): Likewise.
28126         (__dvd): Likewise.
28127         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
28128         (__acr): Likewise.
28129         (__cpy): Likewise.
28130         (norm): Likewise.
28131         (denorm): Likewise.
28132         (__mp_dbl): Likewise.
28133         (__dbl_mp): Likewise.
28134         (add_magnitudes): Likewise.
28135         (sub_magnitudes): Likewise.
28136         (__add): Likewise.
28137         (__sub): Likewise.
28138         (__mul): Likewise.
28139         (__inv): Likewise.
28140         (__dvd): Likewise.
28141         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
28142         (__acr): Likewise.
28143         (__cpy): Likewise.
28144         (norm): Likewise.
28145         (denorm): Likewise.
28146         (__mp_dbl): Likewise.
28147         (__dbl_mp): Likewise.
28148         (add_magnitudes): Likewise.
28149         (sub_magnitudes): Likewise.
28150         (__add): Likewise.
28151         (__sub): Likewise.
28152         (__mul): Likewise.
28153         (__inv): Likewise.
28154         (__dvd): Likewise.
28155
28156 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
28157
28158         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
28159         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
28160         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
28161         2 && __USE_EXTERN_INLINES]: Likewise.
28162
28163 2013-01-08  Andreas Jaeger  <aj@suse.de>
28164
28165         [BZ# 14985]
28166         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
28167         Remove.
28168         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
28169         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
28170
28171 2013-01-07  Anton Blanchard  <anton@samba.org>
28172
28173         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
28174         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
28175         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
28176         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
28177         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
28178         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
28179         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
28180         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
28181         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
28182         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
28183         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
28184         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
28185         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
28186         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
28187         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
28188         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
28189         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
28190         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
28191         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
28192         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
28193         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
28194         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
28195         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
28196         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
28197         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
28198         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
28199         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
28200         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
28201         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
28202         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
28203         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
28204         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
28205         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
28206         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
28207         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
28208         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
28209         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
28210         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
28211         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
28212         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
28213         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
28214         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
28215         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
28216
28217 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
28218
28219         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
28220         (__MALLOC_PMT): Likewise.
28221         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
28222         [__GNUC__], only on [_LIBC].
28223         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
28224         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
28225         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
28226         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
28227         forward declaration.
28228         (realloc_hook_ini): Likewise.
28229         (memalign_hook_ini): Likewise.
28230         (__libc_memalign): Do not use __MALLOC_PMT in variable
28231         declaration.
28232         (__libc_valloc): Likewise.
28233         (__libc_pvalloc): Likewise.
28234         (__libc_calloc): Likewise.
28235         (__posix_memalign): Likewise.
28236
28237         [BZ #14996]
28238         * math/s_casinh.c: Include <float.h>.
28239         (__casinh): Do not do computation with squaring and square root
28240         for large arguments.
28241         * math/s_casinhf.c: Include <float.h>.
28242         (__casinhf): Do not do computation with squaring and square root
28243         for large arguments.
28244         * math/s_casinhl.c: Include <float.h>.
28245         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
28246         (__casinhl): Do not do computation with squaring and square root
28247         for large arguments.
28248         * math/libm-test.inc (casin_test): Add more tests.
28249         (casinh_test): Likewise.
28250         * sysdeps/i386/fpu/libm-test-ulps: Update.
28251         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28252
28253 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
28254
28255         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
28256         (__x86_64_raw_data_cache_size): Likewise.
28257         (__x86_64_data_cache_size_half): Likewise.
28258         (__x86_64_raw_data_cache_size_half): Likewise.
28259         (__x86_64_shared_cache_size): Likewise.
28260         (__x86_64_raw_shared_cache_size): Likewise.
28261         (__x86_64_shared_cache_size_half): Likewise.
28262         (__x86_64_raw_shared_cache_size_half): Likewise.
28263         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
28264         to ...
28265         (__x86_data_cache_size): This.
28266         (__x86_64_raw_data_cache_size): Renamed to ...
28267         (__x86_raw_data_cache_size): This.
28268         (__x86_64_data_cache_size_half): Renamed to ...
28269         (__x86_data_cache_size_half): This.
28270         (__x86_64_raw_data_cache_size_half): Renamed to ...
28271         (__x86_raw_data_cache_size_half): This.
28272         (__x86_64_shared_cache_size): Renamed to ...
28273         (__x86_shared_cache_size): This.
28274         (__x86_64_raw_shared_cache_size): Renamed to ...
28275         (__x86_raw_shared_cache_size): This.
28276         (__x86_64_shared_cache_size_half): Renamed to ...
28277         (__x86_shared_cache_size_half): This.
28278         (__x86_64_raw_shared_cache_size_half): Renamed to ...
28279         (__x86_raw_shared_cache_size_half): This.
28280         * sysdeps/x86_64/memcpy.S: Updated.
28281         * sysdeps/x86_64/memset.S: Likewise.
28282         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
28283         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
28284         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
28285
28286 2013-01-04  David S. Miller  <davem@davemloft.net>
28287
28288         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28289
28290 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
28291
28292         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
28293         1 to avoid redefinition warning.
28294         (__USE_GNU): Don't define.
28295         (init_signaling_nan): Protoize.
28296
28297         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28298
28299 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
28300
28301         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
28302         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
28303         (__cpymn): Likewise.
28304         (norm): Remove commented code.
28305         (denorm): Likewise.
28306         (__mp_dbl): Likewise.
28307         (__inv): Likewise.
28308         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
28309         (__cpymn): Likewise.
28310         (norm): Remove commented code.
28311         (denorm): Likewise.
28312         (__mp_dbl): Likewise.
28313         (__inv): Likewise.
28314
28315         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
28316         mp_no value for 1.0 and 2.0.
28317         (norm): Use RADIXI instead of radixi.d.
28318         (denorm): Likewise.
28319         (__mul): Use 0.0 instead of zero.d.
28320         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
28321         mp_no value for 1.0 and 2.0.
28322         (norm): Use RADIXI instead of radixi.d.
28323         (denorm): Likewise.
28324         (__mul): Use 0.0 instead of zero.d.
28325
28326 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
28327
28328         [BZ #14994]
28329         * math/s_casinh.c (__casinh): Reduce finite argument to first
28330         quadrant then set signs of results at the end.
28331         * math/s_casinhf.c (__casinhf): Likewise.
28332         * math/s_casinhl.c (__casinhl): Likewise.
28333         * math/libm-test.inc (casin_test): Add more tests.
28334         (casinh_test): Likewise.
28335         * sysdeps/i386/fpu/libm-test-ulps: Update.
28336         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28337
28338 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
28339
28340         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
28341
28342         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
28343
28344         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
28345         declarations.
28346         (denorm): Likewise.
28347         (__mp_dbl): Likewise.
28348         (__inv): Likewise.
28349
28350         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
28351         and adjust the header comment.
28352
28353         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
28354         variable name from declaration.
28355
28356 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
28357
28358         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
28359         Initialize COMMON_CPUID_INDEX_7 element.
28360         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
28361         (CPUID_RTM): Likewise.
28362         (HAS_RTM): Likewise.
28363         (COMMON_CPUID_INDEX_7): New enum.
28364
28365 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
28366
28367         [BZ #14981]
28368         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
28369         size is zero, record memory as freed.
28370
28371 2013-01-03  Andreas Jaeger  <aj@suse.de>
28372
28373         * po/ia.po: Add new Interlingua translation.
28374
28375 2012-01-03  Allan McRae  <allan@archlinux.org>
28376
28377         * locale/programs/localedef.c: Fix description of '--posix' flag.
28378
28379 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
28380
28381         * NEWS: Update dates in second copyright notice.
28382         * README: Update copyright dates in example.
28383         * manual/libc.texinfo: Update copyright dates.
28384         * scripts/test-installation.pl: Update copyright date in --version
28385         output.
28386
28387         * hurd/ctty-input.c: Fix copyright notice formatting.
28388         * hurd/ctty-output.c: Likewise.
28389         * hurd/dtable.c: Likewise.
28390         * hurd/hurd-raise.c: Likewise.
28391         * hurd/hurdprio.c: Likewise.
28392         * hurd/msgportdemux.c: Likewise.
28393         * misc/sys/file.h: Likewise.
28394         * misc/sys/ioctl.h: Likewise.
28395         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
28396         * sysdeps/mach/hurd/chdir.c: Likewise.
28397         * sysdeps/mach/hurd/fchdir.c: Likewise.
28398         * sysdeps/mach/hurd/rename.c: Likewise.
28399         * sysdeps/mach/hurd/rmdir.c: Likewise.
28400         * sysdeps/mach/hurd/seekdir.c: Likewise.
28401         * sysdeps/mach/hurd/setsid.c: Likewise.
28402         * sysdeps/posix/wait3.c: Likewise.
28403
28404         * All files with FSF copyright notices: Update copyright dates
28405         using scripts/update-copyrights.
28406         * intl/plural.c: Regenerated.
28407         * locale/programs/charmap-kw.h: Likewise.
28408         * locale/programs/locfile-kw.h: Likewise.
28409
28410 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
28411
28412         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
28413         four values.
28414
28415         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
28416         calculation loop and add branch prediction.
28417
28418         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
28419         check access beyond bounds of m1np.
28420
28421         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
28422         MPTWO.
28423         (__inv): Remove local variable MPTWO to use the global
28424         constant.
28425         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
28426         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
28427         variable MPTWO.
28428         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
28429         MP3HALFS static const.
28430
28431 2013-01-01  David S. Miller  <davem@davemloft.net>
28432
28433         * po/ca.po: Update from translation team.
28434
28435 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
28436
28437         * scripts/update-copyrights: New file.
28438         * Makeconfig: Reformat copyright notice.
28439         * ctype/ctype.h: Likewise.
28440         * debug/swprintf_chk.c: Likewise.
28441         * elf/dl-cache.c: Likewise.
28442         * elf/dl-debug.c: Likewise.
28443         * elf/dl-object.c: Likewise.
28444         * grp/initgroups.c: Likewise.
28445         * hurd/Makefile: Likewise.
28446         * hurd/hurd/signal.h: Likewise.
28447         * hurd/hurdfault.c: Likewise.
28448         * hurd/hurdioctl.c: Likewise.
28449         * hurd/hurdlookup.c: Likewise.
28450         * hurd/intr-msg.c: Likewise.
28451         * iconv/gconv_open.c: Likewise.
28452         * libio/swprintf.c: Likewise.
28453         * locale/lc-ctype.c: Likewise.
28454         * locale/nl_langinfo.c: Likewise.
28455         * mach/Machrules: Likewise.
28456         * mach/Makefile: Likewise.
28457         * malloc/obstack.h: Likewise.
28458         * manual/Makefile: Likewise.
28459         * manual/tsort.awk: Likewise.
28460         * misc/bits/stab.def: Likewise.
28461         * nis/nis_print_group_entry.c: Likewise.
28462         * nis/nis_table.c: Likewise.
28463         * nis/nss_compat/compat-pwd.c: Likewise.
28464         * nis/nss_compat/compat-spwd.c: Likewise.
28465         * po/Makefile: Likewise.
28466         * posix/fnmatch.c: Likewise.
28467         * posix/regex.h: Likewise.
28468         * resolv/Makefile: Likewise.
28469         * resolv/nss_dns/dns-network.c: Likewise.
28470         * resolv/res_hconf.c: Likewise.
28471         * scripts/gen-sorted.awk: Likewise.
28472         * soft-fp/soft-fp.h: Likewise.
28473         * stdio-common/printf.h: Likewise.
28474         * stdlib/monetary.h: Likewise.
28475         * stdlib/random.c: Likewise.
28476         * stdlib/random_r.c: Likewise.
28477         * sysdeps/generic/Makefile: Likewise.
28478         * sysdeps/gnu/Makefile: Likewise.
28479         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
28480         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
28481         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
28482         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
28483         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
28484         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
28485         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
28486         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
28487         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
28488         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
28489         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
28490         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
28491         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
28492         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
28493         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
28494         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
28495         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
28496         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
28497         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
28498         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
28499         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
28500         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
28501         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
28502         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
28503         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
28504         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
28505         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
28506         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
28507         * sysdeps/mach/hurd/errnos.awk: Likewise.
28508         * sysdeps/mach/hurd/fork.c: Likewise.
28509         * sysdeps/mach/hurd/getcwd.c: Likewise.
28510         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
28511         * sysdeps/mach/hurd/mmap.c: Likewise.
28512         * sysdeps/mach/hurd/utimes.c: Likewise.
28513         * sysdeps/mach/hurd/xmknod.c: Likewise.
28514         * sysdeps/posix/profil.c: Likewise.
28515         * sysdeps/posix/readdir_r.c: Likewise.
28516         * sysdeps/powerpc/bits/mathdef.h: Likewise.
28517         * sysdeps/powerpc/bits/setjmp.h: Likewise.
28518         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
28519         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
28520         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
28521         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
28522         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
28523         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
28524         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
28525         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
28526         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
28527         * sysdeps/pthread/lio_listio.c: Likewise.
28528         * sysdeps/sparc/dl-procinfo.h: Likewise.
28529         * sysdeps/unix/i386/sysdep.S: Likewise.
28530         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
28531         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
28532         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
28533         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
28534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
28535         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
28536         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
28537         * sysdeps/unix/sysv/linux/speed.c: Likewise.
28538         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
28539         * sysdeps/wordsize-32/divdi3.c: Likewise.
28540         * time/sys/time.h: Likewise.
28541         * wcsmbs/Makefile: Likewise.
28542
28543 2013-01-01  David S. Miller  <davem@davemloft.net>
28544
28545         * po/fr.po: Update from translation team.
28546
28547         * catgets/gencat.c: Update copyright year.
28548         * csu/version.c: Likewise.
28549         * debug/catchsegv.sh: Likewise.
28550         * debug/pcprofiledump.c: Likewise.
28551         * debug/xtrace.sh: Likewise.
28552         * elf/ldconfig.c: Likewise.
28553         * elf/ldd.bash.in: Likewise.
28554         * elf/pldd.c: Likewise.
28555         * elf/sotruss.ksh: Likewise.
28556         * elf/sprof.c: Likewise.
28557         * iconv/iconv_prog.c: Likewise.
28558         * iconv/iconvconfig.c: Likewise.
28559         * locale/programs/locale.c: Likewise.
28560         * locale/programs/localedef.c: Likewise.
28561         * login/programs/pt_chown.c: Likewise.
28562         * malloc/memusage.sh: Likewise.
28563         * malloc/memusagestat.c: Likewise.
28564         * malloc/mtrace.pl: Likewise.
28565         * nscd/nscd.c: Likewise.
28566         * nss/getent.c: Likewise.
28567         * nss/makedb.c: Likewise.
28568         * posix/getconf.c: Likewise.
28569
28570 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
28571
28572         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
28573         numbers.
28574
28575 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
28576
28577         * math/bits/mathcalls.h (modf): Use __nonnull.
28578
28579 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28580
28581         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
28582         (split): Use macro CN instead of the bare value.
28583         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
28584         could be used.
28585         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
28586         instead of the bare value.
28587         (power1): Likewise.
28588
28589 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28590
28591         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
28592         __ATAN_TWOM.
28593         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
28594
28595         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
28596         their values.
28597         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
28598         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28599         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
28600         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
28601
28602 2012-12-28  Andreas Jaeger  <aj@suse.de>
28603
28604         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
28605         values are from Linux 3.7.
28606
28607         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
28608         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
28609
28610 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28611
28612         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
28613         TRUE case.
28614
28615         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
28616         (norm): Likewise.
28617         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
28618         variables with preprocessor constants.
28619         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
28620         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
28621         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
28622
28623 2012-12-27  Bruno Haible  <bruno@clisp.org>
28624
28625         [BZ #14317]
28626         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
28627         only if needed.
28628
28629 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28630
28631         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
28632         and use variable directly.
28633         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
28634
28635         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
28636         MPONE.
28637         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
28638         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
28639         variable MPONE.
28640         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28641         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
28642         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
28643         include directive.  Remove local variable MPONE.
28644         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
28645         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
28646         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28647
28648 2012-12-25  David S. Miller  <davem@davemloft.net>
28649
28650         * version.h (RELEASE): Set to "development".
28651         (VERSION): Set to "2.17.90".
28652         * NEWS: Add 2.18 section.
28653
28654 2012-12-21  David S. Miller  <davem@davemloft.net>
28655
28656         * po/hr.po: Update from translation team.
28657
28658 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28659
28660         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
28661
28662 2012-12-19  Steve Ellcey  <sellcey@mips.com>
28663
28664         * NEWS:  Mention new memcpy for MIPS.
28665
28666 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28667
28668         * manual/contrib.texi (Contributors): Spelling correction.
28669
28670 2012-12-15  David S. Miller  <davem@davemloft.net>
28671
28672         * po/ru.po: Update from translation team.
28673
28674 2012-12-13  David S. Miller  <davem@davemloft.net>
28675
28676         * NEWS: Mention IFUNC testsuite enhancements.
28677
28678         * po/pl.po: Update from translation team.
28679         * po/bg.po: Likewise.
28680
28681         * manual/contrib.texi (Contributors): Update entries for Hongjiu
28682         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
28683
28684 2012-12-11  David S. Miller  <davem@davemloft.net>
28685
28686         * po/sv.po: Update from translation team.
28687
28688         * po/vi.po: Update from translation team.
28689
28690         * po/cs.po: Update from translation team.
28691
28692         * po/de.po: Update from translation team.
28693         * po/eo.po: Likewise.
28694         * po/nl.po: Likewise.
28695
28696 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28697
28698         [BZ #14246]
28699         * manual/argp.texi (Argp Helper Functions): Move node to follow
28700         Argp Parsing State.
28701
28702         [BZ #14872]
28703         * manual/conf.texi (Limits on File System Capacity): Mention if
28704         terminating null is included in the max size.
28705
28706 2012-12-10  Andreas Jaeger  <aj@suse.de>
28707
28708         * po/cs.po: Update from translation team.
28709
28710 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
28711
28712         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
28713         void pointer and cast to uintptr_t.
28714         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
28715         path.
28716         * sysdeps/s390/s390-64/memcpy.S: Likewise.
28717         * sysdeps/s390/s390-64/memset.S: Likewise.
28718
28719 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
28720
28721         [BZ #14833]
28722         * menual/message.texi (Message Translation): Fix typos.
28723         (Helper programs for gettext): Likewise.
28724
28725 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
28726
28727         [BZ #14898]
28728         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
28729         Change to -1.
28730
28731 2012-12-07  David S. Miller  <davem@davemloft.net>
28732
28733         * po/libc.pot: Update.
28734
28735 2012-12-07  Richard Henderson  <rth@redhat.com>
28736
28737         [BZ #10114]
28738         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
28739         normal/normal case to before the switch.
28740         (_FP_DIV): Likewise.
28741
28742 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
28743             Mike Frysinger  <vapier@gentoo.org>
28744
28745         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
28746         check for __NR_fadvise64_64.
28747
28748 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
28749
28750         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
28751         0, not just to plain "0" as a statement.
28752         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
28753         with cw.
28754
28755 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
28756
28757         * NEWS: Use sourceware.org in Bugzilla URL.
28758
28759 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
28760
28761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
28762         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
28763
28764         * stdio-common/tst-put-error.c (do_test): Add newline to the
28765         padded test to ensure flush.
28766
28767 2012-12-05  Jeff Law  <law@redhat.com>
28768
28769         * sunrpc/etc.rpc (fedfs_admin): Add entry.
28770
28771 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
28772
28773         * README: Don't refer to ports add-on as distributed separately.
28774         Mention AArch64 in list of systems supported in the ports add-on.
28775
28776         * LICENSES: Add more non-FSF copyright and license notices.
28777
28778         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
28779         ((unused)).
28780
28781         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
28782
28783         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
28784         10000 as width of padded output.
28785
28786 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
28787
28788         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
28789
28790         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
28791         variable LX with __attribute__ ((unused)).
28792         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
28793         Likewise.
28794         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
28795         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
28796         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
28797         with __attribute__ ((unused)).
28798
28799 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
28800
28801         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
28802
28803 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
28804
28805         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
28806         (CFLAGS-nldbl-acos.c): New variable.
28807         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
28808         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
28809         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
28810         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
28811         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
28812         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
28813         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
28814         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
28815         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
28816         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
28817         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
28818         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
28819         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
28820         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
28821         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
28822         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
28823         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
28824         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
28825         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
28826         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
28827         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
28828         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
28829         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
28830         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
28831         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
28832         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
28833         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
28834         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
28835         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
28836         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
28837         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
28838         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
28839         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
28840         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
28841         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
28842         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
28843         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
28844         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
28845         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
28846         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
28847         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
28848         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
28849         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
28850         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
28851         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
28852         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
28853         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
28854         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
28855         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
28856         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
28857         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
28858         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
28859         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
28860         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
28861         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
28862         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
28863         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
28864         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
28865         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
28866         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
28867         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
28868         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
28869         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
28870         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
28871         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
28872         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
28873         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
28874         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
28875         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
28876         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
28877         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
28878         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
28879         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
28880         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
28881         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
28882         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
28883         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
28884         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
28885         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
28886         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
28887         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
28888         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
28889         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
28890         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
28891         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
28892         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
28893         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
28894         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
28895         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
28896         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
28897         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
28898         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
28899         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
28900         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
28901         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
28902         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
28903         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
28904
28905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
28906         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
28907
28908         [BZ #14914]
28909         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
28910         whole low double instead of just low 47 bits when splitting values
28911         into two parts.
28912
28913 2012-12-03  Allan McRae  <allan@archlinux.org>
28914
28915         * manual/stdio.texi (Predefined Printf Handlers): Remove
28916         @hsep and @vsep usage.
28917
28918 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
28919
28920         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
28921         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
28922
28923 2012-12-03  Jeff Law  <law@redhat.com>
28924
28925         * time/sys/time.h (settimeofday): Do not mark TV argument
28926         as __nonnull.
28927
28928 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
28929
28930         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
28931         when currently writing and seek to current position when not.
28932         * libio/Makefile (tests): Remove bug-fclose1.
28933         * libio/bug-fclose1.c: Delete.
28934
28935 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
28936
28937         * manual/arith.texi (feenableexcept): Fix typo.
28938         (fedisableexcept): Likewise.
28939
28940 2012-11-30  Roland McGrath  <roland@hack.frob.com>
28941
28942         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
28943         second, differently-typed declaration, rather than a cast.
28944
28945 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28946
28947         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
28948         * include/rpc/svc.h: ... here.
28949
28950 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
28951
28952         [BZ #13013]
28953         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
28954         depending n and resplen2 to catch cases where answer
28955         equals answerp2.
28956
28957 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
28958
28959         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
28960         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
28961
28962 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
28963
28964         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
28965
28966 2012-11-29  Roland McGrath  <roland@hack.frob.com>
28967
28968         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
28969
28970 2012-11-28  Jeff Law  <law@redhat.com>
28971
28972         [BZ #13761]
28973         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
28974         dataset_temporary.  Track alloca usage into alloca_used.
28975         If dataset is large allocate and release it via malloc/free.
28976
28977 2012-06-04  Florian Weimer  <fweimer@redhat.com>
28978
28979         [BZ #14197]
28980         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
28981
28982 2012-11-28  David S. Miller  <davem@davemloft.net>
28983
28984         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28985
28986 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
28987
28988         [BZ #14803]
28989         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
28990         of pi/2 rounded to nearest to 64 bits.
28991         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
28992         nearest to 64 bits.
28993         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
28994         bits.
28995
28996 2012-11-28  Jeff Law <law@redhat.com>
28997             Martin Osvald <mosvald@redhat.com>
28998
28999         [BZ #14889]
29000         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
29001         * sunrpc/svc.c: Include time.h.
29002         (__svc_accept_failed): New function.
29003         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
29004         any reason other than EINTR, call __svc_accept_failed.
29005         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
29006         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
29007
29008 2012-11-28  Andreas Schwab  <schwab@suse.de>
29009
29010         * scripts/abilist.awk: Also handle indirect functions in .opd
29011         section.
29012
29013 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
29014
29015         [BZ #13881]
29016         * sysdeps/x86/fpu/powl_helper.c: New file.
29017         * sysdeps/x86/fpu/Makefile: Likewise.
29018         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
29019         (p3): New object.
29020         (__ieee754_powl): Use __powl_helper for finite arguments except
29021         integer exponents below 8.
29022         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
29023         (p3): New object.
29024         (__ieee754_powl): Use __powl_helper for finite arguments except
29025         integer exponents below 8.
29026         * math/libm-test.inc (pow_test): Add more tests and enable some
29027         previously disabled tests.
29028         * sysdeps/i386/fpu/libm-test-ulps: Update.
29029         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29030
29031 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29032             Carlos O'Donell  <carlos_odonell@mentor.com>
29033
29034         * nss/makedb.c (is_prime): Assert that input is odd and greater
29035         than 4.  Note that fact in a comment too.
29036         (next_prime): Add 4 to input.
29037
29038 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
29039
29040         [BZ #11741]
29041         * libio/Makefile (tests): Add test case tst-fwrite-error.
29042         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
29043         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
29044         * libio/tst-fwrite-error.c: New test case.
29045
29046 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
29047
29048         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
29049         before casting to void *.
29050         * include/libc-internal.h (__pointer_type): New macro.
29051         (__integer_if_pointer_type_sub): Likewise.
29052         (__integer_if_pointer_type): Likewise.
29053         (cast_to_integer): Likewise.
29054         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
29055         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
29056         before casting to atomic64_t.
29057         (atomic_exchange_acq): Likewise.
29058         (__arch_exchange_and_add_body): Likewise.
29059         (__arch_add_body): Likewise.
29060         (atomic_add_negative): Likewise.
29061         (atomic_add_zero): Likewise.
29062
29063 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
29064
29065         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
29066         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
29067         (add_fdes): Likewise.
29068         (linear_search_fdes): Likewise.
29069         (binary_search_unencoded_fdes): Likewise.
29070
29071 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
29072
29073         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
29074
29075 2012-11-24  Adam Conrad  <adconrad@0c3.net>
29076
29077         * configure.in: Autodetect C++ header directories.
29078         * configure: Regenerated.
29079
29080 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
29081
29082         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
29083
29084 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
29085
29086         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29087
29088 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
29089
29090         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
29091         LDBL_MANT_DIG == 106]: Disable some tests.
29092         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
29093         Likewise.
29094         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
29095         Likewise.
29096
29097         [BZ #14871]
29098         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
29099         input for small inputs.  Return +/- pi/2 for large inputs.
29100         * math/libm-test.inc (atan_test): Add more tests.
29101
29102         * sysdeps/generic/unwind-dw2-fde-glibc.c
29103         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
29104         __attribute__ ((unused)).
29105
29106         [BZ #14645]
29107         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
29108         x * y if x and y are nonzero and z is zero.
29109
29110         [BZ #14811]
29111         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
29112         nonzero exponents with absolute value below 0x1p-117 to +/-
29113         0x1p-117.
29114
29115         [BZ #14869]
29116         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
29117         up arguments below 2**-450, not just those below 2**-500.
29118         * math/libm-test.inc (hypot_test): Add another test.
29119
29120         [BZ #14868]
29121         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
29122         Return a+b for ratio over 2**120, not 2**60.
29123         * math/libm-test.inc (hypot_test): Add another test.
29124
29125         * math/libm-test.inc (clog_test): Use
29126         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
29127         (clog10_test): Likewise.
29128
29129         [BZ #6778]
29130         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
29131
29132 2012-11-22  Andreas Schwab  <schwab@suse.de>
29133
29134         * sysdeps/i386/fpu/libm-test-ulps: Update.
29135
29136 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
29137
29138         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
29139         printf output with newline.
29140
29141 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
29142
29143         [BZ #14865]
29144         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
29145         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
29146         -z nodlopen, -z initfirst and -z execstack support.
29147         * configure: Regenerated.
29148
29149         * elf/elf.h (DF_1_NODIRECT): New macro.
29150         (DF_1_IGNMULDEF): Likewise.
29151         (DF_1_NOKSYMS): Likewise.
29152         (DF_1_NOHDR): Likewise.
29153         (DF_1_EDITED): Likewise.
29154         (DF_1_NORELOC): Likewise.
29155         (DF_1_SYMINTPOSE): Likewise.
29156         (DF_1_GLOBAUDIT): Likewise.
29157         (DF_1_SINGLETON): Likewise.
29158         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
29159         DT_1_SUPPORTED_MASK bits.
29160         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
29161
29162 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
29163
29164         * sysdeps/unix/make-syscalls.sh: Document prefixes.
29165
29166 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
29167
29168         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
29169         macro.
29170
29171         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
29172         (sendmmsg): Move declarations...
29173         * socket/sys/socket.h: ... here.
29174         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
29175         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
29176         include it from...
29177         * socket/recvmmsg.c: ... this new file.
29178         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
29179         (sendmmsg): Rename to __sendmmsg, create weak alias and make
29180         definition of __sendmmsg hidden.
29181         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
29182         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
29183         Move ENOSYS stub into and include it from...
29184         * socket/sendmmsg.c: ... this new file.
29185         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
29186         (sysdep_routines): Move recvmmsg and sendmmsg...
29187         * socket/Makefile (routines): ... here.
29188         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
29189         (GLIBC_PRIVATE): Add __sendmmsg.
29190         * include/sys/socket.h (__sendmmsg): Add declarations.
29191         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
29192         sendmmsg.
29193
29194 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
29195
29196         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
29197         variable I1 with __attribute__ ((unused)).
29198         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
29199
29200 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
29201
29202         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
29203         DUMMY variables with __attribute__ ((unused)).
29204
29205         * bits/byteswap.h: Include <bits/types.h>.
29206         (__bswap_64): Use __uint64_t instead of unsigned long long int.
29207
29208 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
29209
29210         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
29211         string_t.  Do not manually set errno.
29212         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
29213         length with __strnlen.  Make sure to both set errno and return it on
29214         failure.
29215
29216 2012-11-19  David S. Miller  <davem@davemloft.net>
29217
29218         With help from Joseph Myers.
29219         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
29220         very large arguments properly.
29221         * math/libm-test.inc (atan_test): New tests.
29222         (atan2_test): New tests.
29223         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29224         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29225
29226 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
29227
29228         [BZ #14856]
29229         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
29230         Define to 3.
29231
29232         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
29233         [POSIX] (EADDRNOTAVAIL): Likewise.
29234         [POSIX] (EAFNOSUPPORT): Likewise.
29235         [POSIX] (EALREADY): Likewise.
29236         [POSIX] (ECONNABORTED): Likewise.
29237         [POSIX] (ECONNREFUSED): Likewise.
29238         [POSIX] (ECONNRESET): Likewise.
29239         [POSIX] (EDESTADDRREQ): Likewise.
29240         [POSIX] (EDQUOT): Likewise.
29241         [POSIX] (EHOSTUNREACH): Likewise.
29242         [POSIX] (EIDRM): Likewise.
29243         [POSIX] (EISCONN): Likewise.
29244         [POSIX] (ELOOP): Likewise.
29245         [POSIX] (EMULTIHOP): Likewise.
29246         [POSIX] (ENETDOWN): Likewise.
29247         [POSIX] (ENETUNREACH): Likewise.
29248         [POSIX] (ENOBUFS): Likewise.
29249         [POSIX] (ENODATA): Likewise.
29250         [POSIX] (ENOLINK): Likewise.
29251         [POSIX] (ENOMSG): Likewise.
29252         [POSIX] (ENOPROTOOPT): Likewise.
29253         [POSIX] (ENOSR): Likewise.
29254         [POSIX] (ENOSTR): Likewise.
29255         [POSIX] (ENOTCONN): Likewise.
29256         [POSIX] (ENOTSOCK): Likewise.
29257         [POSIX] (EOPNOTSUPP): Likewise.
29258         [POSIX] (EOVERFLOW): Likewise.
29259         [POSIX] (EPROTO): Likewise.
29260         [POSIX] (EPROTONOSUPPORT): Likewise.
29261         [POSIX] (EPROTOTYPE): Likewise.
29262         [POSIX] (ESTALE): Likewise.
29263         [POSIX] (ETIME): Likewise.
29264         [POSIX] (ETXTBSY): Likewise.
29265         [POSIX] (EWOULDBLOCK): Likewise.
29266         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
29267         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
29268         [POSIX] (SEEK_CUR): Likewise.
29269         [POSIX] (SEEK_END): Likewise.
29270         [POSIX || UNIX98] (mode_t): Do not require.
29271         [POSIX] (off_t): Likewise.
29272         [POSIX] (pid_t): Likewise.
29273         [POSIX] (sys/stat.h): Do not allow header.
29274         [POSIX] (unistd.h): Likewise.
29275         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
29276         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
29277         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
29278         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
29279         require.
29280         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
29281         sigevent): Specify elements.
29282         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
29283         entry.
29284         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
29285         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
29286
29287         * conform/data/cpio.h-data [POSIX]: Disable whole file.
29288         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
29289         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
29290         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
29291         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
29292         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
29293         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
29294         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
29295         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
29296         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
29297         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
29298         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
29299         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
29300         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
29301         Likewise.
29302         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
29303         Likewise.
29304         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
29305         Likewise.
29306         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
29307         Likewise.
29308         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
29309         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
29310         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
29311         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
29312         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
29313         Specify lower bound on value.
29314         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
29315         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
29316         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
29317         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
29318         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
29319         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
29320         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
29321         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
29322         value.
29323         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
29324         as optional.
29325         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
29326         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
29327         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
29328         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
29329         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
29330         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
29331         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
29332         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
29333         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
29334         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
29335         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
29336         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
29337         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
29338         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
29339         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
29340         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
29341         entry.
29342         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
29343         optional.
29344         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
29345         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
29346         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
29347         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
29348         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
29349         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
29350         Likewise.
29351         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
29352         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
29353         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
29354         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
29355         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
29356         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
29357         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
29358         as optional.
29359         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
29360         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
29361         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
29362         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
29363         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
29364         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
29365         specify as optional.
29366         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
29367         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
29368         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
29369         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
29370         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
29371         [XPG3] (NL_LANGMAX): Likewise.
29372         [POSIX || XPG3] (NL_MSGMAX): Likewise.
29373         [POSIX || XPG3] (NL_NMAX): Likewise.
29374         [POSIX || XPG3] (NL_SETMAX): Likewise.
29375         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
29376         [XPG3] (NZERO): Likewise.
29377         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
29378         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
29379         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
29380         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
29381         (REG_ERANGE): Expect.
29382         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
29383         optional-constant.
29384         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
29385         Use (void) in prototype.
29386         [POSIX] (*_t): Allow.
29387         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
29388         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
29389         (WRDE_BADVAL): Expect.
29390
29391         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
29392         expect.
29393         [XPG3 || XPG4] (O_RSYNC): Likewise.
29394         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
29395         Likewise.
29396         [XPG3 || XPG4] (pthread_sigmask): Likewise.
29397         [XPG3 || XPG4] (sigqueue): Likewise.
29398         [XPG3 || XPG4] (sigtimedwait): Likewise.
29399         [XPG3 || XPG4] (sigwaitinfo): Likewise.
29400         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
29401         [XPG3 || XPG4] (vsnprintf): Likewise.
29402         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
29403         Likewise.
29404         [XPG3 || XPG4] (blksize_t): Likewise.
29405         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
29406         Likewise.
29407         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
29408         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
29409         [XPG3 || XPG4] (struct itimerspec): Likewise.
29410         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
29411         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
29412         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
29413         [XPG3 || XPG4] (clockid_t): Likewise.
29414         [XPG3 || XPG4] (timer_t): Likewise.
29415         [XPG3 || XPG4] (clock_getres): Likewise.
29416         [XPG3 || XPG4] (clock_gettime): Likewise.
29417         [XPG3 || XPG4] (clock_settime): Likewise.
29418         [XPG3 || XPG4] (nanosleep): Likewise.
29419         [XPG3 || XPG4] (timer_create): Likewise.
29420         [XPG3 || XPG4] (timer_delete): Likewise.
29421         [XPG3 || XPG4] (timer_gettime): Likewise.
29422         [XPG3 || XPG4] (timer_getoverrun): Likewise.
29423         [XPG3 || XPG4] (timer_settime): Likewise.
29424         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
29425         [XPG3 || XPG4] (getlogin_r): Likewise.
29426         [XPG3 || XPG4] (pread): Likewise.
29427         [XPG3 || XPG4] (pthread_atfork): Likewise.
29428         [XPG3 || XPG4] (pwrite): Likewise.
29429
29430         [BZ #14835]
29431         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
29432         <bits/siginfo.h>.
29433
29434 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
29435
29436         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
29437         finalizing MALLSTREAM.
29438
29439         * sysdeps/mach/hurd/syncfs.c: New file.
29440
29441 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
29442
29443         [BZ #14719]
29444         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
29445         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
29446         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
29447         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
29448         (_nss_dns_gethostbyname4_r): Likewise.
29449         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
29450         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
29451
29452 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
29453
29454         [BZ #13763]
29455         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
29456
29457 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
29458
29459         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
29460         * elf/cache.c (print_entry): Print ",AArch64" for
29461         FLAG_AARCH64_LIB64
29462
29463         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
29464         * elf/cache.c (print_entry): Print ",hard-float" for
29465         FLAG_ARM_LIBHF.
29466
29467 2012-11-18  David S. Miller  <davem@davemloft.net>
29468
29469         With help from Joseph Myers.
29470         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
29471         cutoff to 2**-13.
29472         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
29473         cutoff to 2**-25.
29474         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
29475         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
29476         small.
29477         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
29478         * math/libm-test.inc (y0_test): New tests.
29479         (y1_test): New tests.
29480         * sysdeps/i386/fpu/libm-test-ulps: Update.
29481         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29482         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29483
29484 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
29485
29486         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
29487         64-bit targets.
29488         * configure: Regenerated.
29489
29490 2012-11-17  David S. Miller  <davem@davemloft.net>
29491
29492         [BZ #14811]
29493         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
29494         nonzero exponents with absolute value below 0x1p-128 to +/-
29495         0x1p-128.
29496
29497 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
29498
29499         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
29500
29501         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
29502
29503         * posix/getconf-speclist.c: New file.
29504         * posix/posix-envs.def: Likewise.
29505         * posix/confstr.c (START_ENV_GROUP): New macro.
29506         (END_ENV_GROUP): Likewise.
29507         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
29508         (KNOWN_PRESENT_ENV_STRING): Likewise.
29509         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
29510         (UNKNOWN_ENVIRONMENT): Likewise.
29511         (confstr): Include posix-envs.def instead of handling
29512         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
29513         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
29514         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
29515         (END_ENV_GROUP): Likewise.
29516         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
29517         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
29518         (UNKNOWN_ENVIRONMENT): Likewise.
29519         (__sysconf): Include posix-envs.def instead of handling associated
29520         cases directly here.
29521         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
29522         preprocessing getconf-speclist.c rather than running getconf or
29523         generating empty file.
29524
29525 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
29526
29527         * scripts/check-local-headers.sh: Ignore 'mach' headers.
29528
29529 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
29530
29531         [BZ #14672]
29532         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
29533
29534 2012-11-16  David S. Miller  <davem@davemloft.net>
29535
29536         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
29537         smaller than LDBL_EPSILON/2.0L, just return xm1.
29538
29539 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
29540
29541         * elf/tst-array1.c (init): Set constructor priority to 1000.
29542         (fini): Set destructor priority to 1000.
29543         * elf/tst-array2dep.c: Likewise.
29544
29545 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29546
29547         [BZ #11741]
29548         * libio/fileops.c (_IO_new_file_write): Correctly return error.
29549         (_IO_new_file_xsputn): Also return EOF if none of the input
29550         data was written when overflow failed.
29551         * libio/iopadn.c (_IO_padn): Likewise.
29552         * libio/iowpadn.c (_IO_wpadn): Likewise.
29553         * stdio-common/tst-put-error.c: Add copyright notice.
29554         (do_test): Add case for printing padded string.
29555         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
29556         _IO_padn returned error.
29557         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
29558         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
29559         return EOF.
29560
29561 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29562
29563         * libio/libioP.h: Add comment note that the references to C++
29564         bits are now obsolete.
29565
29566 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29567
29568         * math/libm-test.inc (check_complex): Use asprintf.
29569
29570 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
29571
29572         * debug/pcprofiledump.c (print_version): Update copyright year.
29573         * malloc/memusagestat.c (print_version): Likewise.
29574
29575 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
29576
29577         [BZ #14831]
29578         * elf/Makefile (tests): Add tst-audit8.
29579         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
29580         ($(objpfx)tst-audit8.out): New target.
29581         (tst-audit8-ENV): New variable.
29582         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
29583         audit if l_reloc_result is NULL.
29584         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
29585         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
29586         * elf/tst-audit8.c: New file.
29587
29588 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29589
29590         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
29591         * misc/Makefile (CFLAGS-select.c): Define.
29592         * posix/Makefile (CFLAGS-pause.c): Define.
29593
29594 2012-11-13  David S. Miller  <davem@davemloft.net>
29595
29596         * crypt/Makefile: Move test targets after toplevel Rules
29597         inclusion.  Grab any necessary sysdep routines when linking.
29598         * crypt/md5.c (md5_process_block): Remove define, we will always
29599         name it __md5_process_block.
29600         (md5_finish_ctx): Update md5_process_block call.
29601         (md5_stream): Likewise.
29602         (md5_process_bytes): Likewise.
29603         (md5_process_block): Rename to __md5_process_block and move to ...
29604         * crypt/md5-block.c: ... here.
29605         * crypt/sha256.c (sha256_process_block): Move to ...
29606         * crypt/sha256-block.c: ... here.
29607         * crypt/sha512.c (sha512_process_block): Move to ...
29608         * crypt/sha512-block.c: ... here.
29609         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
29610         path.
29611         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
29612         * sysdeps/sparc/sparc64/multiarch/Makefile
29613         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
29614         crypt subdir.
29615         (localedef-aux): Add md5 crypto assembler when in locale subdir.
29616         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
29617         multiarch changes.
29618         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
29619         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
29620         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
29621         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
29622         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
29623         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
29624         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
29625         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
29626         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
29627         file.
29628         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
29629         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
29630         file.
29631         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
29632
29633 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
29634
29635         * timezone/tzselect.ksh: Update from tzcode git revision
29636         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
29637         * timezone/zdump.c: Likewise.
29638         * timezone/zic.c: Likewise.
29639         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
29640         in TZVERSION setting, not $(PKGVERSION).
29641         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
29642         REPORT_BUGS_TO settings.
29643
29644         [BZ #14838]
29645         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
29646         macro.
29647
29648 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29649
29650         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
29651         detection to immediately after _FP_ROUND().
29652         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
29653         bits are 0.
29654
29655 2012-11-11  David S. Miller  <davem@davemloft.net>
29656
29657         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
29658         inttypes.h
29659         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
29660         __close rather than their public counterparts.
29661
29662 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
29663
29664         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
29665         file.
29666         [UNIX98] (sem_timedwait): Do not expect.
29667         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
29668         [XPG4 || UNIX98] (sockatmark): Do not expect.
29669         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
29670         (clock_getcpuclockid): Do not expect.
29671         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
29672         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
29673         Do not expect.
29674         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
29675         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
29676         [UNIX98] (vwscanf): Likewise.
29677         [UNIX98] (vswscanf): Likewise.
29678
29679 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
29680
29681         * timezone/version.h: Remove file.
29682         * timezone/README: Do not refer to version.h.
29683         * timezone/Makefile ($(objpfx)zic.o): New dependency on
29684         $(objpfx)version.h.
29685         ($(objpfx)zdump.o): Likewise.
29686         ($(objpfx)version.h): New target.
29687
29688         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
29689         2012i.
29690         * timezone/README: Don't mention modification to tzselect.ksh.
29691         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
29692         work on unmodified tzselect.ksh.  Substitute version numbers in
29693         tzselect.ksh.
29694
29695         * Makefile (format-me): Remove.
29696         (INSTALL): Adjust indentation.  Use commands directly instead of
29697         using $(format-me).
29698
29699         * aclocal.m4 (ACX_PKGVERSION): New macro.
29700         (ACX_BUGURL): Likewise.
29701         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
29702         (PKGVERSION): New AC_DEFINE_UNQUOTED.
29703         (REPORT_BUGS_TO): Likewise.
29704         * configure: Regenerated.
29705         * config.h.in (PKGVERSION): New macro.
29706         (REPORT_BUGS_TO): Likewise.
29707         * config.make.in (PKGVERSION): New variable.
29708         (PKGVERSION_TEXI): Likewise.
29709         (REPORT_BUGS_TO): Likewise.
29710         (REPORT_BUGS_TEXI): Likewise.
29711         * Makefile (format-me): Use -I$(common-objpfx)manual.
29712         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
29713         ($(common-objpfx)manual/%): New target.
29714         (manual/%): Remove target.
29715         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
29716         (print_version): Use PKGVERSION.
29717         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
29718         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
29719         and REPORT_BUGS_TO.
29720         ($(objpfx)xtrace): Likewise.
29721         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
29722         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
29723         (print_version): Use PKGVERSION.
29724         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
29725         (do_version): Use PKGVERSION.
29726         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
29727         REPORT_BUGS_TO.
29728         (common-ldd-rewrite): Likewise.
29729         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
29730         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
29731         (print_version): Use PKGVERSION.
29732         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
29733         * elf/pldd.c (argp_program_bug_address): Remove variable.
29734         (more_help): New function.
29735         (argp): Use more_help.
29736         (print_version): Use PKGVERSION.
29737         * elf/sln.c (main): Use PKGVERSION.
29738         (usage): Use REPORT_BUGS_TO.
29739         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
29740         (top level): Use PKGVERSION.
29741         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
29742         (print_version): Use PKGVERSION.
29743         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
29744         (print_version): Use PKGVERSION.
29745         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
29746         (print_version): Use PKGVERSION.
29747         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
29748         (print_version): Use PKGVERSION.
29749         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
29750         (print_version): Use PKGVERSION.
29751         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
29752         (print_version): Use PKGVERSION.
29753         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
29754         and BUGURL.
29755         ($(objpfx)memusage): Likewise.
29756         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
29757         (do_version): Use PKGVERSION.
29758         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
29759         (print_version): Use PKGVERSION.
29760         * malloc/mtrace.pl ($PACKAGE): Remove variable.
29761         ($PKGVERSION): New variable.
29762         ($REPORT_BUGS_TO): Likewise.
29763         (usage): Use $REPORT_BUGS_TO.
29764         (top level): Use $PKGVERSION.
29765         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
29766         ($(objpfx)pkgvers.texi): New rule.
29767         ($(objpfx)stamp-pkgvers): Likewise.
29768         * manual/install.texi: Include pkgvers.texi.
29769         (--with-pkgversion): Document new configure option.
29770         (--with-bugurl): Likewise.
29771         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
29772         than necessarily for this particular distribution.  Use
29773         REPORT_BUGS_TO for where to report bugs.
29774         * INSTALL: Regenerated.
29775         * manual/libc.texinfo: Include pkgvers.texi.
29776         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
29777         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
29778         (print_version): Use PKGVERSION.
29779         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
29780         (print_version): Use PKGVERSION.
29781         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
29782         (print_version): Use PKGVERSION.
29783         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
29784         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
29785         macro.
29786         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
29787         (print_version): Use PKGVERSION.
29788         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
29789         (print_version): Use PKGVERSION.
29790         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
29791         and PKGVERSION.
29792
29793         * timezone/checktab.awk: Update from tzcode 2012i.
29794         * timezone/ialloc.c: Likewise.
29795         * timezone/private.h: Likewise.
29796         * timezone/scheck.c: Likewise.
29797         * timezone/tzfile.h: Likewise.
29798         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
29799         (TZVERSION): Hardcode tzcode version number.
29800         * timezone/zdump.c: Update from tzcode 2012i.
29801         * timezone/zic.c: Likewise.
29802         * timezone/version.h: New file.
29803         * timezone/README: Describe version.h.  Update upstream location.
29804
29805         [BZ #14824]
29806         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
29807         (mktemp): Enable declaration.
29808         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
29809         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
29810         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
29811         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
29812         Likewise.
29813         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
29814         Likewise.
29815         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
29816         Likewise.
29817         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
29818         Likewise.
29819         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
29820         Likewise.
29821         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
29822         Likewise.
29823
29824         [BZ #14821]
29825         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
29826         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
29827         for copies of such integer values.
29828         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
29829         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
29830
29831 2012-11-09  Andreas Jaeger  <aj@suse.de>
29832
29833         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
29834         definitions and declarations that are provided by
29835         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
29836
29837 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29838
29839         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
29840         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
29841         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
29842         definition.
29843
29844 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29845
29846         * elf/elf.h: Update comment before AArch64 relocations.
29847
29848 2012-11-07  David S. Miller  <davem@davemloft.net>
29849
29850         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
29851         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
29852         (__start_context): Declare.
29853         (__makecontext_ret): Delete.
29854         (__makecontext): Hook up __start_context instead of
29855         __makecontext_ret.
29856         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
29857         (sysdep_routines): Add __start_context when in stdlib.
29858
29859 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29860
29861         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
29862         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
29863         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
29864         hardcoded "nm".
29865         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
29866         (READELF): New variable.  Use it instead of hardcoded "readelf".
29867
29868 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
29869
29870         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
29871         * sysdeps/x86/Makefile: Here.
29872         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
29873         * sysdeps/x86/tst-xmmymm.sh: This.
29874
29875 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29876
29877         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
29878         expectations.
29879         [UNIX98] (pthread_barrier_t): Do not expect.
29880         [UNIX98] (pthread_barrierattr_t): Likewise.
29881         [UNIX98] (pthread_spinlock_t): Likewise.
29882         [UNIX98] (pthread_barrier_destroy): Likewise.
29883         [UNIX98] (pthread_barrier_init): Likewise.
29884         [UNIX98] (pthread_barrier_wait): Likewise.
29885         [UNIX98] (pthread_barrierattr_destroy): Likewise.
29886         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
29887         [UNIX98] (pthread_barrierattr_init): Likewise.
29888         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
29889         [UNIX98] (pthread_getcpuclockid): Likewise.
29890         [UNIX98] (pthread_mutex_timedlock): Likewise.
29891         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
29892         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
29893         [UNIX98] (pthread_sigmask): Likewise.
29894         [UNIX98] (pthread_spin_destroy): Likewise.
29895         [UNIX98] (pthread_spin_init): Likewise.
29896         [UNIX98] (pthread_spin_lock): Likewise.
29897         [UNIX98] (pthread_spin_trylock): Likewise.
29898         [UNIX98] (pthread_spin_unlock): Likewise.
29899         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
29900         Do not expect.
29901         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
29902         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
29903         [XPG3 || XPG4] (pthread_cond_t): Likewise.
29904         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
29905         [XPG3 || XPG4] (pthread_key_t): Likewise.
29906         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
29907         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
29908         [XPG3 || XPG4] (pthread_once_t): Likewise.
29909         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
29910         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
29911         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
29912         [XPG3 || XPG4] (pthread_t): Likewise.
29913
29914         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
29915         not expect.
29916         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
29917
29918         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
29919         Change function return type to int.
29920
29921         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
29922         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
29923         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
29924         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
29925         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
29926         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
29927         [!POSIX] (posix_madvise): Likewise.
29928         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
29929         && !UNIX98].
29930         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
29931         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
29932         (mode_t): Likewise.
29933         (posix_mem_offset): Likewise.
29934         (posix_typed_mem_get_info): Likewise.
29935         (posix_typed_mem_open): Likewise.
29936
29937         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
29938         Change condition to [XOPEN2K8].
29939
29940         * conform/conformtest.pl: Preprocess allow-header data with -x c
29941         instead of from stdin.
29942         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
29943         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
29944         [C99-based standards] (cerfc): Likewise.
29945         [C99-based standards] (cexp2): Likewise.
29946         [C99-based standards] (cexpm1): Likewise.
29947         [C99-based standards] (clog10): Likewise.
29948         [C99-based standards] (clog1p): Likewise.
29949         [C99-based standards] (clog2): Likewise.
29950         [C99-based standards] (clgamma): Likewise.
29951         [C99-based standards] (ctgamma): Likewise.
29952         [C99-based standards] (cerff): Likewise.
29953         [C99-based standards] (cerfcf): Likewise.
29954         [C99-based standards] (cexp2f): Likewise.
29955         [C99-based standards] (cexpm1f): Likewise.
29956         [C99-based standards] (clog10f): Likewise.
29957         [C99-based standards] (clog1pf): Likewise.
29958         [C99-based standards] (clog2f): Likewise.
29959         [C99-based standards] (clgammaf): Likewise.
29960         [C99-based standards] (ctgammaf): Likewise.
29961         [C99-based standards] (cerfl): Likewise.
29962         [C99-based standards] (cerfcl): Likewise.
29963         [C99-based standards] (cexp2l): Likewise.
29964         [C99-based standards] (cexpm1l): Likewise.
29965         [C99-based standards] (clog10l): Likewise.
29966         [C99-based standards] (clog1pl): Likewise.
29967         [C99-based standards] (clog2l): Likewise.
29968         [C99-based standards] (clgammal): Likewise.
29969         [C99-based standards] (ctgammal): Likewise.
29970         * conform/data/inttypes.h-data [C99-based standards]: Include
29971         stdint.h-data.  Remove all expectations for stdint.h contents.
29972         [C99-based standards] (PRI*): Do not allow.
29973         [C99-based standards] (SCN*): Likewise.
29974         [C99-based standards] (*_t): Likewise.
29975         [C99-based-standards] (PRId8): Expect macro.
29976         [C99-based-standards] (PRIi8): Likewise.
29977         [C99-based-standards] (PRIo8): Likewise.
29978         [C99-based-standards] (PRIu8): Likewise.
29979         [C99-based-standards] (PRIx8): Likewise.
29980         [C99-based-standards] (PRIX8): Likewise.
29981         [C99-based-standards] (SCNd8): Likewise.
29982         [C99-based-standards] (SCNi8): Likewise.
29983         [C99-based-standards] (SCNo8): Likewise.
29984         [C99-based-standards] (SCNu8): Likewise.
29985         [C99-based-standards] (SCNx8): Likewise.
29986         [C99-based-standards] (PRIdLEAST8): Likewise.
29987         [C99-based-standards] (PRIiLEAST8): Likewise.
29988         [C99-based-standards] (PRIoLEAST8): Likewise.
29989         [C99-based-standards] (PRIuLEAST8): Likewise.
29990         [C99-based-standards] (PRIxLEAST8): Likewise.
29991         [C99-based-standards] (PRIXLEAST8): Likewise.
29992         [C99-based-standards] (SCNdLEAST8): Likewise.
29993         [C99-based-standards] (SCNiLEAST8): Likewise.
29994         [C99-based-standards] (SCNoLEAST8): Likewise.
29995         [C99-based-standards] (SCNuLEAST8): Likewise.
29996         [C99-based-standards] (SCNxLEAST8): Likewise.
29997         [C99-based-standards] (PRIdFAST8): Likewise.
29998         [C99-based-standards] (PRIiFAST8): Likewise.
29999         [C99-based-standards] (PRIoFAST8): Likewise.
30000         [C99-based-standards] (PRIuFAST8): Likewise.
30001         [C99-based-standards] (PRIxFAST8): Likewise.
30002         [C99-based-standards] (PRIXFAST8): Likewise.
30003         [C99-based-standards] (SCNdFAST8): Likewise.
30004         [C99-based-standards] (SCNiFAST8): Likewise.
30005         [C99-based-standards] (SCNoFAST8): Likewise.
30006         [C99-based-standards] (SCNuFAST8): Likewise.
30007         [C99-based-standards] (SCNxFAST8): Likewise.
30008         [C99-based-standards] (PRId16): Likewise.
30009         [C99-based-standards] (PRIi16): Likewise.
30010         [C99-based-standards] (PRIo16): Likewise.
30011         [C99-based-standards] (PRIu16): Likewise.
30012         [C99-based-standards] (PRIx16): Likewise.
30013         [C99-based-standards] (PRIX16): Likewise.
30014         [C99-based-standards] (SCNd16): Likewise.
30015         [C99-based-standards] (SCNi16): Likewise.
30016         [C99-based-standards] (SCNo16): Likewise.
30017         [C99-based-standards] (SCNu16): Likewise.
30018         [C99-based-standards] (SCNx16): Likewise.
30019         [C99-based-standards] (PRIdLEAST16): Likewise.
30020         [C99-based-standards] (PRIiLEAST16): Likewise.
30021         [C99-based-standards] (PRIoLEAST16): Likewise.
30022         [C99-based-standards] (PRIuLEAST16): Likewise.
30023         [C99-based-standards] (PRIxLEAST16): Likewise.
30024         [C99-based-standards] (PRIXLEAST16): Likewise.
30025         [C99-based-standards] (SCNdLEAST16): Likewise.
30026         [C99-based-standards] (SCNiLEAST16): Likewise.
30027         [C99-based-standards] (SCNoLEAST16): Likewise.
30028         [C99-based-standards] (SCNuLEAST16): Likewise.
30029         [C99-based-standards] (SCNxLEAST16): Likewise.
30030         [C99-based-standards] (PRIdFAST16): Likewise.
30031         [C99-based-standards] (PRIiFAST16): Likewise.
30032         [C99-based-standards] (PRIoFAST16): Likewise.
30033         [C99-based-standards] (PRIuFAST16): Likewise.
30034         [C99-based-standards] (PRIxFAST16): Likewise.
30035         [C99-based-standards] (PRIXFAST16): Likewise.
30036         [C99-based-standards] (SCNdFAST16): Likewise.
30037         [C99-based-standards] (SCNiFAST16): Likewise.
30038         [C99-based-standards] (SCNoFAST16): Likewise.
30039         [C99-based-standards] (SCNuFAST16): Likewise.
30040         [C99-based-standards] (SCNxFAST16): Likewise.
30041         [C99-based-standards] (PRId32): Likewise.
30042         [C99-based-standards] (PRIi32): Likewise.
30043         [C99-based-standards] (PRIo32): Likewise.
30044         [C99-based-standards] (PRIu32): Likewise.
30045         [C99-based-standards] (PRIx32): Likewise.
30046         [C99-based-standards] (PRIX32): Likewise.
30047         [C99-based-standards] (SCNd32): Likewise.
30048         [C99-based-standards] (SCNi32): Likewise.
30049         [C99-based-standards] (SCNo32): Likewise.
30050         [C99-based-standards] (SCNu32): Likewise.
30051         [C99-based-standards] (SCNx32): Likewise.
30052         [C99-based-standards] (PRIdLEAST32): Likewise.
30053         [C99-based-standards] (PRIiLEAST32): Likewise.
30054         [C99-based-standards] (PRIoLEAST32): Likewise.
30055         [C99-based-standards] (PRIuLEAST32): Likewise.
30056         [C99-based-standards] (PRIxLEAST32): Likewise.
30057         [C99-based-standards] (PRIXLEAST32): Likewise.
30058         [C99-based-standards] (SCNdLEAST32): Likewise.
30059         [C99-based-standards] (SCNiLEAST32): Likewise.
30060         [C99-based-standards] (SCNoLEAST32): Likewise.
30061         [C99-based-standards] (SCNuLEAST32): Likewise.
30062         [C99-based-standards] (SCNxLEAST32): Likewise.
30063         [C99-based-standards] (PRIdFAST32): Likewise.
30064         [C99-based-standards] (PRIiFAST32): Likewise.
30065         [C99-based-standards] (PRIoFAST32): Likewise.
30066         [C99-based-standards] (PRIuFAST32): Likewise.
30067         [C99-based-standards] (PRIxFAST32): Likewise.
30068         [C99-based-standards] (PRIXFAST32): Likewise.
30069         [C99-based-standards] (SCNdFAST32): Likewise.
30070         [C99-based-standards] (SCNiFAST32): Likewise.
30071         [C99-based-standards] (SCNoFAST32): Likewise.
30072         [C99-based-standards] (SCNuFAST32): Likewise.
30073         [C99-based-standards] (SCNxFAST32): Likewise.
30074         [C99-based-standards] (PRId64): Likewise.
30075         [C99-based-standards] (PRIi64): Likewise.
30076         [C99-based-standards] (PRIo64): Likewise.
30077         [C99-based-standards] (PRIu64): Likewise.
30078         [C99-based-standards] (PRIx64): Likewise.
30079         [C99-based-standards] (PRIX64): Likewise.
30080         [C99-based-standards] (SCNd64): Likewise.
30081         [C99-based-standards] (SCNi64): Likewise.
30082         [C99-based-standards] (SCNo64): Likewise.
30083         [C99-based-standards] (SCNu64): Likewise.
30084         [C99-based-standards] (SCNx64): Likewise.
30085         [C99-based-standards] (PRIdLEAST64): Likewise.
30086         [C99-based-standards] (PRIiLEAST64): Likewise.
30087         [C99-based-standards] (PRIoLEAST64): Likewise.
30088         [C99-based-standards] (PRIuLEAST64): Likewise.
30089         [C99-based-standards] (PRIxLEAST64): Likewise.
30090         [C99-based-standards] (PRIXLEAST64): Likewise.
30091         [C99-based-standards] (SCNdLEAST64): Likewise.
30092         [C99-based-standards] (SCNiLEAST64): Likewise.
30093         [C99-based-standards] (SCNoLEAST64): Likewise.
30094         [C99-based-standards] (SCNuLEAST64): Likewise.
30095         [C99-based-standards] (SCNxLEAST64): Likewise.
30096         [C99-based-standards] (PRIdFAST64): Likewise.
30097         [C99-based-standards] (PRIiFAST64): Likewise.
30098         [C99-based-standards] (PRIoFAST64): Likewise.
30099         [C99-based-standards] (PRIuFAST64): Likewise.
30100         [C99-based-standards] (PRIxFAST64): Likewise.
30101         [C99-based-standards] (PRIXFAST64): Likewise.
30102         [C99-based-standards] (SCNdFAST64): Likewise.
30103         [C99-based-standards] (SCNiFAST64): Likewise.
30104         [C99-based-standards] (SCNoFAST64): Likewise.
30105         [C99-based-standards] (SCNuFAST64): Likewise.
30106         [C99-based-standards] (SCNxFAST64): Likewise.
30107         [C99-based-standards] (PRIdMAX): Likewise.
30108         [C99-based-standards] (PRIiMAX): Likewise.
30109         [C99-based-standards] (PRIoMAX): Likewise.
30110         [C99-based-standards] (PRIuMAX): Likewise.
30111         [C99-based-standards] (PRIxMAX): Likewise.
30112         [C99-based-standards] (PRIXMAX): Likewise.
30113         [C99-based-standards] (SCNdMAX): Likewise.
30114         [C99-based-standards] (SCNiMAX): Likewise.
30115         [C99-based-standards] (SCNoMAX): Likewise.
30116         [C99-based-standards] (SCNuMAX): Likewise.
30117         [C99-based-standards] (SCNxMAX): Likewise.
30118         [C99-based-standards] (PRIdPTR): Likewise.
30119         [C99-based-standards] (PRIiPTR): Likewise.
30120         [C99-based-standards] (PRIoPTR): Likewise.
30121         [C99-based-standards] (PRIuPTR): Likewise.
30122         [C99-based-standards] (PRIxPTR): Likewise.
30123         [C99-based-standards] (PRIXPTR): Likewise.
30124         [C99-based-standards] (SCNdPTR): Likewise.
30125         [C99-based-standards] (SCNiPTR): Likewise.
30126         [C99-based-standards] (SCNoPTR): Likewise.
30127         [C99-based-standards] (SCNuPTR): Likewise.
30128         [C99-based-standards] (SCNxPTR): Likewise.
30129         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
30130         allow.
30131         * conform/data/stdint.h-data: Update comments to clarify
30132         requirements.
30133         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
30134         type.
30135         [C99-based standards] (INT8_MAX): Likewise.
30136         [C99-based standards] (INT16_MIN): Likewise.
30137         [C99-based standards] (INT16_MAX): Likewise.
30138         [C99-based standards] (INT32_MIN): Likewise.
30139         [C99-based standards] (INT32_MAX): Likewise.
30140         [C99-based standards] (INT64_MIN): Likewise.
30141         [C99-based standards] (INT64_MAX): Likewise.
30142         [C99-based standards] (UINT8_MAX): Likewise.
30143         [C99-based standards] (UINT16_MAX): Likewise.
30144         [C99-based standards] (UINT32_MAX): Likewise.
30145         [C99-based standards] (UINT64_MAX): Likewise.
30146         [C99-based standards] (INT_LEAST8_MIN): Likewise.
30147         [C99-based standards] (INT_LEAST8_MAX): Likewise.
30148         [C99-based standards] (INT_LEAST16_MIN): Likewise.
30149         [C99-based standards] (INT_LEAST16_MAX): Likewise.
30150         [C99-based standards] (INT_LEAST32_MIN): Likewise.
30151         [C99-based standards] (INT_LEAST32_MAX): Likewise.
30152         [C99-based standards] (INT_LEAST64_MIN): Likewise.
30153         [C99-based standards] (INT_LEAST64_MAX): Likewise.
30154         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
30155         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
30156         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
30157         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
30158         [C99-based standards] (INT_FAST8_MIN): Likewise.
30159         [C99-based standards] (INT_FAST8_MAX): Likewise.
30160         [C99-based standards] (INT_FAST16_MIN): Likewise.
30161         [C99-based standards] (INT_FAST16_MAX): Likewise.
30162         [C99-based standards] (INT_FAST32_MIN): Likewise.
30163         [C99-based standards] (INT_FAST32_MAX): Likewise.
30164         [C99-based standards] (INT_FAST64_MIN): Likewise.
30165         [C99-based standards] (INT_FAST64_MAX): Likewise.
30166         [C99-based standards] (UINT_FAST8_MAX): Likewise.
30167         [C99-based standards] (UINT_FAST16_MAX): Likewise.
30168         [C99-based standards] (UINT_FAST32_MAX): Likewise.
30169         [C99-based standards] (UINT_FAST64_MAX): Likewise.
30170         [C99-based standards] (INTPTR_MIN): Likewise.
30171         [C99-based standards] (INTPTR_MAX): Likewise.
30172         [C99-based standards] (UINTPTR_MAX): Likewise.
30173         [C99-based standards] (INTMAX_MIN): Likewise.
30174         [C99-based standards] (INTMAX_MAX): Likewise.
30175         [C99-based standards] (UINTMAX_MAX): Likewise.
30176         [C99-based standards] (PTRDIFF_MIN): Likewise.
30177         [C99-based standards] (PTRDIFF_MAX): Likewise.
30178         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
30179         [C99-based standards] (SIZE_MAX): Likewise.
30180         [C99-based standards] (WCHAR_MAX): Likewise.
30181         [C99-based standards] (WINT_MAX): Likewise.
30182         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
30183         constraint on value.
30184         [C99-based standards] (WCHAR_MIN): Likewise.
30185         [C99-based standards] (WINT_MIN): Likewise.
30186         [C99-based standards] (*_t): Allow.
30187         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
30188         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
30189         Include math.h-data and complex.h-data.  Remove all expectations
30190         of math.h and complex.h contents.
30191         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
30192         at end of line.
30193         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
30194         (struct tm): Expect tag.
30195         [C99-based-standards] (wcstof): Expect function.
30196         [C99-based-standards] (wcstold): Likewise.
30197         [C99-based-standards] (wcstoll): Likewise.
30198         [C99-based-standards] (wcstoull): Likewise.
30199         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
30200         macro-int-constant.  Specify type.
30201         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
30202         constraint on value.
30203         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
30204         Specify type.
30205         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
30206         Specify value.
30207         [ISO C standards]: Do not allow headers.
30208         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
30209         wcs[abcdefghijklmnopqrstuvwxyz]*.
30210         [ISO C standards] (*_t): Do not allow.
30211         * conform/data/wctype.h-data [C99-based standards] (iswblank):
30212         Expect function.
30213         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
30214         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
30215         Specify type.
30216         [ISO C standards]: Do not allow headers.
30217         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
30218         is[abcdefghijklmnopqrstuvwxyz]*.
30219         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
30220         to[abcdefghijklmnopqrstuvwxyz]*.
30221         [ISO C standards] (*_t): Do not allow.
30222         * conform/data/stdalign.h-data: New file.
30223         * conform/data/stdbool.h-data: Likewise.
30224         * conform/data/stdnoreturn.h-data: Likewise.
30225
30226 2012-11-07  Roland McGrath  <roland@hack.frob.com>
30227
30228         [BZ #14815]
30229         * manual/filesys.texi (Directory Entries): Typo fix.
30230         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
30231
30232 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30233
30234         * elf/elf.h (EM_AARCH64): New macro.
30235         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
30236         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
30237         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
30238         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
30239         (R_AARCH64_TLSDESC): Likewise.
30240         (NT_ARM_TLS): Likewise.
30241         (NT_ARM_HW_BREAK): Likewise.
30242         (NT_ARM_HW_WATCH): Likewise.
30243
30244 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
30245
30246         [BZ #14811]
30247         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
30248         (__ieee754_powl): Saturate nonzero exponents with absolute value
30249         below 0x1p-79 to +/- 0x1p-79.
30250         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
30251         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
30252         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
30253         nonzero exponents with absolute value below 0x1p-32 to +/-
30254         0x1p-32.
30255         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
30256         (__ieee754_powl): Saturate nonzero exponents with absolute value
30257         below 0x1p-79 to +/- 0x1p-79.
30258         * math/libm-test.inc (pow_test): Add more tests.
30259
30260 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30261
30262         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
30263         _dl_s390_cap_flags with kernel. Increase string length.
30264         (_dl_s390_platforms): Add z196 and zEC12.
30265
30266 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
30267
30268         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
30269         Change XOPEN21K to XOPEN2K.
30270
30271 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
30272
30273         * string/memmove.c: Use memcpy when possible.
30274
30275 2012-11-06  Andreas Jaeger  <aj@suse.de>
30276
30277         * po/eo.po: Update from translation team.
30278
30279 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
30280
30281         [BZ #14793]
30282         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
30283         exponent and small x and y exponents, scale x or y up.  Increase
30284         by 2 the exponent used in scaling up.
30285         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30286         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30287         * math/libm-test.inc (fma_test): Add more tests.
30288         (fma_test_towardzero): Likewise.
30289         (fma_test_downward): Likewise.
30290         (fma_test_upward): Likewise.
30291
30292 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
30293
30294         [BZ #14805]
30295         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
30296         fenv_t *.
30297
30298         [BZ #14801]
30299         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
30300         namespace for names of struct fields.
30301         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
30302         fenv_t fields.
30303         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
30304         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
30305
30306 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
30307
30308         [BZ #3665]
30309         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
30310
30311 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
30312
30313         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
30314         PTR_DEMANGLE.
30315
30316         [BZ #5246]
30317         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
30318         PTR_DEMANGLE.
30319
30320 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
30321
30322         [BZ #14797]
30323         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
30324         definitely overflow as x * y not x * y + z.
30325         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30326         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30327         * math/libm-test.inc (fma_test): Add more tests.
30328         (fma_test_towardzero): Likewise.
30329         (fma_test_downward): Likewise.
30330         (fma_test_upward): Likewise.
30331
30332 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
30333
30334         [BZ #157]
30335
30336         * include/stub-tag.h: Remove file.
30337         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
30338         '#include' of it.
30339         * manual/maint.texi (Porting): Don't reference it.
30340         * Makerules ($(objpfx)stubs): Likewise.
30341         * dirent/closedir.c: Don't include <stub-tag.h>.
30342         * dirent/dirfd.c: Likewise.
30343         * dirent/fdopendir.c: Likewise.
30344         * dirent/getdents.c: Likewise.
30345         * dirent/getdents64.c: Likewise.
30346         * dirent/opendir.c: Likewise.
30347         * dirent/readdir.c: Likewise.
30348         * dirent/readdir64.c: Likewise.
30349         * dirent/readdir64_r.c: Likewise.
30350         * dirent/readdir_r.c: Likewise.
30351         * dirent/rewinddir.c: Likewise.
30352         * dirent/seekdir.c: Likewise.
30353         * dirent/telldir.c: Likewise.
30354         * gmon/profil.c: Likewise.
30355         * grp/setgroups.c: Likewise.
30356         * inet/if_index.c: Likewise.
30357         * io/access.c: Likewise.
30358         * io/chdir.c: Likewise.
30359         * io/chmod.c: Likewise.
30360         * io/chown.c: Likewise.
30361         * io/close.c: Likewise.
30362         * io/dup.c: Likewise.
30363         * io/dup2.c: Likewise.
30364         * io/dup3.c: Likewise.
30365         * io/euidaccess.c: Likewise.
30366         * io/faccessat.c: Likewise.
30367         * io/fchdir.c: Likewise.
30368         * io/fchmod.c: Likewise.
30369         * io/fchmodat.c: Likewise.
30370         * io/fchown.c: Likewise.
30371         * io/fchownat.c: Likewise.
30372         * io/fcntl.c: Likewise.
30373         * io/flock.c: Likewise.
30374         * io/fstatfs.c: Likewise.
30375         * io/fstatfs64.c: Likewise.
30376         * io/fstatvfs.c: Likewise.
30377         * io/fstatvfs64.c: Likewise.
30378         * io/futimens.c: Likewise.
30379         * io/fxstat.c: Likewise.
30380         * io/fxstat64.c: Likewise.
30381         * io/fxstatat.c: Likewise.
30382         * io/fxstatat64.c: Likewise.
30383         * io/getcwd.c: Likewise.
30384         * io/isatty.c: Likewise.
30385         * io/lchmod.c: Likewise.
30386         * io/lchown.c: Likewise.
30387         * io/link.c: Likewise.
30388         * io/linkat.c: Likewise.
30389         * io/lseek.c: Likewise.
30390         * io/lseek64.c: Likewise.
30391         * io/lxstat64.c: Likewise.
30392         * io/mkdir.c: Likewise.
30393         * io/mkdirat.c: Likewise.
30394         * io/mkfifo.c: Likewise.
30395         * io/mkfifoat.c: Likewise.
30396         * io/open.c: Likewise.
30397         * io/open64.c: Likewise.
30398         * io/openat.c: Likewise.
30399         * io/openat64.c: Likewise.
30400         * io/pipe.c: Likewise.
30401         * io/pipe2.c: Likewise.
30402         * io/poll.c: Likewise.
30403         * io/posix_fadvise.c: Likewise.
30404         * io/posix_fadvise64.c: Likewise.
30405         * io/posix_fallocate.c: Likewise.
30406         * io/posix_fallocate64.c: Likewise.
30407         * io/read.c: Likewise.
30408         * io/readlink.c: Likewise.
30409         * io/readlinkat.c: Likewise.
30410         * io/rmdir.c: Likewise.
30411         * io/sendfile.c: Likewise.
30412         * io/sendfile64.c: Likewise.
30413         * io/statfs.c: Likewise.
30414         * io/statfs64.c: Likewise.
30415         * io/statvfs.c: Likewise.
30416         * io/statvfs64.c: Likewise.
30417         * io/symlink.c: Likewise.
30418         * io/symlinkat.c: Likewise.
30419         * io/ttyname.c: Likewise.
30420         * io/ttyname_r.c: Likewise.
30421         * io/umask.c: Likewise.
30422         * io/unlink.c: Likewise.
30423         * io/unlinkat.c: Likewise.
30424         * io/utime.c: Likewise.
30425         * io/utimensat.c: Likewise.
30426         * io/write.c: Likewise.
30427         * io/xmknod.c: Likewise.
30428         * io/xmknodat.c: Likewise.
30429         * io/xstat.c: Likewise.
30430         * io/xstat64.c: Likewise.
30431         * login/getpt.c: Likewise.
30432         * login/grantpt.c: Likewise.
30433         * login/unlockpt.c: Likewise.
30434         * math/e_acoshl.c: Likewise.
30435         * math/e_acosl.c: Likewise.
30436         * math/e_asinl.c: Likewise.
30437         * math/e_atan2l.c: Likewise.
30438         * math/e_atanhl.c: Likewise.
30439         * math/e_coshl.c: Likewise.
30440         * math/e_expl.c: Likewise.
30441         * math/e_fmodl.c: Likewise.
30442         * math/e_gammal_r.c: Likewise.
30443         * math/e_hypotl.c: Likewise.
30444         * math/e_j0l.c: Likewise.
30445         * math/e_j1l.c: Likewise.
30446         * math/e_jnl.c: Likewise.
30447         * math/e_lgammal_r.c: Likewise.
30448         * math/e_log10l.c: Likewise.
30449         * math/e_log2l.c: Likewise.
30450         * math/e_logl.c: Likewise.
30451         * math/e_powl.c: Likewise.
30452         * math/e_rem_pio2l.c: Likewise.
30453         * math/e_sinhl.c: Likewise.
30454         * math/e_sqrtl.c: Likewise.
30455         * math/fclrexcpt.c: Likewise.
30456         * math/fedisblxcpt.c: Likewise.
30457         * math/feenablxcpt.c: Likewise.
30458         * math/fegetenv.c: Likewise.
30459         * math/fegetexcept.c: Likewise.
30460         * math/fegetround.c: Likewise.
30461         * math/feholdexcpt.c: Likewise.
30462         * math/fesetenv.c: Likewise.
30463         * math/fesetround.c: Likewise.
30464         * math/feupdateenv.c: Likewise.
30465         * math/fgetexcptflg.c: Likewise.
30466         * math/fraiseexcpt.c: Likewise.
30467         * math/fsetexcptflg.c: Likewise.
30468         * math/ftestexcept.c: Likewise.
30469         * math/k_cosl.c: Likewise.
30470         * math/k_rem_pio2l.c: Likewise.
30471         * math/k_sinl.c: Likewise.
30472         * math/k_tanl.c: Likewise.
30473         * math/s_asinhl.c: Likewise.
30474         * math/s_atanl.c: Likewise.
30475         * math/s_cbrtl.c: Likewise.
30476         * math/s_erfl.c: Likewise.
30477         * math/s_expm1l.c: Likewise.
30478         * math/s_log1pl.c: Likewise.
30479         * math/s_tanhl.c: Likewise.
30480         * misc/acct.c: Likewise.
30481         * misc/brk.c: Likewise.
30482         * misc/chflags.c: Likewise.
30483         * misc/chroot.c: Likewise.
30484         * misc/fchflags.c: Likewise.
30485         * misc/fgetxattr.c: Likewise.
30486         * misc/flistxattr.c: Likewise.
30487         * misc/fremovexattr.c: Likewise.
30488         * misc/fsetxattr.c: Likewise.
30489         * misc/fsync.c: Likewise.
30490         * misc/ftruncate.c: Likewise.
30491         * misc/futimes.c: Likewise.
30492         * misc/futimesat.c: Likewise.
30493         * misc/getdomain.c: Likewise.
30494         * misc/getdtsz.c: Likewise.
30495         * misc/gethostid.c: Likewise.
30496         * misc/gethostname.c: Likewise.
30497         * misc/getloadavg.c: Likewise.
30498         * misc/getpagesize.c: Likewise.
30499         * misc/getsysstats.c: Likewise.
30500         * misc/getxattr.c: Likewise.
30501         * misc/gtty.c: Likewise.
30502         * misc/ioctl.c: Likewise.
30503         * misc/lgetxattr.c: Likewise.
30504         * misc/listxattr.c: Likewise.
30505         * misc/llistxattr.c: Likewise.
30506         * misc/lremovexattr.c: Likewise.
30507         * misc/lsetxattr.c: Likewise.
30508         * misc/lutimes.c: Likewise.
30509         * misc/madvise.c: Likewise.
30510         * misc/mincore.c: Likewise.
30511         * misc/mlock.c: Likewise.
30512         * misc/mlockall.c: Likewise.
30513         * misc/mmap.c: Likewise.
30514         * misc/mprotect.c: Likewise.
30515         * misc/msync.c: Likewise.
30516         * misc/munlock.c: Likewise.
30517         * misc/munlockall.c: Likewise.
30518         * misc/munmap.c: Likewise.
30519         * misc/preadv.c: Likewise.
30520         * misc/preadv64.c: Likewise.
30521         * misc/ptrace.c: Likewise.
30522         * misc/pwritev.c: Likewise.
30523         * misc/pwritev64.c: Likewise.
30524         * misc/readv.c: Likewise.
30525         * misc/reboot.c: Likewise.
30526         * misc/remap_file_pages.c: Likewise.
30527         * misc/removexattr.c: Likewise.
30528         * misc/revoke.c: Likewise.
30529         * misc/select.c: Likewise.
30530         * misc/setdomain.c: Likewise.
30531         * misc/setegid.c: Likewise.
30532         * misc/seteuid.c: Likewise.
30533         * misc/sethostid.c: Likewise.
30534         * misc/sethostname.c: Likewise.
30535         * misc/setregid.c: Likewise.
30536         * misc/setreuid.c: Likewise.
30537         * misc/setxattr.c: Likewise.
30538         * misc/sstk.c: Likewise.
30539         * misc/stty.c: Likewise.
30540         * misc/swapoff.c: Likewise.
30541         * misc/swapon.c: Likewise.
30542         * misc/sync.c: Likewise.
30543         * misc/syncfs.c: Likewise.
30544         * misc/syscall.c: Likewise.
30545         * misc/truncate.c: Likewise.
30546         * misc/ualarm.c: Likewise.
30547         * misc/usleep.c: Likewise.
30548         * misc/ustat.c: Likewise.
30549         * misc/utimes.c: Likewise.
30550         * misc/vhangup.c: Likewise.
30551         * misc/writev.c: Likewise.
30552         * posix/_exit.c: Likewise.
30553         * posix/alarm.c: Likewise.
30554         * posix/execve.c: Likewise.
30555         * posix/fexecve.c: Likewise.
30556         * posix/fork.c: Likewise.
30557         * posix/fpathconf.c: Likewise.
30558         * posix/getaddrinfo.c: Likewise.
30559         * posix/getegid.c: Likewise.
30560         * posix/geteuid.c: Likewise.
30561         * posix/getgid.c: Likewise.
30562         * posix/getgroups.c: Likewise.
30563         * posix/getlogin.c: Likewise.
30564         * posix/getlogin_r.c: Likewise.
30565         * posix/getpgid.c: Likewise.
30566         * posix/getpid.c: Likewise.
30567         * posix/getppid.c: Likewise.
30568         * posix/getresgid.c: Likewise.
30569         * posix/getresuid.c: Likewise.
30570         * posix/getsid.c: Likewise.
30571         * posix/getuid.c: Likewise.
30572         * posix/glob64.c: Likewise.
30573         * posix/nanosleep.c: Likewise.
30574         * posix/pathconf.c: Likewise.
30575         * posix/pause.c: Likewise.
30576         * posix/posix_madvise.c: Likewise.
30577         * posix/pread.c: Likewise.
30578         * posix/pread64.c: Likewise.
30579         * posix/pwrite.c: Likewise.
30580         * posix/pwrite64.c: Likewise.
30581         * posix/sched_getaffinity.c: Likewise.
30582         * posix/sched_getp.c: Likewise.
30583         * posix/sched_gets.c: Likewise.
30584         * posix/sched_primax.c: Likewise.
30585         * posix/sched_primin.c: Likewise.
30586         * posix/sched_rr_gi.c: Likewise.
30587         * posix/sched_setaffinity.c: Likewise.
30588         * posix/sched_setp.c: Likewise.
30589         * posix/sched_sets.c: Likewise.
30590         * posix/sched_yield.c: Likewise.
30591         * posix/setgid.c: Likewise.
30592         * posix/setlogin.c: Likewise.
30593         * posix/setpgid.c: Likewise.
30594         * posix/setresgid.c: Likewise.
30595         * posix/setresuid.c: Likewise.
30596         * posix/setsid.c: Likewise.
30597         * posix/setuid.c: Likewise.
30598         * posix/sleep.c: Likewise.
30599         * posix/spawni.c: Likewise.
30600         * posix/sysconf.c: Likewise.
30601         * posix/times.c: Likewise.
30602         * posix/wait.c: Likewise.
30603         * posix/wait3.c: Likewise.
30604         * posix/wait4.c: Likewise.
30605         * posix/waitpid.c: Likewise.
30606         * resolv/gai_sigqueue.c: Likewise.
30607         * resource/getpriority.c: Likewise.
30608         * resource/getrlimit.c: Likewise.
30609         * resource/getrusage.c: Likewise.
30610         * resource/nice.c: Likewise.
30611         * resource/setpriority.c: Likewise.
30612         * resource/setrlimit.c: Likewise.
30613         * resource/ulimit.c: Likewise.
30614         * rt/aio_cancel.c: Likewise.
30615         * rt/aio_fsync.c: Likewise.
30616         * rt/aio_read.c: Likewise.
30617         * rt/aio_sigqueue.c: Likewise.
30618         * rt/aio_suspend.c: Likewise.
30619         * rt/aio_write.c: Likewise.
30620         * rt/clock_getres.c: Likewise.
30621         * rt/clock_gettime.c: Likewise.
30622         * rt/clock_nanosleep.c: Likewise.
30623         * rt/clock_settime.c: Likewise.
30624         * rt/lio_listio.c: Likewise.
30625         * rt/mq_close.c: Likewise.
30626         * rt/mq_getattr.c: Likewise.
30627         * rt/mq_notify.c: Likewise.
30628         * rt/mq_open.c: Likewise.
30629         * rt/mq_receive.c: Likewise.
30630         * rt/mq_send.c: Likewise.
30631         * rt/mq_setattr.c: Likewise.
30632         * rt/mq_timedreceive.c: Likewise.
30633         * rt/mq_timedsend.c: Likewise.
30634         * rt/mq_unlink.c: Likewise.
30635         * rt/shm_open.c: Likewise.
30636         * rt/shm_unlink.c: Likewise.
30637         * rt/timer_create.c: Likewise.
30638         * rt/timer_delete.c: Likewise.
30639         * rt/timer_getoverr.c: Likewise.
30640         * rt/timer_gettime.c: Likewise.
30641         * rt/timer_settime.c: Likewise.
30642         * setjmp/__longjmp.c: Likewise.
30643         * setjmp/setjmp.c: Likewise.
30644         * signal/kill.c: Likewise.
30645         * signal/killpg.c: Likewise.
30646         * signal/raise.c: Likewise.
30647         * signal/sigaction.c: Likewise.
30648         * signal/sigaltstack.c: Likewise.
30649         * signal/sigblock.c: Likewise.
30650         * signal/sigignore.c: Likewise.
30651         * signal/sigintr.c: Likewise.
30652         * signal/signal.c: Likewise.
30653         * signal/sigpause.c: Likewise.
30654         * signal/sigpending.c: Likewise.
30655         * signal/sigqueue.c: Likewise.
30656         * signal/sigreturn.c: Likewise.
30657         * signal/sigset.c: Likewise.
30658         * signal/sigsetmask.c: Likewise.
30659         * signal/sigstack.c: Likewise.
30660         * signal/sigsuspend.c: Likewise.
30661         * signal/sigtimedwait.c: Likewise.
30662         * signal/sigvec.c: Likewise.
30663         * signal/sigwait.c: Likewise.
30664         * signal/sigwaitinfo.c: Likewise.
30665         * signal/sysv_signal.c: Likewise.
30666         * socket/accept.c: Likewise.
30667         * socket/accept4.c: Likewise.
30668         * socket/bind.c: Likewise.
30669         * socket/connect.c: Likewise.
30670         * socket/getpeername.c: Likewise.
30671         * socket/getsockname.c: Likewise.
30672         * socket/getsockopt.c: Likewise.
30673         * socket/isfdtype.c: Likewise.
30674         * socket/listen.c: Likewise.
30675         * socket/recv.c: Likewise.
30676         * socket/recvfrom.c: Likewise.
30677         * socket/recvmsg.c: Likewise.
30678         * socket/send.c: Likewise.
30679         * socket/sendmsg.c: Likewise.
30680         * socket/sendto.c: Likewise.
30681         * socket/setsockopt.c: Likewise.
30682         * socket/shutdown.c: Likewise.
30683         * socket/sockatmark.c: Likewise.
30684         * socket/socket.c: Likewise.
30685         * socket/socketpair.c: Likewise.
30686         * stdio-common/ctermid.c: Likewise.
30687         * stdio-common/cuserid.c: Likewise.
30688         * stdio-common/remove.c: Likewise.
30689         * stdio-common/rename.c: Likewise.
30690         * stdio-common/renameat.c: Likewise.
30691         * stdio-common/tempname.c: Likewise.
30692         * stdlib/getcontext.c: Likewise.
30693         * stdlib/makecontext.c: Likewise.
30694         * stdlib/setcontext.c: Likewise.
30695         * stdlib/swapcontext.c: Likewise.
30696         * stdlib/system.c: Likewise.
30697         * streams/fattach.c: Likewise.
30698         * streams/fdetach.c: Likewise.
30699         * streams/getmsg.c: Likewise.
30700         * streams/getpmsg.c: Likewise.
30701         * streams/putmsg.c: Likewise.
30702         * streams/putpmsg.c: Likewise.
30703         * sysdeps/unix/bsd/getpt.c: Likewise.
30704         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
30705         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
30706         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
30707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
30708         Likewise.
30709         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
30710         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
30711         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
30712         * sysvipc/msgctl.c: Likewise.
30713         * sysvipc/msgget.c: Likewise.
30714         * sysvipc/msgrcv.c: Likewise.
30715         * sysvipc/msgsnd.c: Likewise.
30716         * sysvipc/semctl.c: Likewise.
30717         * sysvipc/semget.c: Likewise.
30718         * sysvipc/semop.c: Likewise.
30719         * sysvipc/semtimedop.c: Likewise.
30720         * sysvipc/shmat.c: Likewise.
30721         * sysvipc/shmctl.c: Likewise.
30722         * sysvipc/shmdt.c: Likewise.
30723         * sysvipc/shmget.c: Likewise.
30724         * termios/tcdrain.c: Likewise.
30725         * termios/tcflow.c: Likewise.
30726         * termios/tcflush.c: Likewise.
30727         * termios/tcgetattr.c: Likewise.
30728         * termios/tcgetpgrp.c: Likewise.
30729         * termios/tcsendbrk.c: Likewise.
30730         * termios/tcsetattr.c: Likewise.
30731         * termios/tcsetpgrp.c: Likewise.
30732         * time/adjtime.c: Likewise.
30733         * time/clock.c: Likewise.
30734         * time/getitimer.c: Likewise.
30735         * time/gettimeofday.c: Likewise.
30736         * time/setitimer.c: Likewise.
30737         * time/settimeofday.c: Likewise.
30738         * time/stime.c: Likewise.
30739         * time/time.c: Likewise.
30740
30741 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
30742
30743         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
30744         /usr/old/bin.
30745
30746         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
30747         instead of spaces.
30748         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
30749
30750 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
30751
30752         [BZ #14796]
30753         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
30754         FE_TONEAREST before applying Dekker multiplication and Knuth
30755         addition.  Clear inexact exceptions and check for exact zero
30756         results afterwards.
30757         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30758         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
30759         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30760         * math/libm-test.inc (fma_test): Add more tests.
30761         (fma_test_towardzero): Likewise.
30762         (fma_test_downward): Likewise.
30763         (fma_test_upward): Likewise.
30764         * sysdeps/generic/math_private.h (default_libc_fesetround): New
30765         function.
30766         (libc_fesetround): New macro.
30767         (libc_fesetroundf): Likewise.
30768         (libc_fesetroundl): Likewise.
30769         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
30770         function.
30771         (libc_fesetround_387): Likewise.
30772         (libc_fesetroundf): New macro.
30773         (libc_fesetround): Likewise.
30774         (libc_fesetroundl): Likewise.
30775         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
30776         function.
30777         (libc_fesetroundf): New macro.
30778         (libc_fesetround): Likewise.
30779         (libc_fesetroundl): Likewise.
30780         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
30781         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
30782         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
30783         libm_hidden_ver.
30784         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
30785         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
30786         libm_hidden_def.
30787         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
30788         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
30789         libm_hidden_ver.
30790         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
30791         libm_hidden_def.
30792
30793         [BZ #3439]
30794         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
30795         integer constant usable in #if and use that to give value to enum
30796         constant.
30797         (FE_DIVBYZERO): Likewise.
30798         (FE_UNDERFLOW): Likewise.
30799         (FE_OVERFLOW): Likewise.
30800         (FE_INVALID): Likewise.
30801         (FE_INVALID_SNAN): Likewise.
30802         (FE_INVALID_ISI): Likewise.
30803         (FE_INVALID_IDI): Likewise.
30804         (FE_INVALID_ZDZ): Likewise.
30805         (FE_INVALID_IMZ): Likewise.
30806         (FE_INVALID_COMPARE): Likewise.
30807         (FE_INVALID_SOFTWARE): Likewise.
30808         (FE_INVALID_SQRT): Likewise.
30809         (FE_INVALID_INTEGER_CONVERSION): Likewise.
30810         (FE_TONEAREST): Likewise.
30811         (FE_TOWARDZERO): Likewise.
30812         (FE_UPWARD): Likewise.
30813         (FE_DOWNWARD): Likewise.
30814         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
30815         (FE_DIVBYZERO): Likewise.
30816         (FE_OVERFLOW): Likewise.
30817         (FE_UNDERFLOW): Likewise.
30818         (FE_INEXACT): Likewise.
30819         (FE_TONEAREST): Likewise.
30820         (FE_DOWNWARD): Likewise.
30821         (FE_UPWARD): Likewise.
30822         (FE_TOWARDZERO): Likewise.
30823         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
30824         (FE_UNDERFLOW): Likewise.
30825         (FE_OVERFLOW): Likewise.
30826         (FE_DIVBYZERO): Likewise.
30827         (FE_INVALID): Likewise.
30828         (FE_TONEAREST): Likewise.
30829         (FE_TOWARDZERO): Likewise.
30830         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
30831         (FE_OVERFLOW): Likewise.
30832         (FE_UNDERFLOW): Likewise.
30833         (FE_DIVBYZERO): Likewise.
30834         (FE_INEXACT): Likewise.
30835         (FE_TONEAREST): Likewise.
30836         (FE_TOWARDZERO): Likewise.
30837         (FE_UPWARD): Likewise.
30838         (FE_DOWNWARD): Likewise.
30839         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
30840         (FE_DIVBYZERO): Likewise.
30841         (FE_OVERFLOW): Likewise.
30842         (FE_UNDERFLOW): Likewise.
30843         (FE_INEXACT): Likewise.
30844         (FE_TONEAREST): Likewise.
30845         (FE_DOWNWARD): Likewise.
30846         (FE_UPWARD): Likewise.
30847         (FE_TOWARDZERO): Likewise.
30848
30849 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
30850
30851         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
30852
30853 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
30854
30855         * scripts/cross-test-ssh.sh (command): Use newlines to separate
30856         commands.  Quote $PWD.
30857         (blacklist_exports): Don't use remove_newlines.  Replace "declare
30858         -x" by "export".
30859         (remove_newlines): Remove.
30860
30861 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
30862
30863         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
30864         * stdlib/stdlib.h (atof): Moved to ...
30865         * include/bits/stdlib-float.h: Here.  New file.
30866         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
30867         * stdlib/bits/stdlib-float.h: New file.
30868         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
30869         -mno-sse -mno-mmx.
30870         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
30871         <xmmintrin.h>.
30872
30873 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
30874
30875         * conform/conformtest.pl (@headers): Add fenv.h.
30876         * conform/data/fenv.h-data: New file.
30877         * include/fenv.h [_ISOMAC]: Disable all contents of file except
30878         include of <math/fenv.h>.
30879
30880         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
30881         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
30882         && !UNIX98].  Enables tests for XOPEN2K8.
30883         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
30884         POSIX2008]: Likewise.
30885
30886         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
30887         (struct rusage): Do not expect type or its members.
30888
30889         [BZ #3439]
30890         * math/math.h (FP_NAN): Define macro to integer constant usable in
30891         #if and use that to give value to enum constant.
30892         (FP_INFINITE): Likewise.
30893         (FP_ZERO): Likewise.
30894         (FP_SUBNORMAL): Likewise.
30895         (FP_NORMAL): Likewise.
30896
30897 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
30898
30899         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
30900         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
30901         arguments.
30902
30903 2012-11-02  Roland McGrath  <roland@hack.frob.com>
30904
30905         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
30906         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
30907         autoconf-time if not.
30908         * configure.in: Remove AC_PREREQ.
30909
30910 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30911
30912         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
30913         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
30914         of the internal implementation.
30915
30916 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
30917
30918         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
30919         except include of <misc/sys/syslog.h>.
30920
30921 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
30922
30923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
30924         function returns with a NULL context exit with zero.
30925
30926 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30927
30928         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
30929
30930 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
30931
30932         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
30933         (run_program_cmd): This.
30934         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
30935         (tst_langinfo): New variable.  Use it.
30936
30937 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
30938
30939         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
30940         floating point opcodes.
30941
30942 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30943
30944         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
30945         variable.
30946
30947         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
30948
30949         * sysdeps/mach/hurd/powerpc: Remove directory.
30950         * sysdeps/mach/powerpc: Likewise.
30951
30952 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
30953
30954         * scripts/check-local-headers.sh: Ignore c++ headers.
30955
30956 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30957
30958         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
30959         __libc_cleanup_region_start argument.
30960
30961 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
30962
30963         [BZ #14784]
30964         [BZ #14785]
30965         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
30966         x * y using scaling, not as x * y + z.
30967         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30968         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30969         * math/libm-test.inc (fma_test): Add more tests.
30970         (fma_test_towardzero): Likewise.
30971         (fma_test_downward): Likewise.
30972         (fma_test_upward): Likewise.
30973
30974 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30975
30976         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
30977
30978 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
30979
30980         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
30981         New variable.
30982
30983 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
30984
30985         * rt/tst-shm.c (worker): Correct checking for mmap failure.
30986
30987 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
30988
30989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30990         Fix sort order.
30991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30992         Likewise.
30993
30994 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30995
30996         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30997         Fix the order of the list for glibc 2.17.
30998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30999         Likewise.
31000
31001 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
31002
31003         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31004
31005 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
31006
31007         [BZ #14610]
31008         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
31009         for low part of x being zero before using __atanl (y).
31010         * math/libm-test.inc (atan2_test): Add another test.
31011
31012         * manual/install.texi (Configuring and compiling): Document
31013         general use of test-wrapper and test-wrapper-env.
31014         * INSTALL: Regenerated.
31015
31016         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
31017         (__fma): Do not extract and scale down low bits on after-rounding
31018         systems when result rounded to normal precision would have normal
31019         exponent.
31020         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
31021         (__fmal): Do not extract and scale down low bits on after-rounding
31022         systems when result rounded to normal precision would have normal
31023         exponent.
31024         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
31025         (__fmal): Do not extract and scale down low bits on after-rounding
31026         systems when result rounded to normal precision would have normal
31027         exponent.
31028         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
31029         macro.
31030         (fma_test): Add more tests.
31031         (fma_test_towardzero): Likewise.
31032         (fma_test_downward): Likewise.
31033         (fma_test_upward): Likewise.
31034
31035 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
31036
31037         * sysdeps/i386/tininess.h: Renamed to ...
31038         * sysdeps/x86/tininess.h: This.
31039         * sysdeps/x86_64/tininess.h: Removed.
31040
31041 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
31042
31043         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
31044         input.  Use $(build-program-cmd).
31045         ($(objpfx)tst-array1-static.out): Likewise.
31046         ($(objpfx)tst-array2.out): Likewise.
31047         ($(objpfx)tst-array3.out): Likewise.
31048         ($(objpfx)tst-array4.out): Likewise.
31049         ($(objpfx)tst-array5.out): Likewise.
31050         ($(objpfx)tst-array5-static.out): Likewise.
31051
31052 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
31053
31054         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
31055         if defined.
31056
31057         * nss/nsswitch.h (nss_interface_function): Provide new
31058         macro for use with NSS functions.
31059         * grp/initgroups.c: Use new macro.
31060         * nss/getXXbyYY.c: Likewise.
31061         * nss/getXXbyYY_r.c: Likewise.
31062         * nss/getXXent.c: Likewise.
31063         * nss/getXXent_r.c: Likewise.
31064         * sysdeps/posix/getaddrinfo.c: Likewise.
31065
31066 2012-10-30  Andreas Jaeger  <aj@suse.de>
31067
31068         * po/ru.po: Update Russion translation from translation project.
31069
31070 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
31071
31072         [BZ #14152]
31073         [BZ #14783]
31074         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
31075         result and shift together with sticky bit instead of replicating
31076         round-to-nearest rounding.
31077         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31078         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31079         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
31080         missing underflow exceptions.
31081         (fma_test_towardzero): Add more tests.
31082         (fma_test_downward): Likewise.
31083         (fma_test_upward): Likewise.
31084
31085         [BZ #14047]
31086         * sysdeps/generic/tininess.h: New file.
31087         * sysdeps/i386/tininess.h: Likewise.
31088         * sysdeps/sh/tininess.h: Likewise.
31089         * sysdeps/x86_64/tininess.h: Likewise.
31090         * stdlib/tst-strtod-underflow.c: Likewise.
31091         * stdlib/tst-tininess.c: Likewise.
31092         * stdlib/strtod_l.c: Include <tininess.h>.
31093         (round_and_return): Do not set errno for exact underflow cases.
31094         Force an underflow exception when setting errno for underflow.
31095         Determine underflow based on rounding to normal precision if
31096         TININESS_AFTER_ROUNDING.
31097         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
31098         ERANGE for exact underflow cases.
31099         * stdlib/Makefile (tests): Add tst-tininess and
31100         tst-strtod-underflow.
31101         ($(objpfx)tst-tininess): Use $(link-libm).
31102         ($(objpfx)tst-strtod-underflow): Likewise.
31103
31104 2012-10-30  Andreas Jaeger  <aj@suse.de>
31105
31106         [BZ#14767]
31107         * elf/Makefile (tests): Remove conditional for have-initfini-array
31108         since this is now always required and the variable does not exist
31109         anymore.
31110         (tests-static): Likewise.
31111         (modules-names): Likewise.
31112
31113         * po/eo.po: Add Esperanto translation from translation project.
31114
31115         * elf/tst-array1.c (fini_array): Make writeable so that it can be
31116         merged with constructor/destructor.
31117         (init_array): Likewise.
31118         * elf/tst-array2dep.c (fini_array): Likewise.
31119         (init_array): Likewise.
31120
31121 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
31122
31123         * manual/message.texi: Delete @cartouche tags.
31124
31125 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
31126
31127         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
31128         EOPNOTSUPP.
31129         * sysdeps/mach/hurd/fsync.c: Likewise.
31130
31131         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
31132         [_POSIX_REALTIME_SIGNALS]: Change condition to
31133         [_POSIX_REALTIME_SIGNALS > 0].
31134
31135 2012-10-27  Andreas Jaeger  <aj@suse.de>
31136
31137         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
31138         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
31139         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
31140         [__WORDSIZE != 64]: Likewise.
31141
31142 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
31143
31144         *  iconvdata/tst-table.sh: Remove ${SHELL}.
31145         *  iconvdata/tst-tables.sh: Likewise.
31146
31147 2012-10-25  David S. Miller  <davem@davemloft.net>
31148
31149         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
31150         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
31151         of strtoull.
31152
31153         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
31154         ifunc-impl-list.c
31155         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
31156         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
31157         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
31158         file.
31159
31160 2012-10-25  Roland McGrath  <roland@hack.frob.com>
31161
31162         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
31163         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
31164         __getdirentries.
31165
31166 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
31167             Jim Blandy  <jimb@codesourcery.com>
31168
31169         * scripts/cross-test-ssh.sh: New file.
31170         * manual/install.texi (Configuring and compiling): Document use of
31171         cross-test-ssh.sh.
31172         * INSTALL: Regenerated.
31173
31174 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
31175
31176         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
31177         EOPNOTSUPP.
31178
31179 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
31180
31181         * Makeconfig (run-program-prefix): Fix comment.
31182
31183 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
31184             Jim Blandy  <jimb@codesourcery.com>
31185
31186         * Makeconfig (test-wrapper): New variable,
31187         (test-wrapper-env): Likewise.
31188         [$(cross-compiling) = yes && $(test-wrapper) != ""]
31189         (run-built-tests): Define to yes.
31190         (run-program-prefix): Use $(test-wrapper).
31191         (built-program-cmd): Likewise.
31192         * Rules (make-test-out): Use $(test-wrapper-env) and
31193         $(host-built-program-cmd).
31194         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
31195         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
31196         tst-pathopt.sh.
31197         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
31198         $(test-wrapper-env) to tst-rtld-load-self.sh.
31199         ($(objpfx)order2.out): Use $(test-wrapper).
31200         ($(objpfx)tst-initorder.out): Likewise.
31201         ($(objpfx)tst-initorder2.out): Likewise.
31202         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
31203         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
31204         (test_wrapper_env): New variable.  Use it to run ld.so.
31205         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
31206         Use it to run ld.so.
31207         (test_wrapper_env): Likewise.
31208         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
31209         $(test-wrapper) to run-iconv-test.sh.
31210         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
31211         (ICONV): Use $test_wrapper.
31212         * posix/Makefile ($(objpfx)globtest.out): Pass
31213         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
31214         globtest.sh, not $(run-program-prefix).
31215         * posix/globtest.sh (run_via_rtld_prefix): New variable.
31216         (test_wrapper): Likewise.
31217         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
31218         set together with run_via_rtld_prefix.
31219         (run_program_prefix): Define in terms of test_wrapper and
31220         run_via_rtld_prefix.
31221
31222 2012-10-24  Roland McGrath  <roland@hack.frob.com>
31223
31224         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
31225         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
31226         Targets removed.
31227
31228         [BZ #14743]
31229         * include/time.h: Remove librt_hidden_proto (clock_gettime).
31230         Declare __clock_getres, __clock_gettime, __clock_settime,
31231         __clock_nanosleep, and __clock_getcpuclockid.
31232         * rt/clock_gettime.c: Define __clock_gettime as an alias.
31233         Remove librt_hidden_def (clock_gettime).
31234         * sysdeps/unix/clock_gettime.c: Likewise.
31235         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
31236         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
31237         * rt/clock_getres.c: Define __clock_getres as an alias.
31238         * sysdeps/posix/clock_getres.c: Likewise.
31239         * rt/clock_settime.c: Define __clock_settime as an alias.
31240         * sysdeps/unix/clock_settime.c: Likewise.
31241         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
31242         * sysdeps/unix/clock_nanosleep.c: Likewise.
31243         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
31244         * rt/clock-compat.c: New file.
31245         * rt/Makefile (librt-routines): Add clock-compat and move
31246         $(clock-routines) to ...
31247         (routines): ... here, new variable.
31248         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
31249         Don't add get_clockfreq here.
31250         * rt/Versions (libc: GLIBC_2.17): New version set.
31251         Add clock_* symbols here.
31252         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
31253         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
31254         (GLIBC_2.17): Add clock_* symbols.
31255         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
31256         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
31257         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
31258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
31259         Likewise.
31260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
31261         Likewise.
31262         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
31263         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
31264         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
31265         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
31266         * NEWS: Mention the move.
31267
31268         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
31269         Use __open, __read, __close rather than their public counterparts.
31270         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
31271         (__get_clockfreq_via_cpuinfo): Likewise.
31272         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
31273         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
31274
31275         * config.h.in (HAVE_IFUNC): New #undef.
31276         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
31277         was successful.
31278         * configure: Regenerated.
31279
31280 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
31281
31282         * configure.in: Move READELF check to start of file.
31283         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
31284         libc_cv_asm_gnu_indirect_function in the process.
31285         * configure: Regenerated.
31286
31287 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
31288
31289         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
31290         send the output to /dev/null.
31291         (libc_cv_cc_with_libunwind): Likewise.
31292         (libc_cv_as_noexecstack): Likewise.
31293         * configure: Regenerate.
31294
31295 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
31296
31297         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
31298
31299         * posix/globtest.sh (TMPDIR): Do not set.
31300         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
31301         (testout): Likewise.
31302
31303 2012-10-24  Andreas Jaeger  <aj@suse.de>
31304
31305         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
31306         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
31307         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
31308         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
31309         posix_fadvise64, posix_fallocate64.
31310
31311         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
31312         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
31313         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
31314         Likewise.
31315         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
31316         Likewise.
31317         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
31318
31319         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
31320         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
31321         <bits/fcntl-linux.h>.
31322         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
31323
31324         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
31325         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
31326         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
31327         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
31328         [__WORDSIZE != 64]: Likewise.
31329
31330 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
31331
31332         * Makeconfig (run-built-tests): New variable.
31333         * Rules [$(cross-compiling) = yes]: Change condition to
31334         [$(run-built-tests) = no].
31335         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
31336         to [$(run-built-tests) = yes].
31337         * elf/Makefile [$(cross-compiling) = no]: Likewise
31338         * grp/Makefile [$(cross-compiling) = no]: Likewise.
31339         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
31340         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
31341         * intl/Makefile [$(cross-compiling) = no]: Likewise.
31342         * io/Makefile [$(cross-compiling) = no]: Likewise.
31343         * libio/Makefile [$(cross-compiling) = no]: Likewise.
31344         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
31345         * misc/Makefile [$(cross-compiling) = no]: Likewise.
31346         * posix/Makefile [$(cross-compiling) = no]: Likewise.
31347         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
31348         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
31349         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
31350         * string/Makefile [$(cross-compiling) = no]: Likewise.
31351
31352         * posix/Makefile ($(objpfx)globtest.out): Pass
31353         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
31354         $(rtld-installed-name).
31355         * posix/globtest.sh (elf_objpfx): Remove variable.
31356         (rtld_installed_name): Likewise.
31357         (library_path): Likewise.
31358         (run_program_prefix): New variable.  Use for running globtest
31359         binary.
31360
31361 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
31362             Joseph Myers  <joseph@codesourcery.com>
31363
31364         * Makeconfig (host-built-program-cmd): New variable.
31365         * elf/Makefile (tst-stackguard1-ARGS): Use
31366         $(host-built-program-cmd).
31367         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
31368         (tst-spawn-ARGS): Likewise.
31369         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
31370
31371 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
31372             Jim Blandy  <jimb@codesourcery.com>
31373
31374         * Makeconfig (run-via-rtld-prefix): New variable.
31375         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
31376         (built-program-cmd): Likewise.
31377
31378 2012-10-22  Andreas Jaeger  <aj@suse.de>
31379
31380         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
31381         __O_RSYNC if it exists, otherwise to O_SYNC.
31382
31383 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
31384             Joseph Myers  <joseph@codesourcery.com>
31385
31386         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
31387         /dev/null.
31388         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
31389         from /dev/null
31390         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
31391         /dev/null.
31392
31393 2012-10-22  Andreas Jaeger  <aj@suse.de>
31394
31395         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
31396         Define always.
31397         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
31398
31399         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
31400         bits/fcntl-linux.h.
31401
31402         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
31403         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
31404
31405         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
31406         to __O_LARGEFILE.
31407         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
31408         to __O_LARGEFILE.
31409
31410 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
31411             Joseph Myers  <joseph@codesourcery.com>
31412
31413         * config.make.in (NM): New variable.
31414
31415 2012-10-21  Andreas Jaeger  <aj@suse.de>
31416
31417         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
31418         definitions and declarations that are provided by
31419         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
31420
31421 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
31422
31423         [BZ #14683]
31424         * elf/Makefile (tests-static): Add tst-leaks1-static.
31425         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
31426         ($(objpfx)tst-leaks1-static): New rule.
31427         ($(objpfx)tst-leaks1-static-mem): Likewise.
31428         (tst-leaks1-static-ENV): New macro.
31429         * elf/dl-open.c (dl_open_worker): Check the main application
31430         only if SHARED is defined.
31431         * elf/tst-leaks1-static.c: New file.
31432
31433 2012-10-20  Andreas Jaeger  <aj@suse.de>
31434
31435         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
31436         generic values for Linux.
31437         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
31438         and declarations that are provided by <bits/fcntl-linux.h> and
31439         include <bits/fcntl-linux.h>.
31440         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
31441         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
31442
31443 2012-10-20  Roland McGrath  <roland@hack.frob.com>
31444
31445         * io/fcntl.h: Move include of <bits/types.h> to the top and
31446         include it unconditionally.
31447
31448 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
31449
31450         * wcsmbs/Makefile (tests-ifunc): New variable.
31451         (tests): Add $(tests-ifunc).
31452         * wcsmbs/test-wcschr-ifunc.c: New file.
31453         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
31454         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
31455         * wcsmbs/test-wcslen-ifunc.c: Likewise.
31456         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
31457         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
31458
31459         * string/Makefile (tests-ifunc): New variable.
31460         (tests): Add $(tests-ifunc).
31461         * string/test-memccpy.c (TEST_NAME): New macro.
31462         * string/test-memchr.c (TEST_NAME): Likewise.
31463         * string/test-memcmp.c (TEST_NAME): Likewise.
31464         * string/test-memcpy.c (TEST_NAME): Likewise.
31465         * string/test-memmem.c (TEST_NAME): Likewise.
31466         * string/test-memmove.c (TEST_NAME): Likewise.
31467         * string/test-memset.c (TEST_NAME): Likewise.
31468         * string/test-rawmemchr.c (TEST_NAME): Likewise.
31469         * string/test-stpcpy.c (TEST_NAME): Likewise.
31470         * string/test-stpncpy.c (TEST_NAME): Likewise.
31471         * string/test-strcasecmp.c (TEST_NAME): Likewise.
31472         * string/test-strcasestr.c (TEST_NAME): Likewise.
31473         * string/test-strcat.c (TEST_NAME): Likewise.
31474         * string/test-strchr.c (TEST_NAME): Likewise.
31475         * string/test-strcmp.c(TEST_NAME): Likewise.
31476         * string/test-strcpy.c (TEST_NAME): Likewise.
31477         * string/test-strcspn.c (TEST_NAME): Likewise.
31478         * string/test-strlen.c (TEST_NAME): Likewise.
31479         * string/test-strncasecmp.c (TEST_NAME): Likewise.
31480         * string/test-strncmp.c (TEST_NAME): Likewise.
31481         * string/test-strncpy.c (TEST_NAME): Likewise.
31482         * string/test-strnlen.c (TEST_NAME): Likewise.
31483         * string/test-strpbrk.c (TEST_NAME): Likewise.
31484         * string/test-strrchr.c (TEST_NAME): Likewise.
31485         * string/test-strspn.c (TEST_NAME): Likewise.
31486         * string/test-strstr.c (TEST_NAME): Likewise.
31487         * string/test-bcopy-ifunc.c: New file.
31488         * string/test-bzero-ifunc.c: Likewise.
31489         * string/test-memccpy-ifunc.c: Likewise.
31490         * string/test-memchr-ifunc.c: Likewise.
31491         * string/test-memcmp-ifunc.c: Likewise.
31492         * string/test-memcpy-ifunc.c: Likewise.
31493         * string/test-memmem-ifunc.c: Likewise.
31494         * string/test-memmove-ifunc.c: Likewise.
31495         * string/test-mempcpy-ifunc.c: Likewise.
31496         * string/test-memset-ifunc.c: Likewise.
31497         * string/test-rawmemchr-ifunc.c: Likewise.
31498         * string/test-stpcpy-ifunc.c: Likewise.
31499         * string/test-stpncpy-ifunc.c: Likewise.
31500         * string/test-strcasecmp-ifunc.c: Likewise.
31501         * string/test-strcasestr-ifunc.c: Likewise.
31502         * string/test-strcat-ifunc.c: Likewise.
31503         * string/test-strchr-ifunc.c: Likewise.
31504         * string/test-strchrnul-ifunc.c: Likewise.
31505         * string/test-strcmp-ifunc.c: Likewise.
31506         * string/test-strcpy-ifunc.c: Likewise.
31507         * string/test-strcspn-ifunc.c: Likewise.
31508         * string/test-strlen-ifunc.c: Likewise.
31509         * string/test-strncasecmp-ifunc.c: Likewise.
31510         * string/test-strncat-ifunc.c: Likewise.
31511         * string/test-strncmp-ifunc.c: Likewise.
31512         * string/test-strncpy-ifunc.c: Likewise.
31513         * string/test-strnlen-ifunc.c: Likewise.
31514         * string/test-strpbrk-ifunc.c: Likewise.
31515         * string/test-strrchr-ifunc.c: Likewise.
31516         * string/test-strspn-ifunc.c: Likewise.
31517         * string/test-strstr-ifunc.c: Likewise.
31518
31519         * debug/Makefile (tests-ifunc): New variable.
31520         (tests): Add $(tests-ifunc).
31521         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
31522         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
31523         * debug/test-stpcpy_chk-ifunc.c: New file.
31524         * debug/test-strcpy_chk-ifunc.c: Likewise.
31525
31526 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
31527
31528         [BZ #13601]
31529         * elf/dl-load.c (open_verify): Retry read if the entire ELF
31530         header is not read in.
31531
31532 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
31533
31534         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
31535         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
31536         directly.  Pass built executable to script as
31537         $(built-program-cmd).
31538         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
31539         $testprogram without using LD_LIBRARY_PATH and $ldso.
31540
31541         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
31542         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
31543         $(rtld-installed-name).
31544         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
31545         (rtld_installed_name): Likewise.
31546         (library_path): Likewise.
31547         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
31548         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
31549         $(run-program-prefix) to tst-tables.sh.
31550         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
31551         it to run tst-table-from and tst-table-to.
31552         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
31553         Pass it to tst-table.sh.
31554         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
31555         $(run-program-prefix) to tst-gettext.sh.
31556         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
31557         tst-translit.sh.
31558         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
31559         tst-gettext2.sh.
31560         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
31561         to run tst-gettext.
31562         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
31563         to run tst-gettext2.
31564         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
31565         to run tst-translit.
31566         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
31567         $(run-program-prefix) to tst-mtrace.sh.
31568         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
31569         to run tst-mtrace.
31570         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
31571         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
31572         $(rtld-installed-name).
31573         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
31574         (rtld_installed_name): Likewise.
31575         (run_program_prefix): New variable.  Use it to run wordexp-test.
31576
31577         * Makeconfig (ARCH): Remove all definitions.
31578         (machine): Likewise.
31579         [ARCH]: Remove conditional code.
31580         [!objdir]: Give error.
31581         [!objdir] (objpfx): Remove.
31582         [!objdir] (common-objpfx): Likewise.
31583         [!objdir] (common-objdir): Likewise.
31584         * configure.in (config_makefile): Remove.  Hardcode Makefile in
31585         AC_CONFIG_FILES call.
31586         * configure: Regenerated.
31587
31588         [BZ #13888]
31589         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
31590         or TMPDIR.
31591         (testout): Likewise.
31592
31593         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
31594         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
31595         $(rtld-installed-name).
31596         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
31597         (rtld_installed_name): Likwise.
31598         (runit): Remove function.
31599         (run_getconf): New variable,  Use it for running getconf binary.
31600
31601 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
31602
31603         [BZ #14716]
31604         * string/test-memmem.c (check_result): New function.
31605         (do_one_test): Use it.
31606         (check1): New function.
31607         (test_main): Use it.
31608
31609 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
31610
31611         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
31612
31613 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
31614
31615         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
31616         (_G_LSEEK64): Likewise.
31617         (_G_MMAP64): Likewise.
31618         (_G_FSTAT64): Likewise.
31619         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
31620         (_G_LSEEK64): Likewise.
31621         (_G_MMAP64): Likewise.
31622         (_G_FSTAT64): Likewise.
31623         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
31624         unconditional.  Call __mmap64 directly.
31625         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
31626         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
31627         __lseek64 directly.
31628         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
31629         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
31630         __mmap64 directly.
31631         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
31632         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
31633         __lseek64 directly.
31634         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
31635         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
31636         __lseek64 directly.
31637         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
31638         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
31639         __lseek64 directly.
31640         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
31641         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
31642         __fxstat64 directly.
31643         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
31644         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
31645         unconditional.
31646         (freopen64) [!_G_OPEN64]: Remove conditional code.
31647         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
31648         unconditional.
31649         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
31650         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
31651         unconditional.
31652         (ftello64) [!_G_LSEEK64]: Remove conditional code.
31653         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
31654         unconditional.
31655         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
31656         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
31657         unconditional.
31658         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
31659         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
31660         unconditional.
31661         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
31662         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
31663         unconditional.
31664         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
31665         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
31666         unconditional.
31667         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
31668
31669 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31670
31671         [BZ #12140]
31672         * manual/memory.texi (Malloc Tunable Parameters): Add note
31673         about free list pointers overwriting some perturb bytes.
31674         Wording suggested by Roland McGrath.
31675
31676 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
31677
31678         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
31679         (lgamma_test): Likewise.
31680         (tgamma_test): Likewise.
31681
31682 2012-10-16  Florian Weimer  <fweimer@redhat.com>
31683
31684         [BZ #14700]
31685         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
31686         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
31687
31688 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
31689
31690         * NEWS: Mention BZ #14716.
31691         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
31692         when removing AVAILABLE1_USES_J macro.
31693
31694 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
31695
31696         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
31697         (__bswap_64): __uint64_t for unsigned 64-bit int.
31698
31699 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
31700
31701         * include/string.h (memmem): Declare libc hidden alias.
31702         * string/memmem.c (memmem): Define libc hidden alias.
31703         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
31704         __read, __close instead of open, read, close.
31705
31706 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
31707
31708         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
31709         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
31710         global and hidden.
31711         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
31712         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
31713         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
31714         Likewise.
31715         (__rawmemchr_sse2): Likewise.
31716         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
31717         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
31718         (__strchr_sse2): Likewise.
31719         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
31720         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
31721         (__strcasecmp_sse2): Likewise.
31722         (__strncasecmp_sse2): Likewise.
31723         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
31724         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
31725         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
31726         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
31727         (__strrchr_sse2): Likewise.
31728         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
31729         ifunc-impl-list.c.
31730         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
31731         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
31732         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
31733         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
31734         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
31735         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
31736         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31737         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31738         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
31739         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
31740         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
31741         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
31742         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
31743         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
31744         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
31745         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
31746         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
31747         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
31748         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
31749         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
31750         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
31751         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
31752         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
31753         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31754         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
31755         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
31756         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
31757         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
31758         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
31759         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
31760
31761         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
31762         global and hidden.
31763         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
31764         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
31765         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
31766         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
31767         Likewise.
31768         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
31769         Likewise.
31770         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
31771         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
31772         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
31773         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
31774         ifunc-impl-list.c.
31775         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
31776         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
31777         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
31778         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
31779         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
31780         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
31781         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
31782         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
31783         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
31784         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
31785         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
31786         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
31787         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
31788         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
31789         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
31790         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
31791         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
31792         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
31793         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
31794         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
31795         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
31796         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
31797         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
31798         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
31799         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
31800         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
31801         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
31802         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
31803         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
31804         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
31805         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
31806         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
31807         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
31808         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
31809         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
31810         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
31811         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
31812         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
31813         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
31814         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
31815         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
31816
31817         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
31818         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
31819         * include/ifunc-impl-list.h: New file.
31820         * misc/ifunc-impl-list.c: Likewise.
31821         * misc/Makefile (routines): Add ifunc-impl-list.
31822         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
31823         * string/test-string.h: Include <ifunc-impl-list.h>.
31824         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
31825         TEST_NAME]: New variables.
31826         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
31827         are defined.
31828         (test_init): Call __libc_ifunc_impl_list to initialize
31829         func_list if TEST_IFUNC and TEST_NAME are defined.
31830
31831         * string/Makefile (strop-tests): Add bcopy and bzero.
31832         * string/test-bcopy.c: New file.
31833         * string/test-bzero.c: Likewise.
31834         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
31835         defined.
31836         * string/test-memset.c: Support bzero test if TEST_BZERO is
31837         defined.
31838         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
31839         __libc_memmove.
31840         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
31841         __libc_memset.
31842         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
31843         of memset.
31844
31845 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
31846
31847         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
31848         * configure: Regenerated.
31849
31850         * Makeconfig (+link-static-before-libc): Don't include
31851         $(link-static-libc).
31852
31853         * libio/libio.h (_IO_pos_t): Remove.
31854
31855 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
31856
31857         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
31858         McGrath.
31859
31860 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
31861
31862         * crypt/crypt-entry.c: Include fips-private.h.
31863         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
31864         * crypt/md5c-test.c (main): Tolerate disabled MD5.
31865         * sysdeps/unix/sysv/linux/fips-private.h: New file.
31866         * sysdeps/generic/fips-private.h: New file, dummy fallback.
31867
31868 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
31869
31870         * crypt/crypt-private.h: Include stdbool.h.
31871         (_ufc_setup_salt_r): Return bool.
31872         * crypt/crypt-entry.c: Include errno.h.
31873         (__crypt_r): Return NULL with EINVAL for bad salt.
31874         * crypt/crypt_util.c (bad_for_salt): New.
31875         (_ufc_setup_salt_r): Check that salt is long enough and within
31876         the specified alphabet.
31877         * crypt/badsalttest.c: New file.
31878         * crypt/Makefile (tests): Add it.
31879         ($(objpfx)badsalttest): New.
31880
31881 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
31882
31883         * NEWS: Add entry for BZ #14602.
31884
31885 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
31886
31887         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
31888         type-generic.
31889         * math/libm-test.inc: Update comment listing what functions and
31890         macros are tested.
31891         (isgreater_test): New function.
31892         (isgreaterequal_test): Likewise.
31893         (isless_test): Likewise.
31894         (islessequal_test): Likewise.
31895         (islessgreater_test): Likewise.
31896         (isunordered_test): Likewise.
31897         (main): Call the new functions.
31898
31899 2012-10-09  Roland McGrath  <roland@hack.frob.com>
31900
31901         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
31902         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
31903         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
31904         * sysdeps/i386/configure: Regenerated.
31905         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
31906         * sysdeps/mach/configure: Regenerated.
31907         * sysdeps/mach/hurd/configure: Regenerated.
31908         * sysdeps/powerpc/configure: Regenerated.
31909         * sysdeps/powerpc/powerpc32/configure: Regenerated.
31910         * sysdeps/powerpc/powerpc64/configure: Regenerated.
31911         * sysdeps/s390/s390-32/configure: Regenerated.
31912         * sysdeps/s390/s390-64/configure: Regenerated.
31913         * sysdeps/sh/configure: Regenerated.
31914         * sysdeps/sparc/configure: Regenerated.
31915         * sysdeps/unix/sysv/linux/configure: Regenerated.
31916         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
31917         * sysdeps/x86_64/configure: Regenerated.
31918
31919         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
31920         defined.  Don't check if MAP is NULL.
31921
31922 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
31923
31924         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
31925         (_G_stat64): Likewise.
31926         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
31927         (_G_stat64): Likewise.
31928         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
31929         instead of struct _G_stat64.
31930         * libio/fileops.c (mmap_remap_check): Likewise.
31931         (decide_maybe_mmap): Likewise.
31932         (_IO_new_file_seekoff): Likewise.
31933         (_IO_file_stat): Likewise.
31934         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
31935         _G_off64_t.
31936         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
31937         instead of struct _G_stat64.
31938         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31939
31940 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
31941
31942         [BZ #14602]
31943         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31944         Replace with ...
31945         (CHECK_EOL): New macro.
31946         (two_way_short_needle): Check beginning of haystack for EOL.  Use
31947         CHECK_EOL.
31948         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31949         Replace with CHECK_EOL.
31950         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31951         Replace with CHECK_EOL.
31952
31953 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
31954
31955         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
31956         type-generic.
31957         * math/libm-test.inc: Update comment listing what functions and
31958         macros are tested.
31959         (finite_test): New function.
31960         (isinf_test): Likewise.
31961         (isnan_test): Likewise.
31962         (fpclassify_test): Test subnormal input.
31963         (isfinite_test): Likewise.
31964         (isnormal_test): Likewise.
31965         (main): Call the new functions.
31966
31967 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
31968
31969         [BZ #14660]
31970         * Makerules (%.dynsym): Force C locale when running
31971         $(OBJDUMP) --dynamic-syms.
31972
31973 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
31974
31975         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
31976         <stdint.h>.
31977
31978 2012-10-06  David S. Miller  <davem@davemloft.net>
31979
31980         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
31981         upper 32-bits of the length value in %o2 since we use branch-on-register
31982         tests which consider the entire 64-bit register.
31983
31984 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
31985
31986         * string/test-strstr.c (check2): Add a test for page boundary.
31987
31988 2012-10-05  David S. Miller  <davem@davemloft.net>
31989
31990         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
31991         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
31992         file.
31993         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31994         sysdep_routines.
31995         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31996         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
31997         and bzero when HWCAP_SPARC_CRYPTO is present.
31998
31999 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
32000
32001         [BZ #14602]
32002         * string/test-strstr.c (check2): New function.
32003         (test_main): Call check2.
32004
32005         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
32006         and bug-strchr1.
32007         * string/bug-strcasestr1.c (do_test): Moved to ...
32008         * string/test-strcasestr.c (check1): Here.  New function.
32009         (do_one_test): Break out result checking code into ...
32010         (check_result): This.  New function.
32011         (do_one_test): Call check_result.
32012         (test_main): Call check1.
32013         * string/bug-strchr1.c (do_test): Moved to ...
32014         * string/test-strchr.c (check1): Here.  New function.
32015         (do_one_test): Break out result checking code into ...
32016         (check_result): This.  New function.
32017         (do_one_test): Call check_result.
32018         (test_main): Call check1.
32019         * string/bug-strstr1.c (main): Moved to ...
32020         * string/test-strstr.c (check1): Here.  New function.
32021         (do_one_test): Break out result checking code into ...
32022         (check_result): This.  New function.
32023         (do_one_test): Call check_result.
32024         (test_main): Call check1.
32025         * string/bug-strcasestr1.c: Removed.
32026         * string/bug-strchr1.c: Likewise.
32027         * string/bug-strstr1.c: Likewise.
32028
32029         * elf/Makefile (dl-routines): Add hwcaps.
32030         * elf/dl-support.c (_dl_important_hwcaps): Removed.
32031         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
32032         (_dl_important_hwcaps): Moved to ...
32033         * elf/dl-hwcaps.c: Here.  New file.
32034         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
32035
32036         [BZ #14557]
32037         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
32038         if IS_IN_rtld isn't defined.
32039
32040         * elf/dl-support.c (_dl_sysinfo_map): New.
32041         Include "get-dynamic-info.h" and "setup-vdso.h".
32042         (_dl_non_dynamic_init): Call setup_vdso.
32043         * elf/dynamic-link.h: Don't include <assert.h>.
32044         (elf_get_dynamic_info): Moved to ...
32045         * elf/get-dynamic-info.h: Here.  New file.
32046         * elf/dynamic-link.h: Include "get-dynamic-info.h".
32047         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
32048         * elf/setup-vdso.h: Here.  New file.
32049         * elf/rtld.c: Include "setup-vdso.h".
32050         (dl_main): Call setup_vdso.
32051
32052 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
32053
32054         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
32055         creal in comment listing functions tested.  List finite, isinf,
32056         isnan, isless, islessequal, isgreater, isgreaterequal,
32057         islessgreater, isunordered, lgamma_r and pow10 as functions and
32058         macros not tested.  Mention which functions not tested are aliases
32059         for other functions.  Fix typo.  Note that signs of NaNs are not
32060         tested.
32061
32062         * scripts/config.guess: Update from config.git.
32063         * scripts/config.sub: Likewise.
32064
32065 2012-10-04  Roland McGrath  <roland@hack.frob.com>
32066
32067         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
32068         * misc/madvise.c (madvise): Renamed to __madvise.
32069         Make madvise a weak alias.
32070         * include/sys/mman.h: Declare __madvise.
32071         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
32072         * sysdeps/unix/syscalls.list
32073         (madvise): Make __madvise the strong name, and madvise a weak alias.
32074         * sysdeps/unix/sysv/linux/syscalls.list
32075         (madvise, mmap): Remove redundant entries.
32076         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
32077         * malloc/malloc.c (mtrim): Likewise.
32078         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
32079
32080 2012-10-03  Roland McGrath  <roland@hack.frob.com>
32081
32082         * sysdeps/mach/hurd/dl-cache.c: File removed.
32083         * config.h.in (USE_LDCONFIG): New #undef.
32084         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
32085         * configure: Regenerated.
32086         * elf/Makefile (dl-routines): Add dl-cache only under
32087         [$(use-ldconfig) = yes].
32088         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
32089         cache on [USE_LDCONFIG].
32090         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
32091         [USE_LDCONFIG].
32092         * elf/rtld.c (dl_main): Likewise.
32093
32094 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
32095
32096         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
32097         _SC_LEVEL4_CACHE_LINESIZE.
32098
32099 2012-10-03  Roland McGrath  <roland@hack.frob.com>
32100
32101         * sysdeps/unix/bsd/confstr.h: File removed.
32102
32103 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
32104
32105         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
32106         sys/sdt-config.h.
32107
32108 2012-10-02  Roland McGrath  <roland@hack.frob.com>
32109
32110         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
32111         Make 'mapoff' field ElfW(Off) rather than off_t.
32112
32113 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
32114
32115         * nscd/Makefile: Remove nscd-cflags and all its users.
32116         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
32117         (CFLAGS-nonlib): Add compiler flags for nscd modules.
32118
32119         [BZ #10631]
32120         * malloc.c (malloc_printerr): Clarify error message.
32121
32122 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
32123
32124         [BZ #14648]
32125         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32126         Set bit_FMA_Usable if FMA is supported.
32127         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
32128         macro.
32129         (bit_FMA4_Usable): Updated.
32130         (index_FMA_Usable): New macro.
32131         (CPUID_FMA): Likewise
32132         (HAS_FMA): Defined with bit_FMA_Usable.
32133
32134 2012-10-01  Roland McGrath  <roland@hack.frob.com>
32135
32136         * bits/types.h (__swblk_t): Type removed.
32137         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
32138         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
32139         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
32140         (__SWBLK_T_TYPE): Likewise.
32141         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32142         (__SWBLK_T_TYPE): Likewise.
32143         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32144         (__SWBLK_T_TYPE): Likewise.
32145         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
32146         (__SWBLK_T_TYPE): Likewise.
32147
32148 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
32149             Honza Horak <hhorak@redhat.com>
32150
32151         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
32152         (xdr_mapname): Use YPMAXMAP as maxsize.
32153         (xdr_peername): Use YPMAXPEER as maxsize.
32154         (xdr_keydat): Use YPAXRECORD as maxsize.
32155         (xdr_valdat): Use YPMAXRECORD as maxsize.
32156
32157 2012-10-01  Roland McGrath  <roland@hack.frob.com>
32158
32159         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
32160
32161         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
32162         * csu/init-first.c: ... here.
32163         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
32164         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
32165         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
32166         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
32167         * sysdeps/i386/init-first.c: File removed.
32168         * sysdeps/sh/init-first.c: File removed.
32169
32170 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
32171
32172         [BZ #14645]
32173         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
32174         if x * y might underflow to zero and z is zero.
32175         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32176         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32177         * math/libm-test.inc (min_subnorm_value): New variable.
32178         (fma_test): Add more tests.
32179         (fma_test_towardzero): Likewise.
32180         (fma_test_downward): Likewise
32181         (fma_test_upward): Likewise.
32182         (initialize): Set min_subnorm_value.
32183
32184 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
32185
32186         [BZ #14638]
32187         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
32188         0 + 0.
32189         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
32190         mode for addition resulting in exact zero.
32191         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
32192         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
32193         exact 0 + 0.
32194         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
32195         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32196         * math/libm-test.inc (fma_test): Add more tests.
32197         (fma_test_towardzero): New function.
32198         (fma_test_downward): Likewise.
32199         (fma_test_upward): Likewise.
32200         (main): Call the new functions.
32201
32202 2012-09-28  David S. Miller  <davem@davemloft.net>
32203
32204         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
32205
32206 2012-09-28  Roland McGrath  <roland@hack.frob.com>
32207
32208         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
32209         instead of SIGALRM.
32210
32211         * sysdeps/gnu/_G_config.h: Moved to ...
32212         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
32213         * sysdeps/mach/hurd/_G_config.h: Moved to ...
32214         * sysdeps/generic/_G_config.h: ... here.
32215
32216         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
32217
32218         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
32219
32220         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
32221         Conditionalize target on [libnss_test1.so-version].
32222
32223         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
32224
32225         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
32226         (elfobjdir): Move out of conditionals.
32227
32228         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
32229         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
32230         (__nss_lookup_function): Conditionalize label remove_from_tree on
32231         [!DO_STATIC_NSS || SHARED], matching its only use.
32232
32233 2012-09-28  David S. Miller  <davem@davemloft.net>
32234
32235         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
32236         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
32237         file.
32238         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
32239         sysdep_routines.
32240         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
32241         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
32242         when HWCAP_SPARC_CRYPTO is present.
32243
32244 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
32245
32246         * io/tst-mknodat.c: Create a FIFO instead of a socket.
32247
32248 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
32249
32250         [BZ #6530]
32251         * stdio-common/vfprintf.c (process_string_arg): Revert
32252         2000-07-22 change.
32253
32254 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
32255
32256         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
32257         for testcase.
32258         * stdio-common/tst-sprintf.c: Include <locale.h>
32259         (main): Test sprintf's handling of incomplete multibyte
32260         characters.
32261
32262 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
32263
32264         * elf/dl-runtime.c (VERSYMIDX): Removed.
32265         * elf/dl-version.c (VERSYMIDX): Likewise.
32266         * elf/do-rel.h (VERSYMIDX): Likewise.
32267         (VALIDX): Likewise.
32268         * elf/dynamic-link.h (VERSYMIDX): Likewise.
32269         * elf/rtld.c (VALIDX): Likewise.
32270         (ADDRIDX): Likewise.
32271         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
32272         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
32273         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
32274         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
32275         (VALIDX): Likewise.
32276         (ADDRIDX): Likewise.
32277
32278 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
32279
32280         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
32281
32282 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
32283
32284         [BZ #11438]
32285         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
32286         to global scope.
32287         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
32288         addresses are in the same scope as 192.0.2/24.
32289         * posix/gai.conf: Document new scope table defaults.
32290
32291 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32292
32293         [BZ #5298]
32294         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
32295         for ftell.  Compute offsets from write pointers instead.
32296         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
32297
32298 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32299
32300         [BZ #14543]
32301         * libio/Makefile (tests): New test case tst-fseek.
32302         * libio/tst-fseek.c: New test case to verify that fseek/ftell
32303         combination works in wide mode.
32304         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
32305         state when the external buffer state changes.
32306
32307 2012-09-27  David S. Miller  <davem@davemloft.net>
32308
32309         [BZ #14376]
32310         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
32311         pass reloc->r_addend in as the 'high' argument to
32312         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
32313
32314         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32315
32316 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
32317
32318         * rt/tst-aio2.c: Include <pthread.h>.
32319         * rt/tst-aio3.c: Likewise.
32320
32321 2012-09-27  Steve Ellcey  <sellcey@mips.com>
32322
32323         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
32324
32325 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
32326
32327         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
32328         contents on [SHARED].
32329
32330 2012-09-26  Marek Polacek  <polacek@redhat.com>
32331
32332         [BZ #14530]
32333         [BZ #13741]
32334         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
32335         for C++ and GCC <4.3 as well as for non GCC compilers.
32336
32337 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
32338
32339         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32340
32341 2012-09-25  Roland McGrath  <roland@hack.frob.com>
32342
32343         * Makefile.in (all, install): Declare with .PHONY.
32344         Reported by Michael Hope <michael.hope@linaro.org>.
32345
32346 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32347
32348         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
32349         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
32350         system header.
32351         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
32352         Likewise.
32353         (sydep_routines): Add the new and the internal functions.
32354         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
32355         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
32356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
32357         (GLIBC_2.17): Add the new function.
32358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
32359         (GLIBC_2.17): Likewise.
32360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
32361         (GLIBC_2.17): Likewise.
32362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
32363         (GLIBC_2.17): Likewise.
32364         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
32365
32366 2012-09-25  Alan Modra  <amodra@gmail.com>
32367
32368         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
32369         Add release barrier before setting once_control to say
32370         initialisation is done.  Add hints on lwarx.  Use macro in
32371         place of isync.
32372         (clear_once_control): Add release barrier.
32373
32374 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
32375
32376         [BZ #13629]
32377         * math/s_clog.c (__clog): Handle more values close to |z| = 1
32378         specially.
32379         * math/s_clog10.c (__clog10): Likewise.
32380         * math/s_clog10f.c (__clog10f): Likewise.
32381         * math/s_clog10l.c (__clog10l): Likewise.
32382         * math/s_clogf.c (__clogf): Likewise.
32383         * math/s_clogl.c (__clogl): Likewise.
32384         * math/Makefile (libm-calls): Add x2y2m1.
32385         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
32386         (__x2y2m1): Likewise.
32387         (__x2y2m1l): Likewise.
32388         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
32389         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
32390         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
32391         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
32392         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
32393         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
32394         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
32395         * sysdeps/i386/fpu/libm-test-ulps: Update.
32396         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32397
32398         [BZ #14621]
32399         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
32400         int as type of variable DEPTH.
32401         (glob): Use size_t instead of int as type of variables NEWCOUNT
32402         and OLD_PATHC.
32403
32404 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32405
32406         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
32407         Add s_sincosf-sse2.
32408         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
32409         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
32410         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
32411         macros for using routine as __sincosf_ia32.
32412         Use macro for function declaration and weak_alias.
32413         * sysdeps/i386/fpu/libm-test-ulps: Update.
32414
32415         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
32416         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32417
32418         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
32419         subnormal argument.
32420         * math/s_cexpf.c (__cexpf): Likewise.
32421         * math/s_csinf.c (__csinf): Likewise.
32422         * math/s_csinhf.c (__csinhf): Likewise.
32423         * math/s_ctanf.c (__ctanf): Likewise.
32424         * math/s_ctanhf.c (__ctanhf): Likewise.
32425         * math/s_ccosh.c (__ccoshf): Likewise.
32426         * math/s_cexp.c (__cexpl): Likewise.
32427         * math/s_csin.c (__csin): Likewise.
32428         * math/s_csinh.c (__csinh): Likewise.
32429         * math/s_ctan.c (__ctan): Likewise.
32430         * math/s_ctanh.c (ctanh): Likewise.
32431         * math/s_ccoshl.c (__ccoshl): Likewise.
32432         * math/s_cexpl.c (__cexpl): Likewise.
32433         * math/s_csinl.c (__csinl): Likewise.
32434         * math/s_csinhl.c (__csinhl): Likewise.
32435         * math/s_ctanl.c (__ctanl): Likewise.
32436         * math/s_ctanhl.c (__ctanhl): Likewise.
32437
32438 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
32439
32440         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
32441         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
32442         (_IO_off_t): Define to __off_t, not _G_off_t.
32443         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
32444         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
32445         (_IO_wint_t): Define to wint_t, not _G_wint_t.
32446         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
32447         type of __dummy and __dummy2 fields.
32448         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
32449         (_G_ssize_t): Likewise.
32450         (_G_off_t): Likewise.
32451         (_G_pid_t): Likewise.
32452         (_G_uid_t): Likewise.
32453         (_G_wchar_t): Likewise.
32454         (_G_wint_t): Likewise.
32455         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
32456         (_G_ssize_t): Likewise.
32457         (_G_off_t): Likewise.
32458         (_G_pid_t): Likewise.
32459         (_G_uid_t): Likewise.
32460         (_G_wchar_t): Likewise.
32461         (_G_wint_t): Likewise.
32462         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
32463         (_G_ssize_t): Likewise.
32464         (_G_off_t): Likewise.
32465         (_G_pid_t): Likewise.
32466         (_G_uid_t): Likewise.
32467         (_G_wchar_t): Likewise.
32468         (_G_wint_t): Likewise.
32469
32470 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
32471
32472         * malloc/arena.c: Include malloc-sysdep.h.
32473         (shrink_heap): Use check_may_shrink_heap to decide if madvise
32474         is sufficient to shrink the heap or an unmap is needed.
32475         * sysdeps/generic/malloc-sysdep.h: New file.  Define
32476         new function check_may_shrink_heap.
32477         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
32478         new function check_may_shrink_heap.
32479
32480 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
32481
32482         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
32483         comments.
32484
32485 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
32486
32487         * catgets/test-gencat.sh: Add "set -e".
32488         * elf/tst-pathopt.sh: Likewise.
32489         * grp/tst_fgetgrent.sh: Likewise.
32490         * iconvdata/run-iconv-test.sh: Likewise.
32491         * intl/tst-gettext.sh: Likewise.
32492         * intl/tst-gettext2.sh: Likewise.
32493         * intl/tst-gettext4.sh: Likewise.
32494         * intl/tst-gettext6.sh: Likewise.
32495         * intl/tst-translit.sh: Likewise.
32496         * io/ftwtest-sh: Likewise.
32497         * libio/test-freopen.sh: Likewise.
32498         * malloc/tst-mtrace.sh: Likewise.
32499         * posix/globtest.sh: Likewise.
32500         * posix/tst-getconf.sh: Likewise.
32501         * posix/wordexp-tst.sh: Likewise.
32502         * stdio-common/tst-printf.sh: Likewise.
32503         * stdio-common/tst-unbputc.sh: Likewise.
32504         * stdlib/tst-fmtmsg.sh: Likewise.
32505         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
32506         * catgets/Makefile: Do not specify -e option when running
32507         testsuite shell scripts.
32508         * elf/Makefile: Likewise.
32509         * grp/Makefile: Likewise.
32510         * iconvdata/Makefile: Likewise.
32511         * intl/Makefile: Likewise.
32512         * io/Makefile: Likewise.
32513         * libio/Makefile: Likewise.
32514         * malloc/Makefile: Likewise.
32515         * posix/Makefile: Likewise.
32516         * stdio-common/Makefile: Likewise.
32517         * stdlib/Makefile: Likewise.
32518         * sysdeps/x86_64/Makefile: Likewise.
32519
32520         * io/ftwtest-sh: Add copyright header.
32521         * posix/globtest.sh: Likewise.
32522         * posix/tst-getconf.sh: Likewise.
32523         * posix/wordexp-tst.sh: Likewise.
32524         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
32525
32526 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
32527
32528         [BZ #13679]
32529         * Makeconfig (+link): Defined as $(+link-static) if
32530         $(build-shared) isn't yes.
32531         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
32532         isn't yes.
32533         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
32534
32535         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
32536
32537         [BZ #14562]
32538         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
32539         new chunk size with MALLOC_ALIGN_MASK.
32540
32541 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
32542
32543         [BZ #5044]
32544         * stdio-common/printf_fphex.c: Include <stdbool.h> and
32545         <rounding-mode.h>.
32546         (__printf_fphex): Determine rounding using get_rounding_mode and
32547         round_away.
32548         * stdio-common/tst-printf-round.c (struct hex_test): New
32549         structure.
32550         (hex_tests): New variable.
32551         (test_hex_in_one_mode): New function.
32552         (do_test): Also run tests for hex float output.
32553
32554 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
32555
32556         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
32557         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
32558         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
32559         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
32560         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
32561         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
32562         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
32563         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
32564
32565 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
32566
32567         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
32568         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
32569         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
32570         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
32571
32572 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
32573
32574         [BZ #14579]
32575         * elf/rtld.c (dl_main): Limit the check for self loading to normal
32576         mode only.
32577         * elf/tst-rtld-load-self.sh: New test.
32578         * elf/Makefile: Run it.
32579
32580 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
32581
32582         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
32583         (tst-writev-ENV): Remove.
32584         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
32585
32586 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
32587
32588         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
32589
32590 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
32591
32592         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
32593         unconditional.
32594         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
32595         Likewise.
32596         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
32597         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
32598         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
32599         Likewise.
32600
32601 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
32602
32603         [BZ #14587]
32604         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
32605         * config.make.in (have-cpp-asm-debuginfo): Removed.
32606         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
32607         * configure: Regenerated.
32608
32609 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
32610
32611         [BZ #5044]
32612         * stdio-common/printf_fp.c: Include <stdbool.h> and
32613         <rounding-mode.h>.
32614         (___printf_fp): Determine rounding using get_rounding_mode and
32615         round_away.
32616         * stdio-common/tst-printf-round.c: New file.
32617         * stdio-common/Makefile (tests): Add tst-printf-round.
32618         (link-libm): New variable.
32619         ($(objpfx)tst-printf-round): Depend in $(link-libm).
32620
32621 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
32622
32623         [BZ #14576]
32624         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
32625         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
32626         Likewise.
32627         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
32628         Likewise.
32629
32630 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
32631
32632         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
32633         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
32634         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
32635         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
32636
32637 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
32638
32639         [BZ #14518]
32640         * include/rounding-mode.h: New file.
32641         * sysdeps/generic/get-rounding-mode.h: Likewise.
32642         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
32643         * stdlib/strtod_l.c: Include <rounding-mode.h>.
32644         (MAX_VALUE): New macro.
32645         (MIN_VALUE): Likewise.
32646         (overflow_value): New function.
32647         (underflow_value): Likewise.
32648         (round_and_return): Use overflow_value and underflow_value to
32649         determine return values in overflow and underflow cases.  Use
32650         round_away to determine rounding depending on rounding mode.
32651         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
32652         determine return values in overflow and underflow cases.
32653         * stdlib/tst-strtod-round.c: Include <fenv.h>.
32654         (struct test_results): New structure.
32655         (struct test): Use struct test_results to store expected results
32656         for all rounding modes.
32657         (TEST): Include expected results for all rounding modes.
32658         (test_in_one_mode): New function.
32659         (do_test): Use test_in_one_mode to compute and check results.
32660         Check results for all rounding modes.
32661         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
32662         $(link-libm).
32663
32664 2012-12-09  Allan McRae  <allan@archlinux.org>
32665
32666         * sysdeps/i386/fpu/libm-test-ulps: Update
32667
32668 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
32669
32670         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
32671         (_G_int32_t): Likewise.
32672         (_G_uint16_t): Likewise.
32673         (_G_uint32_t): Likewise.
32674         (_G_HAVE_BOOL): Likewise.
32675         (_G_HAVE_ATEXIT): Likewise.
32676         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
32677         (_G_HAVE_IO_FILE_OPEN): Likewise.
32678         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
32679         (_G_int32_t): Likewise.
32680         (_G_uint16_t): Likewise.
32681         (_G_uint32_t): Likewise.
32682         (_G_HAVE_BOOL): Likewise.
32683         (_G_HAVE_ATEXIT): Likewise.
32684         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
32685         (_G_HAVE_IO_FILE_OPEN): Likewise.
32686         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
32687         (_G_int32_t): Likewise.
32688         (_G_uint16_t): Likewise.
32689         (_G_uint32_t): Likewise.
32690         (_G_HAVE_BOOL): Likewise.
32691         (_G_HAVE_ATEXIT): Likewise.
32692         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
32693         (_G_HAVE_IO_FILE_OPEN): Likewise.
32694
32695 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
32696
32697         * csu/libc-tls.c: Update copyright years.
32698
32699 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
32700
32701         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
32702         [!_G_USING_THUNKS]: Remove conditional code.
32703         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
32704         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
32705
32706         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
32707         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
32708         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
32709         (_G_VTABLE_LABEL_PREFIX): Likewise.
32710         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
32711         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
32712         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
32713         (_G_VTABLE_LABEL_PREFIX): Likewise.
32714         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
32715         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
32716         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
32717         (_G_VTABLE_LABEL_PREFIX): Likewise.
32718         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
32719
32720 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
32721
32722         * libio/Makefile: Include ../Makeconfig before tests.
32723         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
32724         only if $(build-shared) is yes.
32725
32726         * iconv/gconv_db.c: Update copyright years.
32727
32728 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32729
32730         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
32731         unwind info if defined PIC. Fix special cases description.
32732         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
32733
32734         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
32735         DP_HI_MASK entry.
32736         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
32737
32738 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
32739
32740         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
32741
32742         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
32743         is NULL.
32744
32745         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
32746         (LDLIBS-tst-chk4): This.
32747         (LDFLAGS-tst-chk5): Renamed to ...
32748         (LDLIBS-tst-chk5): This.
32749         (LDFLAGS-tst-chk6): Renamed to ...
32750         (LDLIBS-tst-chk6): This.
32751         (LDFLAGS-tst-lfschk4): Renamed to ...
32752         (LDLIBS-tst-lfschk4): This.
32753         (LDFLAGS-tst-lfschk5): Renamed to ...
32754         (LDLIBS-tst-lfschk5): This.
32755         (LDFLAGS-tst-lfschk6): Renamed to ...
32756         (LDLIBS-tst-lfschk6): This.
32757
32758         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
32759         on $(common-objpfx)soversions.mk.
32760
32761 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
32762
32763         [BZ #10014]
32764         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
32765         example host name.
32766
32767 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
32768
32769         * malloc/arena.c (arena_get_retry): New function that gets
32770         another arena for the caller to try its request on.
32771         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
32772         current arena cannot fulfill the request.
32773         (__libc_memalign): Likewise.
32774         (__libc_memalign): Likewise.
32775         (__libc_pvalloc): Likewise.
32776         (__libc_calloc): Likewise.
32777
32778 2012-09-05  John Tobey  <john.tobey@gmail.com>
32779
32780         [BZ #13542]
32781         * manual/arith.texi (Operations on Complex): Fix description
32782         of carg branch cut.
32783
32784 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
32785
32786         [BZ #10014]
32787         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
32788         host name.
32789
32790         [BZ #10038]
32791         * manual/memory.texi (Memory): Make order of menu items match
32792         order of sections.
32793
32794 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
32795
32796         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
32797         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
32798         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
32799
32800 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
32801
32802         * csu/libc-tls.c (static_dtv): Renamed to ...
32803         (_dl_static_dtv): This.  Make it global.
32804         (_dl_initial_dtv): Removed.
32805         (__libc_setup_tls): Updated.
32806         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
32807         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
32808         DL_INITIAL_DTV.
32809
32810 2012-09-06  Petr Machata  <pmachata@redhat.com>
32811
32812         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
32813         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
32814         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
32815         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
32816
32817 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
32818
32819         [BZ #14545]
32820         * csu/libc-tls.c (_dl_initial_dtv): New variable.
32821         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
32822         freeing dtv[-1].
32823
32824 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
32825
32826         [BZ #14544]
32827         * Makeconfig (link-static-before-libc): Replace $(+prector)
32828         with $(+prectorT).
32829         (link-static-after-libc): Replace $(+postctor) with
32830         $(+postctorT).
32831         (link-bounded): Replace $(+prector)/$(+postctor) with
32832         $(+prectorT)/$(+postctorT).
32833         (+prectorT): New macro.
32834         (+postctorT): Likewise.
32835
32836 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
32837
32838         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
32839         (round_str): Handle values above the maximum for IBM long double
32840         as inexact.
32841         * stdlib/tst-strtod-round.c (tests): Regenerated.
32842
32843 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32844
32845         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
32846         assembler flag.
32847         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
32848         zarch_nohighgprs around the zarch optimized routines.
32849         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
32850         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
32851         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
32852         for zarch.
32853
32854 2012-09-05  David S. Miller  <davem@davemloft.net>
32855
32856         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32857
32858         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
32859         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
32860         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
32861         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
32862         entries.
32863
32864 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32865
32866         * malloc/arena.c: Fold copyright years.
32867         * malloc/mcheck.c, malloc/memusage.c: Likewise.
32868
32869 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32870
32871         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
32872
32873 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32874
32875         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
32876
32877 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32878
32879         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
32880         change internal state upon failure.
32881
32882 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32883
32884         * malloc/mcheck.c (mcheck_check_all): Fix typo.
32885         * malloc/memusage.c (mmap): Likewise.
32886         (mmap64, mremap): Likewise.  Adjust name in comment.
32887
32888 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
32889
32890         * libio/fileops.c: Fix typos in comments.
32891         * libio/oldfileops.c: Likewise.
32892         * libio/wfileops.c: Likewise.
32893
32894 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
32895
32896         [BZ #1349]
32897         * malloc/Makefile (tests): Add tst-malloc-usable test case.
32898         (tst-malloc-usable-ENV): Set environment for test case.
32899         * malloc/hooks.c (malloc_check_get_size): New function to get
32900         requested size.
32901         * malloc/malloc.c (musable): Use malloc_check_get_size.
32902         * malloc/tst-malloc-usable.c: New test case.
32903
32904 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
32905
32906         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
32907
32908 2012-09-05  Allan McRae  <allan@archlinux.org>
32909
32910         [BZ #13966]
32911         * configure.in (CXX_SYSINCLUDES): Use compiler output to
32912         determine header location.
32913         * configure: Regenerated.
32914
32915 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
32916
32917         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
32918         float format.
32919         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
32920         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
32921         format.
32922         (test): Regenerate.
32923
32924 2012-09-04  David S. Miller  <davem@davemloft.net>
32925
32926         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
32927         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
32928         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
32929
32930 2012-09-04  Florian Weimer  <fweimer@redhat.com>
32931
32932         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
32933         failures.
32934
32935         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
32936
32937 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
32938
32939         [BZ #9914]
32940         * libio/iogetdelim.c: Include <limits.h>.
32941         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
32942         + len + 1 would overflow.
32943
32944 2012-09-03  Andreas Jaeger  <aj@suse.de>
32945
32946         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32947         * sysdeps/i386/fpu/libm-test-ulps: Update.
32948
32949 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32950
32951         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
32952         Add s_sinf-sse2, s_conf-sse2.
32953
32954         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
32955         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
32956         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
32957         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
32958
32959         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
32960         for using routine as __sinf_ia32.
32961         Use macro for function declaration and weak_alias.
32962         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
32963         for using routine as __cosf_ia32.
32964         Use macro for function declaration and weak_alias.
32965
32966         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
32967         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
32968
32969         * sysdeps/x86_64/fpu/s_sinf.S: New file.
32970         * sysdeps/x86_64/fpu/s_cosf.S: New file.
32971         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32972
32973         * math/libm-test.inc (cos_test): Add more test cases.
32974         (sin_test): Likewise.
32975         (sincos_test): Likewise.
32976
32977 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32978
32979         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
32980         (IFUNC_RESOLVE): Make pointers to the specialized implementations
32981         hidden.
32982         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32983
32984 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
32985
32986         [BZ #14538]
32987         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
32988         first element of the GOT.
32989         (elf_machine_load_address): Return the difference between
32990         the runtime address of _DYNAMIC and elf_machine_dynamic ().
32991
32992 2012-09-01  Allan McRae  <allan@archlinux.org>
32993
32994         [BZ #13412]
32995         * configure.in (AWK): Require gawk version 3.0 or later.
32996         * configure: Regenerated.
32997
32998 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
32999
33000         * sysdeps/unix/sysv/linux/kernel-features.h
33001         (__ASSUME_POSIX_CPU_TIMERS): Remove.
33002         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
33003         [__NR_clock_getres]: Make code unconditional.
33004         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
33005         (clock_getcpuclockid): Remove code left unreachable by removal of
33006         conditionals.
33007         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
33008         code unconditional.
33009         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
33010         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
33011         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
33012         Make code unconditional.
33013         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
33014         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
33015         * sysdeps/unix/sysv/linux/clock_settime.c
33016         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
33017         conditional code.
33018         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
33019         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
33020
33021 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
33022
33023         [BZ #14476]
33024         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
33025         scripts/test-installation.pl.
33026
33027         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
33028         and $ld_so_version if it is set.
33029
33030 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
33031
33032         [BZ #14516]
33033         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
33034         failure if reading from procfs failed.
33035         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
33036
33037 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
33038
33039         * sysdeps/unix/sysv/linux/kernel-features.h
33040         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
33041         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
33042         Remove conditional code.
33043         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
33044         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
33045         Remove conditional code.
33046         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
33047         * sysdeps/unix/sysv/linux/i386/fxstat.c
33048         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
33049         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
33050         * sysdeps/unix/sysv/linux/i386/fxstatat.c
33051         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
33052         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
33053         * sysdeps/unix/sysv/linux/i386/lxstat.c
33054         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
33055         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
33056         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
33057         Remove conditional code.
33058         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
33059         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
33060         Remove conditional code.
33061         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
33062         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
33063         <kernel-features.h>.
33064         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
33065         Remove.
33066         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
33067         Remove conditional code.
33068         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
33069         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
33070         Remove conditional.
33071
33072 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
33073
33074         [BZ #5400]
33075         * NEWS: Add fixed bug number.
33076
33077 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
33078
33079         [BZ #14519]
33080         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
33081         underflowing exponent in case of negative sign.
33082         * stdlib/tst-strtod-round-data: Add more tests.
33083         * stdlib/tst-strtod-round.c (tests): Regenerated.
33084
33085         [BZ #3479]
33086         * stdlib/strtod_l.c (NDIG): Remove.
33087         (HEXNDIG): Likewise.
33088         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
33089         smallest representable value.
33090         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
33091         lie within an exact representation of 1/2 ulp of the result.
33092         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
33093         unconditionally.
33094         (TENS_P9_IDX): Define unconditionally.
33095         (TENS_P9_SIZE): Likewise.
33096         (TENS_P10_IDX): Likewise.
33097         (TENS_P10_SIZE): Likewise.
33098         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
33099         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
33100         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
33101         entries for 10^2^13 and 10^2^14.
33102         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
33103         (TENS_P13_IDX): Define.
33104         (TENS_P13_SIZE): Likewise.
33105         (TENS_P14_IDX): Likewise.
33106         (TENS_P14_SIZE): Likewise.
33107         (_fpioconst_pow10): Change array size to
33108         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
33109         unconditional.
33110         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
33111         1024]: Add entries for 10^2^13 and 10^2^14.
33112         [LAST_POW10 > _LAST_POW10]: Remove #error.
33113         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
33114         (_fpioconst_pow10): Change array size to
33115         FPIOCONST_POW10_ARRAY_SIZE.
33116         * stdlib/gen-fpioconst.c: New file.
33117         * stdlib/gen-tst-strtod-round.c: Likewise.
33118         * stdlib/tst-strtod-round-data: Likewise.
33119         * stdlib/tst-strtod-round.c: Likewise.
33120         * stdlib/Makefile (tests): Add tst-strtod-round.
33121
33122         [BZ #14459]
33123         * stdlib/strtod_l.c: Include <stdint.h>.
33124         (NDEBUG): Do not define.
33125         (round_and_return): Change EXPONENT parameter to type intmax_t.
33126         Rearrange calculations to avoid internal overflow possibilities.
33127         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
33128         Rearrange calculations to avoid internal overflow possibilities.
33129         Assert that number fits inside MPNSIZE limbs.
33130         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
33131         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
33132         calculations and add assertions to avoid internal overflow
33133         possibilities.  Add casts to avoid signed/unsigned operations.
33134         * stdlib/tst-strtod-overflow.c: New file.
33135         * stdlib/Makefile (tests): Add tst-strtod-overflow.
33136
33137 2012-08-25  Marek Polacek  <polacek@redhat.com>
33138
33139         * time/time.h: Fix some typos in comments.
33140
33141 2012-08-23  Roland McGrath  <roland@hack.frob.com>
33142
33143         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
33144         * posix/tst-rfc3484-2.c: Likewise.
33145         * posix/tst-rfc3484-3.c: Likewise.
33146
33147 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
33148
33149         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
33150         (EF_ARM_ABI_FLOAT_HARD): Likewise.
33151
33152 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
33153
33154         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
33155         #include of fxstatat64.c.
33156
33157 2012-08-22  Roland McGrath  <roland@hack.frob.com>
33158
33159         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
33160         * shadow/getspent_r.c: Likewise.
33161         * shadow/getspnam.c: Likewise.
33162         * shadow/getspnam_r.c: Likewise.
33163         * gshadow/getsgent.c: Likewise.
33164         * gshadow/getsgent_r.c: Likewise.
33165         * gshadow/getsgnam.c: Likewise.
33166         * gshadow/getsgnam_r.c: Likewise.
33167         * inet/getnetbyad.c: Likewise.
33168         * inet/getnetbyad_r.c: Likewise.
33169         * inet/getnetbynm.c: Likewise.
33170         * inet/getnetbynm_r.c: Likewise.
33171         * inet/getnetent.c: Likewise.
33172         * inet/getnetent_r.c: Likewise.
33173         * inet/getproto.c: Likewise.
33174         * inet/getproto_r.c: Likewise.
33175         * inet/getprtent.c: Likewise.
33176         * inet/getprtent_r.c: Likewise.
33177         * inet/getprtname.c: Likewise.
33178         * inet/getprtname_r.c: Likewise.
33179         * inet/getrpcbyname.c: Likewise.
33180         * inet/getrpcbyname_r.c: Likewise.
33181         * inet/getrpcbynumber.c: Likewise.
33182         * inet/getrpcbynumber_r.c: Likewise.
33183         * inet/getrpcent.c: Likewise.
33184         * inet/getrpcent_r.c: Likewise.
33185         * inet/getaliasent.c: Likewise.
33186         * inet/getaliasent_r.c: Likewise.
33187         * inet/getaliasname.c: Likewise.
33188         * inet/getaliasname_r.c: Likewise.
33189         * nscd/getgrgid_r.c: Likewise.
33190         * nscd/getgrnam_r.c: Likewise.
33191         * nscd/gethstbyad_r.c: Likewise.
33192         * nscd/gethstbynm3_r.c: Likewise.
33193         * nscd/getpwnam_r.c: Likewise.
33194         * nscd/getpwuid_r.c: Likewise.
33195         * nscd/getsrvbynm_r.c: Likewise.
33196         * nscd/getsrvbypt_r.c: Likewise.
33197         * nscd/gai.c: Likewise.
33198
33199         * configure.in (build_nscd): New substituted variable, set
33200         by --disable-build-nscd and defaults to $use_nscd.
33201         * configure: Regenerated.
33202         * config.make.in (build-nscd): New substituted variable.
33203         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
33204         Change conditional to require [$(build-nscd) = yes] as well.
33205         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
33206
33207         [BZ# 13696]
33208         * configure.in (use_nscd): New substituted variable, set by
33209         --disable-nscd.  If enabled, define USE_NSCD.
33210         * configure: Regenerated.
33211         * config.h.in: Add USE_NSCD.
33212         * config.make.in (use-nscd): New substituted variable.
33213         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
33214         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
33215         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
33216         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
33217         (CFLAGS-getgrnam_r.c): Likewise.
33218         (CFLAGS-initgroups.c): Likewise.
33219         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
33220         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
33221         Variables removed.
33222         * inet/getnetgrent_r.c
33223         (nscd_setnetgrent): New function, broken out of ...
33224         (setnetgrent): ... here.  Call it.
33225         (innetgr): Conditionalize nscd bits on [USE_NSCD].
33226         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
33227         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
33228         * nscd/Makefile (routines, aux): Move definitions after include of
33229         Makeconfig.  Conditionalize on [$(use-nscd) != no].
33230         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
33231         Conditionalize on [USE_NSCD].
33232         (is_nscd, nscd_init_cb): Likewise.
33233         (nss_load_library): Conditionalize init callback on [USE_NSCD].
33234         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
33235         * nss/nss_db/db-init.c: Likewise.
33236         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
33237         [USE_NSCD].
33238         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
33239         (make_request): Use it.
33240         (cache_valid_p): New function.
33241         (__check_pf): Use it.
33242         * NEWS: Add item for --disable-nscd.
33243
33244 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
33245
33246         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
33247         to support sed >= 4.2.1-20-ga9bf076.
33248         * configure: Regenerated.
33249
33250 2012-08-22  Roland McGrath  <roland@hack.frob.com>
33251
33252         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
33253         Conditionalize whole body on [IREL].
33254
33255 2012-08-22  Jeff Law <law@redhat.com>
33256
33257         [BZ #14505]
33258         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
33259         if the family is PF_UNSPEC.
33260
33261 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
33262
33263         * Makerules (lib-version): Rename from V.
33264         (install-lib-nosubdir): Change V to lib-version.
33265
33266 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
33267
33268         [BZ #14252]
33269         * powerpc32/power6/wcschr.c: New file.
33270         * powerpc32/power6/wcscpy.c: New file.
33271         * powerpc32/power6/wcsrchr.c: New file.
33272         * powerpc64/power6/wcschr.c: New file.
33273         * powerpc64/power6/wcscpy.c: New file.
33274         * powerpc64/power6/wcsrchr.c: New file.
33275
33276 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
33277
33278         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
33279         (two_way_short_needle): Use it.
33280         * string/strstr.c (AVAILABLE1_USES_J): Define.
33281         * string/strcasestr.c: Likewise.
33282
33283         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
33284         array references.
33285         * string/strcasestr.c (TOLOWER): Make side-effect safe.
33286
33287         [BZ #11607]
33288         * NEWS: Add an entry.
33289         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
33290         define their defaults.
33291         (two_way_short_needle): Detect end-of-string on-the-fly.
33292         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
33293         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
33294         * string/bug-strcasestr1.c: New test.
33295         * string/Makefile: Run it.
33296
33297 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
33298
33299         [BZ #11607]
33300         * string/str-two-way.h (two_way_short_needle): Optimize matching of
33301         the first character.
33302
33303 2012-08-21  Roland McGrath  <roland@hack.frob.com>
33304
33305         * csu/elf-init.c (__libc_csu_irel): Function removed.
33306         * csu/libc-start.c (apply_irel): New function.
33307         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
33308
33309 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
33310
33311         * sysdeps/unix/sysv/linux/kernel-features.h
33312         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
33313         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
33314         <kernel-features.h>.
33315         [__NR_fadvise64_64]: Make code unconditional.
33316         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
33317         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
33318         !__NR_fadvise64_64)]: Likewise.
33319         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
33320         !__NR_fadvise64_64))]: Likewise.
33321         [__NR_fadvise64]: Make code unconditional.
33322         [!__NR_fadvise64]: Remove conditional code.
33323         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
33324         <kernel-features.h>.
33325         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
33326         unconditional.
33327         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
33328         conditional code.
33329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
33330         not include <kernel-features.h>.
33331         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
33332         unconditional.
33333         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
33334         conditional code.
33335         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
33336         include <kernel-features.h>.
33337         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
33338         unconditional.
33339         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
33340         conditional code.
33341
33342 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
33343
33344         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
33345         slight instruction rearrangements per scrollpipe analysis.
33346         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
33347
33348 2012-08-20  Roland McGrath  <roland@hack.frob.com>
33349
33350         * manual/syslog.texi (syslog; vsyslog, closelog):
33351         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
33352         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
33353
33354         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
33355         DSOCAPS to match condition on defining it.
33356
33357 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
33358
33359         * sysdeps/unix/sysv/linux/kernel-features.h
33360         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
33361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
33362         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
33363         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
33364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
33365         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
33366         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
33367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
33368         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
33369         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
33370
33371         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
33372         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
33373
33374         * sysdeps/unix/sysv/linux/kernel-features.h
33375         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
33376         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
33377         unconditional.
33378         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
33379         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
33380         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
33381         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
33382         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
33383         Make code unconditional.
33384         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
33385         (__mmap64) [!__NR_mmap2]: Likewise.
33386         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
33387         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
33388         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
33389         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
33390         [__NR_mmap2]: Make code unconditional.
33391         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
33392         (__mmap64) [!__NR_mmap2]: Likewise.
33393
33394 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33395
33396         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
33397
33398 2012-08-18  Andreas Jaeger  <aj@suse.de>
33399
33400         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
33401
33402 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
33403
33404         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
33405         * include/unistd.h (__have_sock_cloexec): Likewise.
33406         (__have_pipe2): Likewise.
33407         (__have_dup3): Likewise.
33408
33409 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
33410
33411         [BZ #9685]
33412         * include/unistd.h (__have_pipe2): Change define into an extern int.
33413         (__have_dup3): Likewise.
33414         * socket/have_sock_cloexec.c: Include fcntl.h.
33415         (__have_pipe2): New variable.
33416         (__have_dup3): Likewise.
33417
33418 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
33419
33420         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
33421
33422 2012-08-17  Marek Polacek  <polacek@redhat.com>
33423
33424         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
33425         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
33426
33427 2012-08-17  Roland McGrath  <roland@hack.frob.com>
33428
33429         * configure.in: Add AC_SUBST for sysheaders.
33430         * configure: Regenerated.
33431         * config.make.in (sysheaders): New substituted variable.
33432
33433         * sysdeps/unix/mkfifo.c: Moved ...
33434         * sysdeps/posix/mkfifo.c: ... here.
33435         * sysdeps/unix/mkfifoat.c: Moved ...
33436         * sysdeps/posix/mkfifoat.c: ... here.
33437
33438         * sysdeps/unix/utime.c: Moved ...
33439         * sysdeps/posix/utime.c: ... here.
33440
33441         * sysdeps/unix/time.c: Moved ...
33442         * sysdeps/posix/time.c: ... here.
33443         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
33444         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
33445
33446         * sysdeps/unix/nice.c: Moved ...
33447         * sysdeps/posix/nice.c: ... here.
33448
33449         * sysdeps/unix/alarm.c: Moved ...
33450         * sysdeps/posix/alarm.c: ... here.
33451
33452         * intl/Makefile ($(codeset_mo)): Depend on the input file.
33453
33454 2012-08-17  Jeff Law <law@redhat.com>
33455
33456         * intl/Makefile (codeset_mo): New variable.
33457         ($(codeset_mo)): New target.
33458         (tst-codeset.out): Depend on that.  Remove explicit rule.
33459         (tst-gettext3.out, tst-gettext5.out): Likewise.
33460         (LOCPATH-ENV, tst-codeset-ENV): New variables.
33461         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
33462         * intl/tst-codeset.sh: Remove.
33463         * intl/tst-gettext3.sh: Likewise.
33464         * intl/tst-gettext5.sh: Likewise.
33465
33466 2012-08-17  Roland McGrath  <roland@hack.frob.com>
33467
33468         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
33469         * sysdeps/unix/syscalls.list: ... here.
33470
33471         * sysdeps/posix/getaddrinfo.c
33472         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
33473         (gaiconf_init, gaiconf_reload): Use them.
33474         [!_STATBUF_ST_NSEC]
33475         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
33476         Define using time_t rather than struct timespec.
33477
33478         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
33479         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
33480         Macros removed.
33481         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
33482         [!NO_THREADS].
33483         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
33484         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
33485         Likewise.
33486
33487         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
33488         __libc_cleanup_push argument.
33489
33490         * bits/param.h: New file.
33491         * misc/sys/param.h: New file.
33492         * include/sys/param.h: New file.
33493         * misc/Makefile (headers): Add bits/param.h.
33494         * sysdeps/generic/sys/param.h: File removed.
33495         * sysdeps/unix/sysv/linux/bits/param.h: New file.
33496         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
33497         * sysdeps/mach/hurd/bits/param.h: New file.
33498         * sysdeps/mach/hurd/sys/param.h: File removed.
33499
33500         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
33501         last change.
33502
33503         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
33504         [_IO_MTSAFE_IO].
33505         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
33506         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
33507         New macros.
33508
33509         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
33510         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
33511         rather than -D_IO_MTSAFE_IO conditionally.
33512         * stdio-common/Makefile (CPPFLAGS): Likewise.
33513         * wcsmbs/Makefile (CPPFLAGS): Likewise.
33514         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
33515         Use $(libio-mtsafe).
33516         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
33517         of -D_IO_MTSAFE_IO.
33518         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
33519         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
33520         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
33521         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
33522         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
33523         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
33524         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
33525         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
33526         (CFLAGS-fread_u_chk.c): Likewise.
33527         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
33528         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
33529         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
33530         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
33531         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
33532         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
33533         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
33534         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
33535         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
33536
33537         * libio/Makefile: Test [$(libc-reentrant) = yes]
33538         instead of [$(filter %REENTRANT, $(defines)) nonempty].
33539
33540         * Makeconfig
33541         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
33542         * sysdeps/pthread/configure: File removed.
33543         * sysdeps/pthread/Makeconfig: New file.
33544         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
33545         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
33546
33547 2012-08-16  Gary Benson  <gbenson@redhat.com>
33548
33549         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
33550         unmapping the first object in a namespace.
33551
33552 2012-08-16  Roland McGrath  <roland@hack.frob.com>
33553
33554         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
33555         (__internal_setnetgrent): ... this.  Add internal_function to
33556         definition.  Add libc_hidden_def.
33557         (setnetgrent): Update caller.
33558         (internal_endnetgrent): Renamed to ...
33559         (__internal_endnetgrent): ... this.  Add internal_function to
33560         definition.  Add libc_hidden_def.
33561         (endnetgrent): Update caller.
33562         (internal_getnetgrent_r): Renamed to ...
33563         (__internal_getnetgrent_r): ... this.  Add internal_function to
33564         definition.  Add libc_hidden_def.
33565         (__getnetgrent_r): Update caller.
33566         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
33567
33568 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
33569
33570         * stdlib/longlong.h: Update from GCC.
33571
33572 2012-08-16  Roland McGrath  <roland@hack.frob.com>
33573
33574         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
33575         on _QL, which is set by umul_ppmm but never used.
33576         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
33577         variables, which are set by GMP macros but never used.
33578         * stdio-common/_itowa.c (_itowa): Likewise.
33579         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
33580         * stdlib/mod_1.c (mpn_mod_1): Likewise.
33581
33582 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
33583
33584         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
33585         struct La_sh_regs is not constant.
33586         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
33587         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
33588         and struct La_sparc64_regs are not constant.
33589
33590 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
33591
33592         * sysdeps/unix/sysv/linux/kernel-features.h
33593         (__ASSUME_POSIX_TIMERS): Remove.
33594         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
33595         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33596         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
33597         Make code unconditional.
33598         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33599         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
33600         Make code unconditional.
33601         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33602         * sysdeps/unix/sysv/linux/clock_nanosleep.c
33603         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
33604         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33605         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
33606         Make code unconditional.
33607         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33608         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
33609         (__libc_missing_posix_timers): Remove.
33610
33611 2012-08-15  Roland McGrath  <roland@hack.frob.com>
33612
33613         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
33614         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
33615
33616         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
33617
33618         * elf/dl-sym.c: Include <stdlib.h>.
33619
33620         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
33621         constants, which avoids warnings in 32-bit builds.
33622
33623         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
33624         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
33625
33626         * misc/lseek.c: File moved to ...
33627         * io/lseek.c: ... here.
33628
33629         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
33630
33631         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
33632         shifting LEN more than 31 bits at once.
33633
33634 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
33635
33636         [BZ #14195]
33637         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
33638         segmentation fault for a case of two empty input strings.
33639         * string/test-strncasecmp.c (check1): Renamed to...
33640         (bz12205): ...this.
33641         (bz14195): Add new testcase for two empty input strings and N > 0.
33642         (test_main): Call new testcase, adapt for renamed function.
33643
33644 2012-08-15  Andreas Jaeger  <aj@suse.de>
33645
33646         [BZ #14090]
33647         * crypt/md5test2.c: New test, based on test supplied by Serge
33648         Belyshev <belyshev@depni.sinp.msu.ru>.
33649         * crypt/Makefile (xtests): Add md5test-giant..
33650         * crypt/Makefile ($(objpfx)md5test-giant): Add.
33651
33652 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33653
33654         [BZ #14090]
33655         * crypt/md5.c (md5_process_block): Don't assume the buffer
33656         length is less than 2**32.
33657         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
33658         length is less than 2**64.
33659
33660 2012-08-15  Roland McGrath  <roland@hack.frob.com>
33661
33662         * string/str-two-way.h: Include <sys/param.h>.
33663         (MAX): Macro removed.
33664
33665         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
33666         Move #define and #undef of memmove to just before and after
33667         including <string.h>.
33668
33669         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
33670         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
33671         and after including <string.h>.  Move declarations of
33672         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
33673         to before #include "string/memmove.c".
33674
33675         * include/dirent.h: Declare __getdirentries.
33676
33677         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
33678         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
33679
33680 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
33681
33682         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
33683         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
33684         * sysdeps/i386/configure: Regenerated.
33685         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
33686         STABS_CURRENT_FILE, and STABS_FUN.
33687         (END): Remove call to STABS_FUN_END.
33688         (STABS_CURRENT_FILE1): Delete.
33689         (STABS_CURRENT_FILE): Likewise.
33690         (STABS_FUN): Likewise.
33691         (STABS_FUN_END): Likewise.
33692         (STABS_FUN2): Likewise.
33693         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
33694         * sysdeps/x86_64/configure: Regenerated.
33695
33696 2012-08-14  Roland McGrath  <roland@hack.frob.com>
33697
33698         * elf/dl-open.c: Include <atomic.h>.
33699         * elf/dl-lookup.c: Likewise.
33700
33701 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
33702
33703         * sysdeps/unix/sysv/linux/kernel-features.h
33704         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
33705         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
33706         unconditionally.
33707         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
33708         unconditionally.
33709         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
33710         condition on __ASSUME_CLONE_THREAD_FLAGS.
33711
33712 2012-08-14  Andreas Jaeger  <aj@suse.de>
33713
33714         * sysdeps/i386/fpu/libm-test-ulps: Update.
33715
33716 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
33717
33718         * include/atomic.h (atomic_exchange_and_add): Split into ...
33719         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
33720         New atomic macros.
33721
33722 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
33723
33724         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33725
33726 2012-08-13  Jeff Law <law@redhat.com>
33727
33728         * manual/stdio.texi (snprintf): Clarify handling of the trailing
33729         null byte in the output string.
33730
33731 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
33732
33733         * sysdeps/unix/sysv/linux/kernel-features.h
33734         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
33735         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
33736         (__ASSUME_ARG_MAX_STACK_BASED): Define.
33737         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
33738         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
33739         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
33740         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
33741
33742 2012-08-09  Jeff Law <law@redhat.com>
33743
33744         [BZ #13939]
33745         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
33746         When avoid_arena is set, don't retry in the that arena.  Pick the
33747         next one, whatever it might be.
33748         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
33749         (arena_lock): Pass in new parameter to arena_get2.
33750         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
33751         arena_get2.
33752         (__libc_malloc): Unify retrying after main arena failure with
33753         __libc_memalign version.
33754         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
33755
33756 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
33757
33758         [BZ #14166]
33759         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
33760         to __redirect_strstr.
33761         (__strstr_sse42): Use typeof __redirect_strstr.
33762         (__strstr_ia32): Likewise.
33763         (__libc_strstr): New prototype.
33764         (strstr): Renamed to ...
33765         (__libc_strstr): This.
33766         (strstr): New strong alias of __libc_strstr.
33767         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33768         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
33769         __redirect_time.
33770         Include <time.h>.
33771         (__libc_time): New prototype.
33772         (time_ifunc): Replace time with __libc_time.
33773         (time): New strong alias and hidden definition of __libc_time.
33774         (__GI_time): Remove strong alias.
33775         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
33776         Include <stddef.h>.
33777         (memmove): Redefined to __redirect_memmove.
33778         (__memmove_sse2): Use typeof __redirect_memmove.
33779         (__memmove_ssse3): Likewise.
33780         (__memmove_ssse3_back): Likewise.
33781         (__libc_memmove): New prototype.
33782         (memmove): Renamed to ...
33783         (__libc_memmove): This.
33784         (memmove): New strong alias of __libc_memmove.
33785
33786 2012-08-08  Mark Salter  <msalter@redhat.com>
33787
33788         * elf/elf.h
33789         (R_MN10300_TLS_GD): Define.
33790         (R_MN10300_TLS_LD): Likewise.
33791         (R_MN10300_TLS_LDO): Likewise.
33792         (R_MN10300_TLS_GOTIE): Likewise.
33793         (R_MN10300_TLS_IE): Likewise.
33794         (R_MN10300_TLS_LE): Likewise.
33795         (R_MN10300_TLS_DTPMOD): Likewise.
33796         (R_MN10300_TLS_DTPOFF): Likewise.
33797         (R_MN10300_TLS_TPOFF): Likewise.
33798         (R_MN10300_SYM_DIFF): Likewise.
33799         (R_MN10300_ALIGN): Likewise.
33800         (R_MN10300_NUM): Update.
33801
33802 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
33803
33804         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
33805         Remove.
33806
33807 2012-08-08  Roland McGrath  <roland@hack.frob.com>
33808
33809         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
33810
33811         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
33812         sysdeps/unix -> sysdeps/posix move.
33813         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
33814
33815 2012-08-07      Allan McRae     <allan@archlinux.org>
33816
33817         [BZ #14303]
33818         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
33819         (SUNOS_CPP): Likewise.
33820         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
33821         not found.
33822         (open_input): Call CPP using execvp.
33823
33824 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
33825
33826         * sysdeps/unix/sysv/linux/kernel-features.h
33827         (__ASSUME_PROT_GROWSUPDOWN): Remove.
33828         (__ASSUME_NO_CLONE_DETACHED): Likewise.
33829         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
33830         (__ASSUME_WAITID_SYSCALL): Likewise.
33831         * sysdeps/unix/sysv/linux/dl-execstack.c
33832         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
33833         code unconditional.
33834         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
33835         conditional code.
33836         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
33837         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
33838         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
33839         code.
33840         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
33841         unconditional.
33842         [__ASSUME_WAITID_SYSCALL]: Likewise.
33843         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
33844
33845 2012-08-07  Roland McGrath  <roland@hack.frob.com>
33846
33847         * sysdeps/unix/closedir.c: Renamed to ...
33848         * sysdeps/posix/closedir.c: ... here.
33849         * sysdeps/unix/dirfd.c: Renamed to ...
33850         * sysdeps/posix/dirfd.c: ... here.
33851         * sysdeps/unix/dirstream.h: Renamed to ...
33852         * sysdeps/posix/dirstream.h: ... here.
33853         * sysdeps/unix/fdopendir.c: Renamed to ...
33854         * sysdeps/posix/fdopendir.c: ... here.
33855         * sysdeps/unix/opendir.c: Renamed to ...
33856         * sysdeps/posix/opendir.c: ... here.
33857         * sysdeps/unix/readdir.c: Renamed to ...
33858         * sysdeps/posix/readdir.c: ... here.
33859         * sysdeps/unix/readdir_r.c: Renamed to ...
33860         * sysdeps/posix/readdir_r.c: ... here.
33861         * sysdeps/unix/rewinddir.c: Renamed to ...
33862         * sysdeps/posix/rewinddir.c: ... here.
33863         * sysdeps/unix/seekdir.c: Renamed to ...
33864         * sysdeps/posix/seekdir.c: ... here.
33865         * sysdeps/unix/telldir.c: Renamed to ...
33866         * sysdeps/posix/telldir.c: ... here.
33867         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
33868         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
33869         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
33870         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
33871
33872         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
33873         * bits/fcntl.h: ... here.
33874
33875         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
33876         not 0.
33877         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
33878         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
33879         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
33880         (struct flock): Move l_start, l_len to the beginning.
33881         Use __pid_t for l_pid.
33882         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
33883         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
33884         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
33885         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
33886         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
33887         [__USE_LARGEFILE64] (struct flock64): New type.
33888         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
33889
33890         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
33891         * bits/dirent.h: ... here.
33892
33893         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
33894         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
33895
33896 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
33897
33898         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33899         Change from 2.6.0 to 2.6.16.
33900         * sysdeps/unix/sysv/linux/configure: Regenerated.
33901         * sysdeps/unix/sysv/linux/kernel-features.h
33902         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
33903         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
33904         version.
33905         (__ASSUME_UTIMES): Likewise.
33906         (__ASSUME_CLONE_STOPPED): Remove.
33907         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
33908         architectures, not kernel version.
33909         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
33910         (__ASSUME_NO_CLONE_DETACHED): Likewise.
33911         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
33912         (__ASSUME_WAITID_SYSCALL): Likewise.
33913         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
33914         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
33915         * README: State 2.6.16 as minimum Linux kernel version.  Do not
33916         refer to older versions.
33917
33918 2012-08-06  Roland McGrath  <roland@hack.frob.com>
33919
33920         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
33921         Define alphasort64 as an alias.
33922         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
33923         Define versionsort64 as an alias.
33924         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
33925         Define scandir64 as an alias.
33926         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
33927         Define scandirat64 as an alias.
33928         * dirent/alphasort64.c (alphasort64):
33929         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
33930         * dirent/versionsort64.c: Likewise.
33931         * dirent/scandir64.c: Likewise.
33932         * dirent/scandirat64.c: Likewise.
33933         * sysdeps/wordsize-64/alphasort.c: File removed.
33934         * sysdeps/wordsize-64/alphasort64.c: File removed.
33935         * sysdeps/wordsize-64/scandir.c: File removed.
33936         * sysdeps/wordsize-64/scandir64.c: File removed.
33937         * sysdeps/wordsize-64/scandirat.c: File removed.
33938         * sysdeps/wordsize-64/scandirat64.c: File removed.
33939         * sysdeps/wordsize-64/versionsort.c: File removed.
33940         * sysdeps/wordsize-64/versionsort64.c: File removed.
33941         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
33942         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
33943         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
33944         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
33945         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
33946         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
33947         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
33948         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
33949
33950         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
33951         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33952         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
33953         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33954         [defined __arch64__ || defined __sparcv9]
33955         (__INO_T_MATCHES_INO64_T): New macro.
33956         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33957         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
33958         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
33959         * sysdeps/unix/sysv/linux/bits/dirent.h
33960         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
33961         (_DIRENT_MATCHES_DIRENT64): New macro.
33962
33963         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
33964         Define lockf64 as an alias.
33965         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
33966         Define fseeko64 as an alias.
33967         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
33968         Define ftello64 as an alias.
33969         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
33970         Define _IO_fgetpos64 and fgetpos64 as aliases.
33971         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
33972         Define _IO_fsetpos64 and fsetpos64 as aliases.
33973         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
33974         Conditionalize body on this.
33975         * libio/fseeko64.c: Likewise.
33976         * libio/ftello64.c: Likewise.
33977         * libio/iofgetpos64.c: Likewise.
33978         * libio/iofsetpos64.c: Likewise.
33979         * sysdeps/wordsize-64/lockf.c: File removed.
33980         * sysdeps/wordsize-64/lockf64.c: File removed.
33981         * sysdeps/wordsize-64/fseeko.c: File removed.
33982         * sysdeps/wordsize-64/fseeko64.c: File removed.
33983         * sysdeps/wordsize-64/ftello.c: File removed.
33984         * sysdeps/wordsize-64/ftello64.c: File removed.
33985         * sysdeps/wordsize-64/iofgetpos.c: File removed.
33986         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
33987         * sysdeps/wordsize-64/iofsetpos.c: File removed.
33988         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
33989         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
33990         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
33991         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
33992         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
33993         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
33994         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
33995         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
33996         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
33997         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
33998         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
33999
34000         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
34001         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
34002         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
34003         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34004         [defined __arch64__ || defined __sparcv9]
34005         (__OFF_T_MATCHES_OFF64_T): New macro.
34006         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34007         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
34008         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34009         (__OFF_T_MATCHES_OFF64_T): New macro.
34010
34011 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
34012
34013         * stdlib/secure-getenv.c (__secure_getenv): Replace
34014         GLIBC_2_16 with GLIBC_2_17.
34015
34016 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
34017
34018         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
34019         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
34020
34021 2012-08-03  David S. Miller  <davem@davemloft.net>
34022
34023         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34024
34025 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
34026
34027         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
34028         Remove.
34029         (__ASSUME_CORRECT_SI_PID): Likewise.
34030         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
34031         (__ASSUME_TMPFS_NAME): Likewise.
34032         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
34033         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
34034         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
34035         (HAVE_AUX_SECURE): Make definition unconditional.
34036         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
34037         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
34038
34039 2012-08-03  Roland McGrath  <roland@hack.frob.com>
34040
34041         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
34042         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
34043         * sysdeps/mach/hurd/eloop-threshold.h: New file.
34044         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
34045         __eloop_threshold instead of SYMLOOP_MAX.
34046
34047         * sysdeps/generic/eloop-threshold.h: New file.
34048         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
34049         of MAXSYMLINKS.
34050         * elf/chroot_canon.c (chroot_canon): Likewise.
34051
34052 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
34053
34054         [BZ #13717]
34055         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
34056         Change to 2.6.0 everywhere.
34057         * sysdeps/unix/sysv/linux/configure: Regenerated.
34058         * sysdeps/unix/sysv/linux/kernel-features.h
34059         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
34060         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
34061         kernel versions.
34062         (__ASSUME_POSIX_TIMERS): Define unconditionally.
34063         (__ASSUME_FUTEX_REQUEUE): Remove.
34064         (__ASSUME_STATFS64): Define unconditionally.
34065         (__ASSUME_AT_SECURE): Likewise.
34066         (__ASSUME_CORRECT_SI_PID): Likewise.
34067         (__ASSUME_TGKILL): Define without depending on kernel version for
34068         i386.
34069         (__ASSUME_UTIMES): Likewise.
34070         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
34071         kernel version.
34072         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
34073         (__ASSUME_TMPFS_NAME): Likewise.
34074         * README: Update reference to Linux kernel versions.
34075
34076 2012-08-02  Marek Polacek  <polacek@redhat.com>
34077
34078         [BZ# 14150]
34079         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
34080         libc_cv_asm_type_prefix with %.
34081         * configure: Regenerated.
34082         * include/libc-symbols.h: Remove comment about
34083         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
34084         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
34085         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
34086         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
34087         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
34088         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
34089         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
34090         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
34091         * elf/tst-unique2mod1.c: Likewise.
34092         * elf/tst-unique1mod2.c: Likewise.
34093         * elf/tst-unique1mod1.c: Likewise.
34094         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
34095         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
34096         Replace ASM_TYPE_DIRECTIVE with .type.
34097         * sysdeps/s390/s390-64/sysdep.h: Likewise.
34098         * sysdeps/i386/sysdep.h: Likewise.
34099         * sysdeps/x86_64/sysdep.h: Likewise.
34100         * sysdeps/sh/sysdep.h: Likewise.
34101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
34102         Do not define ASM_TYPE_DIRECTIVE.
34103         * sysdeps/powerpc/sysdep.h: Likewise.
34104         * sysdeps/powerpc/powerpc32/sysdep.h:
34105         Replace ASM_TYPE_DIRECTIVE with .type.
34106         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
34107         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
34108         * sysdeps/i386/fpu/e_powf.S: Likewise.
34109         * sysdeps/i386/fpu/e_expl.S: Likewise.
34110         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
34111         * sysdeps/i386/fpu/e_acosh.S: Likewise.
34112         * sysdeps/i386/fpu/e_pow.S: Likewise.
34113         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
34114         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
34115         * sysdeps/i386/fpu/s_expm1.S: Likewise.
34116         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
34117         * sysdeps/i386/fpu/e_log2.S: Likewise.
34118         * sysdeps/i386/fpu/e_log2l.S: Likewise.
34119         * sysdeps/i386/fpu/e_scalb.S: Likewise.
34120         * sysdeps/i386/fpu/e_powl.S: Likewise.
34121         * sysdeps/i386/fpu/e_log10f.S: Likewise.
34122         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
34123         * sysdeps/i386/fpu/e_logl.S: Likewise.
34124         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
34125         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
34126         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
34127         * sysdeps/i386/fpu/e_log2f.S: Likewise.
34128         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
34129         * sysdeps/i386/fpu/e_log.S: Likewise.
34130         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
34131         * sysdeps/i386/fpu/e_logf.S: Likewise.
34132         * sysdeps/i386/fpu/e_log10l.S: Likewise.
34133         * sysdeps/i386/fpu/e_atanh.S: Likewise.
34134         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
34135         * sysdeps/i386/fpu/e_log10.S: Likewise.
34136         * sysdeps/i386/fpu/s_frexp.S: Likewise.
34137         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
34138         * sysdeps/i386/fpu/s_asinh.S: Likewise.
34139         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
34140         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
34141         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
34142         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
34143         * sysdeps/i386/i686/strtok.S: Likewise.
34144         * sysdeps/i386/i386-mcount.S: Likewise.
34145         * sysdeps/i386/strtok.S: Likewise.
34146         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
34147         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
34148         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
34149         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
34150         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
34151         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
34152         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
34153         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
34154         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
34155         * sysdeps/x86_64/_mcount.S: Likewise.
34156         * sysdeps/x86_64/strtok.S: Likewise.
34157         * sysdeps/sh/_mcount.S: Likewise.
34158
34159 2012-08-01  Roland McGrath  <roland@hack.frob.com>
34160
34161         * libio/iofopen.c: Include <fcntl.h>.
34162         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
34163         (_IO_fopen64, fopen64): Define as aliases.
34164         * libio/iofopen64.c: Include <fcntl.h>.
34165         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
34166         Conditionalize body on this.
34167         * sysdeps/wordsize-64/iofopen.c: File removed.
34168         * sysdeps/wordsize-64/iofopen64.c: File removed.
34169
34170 2012-08-01  Marek Polacek  <polacek@redhat.com>
34171
34172         * libc/Makeconfig: Use elf in place of binfmt-subdir.
34173         Use dlfcn directly instead of a variable.
34174         (binfmt-subdir): Do not define.
34175         (dlfcn): Likewise.
34176
34177 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
34178
34179         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
34180         Remove all definitions.
34181         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
34182         <kernel-features.h>.
34183         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
34184         (miss_F_GETOWN_EX): Remove all definitions.
34185         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
34186         macro definition.
34187         [!__ASSUME_FCNTL64]: Remove conditional code.
34188         [__ASSUME_FCNTL64]: Make code unconditional.
34189         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
34190         <kernel-features.h>.
34191         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
34192         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
34193         (lockf64) [__NR_fcntl64]: Make code unconditional.
34194         (lockf64) [__ASSUME_FCNTL64]: Likewise.
34195
34196         * sysdeps/unix/sysv/linux/kernel-features.h
34197         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
34198         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
34199         Make code unconditional.
34200         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
34201         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
34202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
34203         [__NR_vfork]: Make code unconditional.
34204         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
34205         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
34206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
34207         [__NR_vfork]: Make code unconditional.
34208         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
34209         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
34210
34211 2012-08-01  Roland McGrath  <roland@hack.frob.com>
34212
34213         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
34214         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
34215
34216         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
34217         Define mkstemp64 as an alias.
34218         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
34219         Define mkstemps64 as an alias.
34220         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
34221         Define mkostemp64 as an alias.
34222         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
34223         Define mkostemps64 as an alias.
34224         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
34225         Conditionalize body on this.
34226         * misc/mkostemp64.c: Likewise.
34227         * misc/mkostemps64.c: Likewise.
34228         * misc/mkstemps64.c: Likewise.
34229         * sysdeps/wordsize-64/mkstemp64.c: File removed.
34230         * sysdeps/wordsize-64/mkostemp64.c: File removed.
34231         * sysdeps/wordsize-64/mkostemp.c: File removed.
34232         * sysdeps/wordsize-64/mkstemp.c: File removed.
34233         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
34234         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
34235         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
34236         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
34237
34238         [BZ #14138]
34239         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
34240         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
34241         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
34242         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
34243
34244         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
34245         compat_symbol macros from <shlib-compat.h> rather than the underlying
34246         default_symbol_version and symbol_version macros, so that DEFAULT
34247         lines in shlib-versions are respected.
34248         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
34249
34250 2012-08-01  Florian Weimer  <fweimer@redhat.com>
34251
34252         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
34253         Declare with warn_unused_result.
34254         (setgid, setregid, setegid, setresgid): Likewise.
34255         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
34256         Likewise.
34257         * WUR-REPORT: Remove set*id functions.
34258
34259 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
34260
34261         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
34262
34263 2012-07-31  Roland McGrath  <roland@hack.frob.com>
34264
34265         [BZ #10191]
34266         * include/sys/socket.h (__libc_accept, __libc_accept4):
34267         Add attribute_hidden.
34268         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
34269
34270         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
34271         use of PTR_MANGLE.
34272         * inet/getnetgrent_r.c (setup): Likewise.
34273
34274         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
34275
34276 2012-07-31  David S. Miller  <davem@davemloft.net>
34277
34278         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34279
34280 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
34281
34282         [BZ #13629]
34283         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
34284         value between 1.0 and 2.0 and smaller part has absolute value less
34285         than 1.0.
34286         * math/s_clog10.c (__clog10): Likewise.
34287         * math/s_clog10f.c (__clog10f): Likewise.
34288         * math/s_clog10l.c (__clog10l): Likewise.
34289         * math/s_clogf.c (__clogf): Likewise.
34290         * math/s_clogl.c (__clogl): Likewise.
34291         * math/libm-test.inc (clog_test): Add more tests.
34292         (clog10_test): Likewise.
34293         * sysdeps/i386/fpu/libm-test-ulps: Update.
34294         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34295
34296 2012-07-31  Florian Weimer  <fweimer@redhat.com>
34297
34298         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
34299         Exit with zero in case no suitable GID is found, and write a
34300         message to standard error.
34301
34302 2012-07-30  Roland McGrath  <roland@hack.frob.com>
34303
34304         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
34305         rather than to 1.
34306         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
34307         (MAXPATHLEN): Removed.
34308         (NOGROUP, NODEV): New macros.
34309         (setbit, clrbit, isset, isclr): New macros.
34310         (howmany, roundup, powerof2): New macros.
34311         (DEV_BSIZE): New macro.
34312
34313         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
34314         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
34315
34316         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
34317         definition on [!__NO_LONG_DOUBLE_MATH].
34318
34319         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
34320         PTR_MANGLE and PTR_DEMANGLE.
34321
34322         * socket/accept4.c (accept4): Rename to __libc_accept4.
34323         Define accept4 as a weak alias.
34324
34325         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
34326         on [_DIRENT_HAVE_D_TYPE].
34327         * io/ftw.c (ftw_dir): Likewise.
34328
34329         * io/xmknod.c (__xmknod): Don't check PATH for being null.
34330
34331         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
34332
34333         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
34334         Use the BSD numbers rather than the arbitrary ones we had.
34335         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
34336         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
34337         (SIGXCPU, SIGXFSZ): New macros.
34338         (_NSIG): Now 32.
34339
34340         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
34341         initializer on [_LIBC_REENTRANT].
34342
34343         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
34344         definitions inside [_POSIX_MAPPED_FILES].
34345
34346         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
34347
34348         * dirent/opendir.c: Include <fcntl.h>.
34349
34350         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
34351         (__libc_getspecific): Likewise.
34352         (__libc_key_create): Likewise.
34353
34354         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
34355         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
34356         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
34357         (tmpfile64): Define as alias.
34358         * sysdeps/wordsize-64/tmpfile.c: File removed.
34359         * sysdeps/wordsize-64/tmpfile64.c: File removed.
34360         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
34361         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
34362
34363         * stdio-common/vfscanf.c: Include <stdbool.h>.
34364         * nss/makedb.c: Likewise.
34365         * stdio-common/_i18n_number.h: Likewise.
34366         * argp/argp-help.c: Likewise.
34367         * posix/wordexp.c: Likewise.
34368         * sysdeps/posix/spawni.c: Likewise.
34369         * nss/nss_files/files-initgroups.c: Likewise.
34370         * stdio-common/reg-modifier.c: Include <stdlib.h>.
34371         * nss/nss_files/files-initgroups.c: Likewise.
34372         * nss/nss_db/db-netgrp.c: Likewise.
34373         * nss/nss_db/db-initgroups.c: Likewise.
34374         * io/fchmodat.c: Include <sys/stat.h>.
34375
34376         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
34377         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
34378
34379         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
34380         [HAVE_MMAP].
34381
34382         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
34383         Add multiple inclusion protection.
34384
34385 2012-07-27  David S. Miller  <davem@davemloft.net>
34386
34387         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34388
34389 2012-07-27  Gary Benson  <gbenson@redhat.com>
34390
34391         [BZ #14298]
34392         * elf/rtld.c: Include <stap-probe.h>.
34393         (dl_main): Added static probes "init_start" and "init_complete".
34394         * elf/dl-load.c: Include <stap-probe.h>.
34395         (lose): Take new parameter "nsid".
34396         Added static probe "map_failed".
34397         (_dl_map_object_from_fd): Pass namespace id to lose.
34398         Added static probe "map_start".
34399         (open_verify): Pass namespace id to lose.
34400         * elf/dl-open.c: Include <stap-probe.h>.
34401         (dl_open_worker) Added static probes "map_complete", "reloc_start"
34402         and "reloc_complete".
34403         * elf/dl-close.c: Include <stap-probe.h>.
34404         (_dl_close_worker): Added static probes "unmap_start" and
34405         "unmap_complete".
34406         * elf/rtld-debugger-interface.txt: New file documenting the above.
34407
34408 2012-07-26  Roland McGrath  <roland@hack.frob.com>
34409
34410         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
34411         rather than a string variable.
34412         * sunrpc/rpc_main.c (h_output): Likewise.
34413         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
34414
34415 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
34416
34417         * inet/check_native.c: New file.
34418
34419 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
34420
34421         [BZ #13629]
34422         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
34423         if larger part has absolute value 1.0.
34424         * math/s_clog10.c (__clog10): Likewise.
34425         * math/s_clog10f.c (__clog10f): Likewise.
34426         * math/s_clog10l.c (__clog10l): Likewise.
34427         * math/s_clogf.c (__clogf): Likewise.
34428         * math/s_clogl.c (__clogl): Likewise.
34429         * math/libm-test.inc (clog_test): Add more tests.
34430         (clog10_test): Likewise.
34431         * sysdeps/i386/fpu/libm-test-ulps: Update.
34432         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34433
34434         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
34435         (pltexit): Likewise.
34436         (La_regs): Likewise.
34437         (La_retval): Likewise.
34438         (int_retval): Likewise.
34439         Update #error for removed macros to refer only to definitions in
34440         tst-audit.h.
34441         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
34442         macro.
34443         (pltexit): Likewise.
34444         (La_regs): Likewise.
34445         (La_retval): Likewise.
34446         (int_retval): Likewise.
34447         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
34448         macro.
34449         (pltexit): Likewise.
34450         (La_regs): Likewise.
34451         (La_retval): Likewise.
34452         (int_retval): Likewise.
34453         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
34454         macro.
34455         (pltexit): Likewise.
34456         (La_regs): Likewise.
34457         (La_retval): Likewise.
34458         (int_retval): Likewise.
34459         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
34460         macro.
34461         (pltexit): Likewise.
34462         (La_regs): Likewise.
34463         (La_retval): Likewise.
34464         (int_retval): Likewise.
34465         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
34466         macro.
34467         (pltexit): Likewise.
34468         (La_regs): Likewise.
34469         (La_retval): Likewise.
34470         (int_retval): Likewise.
34471         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
34472         macro.
34473         (pltexit): Likewise.
34474         (La_regs): Likewise.
34475         (La_retval): Likewise.
34476         (int_retval): Likewise.
34477         * sysdeps/generic/tst-audit.h: Update comment to refer only to
34478         macro definitions in tst-audit.h.
34479         * sysdeps/i386/tst-audit.h: New file.
34480         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
34481         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
34482         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
34483         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
34484         * sysdeps/sh/tst-audit.h: Likewise.
34485         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
34486         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
34487         * sysdeps/x86_64/tst-audit.h: Likewise.
34488
34489 2012-07-26  Andreas Jaeger  <aj@suse.de>
34490
34491         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
34492         ptrace.
34493
34494         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
34495         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
34496         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
34497         PTRACE_O_MASK.
34498         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
34499         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
34500         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
34501
34502         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
34503         value.
34504
34505         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
34506         _sigsys.
34507         (si_call_addr, si_syscall, si_arch): Define new macro.
34508         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
34509         _sigsys.
34510         (si_call_addr, si_syscall, si_arch): Define new marcro.
34511         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
34512         _sigsys.
34513         (si_call_addr, si_syscall, si_arch): Define new macro.
34514         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
34515         _sigsys.
34516         (si_call_addr, si_syscall, si_arch): Define new macro.
34517
34518 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
34519
34520         [BZ #13717]
34521         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
34522         Change to 2.4.21 where previously 2.4.1.
34523         * sysdeps/unix/sysv/linux/configure: Regenerated.
34524         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
34525         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
34526         Linux kernel version.
34527         (__ASSUME_STD_AUXV): Remove.
34528         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
34529         kernel version.
34530         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
34531         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
34532         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
34533         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
34534         (__ASSUME_NETLINK_SUPPORT): Likewise.
34535         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
34536         (__no_netlink_support): Remove conditional definition.
34537         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
34538         Remove.
34539         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
34540         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
34541         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
34542         (if_nameindex_ioctl): Remove.
34543         (if_nameindex_netlink): Do not handle __no_netlink_support.
34544         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
34545         code.
34546         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
34547         Remove conditional code.
34548         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
34549         code.
34550         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
34551         unconditional.
34552         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
34553         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
34554         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
34555         Remove.
34556         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
34557         [!__ASSUME_STD_AUXV]: Remove conditional code.
34558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
34559         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
34560         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
34561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
34562         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
34563         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
34564         code.
34565         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
34566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
34567         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
34568         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
34569         conditional code.
34570         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
34571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
34572         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
34573         code.
34574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
34575         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
34576         conditional code.
34577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
34578         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
34579         code unconditional.
34580         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34581         conditional code.
34582         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
34583         unconditional.
34584         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34585         conditional code.
34586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
34587         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
34588         unconditional.
34589         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34590         conditional code.
34591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
34592         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
34593         code unconditional.
34594         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34595         conditional code.
34596         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
34597         unconditional.
34598         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34599         conditional code.
34600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
34601         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
34602         code unconditional.
34603         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34604         conditional code.
34605         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
34606         unconditional.
34607         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34608         conditional code.
34609
34610 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
34611
34612         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
34613         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
34614         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
34615         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
34616         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
34617         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
34618         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
34619         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
34620         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
34621         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
34622         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
34623         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
34624         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
34625         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
34626         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
34627         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
34628         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
34629         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
34630         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
34631         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
34632         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
34633         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
34634         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
34635
34636 2012-07-25  Florian Weimer  <fweimer@redhat.com>
34637
34638         * Versions.def: Add GLIBC_2.17.
34639         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
34640         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
34641         Introduce __libc_secure_getenv.
34642         * stdlib/Versions (2.17): Add secure_getenv
34643         (GLIBC_PRIVATE): Add __libc_secure_getenv.
34644         * stdlib/secure-getenv.c: Rename __secure_getenv to
34645         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
34646         symbol __secure_getenv for GLIBC_2.0.
34647         * stdlib/tst-secure-getenv.c: New.
34648         * stdlib/Makefile (tests): Add testcase.
34649         * manual/startup.texi (Environment Access): Document
34650         secure_getenv.
34651         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
34652         __libc_secure_getenv.
34653         * inet/ruserpass.c (ruserpass): Likewise.
34654         * malloc/mtrace.c (mtrace): Likewise.
34655         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
34656         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
34657         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
34658         * sysdeps/posix/tempname.c: Likewise.  Evaluate
34659         HAVE_SECURE_GETENV.
34660         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
34661         __secure_getenv to __libc_secure_getenv.
34662         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
34663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34664         Likewise.
34665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
34666         Likewise.
34667         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
34668         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
34669         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
34670         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
34671         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
34672         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
34673         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
34674
34675 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
34676
34677         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
34678         (struct La_i86_retval): Likewise.
34679         (struct La_x86_64_regs): Likewise.
34680         (struct La_x86_64_retval): Likewise.
34681         (struct La_x32_regs): Likewise.
34682         (struct La_x32_retval): Likewise.
34683         (struct La_ppc32_regs): Likewise.
34684         (struct La_ppc32_retval): Likewise.
34685         (struct La_ppc64_regs): Likewise.
34686         (struct La_ppc64_retval): Likewise.
34687         (struct La_sh_regs): Likewise.
34688         (struct La_sh_retval): Likewise.
34689         (struct La_s390_32_regs): Likewise.
34690         (struct La_s390_32_retval): Likewise.
34691         (struct La_s390_64_regs): Likewise.
34692         (struct La_s390_64_retval): Likewise.
34693         (struct La_sparc32_regs): Likewise.
34694         (struct La_sparc32_retval): Likewise.
34695         (struct La_sparc64_regs): Likewise.
34696         (struct La_sparc64_retval): Likewise.
34697         (struct audit_ifaces): Remove architecture-specific pltenter and
34698         pltexit members.
34699         * sysdeps/i386/ldsodefs.h: New file.
34700         * sysdeps/powerpc/ldsodefs.h: Likewise.
34701         * sysdeps/s390/ldsodefs.h: Likewise.
34702         * sysdeps/sh/ldsodefs.h: Likewise.
34703         * sysdeps/sparc/ldsodefs.h: Likewise.
34704         * sysdeps/x86_64/ldsodefs.h: Likewise.
34705
34706 2012-07-25  Marek Polacek  <polacek@redhat.com>
34707
34708         [BZ #6808]
34709         * math/libm-test.inc (yn_test): Add another test.
34710         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
34711         to ERANGE when the result is +-Inf.
34712         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
34713         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
34714         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
34715         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
34716
34717 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
34718
34719         * conform/data/time.h-data (NULL): Use macro-constant.  Require
34720         equal to 0.
34721         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
34722         clock_t.
34723         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
34724
34725 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
34726
34727         * configure.in <sysdeps resolving>: Correct printing
34728         Implies_before.
34729         * configure: Regenerate.
34730
34731 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
34732
34733         * math/w_ilogb.c: Include <limits.h>.
34734         * math/w_ilogbl.c: Likewise.
34735
34736 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
34737
34738         * manual/lang.texi (__va_copy): Document primarily as ISO C99
34739         va_copy.  Document allowing for unavailable va_copy only as
34740         pre-C99 compatibility.
34741         * manual/string.texi (Copying and Concatenation): Use va_copy
34742         instead of __va_copy in concat example.
34743
34744 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
34745
34746         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
34747         (__sendto): Use create_address_port.  Initialize APORT and deallocate
34748         it if not null.
34749
34750         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
34751         with O_NOLINK passed to __file_name_lookup.
34752
34753         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
34754         with O_NOLINK passed to __file_name_lookup.
34755
34756         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
34757         negative N or less than NGIDS.
34758
34759         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
34760         type to string_t.  Set ERANGE as errno and return it if NAME is not big
34761         enough.  Use memcpy instead of strncpy.
34762
34763 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
34764
34765         * elf/Makefile (check-data): Remove.
34766         (localplt.data): New vpath directive.
34767         ($(objpfx)check-localplt.out): Use localplt.data from vpath
34768         instead of $(check-data).
34769         * scripts/data/localplt-generic.data: Move to ...
34770         * sysdeps/generic/localplt.data: ... here.
34771         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
34772         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
34773         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
34774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
34775         ... here.
34776         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
34777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
34778         ... here.
34779         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
34780         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
34781         ... here.
34782         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
34783         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
34784         ... here.
34785         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
34786         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
34787         ... here.
34788         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
34789         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
34790         ... here.
34791
34792 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34793
34794         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
34795         PPC32 and PPC64 files.
34796         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
34797         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
34798
34799 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34800
34801         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
34802         __makecontext_ret to ...
34803         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
34804         ... here and call exit if uc_link is NULL.  New file.
34805         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
34806         __makecontext_ret.S.
34807         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
34808         __makecontext_ret to ...
34809         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
34810         ... here and call exit if uc_link is NULL.  New file.
34811         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
34812         __makecontext_ret.S.
34813
34814 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34815
34816         * elf/elf.h (R_390_IRELATIVE): New definition.
34817         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
34818         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
34819         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
34820         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
34821         (elf_machine_lazy_rel): Likewise.
34822         * sysdeps/s390/dl-irel.h: New file.
34823         * sysdeps/s390/s390-64/memcpy.S: New asm code.
34824         * sysdeps/s390/s390-64/memset.S: New asm code.
34825         * sysdeps/s390/s390-64/memcmp.S: New asm code.
34826         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
34827         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
34828         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
34829         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
34830         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
34831         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
34832         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
34833         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
34834         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
34835         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
34836         * sysdeps/s390/s390-32/memcpy.S: New asm code.
34837         * sysdeps/s390/s390-32/memset.S: New asm code.
34838         * sysdeps/s390/s390-32/memcmp.S: New asm code.
34839
34840 2012-07-17  Marek Polacek  <polacek@redhat.com>
34841
34842         [BZ #14349]
34843         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
34844         * sysdeps/s390/s390-64/configure.in: Likewise.
34845         * sysdeps/sparc/configure.in: Likewise.
34846         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
34847         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
34848         * sysdeps/i386/configure.in: Likewise.
34849         * sysdeps/x86_64/configure.in: Likewise.
34850         * sysdeps/sh/configure.in: Likewise.
34851         * sysdeps/s390/s390-32/configure: Regenerated.
34852         * sysdeps/s390/s390-64/configure: Likewise.
34853         * sysdeps/x86_64/configure: Likewise.
34854         * sysdeps/sh/configure: Likewise.
34855         * sysdeps/powerpc/powerpc64/configure: Likewise.
34856         * sysdeps/powerpc/powerpc32/configure: Likewise.
34857         * sysdeps/sparc/configure: Likwise.
34858         * sysdeps/i386/configure: Likewise.
34859
34860         * elf/dl-open.c: Comment fixes.
34861
34862 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
34863
34864         * Makefile [CXX] (check-data): Remove.
34865         [CXX] (c++-types.data): New vpath directive.
34866         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
34867         vpath.  Do not allow for C++ type data being missing.
34868         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
34869         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
34870         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
34871         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
34872         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
34873         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
34874         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
34875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
34876         ... here.
34877         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
34878         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
34879         ... here.
34880         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
34881         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
34882         ... here.
34883         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
34884         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
34885         ... here.
34886         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
34887         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
34888         ... here.
34889         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
34890         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
34891         ... here.
34892         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
34893         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
34894         ... here.
34895         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
34896         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
34897
34898         * elf/tls-macros.h (TLS_LE): Move architecture-specific
34899         definitions to architecture-specific files.
34900         (TLS_IE): Likewise.
34901         (TLS_LD): Likewise.
34902         (TLS_GD): Likewise.
34903         * sysdeps/i386/tls-macros.h: New file.
34904         * sysdeps/powerpc/tls-macros.h: Likewise.
34905         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
34906         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
34907         * sysdeps/sh/tls-macros.h: Likewise.
34908         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
34909         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
34910         * sysdeps/x86_64/tls-macros.h: Likewise.
34911
34912 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
34913
34914         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
34915         zero value for regular exit case.
34916
34917         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
34918         (__start_context): Preserve zero value for regular exit case.
34919
34920 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
34921             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34922
34923         * manual/setjmp.texi (setcontext): Clarify normal process
34924         termination when uc_link is the null pointer.
34925         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
34926         exit call.
34927
34928 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
34929
34930         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
34931         preprocessor.  Test for each exception mask separately.
34932
34933 2012-07-16  Andreas Jaeger  <aj@suse.de>
34934
34935         * po/ru.po: Update from translation team.
34936
34937 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
34938
34939         * conform/data/string.h-data (NULL): Use macro-constant.  Require
34940         equal to 0.
34941         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34942         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34943         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
34944         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
34945         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34946
34947 2012-07-13  Andreas Jaeger  <aj@suse.de>
34948
34949         * po/fr.po: Update from translation team.
34950
34951 2012-07-12  Marek Polacek  <polacek@redhat.com>
34952
34953         [BZ #14173]
34954         * math/libm-test.inc (yn_test): Add test for BZ #14173.
34955         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
34956         loop condition.
34957
34958 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
34959
34960         [BZ #13717]
34961         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
34962         Change to 2.4.1 where previously 2.4.0.
34963         * sysdeps/unix/sysv/linux/configure: Regenerated.
34964         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
34965         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
34966         version.
34967         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
34968         (__ASSUME_AT_CLKTCK): Remove.
34969         (__ASSUME_AT_PAGESIZE): Likewise.
34970         (__ASSUME_AT_XID): Likewise.
34971         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
34972         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
34973         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
34974         unconditionally.
34975         (HAVE_AUX_PAGESIZE): Likewise.
34976         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
34977         [__ASSUME_AT_CLKTCK]: Make code unconditional.
34978         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
34979
34980 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
34981
34982         [BZ #14307]
34983         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
34984         the temporary buffer used to invoke __gethostbyname2_r,
34985         __gethostbyaddr_r and gethostbyname4_r to make room for struct
34986         host_data / struct gaih_addrtuple.
34987         * resolv/nss_dns/dns-host.c (global scope): Move definition of
34988         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
34989         header file nss/nsswitch.h.
34990         * nss/nsswitch.h (global scope): Add definition of implementation
34991         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
34992         resolv/nss_dns/dns-host.c).
34993
34994 2012-07-11  Andreas Jaeger  <aj@suse.de>
34995
34996         * po/fr.po: Update from translation team.
34997
34998         * po/sv.po: Update from translation team
34999         * po/fr.po: Another update from translation team.
35000
35001 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35002
35003         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
35004         for subnormals or multiply small sinh result by itself.
35005         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
35006         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35007
35008 2012-07-11  David S. Miller  <davem@davemloft.net>
35009
35010         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35011
35012 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
35013
35014         [BZ #14347]
35015         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
35016         (INTERNAL_MARK): Shift it here.
35017
35018 2012-07-10  Marek Polacek  <polacek@redhat.com>
35019
35020         [BZ #14151]
35021         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
35022         libc_cv_asm_global_directive with .globl.
35023         * configure: Regenerated.
35024         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
35025         with .globl.
35026         * sysdeps/i386/configure: Regenerated.
35027         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
35028         with .globl.
35029         * sysdeps/x86_64/configure: Regenerated.
35030         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
35031         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
35032         * elf/tst-unique2mod2.c: Likewise.
35033         * elf/tst-unique2mod1.c: Likewise.
35034         * elf/tst-unique1mod2.c: Likewise.
35035         * elf/tst-unique1mod1.c: Likewise.
35036         * sysdeps/s390/s390-32/sysdep.h: Likewise.
35037         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
35038         * sysdeps/s390/s390-64/sysdep.h: Likewise.
35039         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
35040         * sysdeps/mach/sysdep.h: Likewise.
35041         * sysdeps/i386/sysdep.h: Likewise.
35042         * sysdeps/i386/i386-mcount.S: Likewise.
35043         * sysdeps/x86_64/_mcount.S: Likewise.
35044         * sysdeps/x86_64/sysdep.h: Likewise.
35045         * sysdeps/sh/_mcount.S: Likewise.
35046         * sysdeps/sh/sysdep.h: Likewise.
35047         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
35048         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
35049         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
35050         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
35051         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
35052         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
35053         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
35054         * locale/localeinfo.h: Likewise.
35055         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
35056         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
35057
35058 2012-07-09  Roland McGrath  <roland@hack.frob.com>
35059
35060         [BZ #14336]
35061         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
35062         system".
35063         * manual/message.texi (The Uniforum approach): Likewise.
35064         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
35065         (glibc iconv Implementation): Likewise.
35066
35067 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
35068
35069         [BZ #14337]
35070         * math/s_clog.c (__clog): Avoid scaling a value down where that
35071         could result in underflow.
35072         * math/s_clog10.c (__clog10): Likewise.
35073         * math/s_clog10f.c (__clog10f): Likewise.
35074         * math/s_clog10l.c (__clog10l): Likewise.
35075         * math/s_clogf.c (__clogf): Likewise.
35076         * math/s_clogl.c (__clogl): Likewise.
35077         * math/libm-test.inc (clog_test): Add more tests.
35078         (clog10_test): Likewise.
35079         * sysdeps/i386/fpu/libm-test-ulps: Update.
35080         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35081
35082 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
35083
35084         [BZ #14283]
35085         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
35086         by 7 not 8 to examine high bit of fractional part.
35087
35088         [BZ #14042]
35089         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
35090         for call to __mcount_internal.
35091         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
35092         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
35093         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
35094
35095 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
35096
35097         [BZ #14154]
35098         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
35099         approximation for values within 0x1p-13f of an odd multiple of
35100         pi/4.
35101         * math/libm-test.inc (tan_test): Do not allow spurious underflow
35102         exception.  Add more tests.
35103         * sysdeps/i386/fpu/libm-test-ulps: Update.
35104
35105         [BZ #6778]
35106         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
35107         inputs and return -1 for them.  Do not check for +Inf in case not
35108         reachable for +Inf.
35109         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
35110         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
35111         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
35112         and return -1 for them.  Do not check for +Inf in case not
35113         reachable for +Inf.
35114         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
35115         define.
35116         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
35117         and return -1 for them.  Do not check for +Inf in case not
35118         reachable for +Inf.
35119         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
35120         spurious underflow.
35121         * sysdeps/i386/fpu/libm-test-ulps: Update.
35122         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35123
35124 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
35125
35126         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
35127
35128 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
35129
35130         [BZ #14157]
35131         [BZ #14331]
35132         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
35133         could result in spurious underflow.  Scale down values above
35134         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
35135         * math/s_csqrtf.c (__csqrtf): Likewise.
35136         * math/s_csqrtl.c (__csqrtl): Likewise.
35137         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
35138         spurious underflow.
35139         * sysdeps/i386/fpu/libm-test-ulps: Update.
35140         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35141
35142 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
35143
35144         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
35145         xopen-msg.sed.
35146         * catgets/xopen-msg.awk: New file.
35147         * catgets/xopen-msg.sed: Removed.
35148
35149         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
35150         po2text.sed.
35151         * intl/po2test.awk: New file.
35152         * intl/po2test.sed: Removed.
35153
35154 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
35155
35156         [BZ #14328]
35157         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
35158         or multiply small sinh result by itself.
35159         * math/s_ctanf.c (__ctanf): Likewise.
35160         * math/s_ctanh.c (__ctanh): Likewise.
35161         * math/s_ctanhf.c (__ctanhf): Likewise.
35162         * math/s_ctanhl.c (__ctanhl): Likewise.
35163         * math/s_ctanl.c (__ctanl): Likewise.
35164         * math/libm-test.inc (ctan_test_tonearest): New function.
35165         (ctan_test_towardzero): Likewise.
35166         (ctan_test_downward): Likewise.
35167         (ctan_test_upward): Likewise.
35168         (ctanh_test_tonearest): Likewise.
35169         (ctanh_test_towardzero): Likewise.
35170         (ctanh_test_downward): Likewise.
35171         (ctanh_test_upward): Likewise.
35172         (main): Call these new functions.
35173         * sysdeps/i386/fpu/libm-test-ulps: Update.
35174         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35175
35176 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
35177
35178         * .gitignore: Delete /ports entry.
35179
35180 2012-07-03  Andreas Jaeger  <aj@suse.de>
35181
35182         * po/bg.po: Update from translation team.
35183         * po/cs.po: Likewise.
35184         * po/de.po: Likewise.
35185         * po/hr.po: Likewise.
35186         * po/nl.pl: Likewise.
35187         * po/pl.po: Likewise.
35188         * po/vi.po: Likewise.
35189
35190 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
35191
35192         * Makeconfig [!+link] (+link-before-libc): New variable.
35193         [!+link] (+link-after-libc): Likewise.
35194         [!+link] (+link-tests): Likewise.
35195         [!+link] (+link): Define in terms of $(+link-before-libc) and
35196         $(+link-after-libc).
35197         [!+link-static] (+link-static-before-libc): New variable.
35198         [!+link-static] (+link-static-after-libc): Likewise.
35199         [!+link-static] (+link-static-tests): Likewise.
35200         [!+link-static] (+link-static): Define in terms of
35201         $(+link-static-before-libc) and $(+link-static-after-libc).
35202         [build-shared] (link-libc-before-gnulib): New variable.
35203         [build-shared] (link-libc-tests): Likewise.
35204         [build-shared] (link-libc): Define in terms of
35205         $(link-libc-before-gnulib).
35206         [!build-shared] (link-libc-tests): New variable.
35207         (link-libc-static-tests): New variable.
35208         [!gnulib] (gnulib-arch): New variable.
35209         [!gnulib] (gnulib-tests): Likewise.
35210         [!gnulib] (static-gnulib-arch): Likewise.
35211         [!gnulib] (static-gnulib-tests): Likewise.
35212         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
35213         Define with "=" instead of ":=".
35214         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
35215         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
35216         * Rules (binaries-all-notests): New variable.
35217         (binaries-all-tests): Likewise.
35218         (binaries-static-notests): Likewise.
35219         (binaries-static-tests): Likewise.
35220         (binaries-all): Define using $(binaries-all-notests) and
35221         $(binaries-all-tests).
35222         (binaries-static): Define using $(binaries-static-notests) and
35223         $(binaries-static-tests).
35224         (binaries-shared-tests): New variable.
35225         (binaries-shared-notests): Likewise.
35226         (binaries-shared): Remove variable.
35227         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
35228         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
35229         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
35230         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
35231         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
35232         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
35233         * elf/Makefile (sln-modules): New variable.
35234         (extra-objs): Add $(sln-modules:=.o).
35235         (ldconfig-modules): Add static-stubs.
35236         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
35237         * elf/static-stubs.c: New file.
35238
35239         [BZ #14283]
35240         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
35241         by 7 not 8 to examine high bit of fractional part.  Use volatile
35242         variables when splitting into final array of floats if
35243         __FLT_EVAL_METHOD__ != 0.
35244         * math/libm-test.inc (cos_test): Add another test.
35245         (sin_test): Likewise.
35246         * sysdeps/i386/fpu/libm-test-ulps: Update.
35247
35248         [BZ #14273]
35249         * math/libm-test.inc (cosh_test): Add more tests.
35250
35251         * version.h (RELEASE): Set to "development".
35252         (VERSION): Set to "2.16.90".
35253
35254 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
35255
35256         * NEWS: Update copyright. Remove last-updated date.
35257         Mention math library bug fixes and timezone data changes.
35258         * README: Mention GNU/Hurd, x32, and HPPA support status.
35259
35260 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
35261
35262         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
35263
35264 2012-06-27  Andreas Jaeger  <aj@suse.de>
35265
35266         * manual/contrib.texi (Contributors): Add Samuel Thibault.
35267
35268 2012-06-25  Andreas Jaeger  <aj@suse.de>
35269
35270         * sysdeps/s390/fpu/libm-test-ulps: Update.
35271
35272 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
35273             Thomas Schwinge  <thomas@codesourcery.com>
35274
35275         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
35276         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
35277         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
35278         fanotify_mark.
35279
35280 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
35281
35282         * sysdeps/mach/start.c: Remove file.
35283         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
35284         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
35285         * sysdeps/sh/init-first.c: Likewise.
35286
35287         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
35288         registers for frame unwinding purposes, add CFI directives.
35289         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
35290         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
35291         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
35292         Likewise.
35293
35294         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
35295         __fortify_fail returning.
35296         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
35297
35298         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
35299         sysdeps/sh/____longjmp_chk.S.
35300         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
35301         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
35302         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
35303         (gen-as-const-headers): Append sigaltstack-offsets.sym.
35304
35305         * sysdeps/sh/abort-instr.h: New file.
35306         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
35307         process in case exit returns.
35308
35309         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
35310         initialize the GOT register before use.
35311
35312         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
35313         calculation of ARGC > 4.
35314
35315         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
35316         meaningful names to some local labels.
35317
35318 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
35319             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
35320
35321         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
35322         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
35323         (__arch_compare_and_exchange_val_16_acq): Likewise.
35324         (__arch_compare_and_exchange_val_32_acq): Likewise.
35325         (atomic_exchange_and_add): Fix gUSA sequence.
35326         (atomic_add): Likewise.
35327         (atomic_add_negative): Likewise.
35328         (atomic_add_zero): Likewise.
35329         (atomic_bit_test_set): Likewise.
35330
35331 2012-06-22  Andreas Schwab  <schwab@redhat.com>
35332
35333         [BZ #13579]
35334         * include/link.h (struct link_map): Add l_free_initfini.
35335         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
35336         l_initfini.
35337         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
35338         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
35339         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
35340         set.
35341
35342 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
35343
35344         * configure.in: Use AC_LANG_SOURCE.
35345         * configure: Regenerate.
35346
35347 2012-06-22  Roland McGrath  <roland@hack.frob.com>
35348
35349         * configure.in (libc_cv_localstatedir): New substituted variable.
35350         * configure: Regenerated.
35351         * config.make.in (localstatedir): New variable, substituted from
35352         libc_cv_localstatedir.
35353         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
35354         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
35355         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
35356         * sysdeps/gnu/configure: Regenerated.
35357
35358 2012-06-21  Jeff Law  <law@redhat.com>
35359
35360         [BZ #14277]
35361         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
35362         free.  Simplify list management for _LIBC case.
35363
35364 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
35365
35366         [BZ #14273]
35367         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
35368         Clear sign bit of 64-bit integer value before comparing against
35369         overflow value.
35370
35371         * sysdeps/mach/configure: Regenerated.
35372
35373 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
35374
35375         [BZ #14278]
35376         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
35377
35378 2012-06-21  Jeff Law  <law@redhat.com>
35379
35380         [BZ #13882]
35381         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
35382         uint16_t for elements in the "seen" array to avoid char overflows.
35383         * elf/dl-fini.c (_dl_sort_fini): Likewise.
35384         * elf/dl-open.c (dl_open_worker): Likewise.
35385
35386 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
35387
35388         * scripts/list-sources.sh: Scan PORTS for translations.
35389         * po/libc.pot: Regenerated.
35390
35391 2012-06-21  Andreas Jaeger  <aj@suse.de>
35392
35393         [BZ #12194]
35394         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
35395         warning.
35396         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
35397         * bits/byteswap-16.h (__bswap_16): Likewise.
35398         * bits/byteswap.h (__bswap_constant_16): Likewise.
35399
35400 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
35401
35402         [BZ #14117]
35403         * sysdeps/i386/fpu_control.h: Removed.
35404         * sysdeps/x86_64/fpu_control.h: Moved to ...
35405         * sysdeps/x86/fpu_control.h: Here.
35406
35407         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
35408         (_FPU_SETCW): Likewise.
35409
35410 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
35411
35412         [BZ #14117]
35413         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
35414         * sysdeps/x86/fpu/bits/mathinline.h: This.
35415         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
35416
35417         [BZ #14050]
35418         [BZ #14117]
35419         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
35420         functions if __x86_64__ is defined.
35421
35422 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
35423
35424         * string/endian.h: Add !__ASSEMBLER__ condition for including
35425         conversion interfaces.
35426
35427 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
35428
35429         [BZ #14241]
35430         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
35431         of ABS(x) in calculating zero to negative powers other than odd
35432         integers.
35433         * math/libm-test.inc (pow_test): Add more tests.
35434
35435 2012-06-15  Andreas Jaeger  <aj@suse.de>
35436
35437         * manual/contrib.texi (Contributors): Update entry of Liubov
35438         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
35439         Machado Filho.
35440
35441 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
35442
35443         * string/string.h: Add __wur to GNU version of strerror_r.
35444
35445 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
35446
35447         [BZ #14229]
35448         * string/Makefile (tests): Add tst-strtok_r.
35449         * string/tst-strtok_r.c: New file.
35450         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
35451         RAX_LP/RDX_LP on SAVE_PTR.
35452
35453 2012-06-14  Roland McGrath  <roland@hack.frob.com>
35454
35455         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
35456
35457 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
35458
35459         * libm_test.inc (csqrt_test): Allow more spurious underflow
35460         exceptions.
35461         (j0_test): Likewise.
35462         (j1_test): Likewise.
35463         (y0_test): Likewise.
35464         (y1_test): Likewise.
35465
35466 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
35467
35468         * po/Makefile (libc.pot): Use UTF-8 charset.
35469
35470 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
35471
35472         [BZ #14210]
35473         Suppress sign-conversion warning from FD_SET.
35474         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
35475         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
35476         not unsigned long int.
35477         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
35478
35479 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
35480
35481         [BZ #14050]
35482         [BZ #14117]
35483         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
35484         __extern_always_inline instead of __extern_inline.
35485         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
35486         (__signbit): Likewise.
35487         (__signbitl): Support C++ namespace.
35488         (lrintf): New inline function.
35489         (lrint): Likewise.
35490         (llrintf): Likewise.
35491         (llrint): Likewise.
35492         (fmaxf): Likewise.
35493         (fmax): Likewise.
35494         (fminf): Likewise.
35495         (fmin): Likewise.
35496         (rint): Likewise.
35497         (rintf): Likewise.
35498         (ceil): Likewise.
35499         (ceilf): Likewise.
35500         (floor): Likewise.
35501         (floorf): Likewise.
35502         (nearbyint): Likewise.
35503         (nearbyintf): Likewise.
35504
35505 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
35506
35507         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
35508         non-default versions.
35509
35510 2012-06-11  Roland McGrath  <roland@hack.frob.com>
35511
35512         [BZ #14218]
35513         * manual/argp.texi (Argp): Reword argp_parse description slightly.
35514
35515 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
35516
35517         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
35518         (FE_UPWARD, FE_DOWNWARD): Don't define.
35519         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
35520         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
35521
35522         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
35523         reading it.
35524         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
35525         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
35526
35527 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
35528
35529         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
35530         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
35531         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
35532         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
35533
35534 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
35535
35536         [BZ #14117]
35537         * sysdeps/i386/fpu/bits/fenv.h: Removed.
35538         * sysdeps/i386/fpu/Implies: New file.
35539         * sysdeps/x86_64/fpu/Implies: Likewise.
35540         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
35541         * sysdeps/x86/fpu/bits/fenv.h: This.
35542
35543         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
35544         __SSE_MATH__.
35545
35546 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
35547
35548         [BZ #14134]
35549         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
35550         character 0xffff that matches the last element of the
35551         conversion table.
35552
35553 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35554
35555         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
35556         fmodl commit.
35557
35558 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35559
35560         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
35561         values higher than 25.6283.
35562
35563 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35564
35565         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
35566         subnormal exponent extraction and add some __builtin_expect.
35567         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
35568         Fix for subnormal mantissa calculation.
35569
35570 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
35571
35572         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
35573         cpu2 is -1 and errno is not ENOSYS.
35574
35575 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
35576
35577         [BZ #14117]
35578         * sysdeps/i386/i486/bits/string.h: Renamed to ...
35579         * sysdeps/x86/bits/string.h: This.
35580         * sysdeps/x86_64/bits/string.h: Removed.
35581
35582         * sysdeps/i386/i486/bits/string.h: Define inline functions only
35583         if not compiling for x86-64, but compiling for >= i486.
35584
35585         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
35586         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
35587
35588         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
35589         New macro from Linux kernel 3.4.0.
35590         (FP_XSTATE_MAGIC2): Likewise.
35591         (FP_XSTATE_MAGIC2_SIZE): Likewise.
35592         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
35593         (struct _fpx_sw_bytes): New struct.
35594         (struct _xsave_hdr): Likewise.
35595         (struct _ymmh_state): Likewise.
35596         (struct _xstate): Likewise.
35597
35598         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
35599         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
35600         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
35601         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
35602         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
35603         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
35604
35605         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
35606         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
35607         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
35608         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
35609         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
35610         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
35611
35612 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35613
35614         [BZ #13743]
35615         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
35616         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
35617         (sysdep_headers): Include sys/platform/ppc.h.
35618         * sysdeps/powerpc/test-gettimebase.c: Test for
35619         __ppc_get_timebase() to catch future ISA opcode/insn changes.
35620         * manual/Makefile (appendices): Include platform.texi.
35621         * manual/contrib.texi (Contributors): Update @node pointers.
35622         * manual/maint.texi (Maintenance): Likewise.
35623         (Platform): New node.
35624         * manual/platform.texi: New file.  Document the new features.
35625
35626 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
35627             Jakub Jelinek  <jakub@redhat.com>
35628
35629         [BZ #14188]
35630         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
35631         where __builtin_expect is unavailable.
35632
35633 2012-06-03  David S. Miller  <davem@davemloft.net>
35634
35635         * stdlib/longlong.h: Updated from GCC.
35636
35637 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
35638
35639         [BZ #14042]
35640         * sysdeps/powerpc/powerpc32/mcount.c: New file.
35641         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
35642         __mcount_internal.
35643         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
35644         (GLIBC_2.16): Likewise.
35645
35646 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
35647
35648         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
35649
35650 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
35651
35652         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
35653         (default-abi): New variable.
35654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
35655         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
35656         variable.
35657         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
35658         Likewise.
35659         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
35660         Likewise.
35661         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
35662         Likewise.
35663
35664         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
35665         definition.  Document in comment.
35666
35667 2012-06-01  David S. Miller  <davem@davemloft.net>
35668
35669         * stdlib/longlong.h: Updated from GCC.
35670
35671 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
35672
35673         [BZ #14117]
35674         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
35675         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
35676         sys/debugreg.h sys/io.h here.
35677         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
35678         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
35679         sys/io.h.
35680         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
35681         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
35682         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
35683         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
35684         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
35685         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
35686
35687         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
35688         Define only if __x86_64__ is defined.
35689
35690 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
35691
35692         [BZ #14048]
35693         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
35694         Use int64_t for variable i.
35695         * math/libm-test.inc (fmod_test): Add more tests.
35696
35697         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
35698         z computation is not scheduled after fetestexcept.
35699         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
35700         Use math_force_eval instead of asm to ensure calculation scheduled
35701         before exception test.
35702         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
35703         Ensure a1 + u.d computation is not scheduled after fetestexcept.
35704
35705 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
35706
35707         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
35708         computation is not scheduled after fetestexcept.
35709
35710 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
35711
35712         [BZ #14117]
35713         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
35714         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
35715
35716 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35717
35718         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
35719         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
35720
35721 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
35722
35723         [BZ #14117]
35724         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
35725         <bits/wordsize.h>.
35726         (__WCHAR_MIN): Support __WORDSIZE == 64.
35727         (__WCHAR_MAX): Likewise.
35728
35729         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
35730         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
35731
35732         [BZ #14183]
35733         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
35734         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
35735
35736         [BZ #14117]
35737         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
35738         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
35739
35740         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
35741         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
35742
35743         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
35744         Defined to 1 if __x86_64__ isn't defined.
35745         (_STAT_VER_LINUX_OLD): New.
35746         (st_atime): Remove duplicate.
35747         (st_mtime): Likewise.
35748         (st_ctime): Likewise.
35749
35750 2012-05-31  David S. Miller  <davem@davemloft.net>
35751
35752         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
35753         entries.
35754
35755 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
35756
35757         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
35758         gen-libm-test.pl.
35759
35760         [BZ #14132]
35761         * elf/dl-reloc.c: Include <_itoa.h>.
35762         (_dl_reloc_bad_type): Remove use of INTUSE.
35763         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
35764         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
35765         * stdio-common/psiginfo.c (psiginfo): Likewise.
35766         * stdio-common/psignal.c (psignal): Likewise.
35767         * string/strsignal.c (strsignal): Likewise.
35768         * include/signal.h (_sys_siglist): Declare hidden proto.
35769         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
35770         INTVARDEF with libc_hidden_data_def.
35771         * stdio-common/itoa-udigits.c: Likewise.
35772         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
35773         (_itoa_lower_digits_internal): Remove declaration.
35774         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
35775         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
35776         (_sys_sigabbrev_internal): Remove aliases.
35777         (_sys_siglist): Define hidden alias.
35778
35779 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
35780
35781         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
35782         bits/sysctl.h.
35783
35784 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
35785
35786         [BZ #14117]
35787         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
35788         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
35789
35790         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
35791         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
35792         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
35793         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
35794         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
35795         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
35796
35797         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
35798         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
35799         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
35800
35801         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
35802         with __addr.
35803         (insw): Likewise.
35804         (insl): Likewise.
35805         (outsb): Likewise.
35806         (outsw): Likewise.
35807         (outsl): Likewise.
35808
35809         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
35810         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
35811         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
35812
35813         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
35814         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
35815         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
35816         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
35817         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
35818         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
35819
35820         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
35821         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
35822
35823         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
35824         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
35825
35826         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
35827         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
35828         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
35829
35830         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
35831         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
35832         to ...
35833         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
35834
35835         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
35836         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
35837         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
35838
35839         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
35840         for x86-64.
35841         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
35842
35843 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
35844
35845         * math/math.h (M_El): Use two more decimal places.
35846         (M_LOG2El): Likewise.
35847         (M_LOG10El): Likewise.
35848         (M_LN2l): Likewise.
35849         (M_LN10l): Likewise.
35850         (M_PIl): Likewise.
35851         (M_PI_2l): Likewise.
35852         (M_PI_4l): Likewise.
35853         (M_1_PIl): Likewise.
35854         (M_2_PIl): Likewise.
35855         (M_2_SQRTPIl): Likewise.
35856         (M_SQRT2l): Likewise.
35857         (M_SQRT1_2l): Likewise.
35858
35859 2012-05-31  David S. Miller  <davem@davemloft.net>
35860
35861         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
35862         values between float registers.
35863         * sysdeps/sparc/sparc64/memset.S: Likewise.
35864         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
35865
35866 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
35867
35868         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
35869         -D_FORTIFY_SOURCE=1.
35870         (CPPFLAGS-tst-longjmp_chk.c): Define.
35871         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
35872         (CPPFLAGS-tst-longjmp_chk2.c): Define.
35873         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
35874         CFLAGS-tst-wchar-h.c.
35875
35876 2012-05-31  Marek Polacek  <polacek@redhat.com>
35877
35878         [BZ #14132]
35879         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
35880         __endmntent_internal): Remove declaration.
35881         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
35882         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
35883         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
35884
35885 2012-05-30  David S. Miller  <davem@davemloft.net>
35886
35887         * sysdeps/sparc/sparc32/soft-fp/q_util.c
35888         (___Q_simulate_exceptions): Use real FP ops rather than writing
35889         into the %fsr.
35890         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
35891         Likewise.
35892
35893 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35894
35895         [BZ #14117]
35896         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
35897         * sysdeps/x86/bits/xtitypes.h: This.
35898
35899         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
35900         * sysdeps/x86/bits/wordsize.h: This.
35901
35902         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
35903         * sysdeps/x86/bits/huge_vall.h: This.
35904
35905         * sysdeps/i386/bits/select.h: Removed.
35906         * sysdeps/x86_64/bits/select.h: Renamed to ...
35907         * sysdeps/x86/bits/select.h: This.
35908
35909         * sysdeps/i386/bits/setjmp.h: Removed.
35910         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
35911         * sysdeps/x86/bits/setjmp.h: This.
35912
35913         * sysdeps/i386/bits/mathdef.h: Removed.
35914         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
35915         * sysdeps/x86/bits/mathdef.h: This.
35916
35917 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
35918
35919         [BZ #14132]
35920         * include/sys/socket.h (__connect_internal)
35921         (__libc_sa_len_internal): Remove declaration.
35922         (__connect, __libc_sa_len): Declare hidden_proto.
35923         (SA_LEN): Remove use of INTUSE.
35924         * socket/connect.c: Add libc_hidden_def.
35925         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
35926         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
35927         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
35928         alias.
35929         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
35930         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
35931         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
35932         of adding _internal alias.
35933
35934 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35935
35936         [BZ #14117]
35937         * sysdeps/i386/bits/link.h: Removed.
35938         * sysdeps/i386/bits/linkmap.h: Likewise.
35939         * sysdeps/x86_64/bits/link.h: Renamed to ...
35940         * sysdeps/x86/bits/link.h: This.
35941         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
35942         * sysdeps/x86/bits/linkmap.h: This.
35943
35944         * sysdeps/i386/bits/endian.h: Removed.
35945         * sysdeps/x86_64/bits/endian.h: Renamed to ...
35946         * sysdeps/x86/bits/endian.h: This.
35947
35948         * sysdeps/i386/bits/byteswap.h: Removed.
35949         * sysdeps/i386/bits/byteswap-16.h: Likewise.
35950         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
35951         * sysdeps/x86/bits/byteswap.h: This.
35952         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
35953         * sysdeps/x86/bits/byteswap-16.h: This.
35954         * sysdeps/i386/Implies: Add x86.
35955         * sysdeps/x86_64/Implies: Likewise.
35956
35957 2012-05-30  David S. Miller  <davem@davemloft.net>
35958
35959         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
35960         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
35961         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
35962         (FP_TRAPPING_EXCEPTIONS): Define.
35963         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
35964         (FP_TRAPPING_EXCEPTIONS): Define.
35965         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
35966         subnormals only when inexact has been signalled or underflow
35967         exceptions are enabled.
35968         (_FP_PACK_CANONICAL): Likewise.
35969
35970 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35971
35972         [BZ #14183]
35973         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
35974         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
35975
35976 2012-05-30  Richard Henderson  <rth@twiddle.net>
35977
35978         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
35979         with #ifndef NOT_IN_libc.
35980
35981         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
35982         marked to avoid plt entry.
35983
35984 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35985
35986         [BZ #14112]
35987         * Makeconfig (default-abi): New macro.
35988         (abi-includes): Likewise.
35989         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
35990         $(abi-$(default-abi)-lib-soname) for soname if defined.
35991         ($(common-objpfx)gnu/lib-names.stmp): Generate from
35992         abi-variants.
35993         * Makefile (installed-stubs): Likewise.
35994         * include/stubs-biarch.h: Removed.
35995         * scripts/lib-names.awk: Only handle one library at a time.
35996         * scripts/soversions.awk: Remove WORDSIZE support.
35997         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
35998         entries.
35999         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
36000         Removed.
36001         (syscall-list-default-condition): Likewise.
36002         (syscall-list-default-condition): Likewise.
36003         (syscall-list-includes): Likewise.
36004         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
36005         syscall-list-* with abi-*.  Handle undefined abi-variants.
36006         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
36007         * sysdeps/unix/sysv/linux/i386/Implies: New file.
36008         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
36009         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
36010         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
36011         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
36012         Removed.
36013         (syscall-list-32-options): Likewise.
36014         (syscall-list-32-condition): Likewise.
36015         (syscall-list-64-options): Likewise.
36016         (syscall-list-64-condition): Likewise.
36017         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
36018         macro.
36019         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
36020         Renamed to ...
36021         (abi-*): This.
36022         (abi-64-ld-soname): New macro.
36023         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
36024         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
36025         Renamed to ...
36026         (abi-*): This.
36027         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
36028         * sysdeps/x86_64/x32/shlib-versions: Likewise.
36029
36030 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
36031
36032         * sysdeps/unix/sysv/linux/kernel-features.h
36033         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
36034         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
36035         include <kernel-features.h>.
36036         [!__NR_ftruncate64]: Remove conditional code.
36037         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
36038         [__NR_ftruncate64]: Make code unconditional.
36039         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
36040         * sysdeps/unix/sysv/linux/truncate64.c: Do not
36041         include <kernel-features.h>.
36042         [!__NR_ftruncate64]: Remove conditional code.
36043         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
36044         [__NR_ftruncate64]: Make code unconditional.
36045         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
36046         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
36047         include <kernel-features.h>.
36048         [!__NR_ftruncate64]: Remove conditional code.
36049         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
36050         [__NR_ftruncate64]: Make code unconditional.
36051         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
36052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
36053         include <kernel-features.h>.
36054         [!__NR_ftruncate64]: Remove conditional code.
36055         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
36056         [__NR_ftruncate64]: Make code unconditional.
36057         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
36058
36059         * configure.in (libc_cv_fpie): Weaken to a compile test using
36060         LIBC_TRY_CC_OPTION.
36061         * configure: Regenerated.
36062
36063 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36064
36065         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
36066         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
36067         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
36068         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
36069         Refreshed.
36070         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
36071         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
36072         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
36073         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
36074         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
36075         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
36076         Refreshed.
36077
36078 2012-05-27  David S. Miller  <davem@davemloft.net>
36079
36080         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
36081         (___Q_zero): New.
36082         (__Q_simulate_exceptions): Return void.  Change to simulate
36083         exceptions by writing into the %fsr.
36084         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
36085         (__Qp_handle_exceptions): Likewise.
36086         (numbers): Delete.
36087         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
36088         __Qp_handle_exceptions.
36089         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
36090         __Qp_handle_exceptions.
36091         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
36092         as unused and give dummy FP_RND_NEAREST initializer.
36093         (FP_INHIBIT_RESULTS): Define.
36094         (___Q_simulate_exceptions): Update declaration.
36095         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
36096         formatting.
36097         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
36098         as unused and give dummy FP_RND_NEAREST initializer.
36099         (__Qp_handle_exceptions): Update declaration.
36100         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
36101         formatting.
36102
36103 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
36104
36105         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
36106         the temporary FPU control word.
36107         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
36108         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
36109         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
36110         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
36111         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
36112         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
36113         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
36114         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
36115         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
36116         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
36117         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
36118
36119 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
36120
36121         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
36122         fields.
36123
36124 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
36125
36126         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
36127         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
36128         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
36129         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
36130         Likewise.
36131         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
36132         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
36133         Likewise.
36134
36135 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
36136
36137         * po/h.po: Update from translation team.
36138
36139 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
36140
36141         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
36142
36143         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
36144         handling of denormals.
36145         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
36146         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
36147         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
36148         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
36149         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
36150         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
36151         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
36152         Likewise.
36153
36154 2012-05-26  Marek Polacek  <polacek@redhat.com>
36155
36156         [BZ #14152]
36157         * math/libm-test.inc (fma_test): Don't always expect underflow
36158         exception.
36159
36160 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
36161
36162         [BZ #12416]
36163         * elf/tst-execstack.c: Include stackinfo.h.
36164         (do_test): Adjust test case to ensure that pthread_getattr_np
36165         behaviour remains the same after marking stack executable.
36166
36167 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
36168
36169         * sysdeps/unix/sysv/linux/kernel-features.h
36170         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
36171         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
36172         kernel-features.h.
36173         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
36174         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
36175         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
36176         kernel-features.h.
36177         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
36178         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
36179
36180 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
36181
36182         * configure.in: Define the default includes to being none.
36183         * configure: Regenerated.
36184
36185 2012-05-25  Roland McGrath  <roland@hack.frob.com>
36186
36187         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
36188         * sysdeps/x86_64/setjmp.S: Likewise.
36189         * sysdeps/i386/bsd-setjmp.S: Likewise.
36190         * sysdeps/i386/bsd-_setjmp.S: Likewise.
36191         * sysdeps/i386/setjmp.S: Likewise.
36192         * sysdeps/i386/__longjmp.S: Likewise.
36193         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
36194         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
36195
36196         * include/stap-probe.h: New file.
36197         * configure.in: Handle --enable-systemtap.
36198         * configure: Regenerated.
36199         * config.h.in (USE_STAP_PROBE): New #undef.
36200         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
36201         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
36202         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
36203
36204 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
36205
36206         [BZ #13717]
36207         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
36208         to 2.4.0 where earlier.
36209         * sysdeps/unix/sysv/linux/configure: Regenerated.
36210         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
36211         <kernel-features.h>.
36212         [__ASSUME_32BITUIDS]: Make code unconditional.
36213         [!__ASSUME_32BITUIDS]: Remove conditional code.
36214         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
36215         <kernel-features.h>.
36216         [__ASSUME_32BITUIDS]: Make code unconditional.
36217         [!__ASSUME_32BITUIDS]: Remove conditional code.
36218         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
36219         [__ASSUME_32BITUIDS]: Make code unconditional.
36220         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
36221         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
36222         <kernel-features.h>.
36223         [__ASSUME_32BITUIDS]: Make code unconditional.
36224         [!__ASSUME_32BITUIDS]: Remove conditional code.
36225         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
36226         <kernel-features.h>.
36227         [__ASSUME_32BITUIDS]: Make code unconditional.
36228         [!__ASSUME_32BITUIDS]: Remove conditional code.
36229         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
36230         <kernel-features.h>.
36231         [__ASSUME_32BITUIDS]: Make code unconditional.
36232         [!__ASSUME_32BITUIDS]: Remove conditional code.
36233         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
36234         <kernel-features.h>.
36235         [__ASSUME_32BITUIDS]: Make code unconditional.
36236         [!__ASSUME_32BITUIDS]: Remove conditional code.
36237         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
36238         <kernel-features.h>.
36239         [__ASSUME_32BITUIDS]: Make code unconditional.
36240         [!__ASSUME_32BITUIDS]: Remove conditional code.
36241         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
36242         <kernel-features.h>.
36243         [__ASSUME_32BITUIDS]: Make code unconditional.
36244         [!__ASSUME_32BITUIDS]: Remove conditional code.
36245         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
36246         <kernel-features.h>.
36247         [__ASSUME_32BITUIDS]: Make code unconditional.
36248         [!__ASSUME_32BITUIDS]: Remove conditional code.
36249         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
36250         <kernel-features.h>.
36251         [__ASSUME_32BITUIDS]: Make code unconditional.
36252         [!__ASSUME_32BITUIDS]: Remove conditional code.
36253         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
36254         <kernel-features.h>.
36255         [__ASSUME_32BITUIDS]: Make code unconditional.
36256         [!__ASSUME_32BITUIDS]: Remove conditional code.
36257         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
36258         <kernel-features.h>.
36259         [__ASSUME_32BITUIDS]: Make code unconditional.
36260         [!__ASSUME_32BITUIDS]: Remove conditional code.
36261         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
36262         <kernel-features.h>.
36263         [__NR_setresgid] (__setresgid): Do not declare.
36264         [__ASSUME_32BITUIDS]: Make code unconditional.
36265         [!__ASSUME_32BITUIDS]: Remove conditional code.
36266         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
36267         <kernel-features.h>.
36268         [__NR_setresuid] (__setresuid): Do not declare.
36269         [__ASSUME_32BITUIDS]: Make code unconditional.
36270         [!__ASSUME_32BITUIDS]: Remove conditional code.
36271         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
36272         <kernel-features.h>.
36273         [__ASSUME_32BITUIDS]: Make code unconditional.
36274         [!__ASSUME_32BITUIDS]: Remove conditional code.
36275         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
36276         <kernel-features.h>.
36277         [__ASSUME_32BITUIDS]: Make code unconditional.
36278         [!__ASSUME_32BITUIDS]: Remove conditional code.
36279         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
36280         <kernel-features.h>.
36281         [__ASSUME_32BITUIDS]: Make code unconditional.
36282         [!__ASSUME_32BITUIDS]: Remove conditional code.
36283         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
36284         <kernel-features.h>.
36285         [__ASSUME_32BITUIDS]: Make code unconditional.
36286         [!__ASSUME_32BITUIDS]: Remove conditional code.
36287         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
36288         <kernel-features.h>.
36289         [__ASSUME_32BITUIDS]: Make code unconditional.
36290         [!__ASSUME_32BITUIDS]: Remove conditional code.
36291         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
36292         <kernel-features.h>.
36293         [__ASSUME_32BITUIDS]: Make code unconditional.
36294         [!__ASSUME_32BITUIDS]: Remove conditional code.
36295         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
36296         <kernel-features.h>.
36297         [__ASSUME_32BITUIDS]: Make code unconditional.
36298         [!__ASSUME_32BITUIDS]: Remove conditional code.
36299         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
36300         <kernel-features.h>.
36301         [__ASSUME_32BITUIDS]: Make code unconditional.
36302         [!__ASSUME_32BITUIDS]: Remove conditional code.
36303         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
36304         <kernel-features.h>.
36305         [__ASSUME_32BITUIDS]: Make code unconditional.
36306         [!__ASSUME_32BITUIDS]: Remove conditional code.
36307         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
36308         <kernel-features.h>.
36309         [__ASSUME_32BITUIDS]: Make code unconditional.
36310         [!__ASSUME_32BITUIDS]: Remove conditional code.
36311         * sysdeps/unix/sysv/linux/kernel-features.h
36312         (__ASSUME_SETRESUID_SYSCALL): Remove.
36313         (__ASSUME_SETRESGID_SYSCALL): Likewise.
36314         (__ASSUME_32BITUIDS): Likewise.
36315         (__ASSUME_LDT_WORKS): Likewise.
36316         (__ASSUME_O_DIRECTORY): Likewise.
36317         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
36318         architecture but not kernel version.
36319         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
36320         (__ASSUME_MMAP2_SYSCALL): Likewise.
36321         (__ASSUME_STAT64_SYSCALL): Likewise.
36322         (__ASSUME_IPC64): Likewise.
36323         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
36324         <kernel-features.h>.
36325         [__ASSUME_32BITUIDS]: Make code unconditional.
36326         [!__ASSUME_32BITUIDS]: Remove conditional code.
36327         * sysdeps/unix/sysv/linux/opendir.c: Do not include
36328         <kernel-features.h>.
36329         [__ASSUME_O_DIRECTORY]: Make code unconditional.
36330         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
36331         132096]: Remove conditional code.
36332         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
36333         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
36334         <kernel-features.h>.
36335         [__ASSUME_32BITUIDS]: Make code unconditional.
36336         [!__ASSUME_32BITUIDS]: Remove conditional code.
36337         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
36338         <kernel-features.h>.
36339         [__ASSUME_32BITUIDS]: Make code unconditional.
36340         [!__ASSUME_32BITUIDS]: Remove conditional code.
36341         * sysdeps/unix/sysv/linux/setegid.c: Do not include
36342         <kernel-features.h>.
36343         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
36344         unconditional.
36345         (__setresgid): Do not declare.
36346         [__ASSUME_32BITUIDS]: Make code unconditional.
36347         [!__ASSUME_32BITUIDS]: Remove conditional code.
36348         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
36349         <kernel-features.h>.
36350         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
36351         unconditional.
36352         (__setresuid): Do not declare.
36353         [__ASSUME_32BITUIDS]: Make code unconditional.
36354         [!__ASSUME_32BITUIDS]: Remove conditional code.
36355         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
36356         <kernel-features.h>.
36357         [__ASSUME_32BITUIDS]: Make code unconditional.
36358         [!__ASSUME_32BITUIDS]: Remove conditional code.
36359         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
36360         <kernel-features.h>.
36361         [__ASSUME_32BITUIDS]: Make code unconditional.
36362         [!__ASSUME_32BITUIDS]: Remove conditional code.
36363
36364 2012-05-25  Richard Henderson  <rth@twiddle.net>
36365
36366         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
36367         dl_hwcap to ifunc resolver.
36368         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
36369         elf_ifunc_invoke.
36370         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
36371         dl_hwcap to ifunc resolver.
36372         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
36373
36374 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
36375
36376         [BZ #14153]
36377         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
36378         for |x| <= 2**-26, not 2**-57.
36379         * math/libm-test.inc (acos_test): Do not allow spurious underflow
36380         exception.
36381
36382 2012-05-24  Jeff Law  <law@redhat.com>
36383
36384         * stdio-common/Makefile (tests): Add bug25.
36385         * stdio-common/bug25.c: New test.
36386
36387 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
36388
36389         [BZ #13576]
36390         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
36391         multiple of MALLOC_ALIGNMENT in size.
36392         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
36393
36394 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
36395
36396         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
36397         Require >= 256.
36398         (FILENAME_MAX): Use macro-int-constant.
36399         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
36400         (_IOFBF): Use macro-int-constant.
36401         (_IOLBF): Likewise.
36402         (_IONBF): Likewise.
36403         (SEEK_CUR): Likewise.
36404         (SEEK_END): Likewise.
36405         (SEEK_SET): Likewise.
36406         (TMP_MAX): Likewise.
36407         (EOF): Use macro-int-constant.  Require < 0.
36408         (NULL): Use macro-constant.  Require == 0.
36409         (stdin): Require type to be FILE *.
36410         (stdout): Likewise.
36411         (stderr): Likewise.
36412         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
36413         macro-int-constant.
36414         (EXIT_SUCCESS): Likewise.
36415         (NULL): Use macro-constant.  Require == 0.
36416         (RAND_MAX): Use macro-int-constant.
36417         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
36418         [C99-based standards] (strtof): Require function.
36419         [C99-based standards] (strtold): Likewise.
36420         [C99-based standards] (strtoll): Likewise.
36421         [C99-based standards] (strtoull): Likewise.
36422         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
36423         [ISO || ISO99 || ISO11] (limits.h): Likewise.
36424         [ISO || ISO99 || ISO11] (math.h): Likewise.
36425         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
36426         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
36427         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36428
36429 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
36430
36431         [BZ #14132]
36432         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
36433         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
36434         * intl/dgettext.c (DCGETTEXT): Likewise.
36435         * intl/gettext.c (DCGETTEXT): Likewise.
36436         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
36437         * posix/regex_internal.h (gettext): Likewise.
36438         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
36439         Remove declaration.
36440         * include/argz.h (__argz_count_internal)
36441         (__argz_stringify_internal): Remove declaration.
36442         (__argz_count, __argz_stringify): Declare hidden proto.
36443         * intl/dcgettext.c: Remove use of INTDEF.
36444         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
36445         * string/argz-stringify.c: Likewise.
36446         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
36447         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
36448         Declare hidden proto.
36449         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
36450         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
36451         Declare hidden proto.
36452         * include/stdio.h (__asprintf_internal): Don't declare.
36453         (__asprintf): Don't define as macro.  Declare hidden proto.
36454         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
36455         (__fsetlocking): Declare hidden proto.
36456         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
36457         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
36458         hidden proto.
36459         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
36460         (_IO_setlinebuf): Remove use of INTUSE.
36461         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
36462         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
36463         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
36464         Remove declaration.
36465         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
36466         (_IO_do_flush): Remove use of INTUSE.
36467         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
36468         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
36469         (_IO_adjust_column, _IO_least_wmarker)
36470         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
36471         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
36472         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
36473         (_IO_default_doallocate, _IO_wdefault_doallocate)
36474         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
36475         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
36476         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
36477         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
36478         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
36479         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
36480         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
36481         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
36482         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
36483         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
36484         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
36485         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
36486         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
36487         proto.
36488         (_IO_flush_all_internal, _IO_adjust_column_internal)
36489         (_IO_default_uflow_internal, _IO_default_finish_internal)
36490         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
36491         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
36492         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
36493         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
36494         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
36495         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
36496         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
36497         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
36498         (_IO_file_close_internal, _IO_file_close_it_internal)
36499         (_IO_file_underflow_internal, _IO_file_overflow_internal)
36500         (_IO_file_init_internal, _IO_file_attach_internal)
36501         (_IO_file_fopen_internal, _IO_file_read_internal)
36502         (_IO_file_sync_internal, _IO_file_seek_internal)
36503         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
36504         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
36505         (_IO_str_underflow_internal, _IO_str_overflow_internal)
36506         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
36507         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
36508         (_IO_list_all_internal, _IO_link_in_internal)
36509         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
36510         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
36511         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
36512         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
36513         (_IO_do_write_internal, _IO_padn_internal)
36514         (_IO_getline_info_internal, _IO_getline_internal)
36515         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
36516         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
36517         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
36518         (_IO_vfscanf_internal, _IO_vfprintf_internal)
36519         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
36520         (_IO_init_internal, _IO_un_link_internal): Don't declare.
36521         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
36522         with libc_hidden_ver, remove use of INTUSE.
36523         * libio/genops.c: Likewise.
36524         * libio/freopen.c: Likewise.
36525         * libio/freopen64.c: Likewise.
36526         * libio/iofclose.c: Likewise.
36527         * libio/iofdopen.c: Likewise.
36528         * libio/iofflush.c: Likewise.
36529         * libio/iofflush_u.c: Likewise.
36530         * libio/iofgets.c: Likewise.
36531         * libio/iofgets_u.c: Likewise.
36532         * libio/iofopen.c: Likewise.
36533         * libio/iofopncook.c: Likewise.
36534         * libio/iofread.c: Likewise.
36535         * libio/iofread_u.c: Likewise.
36536         * libio/ioftell.c: Likewise.
36537         * libio/iofwrite.c: Likewise.
36538         * libio/iogetline.c: Likewise.
36539         * libio/iogets.c: Likewise.
36540         * libio/iogetwline.c: Likewise.
36541         * libio/iopadn.c: Likewise.
36542         * libio/iopopen.c: Likewise.
36543         * libio/ioseekoff.c: Likewise.
36544         * libio/ioseekpos.c: Likewise.
36545         * libio/iosetbuffer.c: Likewise.
36546         * libio/iosetvbuf.c: Likewise.
36547         * libio/ioungetc.c: Likewise.
36548         * libio/ioungetwc.c: Likewise.
36549         * libio/iovdprintf.c: Likewise.
36550         * libio/iovsprintf.c: Likewise.
36551         * libio/iovsscanf.c: Likewise.
36552         * libio/memstream.c: Likewise.
36553         * libio/obprintf.c: Likewise.
36554         * libio/oldfileops.c: Likewise.
36555         * libio/oldiofclose.c: Likewise.
36556         * libio/oldiofdopen.c: Likewise.
36557         * libio/oldiofopen.c: Likewise.
36558         * libio/oldiopopen.c: Likewise.
36559         * libio/oldstdfiles.c: Likewise.
36560         * libio/putc.c: Likewise.
36561         * libio/setbuf.c: Likewise.
36562         * libio/setlinebuf.c: Likewise.
36563         * libio/stdfiles.c: Likewise.
36564         * libio/strops.c: Likewise.
36565         * libio/vasprintf.c: Likewise.
36566         * libio/vscanf.c: Likewise.
36567         * libio/vsnprintf.c: Likewise.
36568         * libio/vswprintf.c: Likewise.
36569         * libio/wfiledoalloc.c: Likewise.
36570         * libio/wfileops.c: Likewise.
36571         * libio/wgenops.c: Likewise.
36572         * libio/wmemstream.c: Likewise.
36573         * libio/wstrops.c: Likewise.
36574         * libio/__fpurge.c: Likewise.
36575         * libio/__fsetlocking.c: Likewise.
36576         * assert/assert.c: Likewise.
36577         * debug/fgets_chk.c: Likewise.
36578         * debug/fgets_u_chk.c: Likewise.
36579         * debug/fread_chk.c: Likewise.
36580         * debug/fread_u_chk.c: Likewise.
36581         * debug/gets_chk.c: Likewise.
36582         * debug/obprintf_chk.c: Likewise.
36583         * debug/vasprintf_chk.c: Likewise.
36584         * debug/vdprintf_chk.c: Likewise.
36585         * debug/vsnprintf_chk.c: Likewise.
36586         * debug/vsprintf_chk.c: Likewise.
36587         * malloc/mtrace.c: Likewise.
36588         * misc/error.c: Likewise.
36589         * misc/syslog.c: Likewise.
36590         * stdio-common/asprintf.c: Likewise.
36591         * stdio-common/fxprintf.c: Likewise.
36592         * stdio-common/getw.c: Likewise.
36593         * stdio-common/isoc99_fscanf.c: Likewise.
36594         * stdio-common/isoc99_scanf.c: Likewise.
36595         * stdio-common/isoc99_vfscanf.c: Likewise.
36596         * stdio-common/isoc99_vscanf.c: Likewise.
36597         * stdio-common/isoc99_vsscanf.c: Likewise.
36598         * stdio-common/printf-prs.c: Likewise.
36599         * stdio-common/printf_fp.c: Likewise.
36600         * stdio-common/printf_fphex.c: Likewise.
36601         * stdio-common/printf_size.c: Likewise.
36602         * stdio-common/putw.c: Likewise.
36603         * stdio-common/scanf.c: Likewise.
36604         * stdio-common/sprintf.c: Likewise.
36605         * stdio-common/tmpfile.c: Likewise.
36606         * stdio-common/vfprintf.c: Likewise.
36607         * stdio-common/vfscanf.c: Likewise.
36608         * stdlib/strfmon_l.c: Likewise.
36609         * sunrpc/openchild.c: Likewise.
36610         * sunrpc/xdr_stdio.c: Likewise.
36611         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
36612         * sysdeps/mach/hurd/tmpfile.c: Likewise.
36613
36614 2012-05-24  Roland McGrath  <roland@hack.frob.com>
36615
36616         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
36617
36618         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
36619         in the third column, to generate for the shared library an IFUNC
36620         that uses _dl_vdso_vsym.
36621         * Makerules (COMPILE.c, compile-stdin.c): New variables.
36622         * Makeconfig (object-suffixes-noshared): New variable.
36623
36624         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
36625         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
36626         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
36627         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
36628
36629         [BZ #14132]
36630         * include/sys/time.h (__gettimeofday): Remove macro.
36631         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
36632         * time/gettimeofday.c (__gettimeofday): Remove #undef.
36633         Remove INTDEF.
36634         (__gettimeofday): Add libc_hidden_def.
36635         (gettimeofday): Add libc_hidden_weak.
36636         * sysdeps/mach/gettimeofday.c: Likewise.
36637         * sysdeps/posix/gettimeofday.c: Likewise.
36638         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
36639         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
36640         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
36641         (__gettimeofday_internal): Remove strong_alias.
36642         (__gettimeofday): Add libc_hidden_def.
36643         (gettimeofday): Add libc_hidden_weak.
36644         * sysdeps/unix/syscalls.list (gettimeofday):
36645         Remove __gettimeofday_internal alias.
36646
36647 2012-05-24  Daniel Jacobowitz  <drow@false.org>
36648             H.J. Lu  <hongjiu.lu@intel.com>
36649
36650         [BZ #12495]
36651         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
36652         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
36653         (largebin_index_32_big): New.
36654         (largebin_index): Use it for 16-byte alignment.
36655         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
36656         correction with front_misalign.
36657
36658 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
36659
36660         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
36661         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
36662         Likewise.
36663         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
36664         Likewise.
36665         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
36666         Likewise.
36667         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
36668         Likewise.
36669         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
36670         Likewise.
36671         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
36672         Likewise.
36673         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
36674         Likewise.
36675         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
36676         Likewise.
36677         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
36678         Likewise.
36679         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
36680         Likewise.
36681         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
36682         Likewise.
36683         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
36684         Likewise.
36685
36686         * scripts/data/c++-types-x32-linux-gnu.data: New file.
36687         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
36688
36689 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
36690
36691         [BZ #10846]
36692         [BZ #14036]
36693         * math/libm-test.inc (exp_test): Add test from bug 14036.
36694         (pow_test): Add test from bug 10846.
36695
36696         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
36697         and other flags.
36698         (special_function): Do not include flags in test name.
36699         (parse_args): Likewise.
36700         * sysdeps/i386/fpu/libm-test-ulps: Update.
36701         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
36702         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
36703         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
36704         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36705
36706         * math/gen-libm-test.pl (%beautify): Add entries for underflow
36707         exceptions.
36708         * math/libm-test.inc ("Philosophy"): Update comment about
36709         exception testing.
36710         (UNDERFLOW_EXCEPTION): New macro.
36711         (UNDERFLOW_EXCEPTION_OK): Likewise.
36712         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
36713         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
36714         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
36715         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
36716         (INVALID_EXCEPTION_OK): Update value.
36717         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
36718         (OVERFLOW_EXCEPTION_OK): Likewise.
36719         (IGNORE_ZERO_INF_SIGN): Likewise.
36720         (test_exceptions): Handle underflow exceptions.
36721         (acos_test): Update for underflow exception expectations.
36722         (cexp_test): Likewise.
36723         (clog_test): Likewise.
36724         (clog10_test): Likewise.
36725         (csqrt_test): Likewise.
36726         (ctan_test): Likewise.
36727         (ctanh_test): Likewise.
36728         (exp_test): Likewise.
36729         (exp10_test): Likewise.
36730         (exp2_test): Likewise.
36731         (expm1_test): Likewise.
36732         (fma_test): Likewise.
36733         (j0_test): Likewise.
36734         (jn_test): Likewise.
36735         (nexttoward_test): Likewise.
36736         (pow_test): Likewise.
36737         (scalbn_test): Likewise.
36738         (scalbln_test): Likewise.
36739         (tan_test): Likewise.
36740         (y1_test): Likewise.
36741         * sysdeps/i386/fpu/libm-test-ulps: Update.
36742         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36743
36744 2012-05-23  David S. Miller  <davem@davemloft.net>
36745
36746         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
36747         (__libc_sigaction): Remove unused local variables.
36748
36749 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
36750
36751         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
36752
36753 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
36754
36755         mktime: avoid signed integer overflow
36756         * time/mktime.c (__mktime_internal): Do not mishandle the case
36757         where diff == INT_MIN.
36758
36759         mktime: simplify computation of average
36760         * time/mktime.c (ranged_convert): Use new time_t_avg function
36761         instead of rolling our own (probably-slower) code.
36762
36763         mktime: do not assume signed right shift propagates sign bit
36764         * time/mktime.c (isdst_differ): New static function.
36765         (__mktime_internal): No need to normalize tm_isdst now.
36766         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
36767         tm_isdst values.
36768
36769         mktime: merge another wrapv change from gnulib
36770         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
36771         from some compilers.
36772
36773         mktime: remove incorrect attempt at unusual arithmetics
36774         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
36775         The code didn't really work on such machines anyway.
36776         (TYPE_MINIMUM): Assume two's complement.
36777         (twos_complement_arithmetic): Verify that long_int and time_t
36778         are two's complement (or unsigned, in the latter case).
36779
36780         mktime: check signed shifts on long_int and time_t, too
36781         * time/mktime.c (SHR): Check that shifts work as desired
36782         on the types long_int and time_t too, as SHR is used on
36783         such types.
36784
36785         mktime: do not assume 'long' is wide enough
36786         * time/mktime.c (verify): Move decl up.
36787         (long_int): New type.
36788         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
36789         to remove assumption in the code that 'long' is wide enough to
36790         store year values.  This assumption is not true on x32 and on
36791         some non-glibc platforms.
36792
36793         mktime: merge wrapv change from gnulib
36794         * time/mktime.c (WRAPV): New macro.
36795         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
36796         (guess_time_tm, __mktime_internal): Do not assume that signed
36797         integer overflow wraps around; modern compilers generate code
36798         where this assumption is no longer valid.
36799
36800 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
36801
36802         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
36803         Replace "jmp L(pseudo_end)" with "ret".
36804         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
36805         Likewise.
36806
36807 2012-05-23  Andreas Jaeger  <aj@suse.de>
36808
36809         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
36810         * sysdeps/unix/sysv/linux/poll.c: Remove file.
36811
36812 2012-05-23  Andreas Jaeger  <aj@suse.de>
36813             Maximilian Attems  <max@stro.at>
36814
36815         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
36816         New macros.
36817
36818 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
36819
36820         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
36821         code so that pseudo_end is just ret and the stack pointer is
36822         correct also for static library in error case.
36823
36824 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
36825
36826         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
36827         move to syscalls.list.
36828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
36829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
36830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
36831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
36832
36833         * manual/install.texi (Running make install): Do not mention Linux
36834         kernel version for which pt_chown is not needed.
36835         (Linux): Do not mention problems with nscd with 2.0 kernels.
36836         * INSTALL: Regenerated.
36837
36838 2012-05-23  Andreas Jaeger  <aj@suse.de>
36839
36840         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
36841         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
36842         macro.
36843         * sysdeps/unix/sysv/linux/s390/bits/mman.h
36844         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36845         * sysdeps/unix/sysv/linux/sh/bits/mman.h
36846         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36847         * sysdeps/unix/sysv/linux/i386/bits/mman.h
36848         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36849         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
36850         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36851         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
36852         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36853         * sysdeps/unix/sysv/linux/bits/in.h
36854         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
36855
36856 2012-05-22  Roland McGrath  <roland@hack.frob.com>
36857
36858         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
36859         (PREPARE_VERSION): Just use assert instead, it will be elided
36860         under [NDEBUG] anyway.
36861
36862 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36863
36864         * sysdeps/unix/sysv/linux/Makefile: Include
36865         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
36866         (sysdep_routines): Remove sysctl.
36867         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
36868         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
36869         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
36870         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
36871         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
36872
36873 2012-05-22  Andreas Jaeger  <aj@suse.de>
36874
36875         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
36876         that pseudo_end is just ret and the stack pointer is correct also
36877         for static library in error case.
36878
36879 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
36880
36881         [BZ #14122]
36882         * nss/nsswitch.c (defconfig_entries): New variable.
36883         (__nss_database_lookup): Don't leak defconfig entries.
36884         (nss_parse_service_list): Don't leak on error paths.
36885         (free_database_entries): New function.
36886         (free_defconfig): New function.
36887         (free_mem): Move common code to free_database_entries.
36888
36889 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36890
36891         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
36892         Add arch_prctl.
36893         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
36894
36895         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
36896         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
36897         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
36898         New macro.
36899         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
36900         (INTERNAL_SYSCALL_TYPES): Likewise.
36901         (LOAD_ARGS_TYPES_[1-6]): Likewise.
36902         (LOAD_REGS_TYPES_[1-6]): Likewise.
36903         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
36904         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
36905
36906 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36907
36908         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
36909         copysignl for GLIBC_2_0.
36910         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
36911         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
36912         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
36913         logbl for GLIBC_2_0.
36914         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
36915         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
36916
36917 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36918
36919         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
36920         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36921
36922         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
36923         Use "neg %eax".
36924
36925         * time/mktime.c: Update copyright years.
36926
36927 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
36928
36929         mktime: merge comment-quoting-style change from gnulib
36930         * time/mktime.c: Quote 'like this' in comments.
36931         The GNU coding standards suggest that we no longer quote `like this',
36932         as "`" and "'" are typically rendered asymmetrically nowadays.
36933         The typical gnulib style is to quote 'like this' when quoting
36934         code, and "like this" when quoting English.
36935
36936         * time/mktime.c (compile-command): Add "-I.".
36937
36938         mktime: merge mktime-internal.h change from gnulib
36939         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
36940
36941         mktime: merge time_r change from gnulib
36942         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
36943
36944         mktime: merge DEBUG change from gnulib
36945         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
36946         case system <time.h> has a #define.
36947
36948         mktime: merge <sys/types.h> change from gnulib
36949         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
36950         since <time.t> is now guaranteed to define time_t.
36951
36952         mktime: merge HAVE_CONFIG_H change from gnulib
36953         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
36954
36955 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36956
36957         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36958         Use "neg %eax".
36959
36960         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
36961         __rlim_t cast.
36962         (struct rusage): Use anonymous union to pad each field to
36963         __syscall_slong_t.
36964
36965 2012-05-21  David S. Miller  <davem@davemloft.net>
36966
36967         * Makefules (o-iterator): Remove .s cases.
36968         (compile-command.s): Delete.
36969         (COMPILE.s): Delete.
36970         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
36971
36972 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
36973
36974         * configure.in (libc_cv_predef_stack_protector): Only consider
36975         "foobar" and "__stack_chk_fail" lines in libc_undefs.
36976         * configure: Regenerated.
36977
36978 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36979
36980         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36981         New macro.  Use R*LP on int and pointer.
36982         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
36983         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
36984         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
36985         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
36986
36987         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
36988         [__WORDSIZE_TIME64_COMPAT32] instead of
36989         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
36990         (struct utmp): Likewise.
36991         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
36992         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
36993         Renamed to ...
36994         (__WORDSIZE_TIME64_COMPAT32): This.
36995         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
36996         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
36997         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
36998         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
36999         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
37000         (__WORDSIZE_TIME64_COMPAT32): New macro.
37001
37002 2012-05-21  Andreas Jaeger  <aj@suse.de>
37003
37004         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
37005         only if [SHARED]. Add prototype for __wcschr_ia32.
37006
37007 2012-05-21  Roland McGrath  <roland@hack.frob.com>
37008
37009         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
37010         of %rbp unmolested in the jmp_buf while mangling the low bits.
37011         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
37012         unmolested high bits of %rbp while demangling the low bits.
37013         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
37014
37015 2012-05-21  Andreas Jaeger  <aj@suse.de>
37016
37017         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
37018         * sunrpc/svc_simple.c: Use it for registerrpc.
37019         * sunrpc/xcrypt.c: Use it for passwd2des.
37020
37021         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
37022
37023 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
37024
37025         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
37026         Don't define if [__SYSCALL_WORDSIZE != 32].
37027         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
37028         New macro.
37029
37030 2012-05-21  Bruno Haible  <bruno@clisp.org>
37031             Andreas Jaeger  <aj@suse.de>
37032
37033         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
37034         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
37035         inptr and inend for must_buffer_ch.
37036         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
37037         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
37038         * stdio-common/Makefile (tests): Remove bug15.
37039         (bug15-ENV): Remove macro.
37040         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
37041         anymore.
37042
37043 2012-05-19  Andreas Jaeger  <aj@suse.de>
37044             Roland McGrath  <roland@hack.frob.com>
37045
37046         * manual/contrib.texi: Completely rewritten. It contains now an
37047         alphabetical list of contributors and their contributions.
37048
37049 2012-05-21  Richard Henderson  <rth@twiddle.net>
37050
37051         * misc/getauxval.c (__getauxval): Use unsigned long int.
37052         * misc/sys/auxv.h: Include <sys/cdefs.h>.
37053         (getauxval): Use unsigned long int.
37054
37055 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
37056
37057         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
37058
37059 2012-05-21  Roland McGrath  <roland@hack.frob.com>
37060
37061         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
37062         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
37063         __alignof__ (long double).
37064
37065 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37066
37067         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37068
37069 2012-05-20  Richard Henderson  <rth@twiddle.net>
37070
37071         * misc/getauxval.c: New file.
37072         * misc/sys/auxv.h: New file.
37073         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
37074         (routines): Add getauxval.
37075         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
37076         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
37077         * elf/dl-sysdep.c (_dl_auxv): Remove.
37078         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
37079         * elf/dl-support.c (_dl_auxv): New variable.
37080         (_dl_aux_init): Initialize it.
37081         * manual/startup.texi (Auxiliary Vector): New node.
37082         * sysdeps/generic/bits/hwcap.h: New file.
37083         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
37084         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
37085         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
37086         * sysdeps/sparc/sysdep.h: ... here.  Include it.
37087         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
37088         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
37089         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37090         Update.
37091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
37092         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
37093         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
37094         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
37095         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
37096         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
37097         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
37098         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
37099
37100 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37101
37102         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37103
37104 2012-05-19  David S. Miller  <davem@davemloft.net>
37105
37106         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37107
37108 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
37109
37110         [BZ #14123]
37111         * math/s_ccosh.c: Include <float.h>
37112         (__ccosh): Avoid internal overflow calculating sinh and cosh
37113         values before multiplying by sin and cos values.
37114         * math/s_ccoshf.c: Likewise.
37115         * math/s_ccoshl.c: Likewise.
37116         * math/s_csin.c: Likewise.
37117         * math/s_csinf.c: Likewise.
37118         * math/s_csinl.c: Likewise.
37119         * math/s_csinh.c: Likewise.
37120         * math/s_csinhf.c: Likewise.
37121         * math/s_csinhl.c: Likewise.
37122         * math/libm-test.inc (ccos_test): Add more tests.
37123         (ccosh_test): Likewise.
37124         (csin_test): Likewise.
37125         (csinh_test): Likewise.
37126         * sysdeps/i386/fpu/libm-test-ulps: Update.
37127         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37128
37129 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
37130
37131         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
37132         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
37133
37134         * sysdeps/x86_64/x32/_itoa.h: Add comment.
37135
37136 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
37137
37138         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
37139         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
37140         * sysdeps/powerpc/soft-fp/Versions: Likewise.
37141         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
37142         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
37143         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
37144         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
37145         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
37146         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
37147         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
37148         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
37149         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
37150         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
37151         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
37152         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
37153         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
37154         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
37155         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
37156         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
37157         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
37158         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
37159         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
37160         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
37161         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
37162         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
37163         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
37164         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
37165         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
37166         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
37167         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
37168         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
37169
37170 2012-05-18  Andreas Jaeger  <aj@suse.de>
37171
37172         * csu/.gitignore: Delete.
37173
37174 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
37175
37176         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
37177         (timex): Use __syscall_slong_t.
37178
37179 2012-05-18  Andreas Jaeger  <aj@suse.de>
37180             Carlos O'Donell  <carlos_odonell@mentor.com>
37181
37182         * manual/install.texi (Configuring and compiling): Update
37183         description about files modified in the source directory.
37184         * INSTALL: Regenerated.
37185
37186 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
37187
37188         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
37189         value.  Use "or" to set return value to -1.
37190         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
37191         negate return value.
37192
37193 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37194
37195         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
37196         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
37197         failure if the compiler has Graphite support disabled.
37198         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
37199         Likewise.
37200         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
37201         (CFLAGS-memmove.c): Likewise.
37202         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
37203         Likewise.
37204
37205 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
37206
37207         * sysdeps/x86_64/x32/_itoa.h: New file.
37208
37209         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
37210         getdents system call only if kernel and user dirents have the
37211         same d_ino and d_off.
37212
37213         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
37214         LLONG_MAX != LONG_MAX.
37215         (_itoa_word): Use _ITOA_WORD_TYPE on value.
37216         (_fitoa_word): Likewise.
37217
37218         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
37219         years.
37220         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
37221         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
37222         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
37223
37224         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
37225         include <bits/wordsize.h>.  Check __x86_64__ instead of
37226         __WORDSIZE.
37227         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
37228         if __x86_64__ is defined.  Use anonymous union on fpstate.
37229
37230         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
37231         anonymous union.
37232
37233 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
37234
37235         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
37236         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
37237         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
37238         Refer to _rtld_local_ro instead of _rtld_global_ro.
37239         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
37240         Likewise.
37241         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
37242         Likewise.
37243         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
37244         Likewise.
37245         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
37246         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
37247         of _rtld_global, and rtld_progname instead of _dl_argv[0].
37248
37249         * sysdeps/powerpc/powerpc32/dl-machine.c
37250         (__elf_machine_runtime_setup) [PROF]: Don't reference
37251         _dl_prof_resolve.
37252
37253 2012-05-18  Andreas Jaeger  <aj@suse.de>
37254
37255         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
37256         function only available for GCCs before 3.4 since GCC 3.4
37257         introduced a builtin.
37258         (lrint): Likewise.
37259         (llrintf): Likewise.
37260         (llrint): Likewise.
37261         (fmaxf): Likewise.
37262         (fmax): Likewise.
37263         (fminf): Likewise.
37264         (fmin): Likewise.
37265         (rint): Likewise.
37266         (rintf): Likewise.
37267         (nearbyint): Likewise.
37268         (nearbyintf): Likewise.
37269         (ceil): Likewise.
37270         (ceilf): Likewise.
37271         (floor): Likewise.
37272         (floorf): Likewise.
37273
37274 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
37275
37276         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
37277         on both fields and cast pointer to __syscall_ulong_t.
37278
37279         * bits/types.h (__fsword_t): New type.
37280         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
37281         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
37282         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37283         (__FSWORD_T_TYPE): Likewise.
37284         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37285         (__FSWORD_T_TYPE): Likewise.
37286         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37287         (__FSWORD_T_TYPE): Likewise.
37288         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
37289         (__FSWORD_T_TYPE): Likewise.
37290         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
37291         __SWORD_TYPE with __fsword_t.
37292         (statfs64): Likewise.
37293
37294 2012-05-17  David S. Miller  <davem@davemloft.net>
37295
37296         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
37297
37298 2012-05-17  Andreas Jaeger  <aj@suse.de>
37299
37300         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
37301         warning.
37302
37303 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
37304
37305         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
37306
37307 2012-05-17  Andreas Jaeger  <aj@suse.de>
37308
37309         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
37310         when it is used.
37311
37312 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
37313
37314         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
37315
37316 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
37317
37318         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
37319         * sysdeps/x86_64/tst-mallocalign1.c: New file.
37320
37321 2012-05-17  Andreas Jaeger  <aj@suse.de>
37322             Carlos O'Donell  <carlos_odonell@mentor.com>
37323
37324         [BZ #14059]
37325         * sysdeps/x86_64/multiarch/init-arch.h
37326         (bit_YMM_Usable): Rename to...
37327         (bit_AVX_Usable): ... this.
37328         (bit_FMA4_Usable): New macro.
37329         (bit_XMM_state): New macro.
37330         (bit_YMM_state): New macro.
37331         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
37332         [__ASSEMBLER__] (index_AVX_Usable): ... this.
37333         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
37334         (CPUID_OSXSAVE): New macro.
37335         (CPUID_AVX): New macro.
37336         (CPUID_FMA4): New macro.
37337         (index_YMM_Usable): Rename to...
37338         (index_AVX_Usable): ... this.
37339         (HAS_AVX): Use HAS_ARCH_FEATURE.
37340         (HAS_FMA4): Likewise.
37341         (HAS_YMM_USABLE): Remove.
37342         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
37343         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
37344         are present.
37345         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
37346         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
37347         * sysdeps/x86_64/multiarch/Makefile: Likewise.
37348         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
37349         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
37350
37351 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
37352
37353         * math/libm-test.c: Support platforms without multiple rounding modes.
37354         * math/bug-nextafter.c: Support platforms without FP exceptions.
37355         * math/bug-nexttoward.c: Likewise.
37356         * math/test-fenv.c: Likewise.
37357         * math/test-misc.c: Likewise.
37358         * stdlib/bug-getcontext.c: Likewise.
37359
37360 2012-05-17  Andreas Jaeger  <aj@suse.de>
37361
37362         * manual/examples/search.c (critter_cmp): Change signature to
37363         avoid warnings.
37364         * manual/string.texi (Collation Functions): Likewise.
37365
37366 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
37367
37368         * bits/types.h: Fold copyright years.
37369         * bits/typesizes.h: Likewise.
37370         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
37371         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
37372         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
37373         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
37374         * time/time.h: Likewise.
37375
37376 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
37377
37378         [BZ #208]
37379         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
37380         in instead of returning them.  Return void.
37381         (__libc_mallinfo): Accumulate over all arenas.
37382         (__malloc_stats): Adjust for change in int_mallinfo interface.
37383
37384 2012-05-16  Roland McGrath  <roland@hack.frob.com>
37385
37386         [BZ #10375]
37387         * configure.in (NM): Add AC_CHECK_TOOL for it.
37388         (libc_extra_cflags): New substituted variable.
37389         Check for -fstack-protector being used implicitly.
37390         * configure: Regenerated.
37391         * config.make.in (config-extra-cflags): New variable,
37392         gets @libc_extra_cflags@.
37393         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
37394
37395         [BZ #10375]
37396         * configure.in: Check for _FORTIFY_SOURCE being predefined.
37397         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
37398         * configure: Regenerated.
37399         * config.make.in (CPPUNDEFS): New substituted variable.
37400         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
37401         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
37402         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
37403
37404 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
37405
37406         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
37407         (mq_attr): Use __syscall_slong_t.
37408
37409 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
37410
37411         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
37412         Check __x86_64__ instead of __WORDSIZE.
37413         (_STAT_VER_LINUX): Likewise.
37414         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
37415         __syscall_ulong_t and __syscall_slong_t.
37416         (stat64): Likewise.
37417
37418 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
37419
37420         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
37421
37422 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
37423
37424         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
37425
37426 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
37427
37428         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
37429         __syscall_ulong_t.
37430
37431         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
37432         include <bits/wordsize.h>.  Check __x86_64__ instead of
37433         __WORDSIZE.
37434         (greg_t): Use "__extension__ long long int" if __x86_64__ is
37435         defined.
37436         (mcontext_t): Replace "unsigned long" with "unsigned long long".
37437
37438         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
37439         include <bits/wordsize.h>.  Check __x86_64__ instead of
37440         __WORDSIZE.
37441         (user_regs_struct): Use "__extension__ unsigned long long"
37442         instead of "unsigned long" if __x86_64__ is defined.
37443         (user): Likewise.  Pad after pointer field if __ILP32__ is
37444         defined.
37445
37446 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
37447
37448         * configure.in (makeinfo): Require version 4.5 or later.  Allow
37449         versions 5 to 9.
37450         * configure: Regenerated.
37451         * manual/install.texi (texinfo): Increase version requirement to
37452         4.5 or later.
37453         * INSTALL: Regenerated.
37454
37455         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
37456
37457 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
37458
37459         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
37460
37461         * sysdeps/x86_64/x32/ffs.c: New file.
37462
37463         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
37464         __syscall_ulong_t.
37465         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
37466         defined.  Use __syscall_ulong_t.
37467         (shminfo): Use __syscall_ulong_t.
37468         (shm_info): Likewise.
37469
37470         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
37471         __syscall_ulong_t.
37472
37473         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
37474         <bits/wordsize.h>.
37475         (msgqnum_t): Use __syscall_ulong_t.
37476         (msglen_t): Likewise.
37477         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
37478         __syscall_ulong_t.
37479
37480         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
37481         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
37482
37483         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
37484
37485         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
37486         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
37487
37488         * sysvipc/sys/msg.h (msgbuf): Replace long int with
37489         __syscall_slong_t.
37490
37491         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
37492         include <bits/wordsize.h>.  Check __x86_64__ instead of
37493         __WORDSIZE.
37494
37495         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
37496         "unsigned long long int" if __x86_64__ is defined.
37497         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
37498
37499         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
37500         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
37501         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
37502
37503         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
37504         <stdint.h>.
37505         (GET_PC): Cast to uintptr_t first.
37506         (GET_FRAME): Likewise.
37507         (GET_STACK): Likewise.
37508
37509         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
37510         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
37511         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
37512         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
37513         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
37514         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
37515         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
37516         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
37517         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
37518         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
37519         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
37520         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
37521         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
37522         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
37523         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
37524         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
37525         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
37526         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
37527         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
37528         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
37529         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
37530         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
37531         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
37532         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
37533         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
37534         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
37535         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
37536         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
37537         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
37538
37539 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
37540
37541         * Makerules (+depfiles): Also collect depfiles from .oS in
37542         $(extra-objs).
37543         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
37544         .oS, $(libnldbl-routines)).
37545
37546         * Makerules (native-compile-mkdep-flags): Define.
37547         * sunrpc/Makefile (extra-objs): Add $(addprefix
37548         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
37549         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
37550         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
37551         calling $(make-target-directory).
37552
37553 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37554
37555         * bits/types.h (__snseconds_t): Removed.
37556         * time/time.h (struct timespec): Replace __snseconds_t with
37557         __syscall_slong_t.
37558         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
37559         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
37560         Likewise.
37561         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37562         (__SNSECONDS_T_TYPE): Likewise.
37563         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37564         (__SNSECONDS_T_TYPE): Likewise.
37565         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37566         (__SNSECONDS_T_TYPE): Likewise.
37567
37568 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37569
37570         * sysdeps/mach/hurd/bits/typesizes.h
37571         (__SYSCALL_SLONG_TYPE): New macro.
37572         (__SYSCALL_ULONG_TYPE): Likewise.
37573
37574 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37575
37576         * bits/types.h (__syscall_slong_t): New type.
37577         (__syscall_ulong_t): Likewise.
37578
37579         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
37580         (__SYSCALL_ULONG_TYPE): Likewise.
37581         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37582         (__SYSCALL_SLONG_TYPE): Likewise.
37583         (__SYSCALL_ULONG_TYPE): Likewise.
37584         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37585         (__SYSCALL_SLONG_TYPE): Likewise.
37586         (__SYSCALL_ULONG_TYPE): Likewise.
37587         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37588         (__SYSCALL_SLONG_TYPE): Likewise.
37589         (__SYSCALL_ULONG_TYPE): Likewise.
37590
37591 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37592
37593         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
37594         Add sigaltstack-offsets.sym.
37595         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
37596         <sigaltstack-offsets.h>.
37597         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
37598         longjmp_msg pointer.
37599         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
37600         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
37601         signal stack.
37602         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
37603
37604 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
37605
37606         * elf/stackguard-macros.h: Remove file.
37607         * sysdeps/generic/stackguard-macros.h: New file.
37608         * sysdeps/i386/stackguard-macros.h: Likewise.
37609         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
37610         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
37611         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
37612         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
37613         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
37614         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
37615         * sysdeps/x86_64/stackguard-macros.h: Likewise.
37616         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
37617         <elf/stackguard-macros.h>.
37618
37619         [BZ #14109]
37620         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
37621         __aligned__ in attribute.
37622         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
37623         (gregset_t): Likewise.
37624
37625 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37626
37627         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
37628         * sysdeps/x86_64/64/Implies-after: Here.  New file.
37629         * sysdeps/x86_64/x32/Implies-after: New file.
37630
37631 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37632
37633         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
37634         and access return value for _dl_profile_fixup.  Use R10_LP to
37635         load frame size.
37636
37637 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37638
37639         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
37640
37641 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37642
37643         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
37644         * sysdeps/x86_64/x32/sysdep.h: New file.
37645
37646 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37647
37648         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
37649         * sysdeps/x86_64/setjmp.S: Likewise.
37650
37651 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37652
37653         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
37654         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
37655         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
37656         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
37657         remove unused global constant.
37658
37659 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
37660
37661         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
37662         include of <not-cancel.h>.
37663
37664 2012-05-15  Roland McGrath  <roland@hack.frob.com>
37665
37666         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
37667
37668 2012-05-15  Jeff Law  <law@redhat.com>
37669             Andreas Jaeger  <aj@suse.de>
37670
37671         [BZ #13594]
37672         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
37673         out from...
37674         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
37675         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
37676         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
37677         code changing __hst_map_handle.map.
37678
37679 2012-05-15  Roland McGrath  <roland@hack.frob.com>
37680
37681         * configure.in (sysnames): Look for Implies-before and Implies-after
37682         files.
37683         * configure: Regenerated.
37684
37685 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37686
37687         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
37688         8-byte data alignment with LP_SIZE alignment.
37689
37690 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37691
37692         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
37693         into R10_LP.
37694
37695 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37696
37697         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
37698
37699 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37700
37701         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
37702         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
37703         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
37704         Likewise.
37705         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37706
37707 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37708
37709         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
37710         (stackinfo_sub_sp): Likewise.
37711
37712 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37713
37714         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
37715         RAX_LP.
37716
37717 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37718
37719         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
37720         into R*_LP.
37721
37722 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37723
37724         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
37725         sizes into R*_LP.
37726
37727 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37728
37729         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
37730
37731 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37732
37733         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
37734         into R11_LP and load __x86_64_shared_cache_size_half into
37735         R8_LP.
37736
37737 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37738
37739         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
37740         R8_LP.
37741
37742 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37743
37744         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
37745         logb for POWER7.
37746         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
37747         logbf for POWER7.
37748         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
37749         logbl for POWER7.
37750         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
37751         powerpc32/power7/fpu/s_logb.c via #include.
37752         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
37753         powerpc32/power7/fpu/s_logbf.c via #include.
37754         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
37755         powerpc32/power7/fpu/s_logbl.c via #include.
37756
37757 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
37758
37759         * README.libm: Remove file.
37760
37761 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37762
37763         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
37764         count for x32.  Use R*_LP and omit operand-size suffix.
37765
37766 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37767
37768         * shlib-versions: Move x86_64-.*-linux.* entries to ...
37769         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
37770         * sysdeps/x86_64/x32/shlib-versions: New file.
37771
37772 2012-05-14  Roland McGrath  <roland@hack.frob.com>
37773
37774         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
37775         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
37776         Use _dl_fatal_printf instead.
37777
37778 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
37779
37780         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
37781         set if not set by the user.  Do not allow for being unset.
37782         * sysdeps/unix/sysv/linux/configure: Regenerated.
37783
37784 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37785
37786         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
37787         the `q' suffix from lea and replace .quad with ASM_ADDR.
37788
37789 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37790
37791         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
37792         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
37793         instead of $17.
37794         (PTR_DEMANGLE): Likewise.
37795
37796 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37797
37798         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
37799         (LP_OP): Likewise.
37800         (ASM_ADDR): Likewise.
37801         (RAX_LP): Likewise.
37802         (RBP_LP): Likewise.
37803         (RBX_LP): Likewise.
37804         (RCX_LP): Likewise.
37805         (RDI_LP): Likewise.
37806         (RSI_LP): Likewise.
37807         (RSP_LP): Likewise.
37808         (R8_LP): Likewise.
37809         (R9_LP): Likewise.
37810         (R10_LP): Likewise.
37811         (R10_LP): Likewise.
37812         (R11_LP): Likewise.
37813         (R12_LP): Likewise.
37814         (R13_LP): Likewise.
37815         (R14_LP): Likewise.
37816         (R15_LP): Likewise.
37817
37818 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37819
37820         * sysdeps/x86_64/x32/dl-machine.h: New file.
37821
37822 2012-05-14  Andreas Jaeger  <aj@suse.de>
37823
37824         * manual/Makefile (subdir): Remove export of subdir.
37825         (all): Remove target.
37826         (.PHONY): Remove all from list.
37827         (mkinstalldirs): Remove.
37828         (.PHONY): Remove installdirs from list.
37829         ($(inst_infodir)/libc.info): Use make-target-directory.
37830         (installdirs): Remove.
37831         (subdir_%): Remove.
37832         (glibc-targets): Remove.
37833         (lib): Remove.
37834         (stubs): Remove.
37835         ($(objpfx)stubs ../po/manual.pot): Remove.
37836         ($(objpfx)stamp%): Remove.
37837         (make-target-directory): Remove.
37838         (subdir_install): Remove.
37839         (routines): Remove.
37840         (aux): Remove.
37841         (sources): Remove.
37842         (objects): Remove.
37843         (headers): Remove.
37844
37845         [BZ #13750]
37846         * manual/.gitignore: Remove, it's not needed anymore.
37847         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
37848         all files in it.
37849         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
37850         directory.
37851         (texis): Renamed to $(objpfx)texis.
37852         (texis-path): New, contains path to generated files.
37853         (chapters.%): Use texis-path for complete path, add extra argument
37854         libc-texinfo.sh.
37855         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
37856         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
37857         (summary,texi, stamp-summary): Use complete path of
37858         files. Generate files in build dir.
37859         (dir-add.texi): Build in build dir.
37860         (libm-err.texi,stamp-libm-err): Likewise.
37861         (version.texi, stamp-version): Likewise.
37862         (.%c.texi): Likewise.
37863         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
37864         (mostlyclean): Remove target.
37865         (realclean): Remove target.
37866         (generated): Add new variable with contents from mostlyclean and
37867         realclean, remove entries duplicated in common-mostlyclean, add
37868         stamp-libm-err and stamp-version.
37869         (generated-dirs): Add libc directory.
37870         ($(inst_infodir)/libc.info): Install files from build dir.
37871
37872         * manual/install.texi (Configuring and compiling): Adjust since
37873         the info files are not part of the tar ball anymore.
37874
37875 2012-05-14  Andreas Jaeger  <aj@suse.de>
37876
37877         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
37878         variable.
37879
37880 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
37881
37882         [BZ #13717]
37883         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
37884         to 2.2.0 where earlier.
37885         * sysdeps/unix/sysv/linux/configure: Regenerated.
37886         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
37887         Remove conditional code.
37888         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
37889         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
37890         Remove conditional code.
37891         [!__NR_lchown]: Likewise.
37892         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37893         [__NR_lchown]: Likewise.
37894         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
37895         comment referencing __ASSUME_LCHOWN_SYSCALL.
37896         * sysdeps/unix/sysv/linux/i386/sigaction.c
37897         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37898         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37899         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
37900         Remove conditional code.
37901         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
37902         (__protocol_available): Remove #if 0 code.
37903         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
37904         conditional code.
37905         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
37906         * sysdeps/unix/sysv/linux/kernel-features.h
37907         (__ASSUME_GETCWD_SYSCALL): Don't define.
37908         (__ASSUME_REALTIME_SIGNALS): Likewise.
37909         (__ASSUME_PREAD_SYSCALL): Likewise.
37910         (__ASSUME_PWRITE_SYSCALL): Likewise.
37911         (__ASSUME_POLL_SYSCALL): Likewise.
37912         (__ASSUME_LCHOWN_SYSCALL): Likewise.
37913         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
37914         non-SPARC.
37915         (__ASSUME_SIOCGIFNAME): Don't define.
37916         (__ASSUME_MSG_NOSIGNAL): Likewise.
37917         (__ASSUME_SENDFILE): Define unconditionally.
37918         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
37919         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
37920         conditional code.
37921         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
37922         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
37923         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37924         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37925         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
37926         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37927         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
37929         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37930         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
37932         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37933         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
37935         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37936         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
37938         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37939         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
37941         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37942         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
37944         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37945         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
37947         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37948         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
37950         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37951         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37952         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
37953         Remove conditional code.
37954         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37955         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37956         Remove conditional code.
37957         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37958         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
37959         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
37960         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37961         Remove conditional code.
37962         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37963         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
37964         Remove conditional code.
37965         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37966         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
37967         Remove conditional code.
37968         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37969         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37970         Remove conditional code.
37971         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37972         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37973         Remove conditional code.
37974         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37975         * sysdeps/unix/sysv/linux/sh/pwrite64.c
37976         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37977         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37978         * sysdeps/unix/sysv/linux/sigaction.c
37979         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37980         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37981         * sysdeps/unix/sysv/linux/sigpending.c
37982         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37983         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37984         * sysdeps/unix/sysv/linux/sigprocmask.c
37985         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37986         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37987         * sysdeps/unix/sysv/linux/sigsuspend.c
37988         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37989         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37990         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
37991         (__libc_missing_rt_sigs): Remove.
37992         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
37993         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
37994         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
37995         Remove conditional code.
37996         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
37997         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
37998         return 1.
37999         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
38000         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
38001         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
38002         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
38003
38004 2012-05-14  Andreas Jaeger  <aj@suse.de>
38005
38006         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
38007         it's not used in glibc.
38008         (__coshm1): Likewise.
38009         (__acosh1p): Likewise.
38010         (__sgn): Likewise.
38011
38012         * manual/string.texi (Copying and Concatenation): Add missing
38013         variable in concat example.
38014         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
38015
38016 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
38017
38018         [BZ #14103]
38019         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
38020         __builtin_clzl with __builtin_clzll.
38021
38022 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
38023
38024         [BZ #14104]
38025         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
38026         libc_freeres_ptr.
38027
38028 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38029
38030         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
38031         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
38032         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
38033         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
38034
38035 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
38036
38037         * NEWS: Update ia64 info.
38038
38039 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
38040
38041         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
38042         used as bcopy.
38043
38044 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
38045
38046         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
38047         * sysdeps/unix/syscalls.list (dup3): Likewise.
38048         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
38049         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
38050
38051 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
38052
38053         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
38054         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
38055
38056 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
38057
38058         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
38059         thread pointer.
38060         (TLS_IE): Use mov/add instead of movq/addq to load thread
38061         pointer.
38062         (TLS_GD_PREFIX): New.
38063         (TLS_GD): Use it.
38064
38065 2012-05-11  David S. Miller  <davem@davemloft.net>
38066
38067         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
38068         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
38069         (_FPU_SETCW): Likewise.
38070
38071 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
38072
38073         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
38074         is 32-byte aligned.
38075
38076 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
38077
38078         [BZ #11837]
38079         * iconvdata/gb18030.c: Update tables.
38080         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
38081         characters specially.
38082         (BODY for TO_LOOP): Add encoding of missing ranges.
38083
38084 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
38085
38086         [BZ #13673]
38087         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
38088         * sysdeps/mach/hurd/dup3.c: Likewise.
38089         * sysdeps/mach/hurd/readlinkat.c: Likewise.
38090         * sysdeps/powerpc/memmove.c:: Likewise.
38091
38092 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
38093
38094         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
38095         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
38096
38097 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
38098
38099         * elf/elf.h (R_X86_64_RELATIVE64): New.
38100         (R_X86_64_NUM): Updated.
38101         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
38102         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
38103         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
38104         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
38105         tst-quad1pie tst-quad2pie
38106         (modules-names): Add tst-quadmod1 tst-quadmod2.
38107         ($(objpfx)tst-quad1): New dependency.
38108         ($(objpfx)tst-quad2): Likewise.
38109         ($(objpfx)tst-quad1pie): Likewise.
38110         ($(objpfx)tst-quad2pie): Likewise.
38111         * sysdeps/x86_64/tst-quad1.c: New file.
38112         * sysdeps/x86_64/tst-quad1pie.c: New file.
38113         * sysdeps/x86_64/tst-quad2.c: Likewise.
38114         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
38115         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
38116         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
38117         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
38118         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
38119
38120 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
38121
38122         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
38123         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
38124         * streams/stropts.h (t_scalar_t): Define type.
38125
38126         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
38127         (_PATH_PRESERVE): Set to "/var/lib".
38128         (_PATH_RWHODIR): Set to "/var/spool/rwho".
38129
38130         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
38131         instead of int.
38132
38133         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
38134         if __dir_mkfile succeeded.
38135
38136         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
38137         checking for _hurd_dtablesize.  Unlock it right after having
38138         finished _hurd_dtable allocation.
38139
38140 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
38141
38142         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
38143         * sysdeps/mach/hurd/configure: Regenerated.
38144         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
38145         special-casing to...
38146         * sysdeps/gnu/configure.in: ... this new file.
38147         * sysdeps/unix/sysv/linux/configure: Regenerated.
38148         * sysdeps/gnu/configure: New generated file.
38149
38150         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
38151         for Linux: use nsec instead of usec, as well as:
38152         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
38153         members of type struct timespec.
38154         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
38155         New macros.
38156         (struct stat64): Likewise.
38157         (_STATBUF_ST_NSEC): New macro.
38158         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
38159
38160         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
38161         __strtoul_internal rather than strtoul.
38162
38163 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
38164
38165         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
38166         and reject them.
38167
38168 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
38169
38170         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
38171         which preserves existing values.
38172         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
38173
38174 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
38175
38176         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
38177         TIMEOUT values.  Return EINVAL for NFDS values either negative or
38178         greater than FD_SETSIZE.
38179
38180 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
38181
38182         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
38183         allocated, call __vm_protect to finish enabling the existing space, and
38184         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
38185         allocate the remainder.
38186
38187 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
38188
38189         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
38190         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
38191
38192 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
38193
38194         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
38195         sysdeps/mach/hurd/readlink.c.
38196
38197         * posix/tst-sysconf.c (posix_options): Only use
38198         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
38199         _POSIX_SYNCHRONIZED_IO when they are defined
38200         * sysdeps/mach/hurd/bits/posix_opt.h:
38201         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
38202         (_XOPEN_REALTIME): Undefine macro.
38203         (_XOPEN_REALTIME_THREADS): Undefine macro.
38204         (_XOPEN_SHM): Undefine macro.
38205         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
38206         macro to -1.
38207         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
38208         macro to -1.
38209         (_POSIX_ASYNC_IO): Undefine macro.
38210         (_POSIX_PRIORITIZED_IO): Undefine macro.
38211         (_POSIX_SPIN_LOCKS): Define macro to -1.
38212
38213         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
38214         SA_NODEFER, SA_RESETHAND.
38215         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
38216         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
38217         F_DUPFD_CLOEXEC.
38218
38219 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
38220
38221         * elf/Makefile (pldd-modules): Define unconditionally.
38222
38223 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
38224
38225         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
38226
38227 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
38228
38229         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
38230         Return ENOENT when name is empty.
38231         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
38232
38233 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
38234
38235         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
38236
38237         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
38238
38239 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
38240
38241         Fix mlock in all cases except non-readable pages.
38242         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
38243         instead of VM_PROT_ALL as parameter to __vm_wire function.
38244
38245         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
38246         (__mkdir): When path is `/', just fail with EEXIST.
38247         * sysdeps/mach/hurd/mkdirat.c: Likewise.
38248
38249 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
38250
38251         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
38252         <sys/uio.h> (for writev).
38253         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
38254         and <sys/param.h> (for MIN).
38255
38256 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
38257
38258         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
38259         REQUESTED_TIME.  Properly set the remaining time and return EINTR
38260         if interrupted.
38261
38262 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
38263
38264         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
38265         Depend on against $(link-rpcuserlibs).
38266
38267 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
38268
38269         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
38270         (__libc_stack_end): Do not use attribute_relro.
38271         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
38272         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
38273         to libthread-provided value.
38274         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
38275         attribute_relro.
38276
38277 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
38278
38279         [BZ #3748]
38280         * bits/libc-lock.h (__libc_once_get): New macro.
38281         * sysdeps/mach/bits/libc-lock.h: Likewise.
38282         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
38283         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
38284         instead of using implementation details.
38285
38286         * libio/fileops.c: Unconditionally include <kernel-features.h>.
38287         * libio/freopen.c: Likewise.
38288         * libio/freopen64.c: Likewise.
38289         * misc/syslog.c: Likewise.
38290         * nscd/connections.c: Likewise.
38291         * nscd/netgroupcache.c: Likewise.
38292         * sysdeps/posix/getcwd.c: Likewise.
38293
38294 2012-05-10  Roland McGrath  <roland@hack.frob.com>
38295
38296         * math/w_ilogbf.c: Add #include <limits.h>.
38297
38298 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
38299
38300         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
38301         path instead of returning without unlocking.
38302
38303         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
38304         immediate-write ioctls.
38305         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
38306
38307 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
38308
38309         * sysdeps/mach/hurd/i386/init-first.c (init): Use
38310         __builtin_frame_address instead of making assumptions about the
38311         location of the return address relative to DATA.  Force early load of
38312         the return address.
38313         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
38314         __builtin_frame_address.
38315
38316         dup3 for GNU Hurd.
38317         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
38318         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
38319         implement dup3 and do some further code clean-ups.
38320         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
38321         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
38322
38323 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
38324
38325         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
38326
38327         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
38328         HURD_CRITICAL_END around holding _hurd_dtable_lock.
38329         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
38330         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
38331         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
38332         d->port.lock.
38333
38334         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
38335         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
38336         when handler == SIG_ERR, not when handler != SIG_ERR.
38337
38338 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
38339
38340         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
38341         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
38342         definitions.
38343
38344         accept4 for GNU Hurd.
38345         * include/sys/socket.h (__libc_accept4): New prototype.
38346         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
38347         to implement __libc_accept4.
38348         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
38349         __libc_accept4.
38350         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
38351
38352         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
38353         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
38354         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
38355         signal-defines.sym.
38356
38357 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
38358
38359         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
38360
38361 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
38362
38363         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
38364         assertion on O_CLOEXEC flag.
38365         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
38366         * hurd/intern-fd.c: Likewise.
38367         * hurd/port2fd.c: Likewise.
38368
38369 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
38370
38371         [BZ #3906]
38372         * bits/in.h (IPV6_PKTINFO): Define new macro.
38373         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
38374
38375 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38376
38377         [BZ #13954]
38378         [BZ #13955]
38379         [BZ #13956]
38380         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
38381         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38382         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
38383         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38384         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38385         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38386         * math/libm-test.inc (logb_test) : Additional logb tests.
38387
38388 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
38389             Andreas Jaeger  <aj@suse.de>
38390
38391         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
38392         * configure: Regenerated.
38393         * config.h.in (LINK_OBSOLETE_RPC): New macro.
38394         * config.make.in (link-obsolete-rpc): New substituted variable.
38395         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
38396         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
38397         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
38398         (shared-only-routines): Don't set it under [link-obsolete-rpc],
38399         so that libc.a contains the symbols.
38400         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
38401         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
38402         * sunrpc/auth_none.c: Likewise.
38403         * sunrpc/auth_unix.c: Likewise.
38404         * sunrpc/authdes_prot.c: Likewise.
38405         * sunrpc/authuxprot.c: Likewise.
38406         * sunrpc/clnt_gen.c: Likewise.
38407         * sunrpc/clnt_perr.c: Likewise.
38408         * sunrpc/clnt_raw.c: Likewise.
38409         * sunrpc/clnt_simp.c: Likewise.
38410         * sunrpc/clnt_tcp.c: Likewise.
38411         * sunrpc/clnt_udp.c: Likewise.
38412         * sunrpc/clnt_unix.c: Likewise.
38413         * sunrpc/des_crypt.c: Likewise.
38414         * sunrpc/des_soft.c: Likewise.
38415         * sunrpc/get_myaddr.c: Likewise.
38416         * sunrpc/key_call.c: Likewise.
38417         * sunrpc/key_prot.c: Likewise.
38418         * sunrpc/netname.c: Likewise.
38419         * sunrpc/pm_getmaps.c: Likewise.
38420         * sunrpc/pm_getport.c: Likewise.
38421         * sunrpc/pmap_clnt.c: Likewise.
38422         * sunrpc/pmap_prot.c: Likewise.
38423         * sunrpc/pmap_prot2.c: Likewise.
38424         * sunrpc/pmap_rmt.c: Likewise.
38425         * sunrpc/publickey.c: Likewise.
38426         * sunrpc/rpc_cmsg.c: Likewise.
38427         * sunrpc/rpc_common.c: Likewise.
38428         * sunrpc/rpc_dtable.c: Likewise.
38429         * sunrpc/rpc_prot.c: Likewise.
38430         * sunrpc/rpc_thread.c: Likewise.
38431         * sunrpc/rtime.c: Likewise.
38432         * sunrpc/svc.c: Likewise.
38433         * sunrpc/svc_auth.c: Likewise.
38434         * sunrpc/svc_raw.c: Likewise.
38435         * sunrpc/svc_run.c: Likewise.
38436         * sunrpc/svc_tcp.c: Likewise.
38437         * sunrpc/svc_udp.c: Likewise.
38438         * sunrpc/svc_unix.c: Likewise.
38439         * sunrpc/svcauth_des.c: Likewise.
38440         * sunrpc/xcrypt.c: Likewise.
38441         * sunrpc/xdr.c: Likewise.
38442         * sunrpc/xdr_array.c: Likewise.
38443         * sunrpc/xdr_float.c: Likewise.
38444         * sunrpc/xdr_intXX_t.c: Likewise.
38445         * sunrpc/xdr_mem.c: Likewise.
38446         * sunrpc/xdr_rec.c: Likewise.
38447         * sunrpc/xdr_ref.c: Likewise.
38448         * sunrpc/xdr_sizeof.c: Likewise.
38449         * sunrpc/xdr_stdio.c: Likewise.
38450
38451 2012-05-10  Roland McGrath  <roland@hack.frob.com>
38452
38453         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
38454         change.  Update copyright years.
38455
38456 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
38457
38458         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
38459
38460 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
38461             Joseph Myers  <joseph@codesourcery.com>
38462             Paul Pluzhnikov  <ppluzhnikov@google.com>
38463
38464         [BZ #14012]
38465         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
38466         requiring rpcgen.
38467         [cross-compiling] (extra-libs): Likewise.
38468         [cross-compiling] (extra-libs-others): Likewise.
38469         [cross-compiling] (librpcsvc-routines): Likewise.
38470         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
38471         [cross-compiling] (omit-deps): Likewise.
38472         (sunrpc-CPPFLAGS): New variable.
38473         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
38474         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
38475         (cross-rpcgen-objs): New variable.
38476         (extra-objs): Append $(cross-rpcgen-objs).
38477         ($(cross-rpcgen-objs)): New rule.
38478         ($(objpfx)cross-rpcgen): Likewise.
38479         (rpcgen-cmd): Define to use $(built-program-file).  Expand
38480         comment.
38481         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
38482         ($(objpfx)x%.stmp): Likewise.
38483         * sunrpc/proto.h [IS_IN_build] (_): Define.
38484         [IS_IN_build] (_libc_intl_domainname): Likewise.
38485
38486 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
38487
38488         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
38489         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
38490         and R_X86_64_TPOFF64.
38491
38492 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
38493
38494         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
38495         sysdeps/unix/sysv/syscalls.list.
38496         (stime): Likewise.
38497         (utime): Likewise.
38498         * sysdeps/unix/sysv/syscalls.list: Remove file.
38499
38500 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
38501
38502         [BZ #3440]
38503         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
38504         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
38505         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
38506         (__LC_IDENTIFICATION): Make these macros useful in #if
38507         expressions, as required by C99.
38508
38509 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
38510
38511         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
38512         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
38513         after this.
38514
38515 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
38516
38517         * stdlib/longlong.h: Updated from GCC.
38518
38519 2012-05-09  Andreas Jaeger  <aj@suse.de>
38520
38521         * nscd/nscd.c (run_modes): Make named enum, reorder so that
38522         default is first entry.
38523         (run_mode): Set type.
38524         (main): Remove informal message about syslog.
38525         (options): Fix typo.
38526
38527         [BZ #14053]
38528         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
38529         to asm.
38530         (lrint): Likewise.
38531         (llrintf): Likewise.
38532         (llrint): Likewise.
38533         (rint): Likewise.
38534         (rintf): Likewise.
38535         (nearbyint): Likewise.
38536         (nearbyintf): Likewise.
38537
38538 2012-05-09  Andreas Jaeger  <aj@suse.de>
38539             Pedro Alves  <palves@redhat.com>
38540
38541         * nscd/nscd.c (run_mode): Use enum.
38542         (main): Cleanup coding style issue.
38543
38544 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
38545             Andreas Jaeger  <aj@suse.de>
38546
38547         * nscd/nscd.c (go_background): Replaced with...
38548         (run_mode): ... this.
38549         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
38550         (options): Add -F --foreground.
38551         (main): Implement it.
38552         (parse_opt): Parse it.
38553
38554 2012-05-09  Andreas Jaeger  <aj@suse.de>
38555
38556         [BZ #14083]
38557         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
38558         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
38559         -Wconversion warning.
38560         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
38561         Likewise.
38562
38563 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
38564
38565         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
38566         == 0.
38567         (LC_ALL): Use macro-int-constant.
38568         (LC_COLLATE): Likewise.
38569         (LC_CTYPE): Likewise.
38570         (LC_MESSAGES): Likewise.
38571         (LC_MONETARY): Likewise.
38572         (LC_NUMERIC): Likewise.
38573         (LC_TIME): Likewise.
38574         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
38575         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
38576         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38577         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
38578         Specify type.
38579         [C99-based standards] (float_t): Expect type.
38580         [C99-based standards] (double_t): Expect type.
38581         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
38582         type.
38583         [C99-based standards] (HUGE_VALL): Likewise.
38584         [C99-based standards] (INFINITY): Likewise.
38585         [C99-based standards] (NAN): Likewise.
38586         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
38587         [C99-based standards] (FP_NAN): Likewise.
38588         [C99-based standards] (FP_NORMAL): Likewise.
38589         [C99-based standards] (FP_SUBNORMAL): Likewise.
38590         [C99-based standards] (FP_ZERO): Likewise.
38591         [C99-based standards] (FP_FAST_FMA): Use
38592         optional-macro-int-constant.  Specify type.  Require == 1.
38593         [C99-based standards] (FP_FAST_FMAF): Likewise.
38594         [C99-based standards] (FP_FAST_FMAL): Likewise.
38595         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
38596         [C99-based standards] (FP_ILOGBNAN): Likewise.
38597         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
38598         Specify type.
38599         [C99-based standards] (MATH_ERREXCEPT): Likewise.
38600         [C99-based standards] (math_errhandling): Specify type.
38601         [ISO99 || ISO11] (signgam): Do not allow.
38602         [non-C99-based standards] (copysignf): Do not allow.
38603         [non-C99-based standards] (exp2f): Likewise.
38604         [non-C99-based standards] (log2f): Likewise.
38605         [non-C99-based standards] (modff): Allow.
38606         [non-C99-based standards] (erff): Do not allow.
38607         [non-C99-based standards] (erfcf): Likewise.
38608         [non-C99-based standards] (gammaf): Likewise.
38609         [non-C99-based standards] (hypotf): Likewise.
38610         [non-C99-based standards] (j0f): Likewise.
38611         [non-C99-based standards] (j1f): Likewise.
38612         [non-C99-based standards] (jnf): Likewise.
38613         [non-C99-based standards] (lgammaf): Likewise.
38614         [non-C99-based standards] (tgammaf): Likewise.
38615         [non-C99-based standards] (y0f): Likewise.
38616         [non-C99-based standards] (y1f): Likewise.
38617         [non-C99-based standards] (ynf): Likewise.
38618         [non-C99-based standards] (isnanf): Likewise.
38619         [non-C99-based standards] (acoshf): Likewise.
38620         [non-C99-based standards] (asinhf): Likewise.
38621         [non-C99-based standards] (atanhf): Likewise.
38622         [non-C99-based standards] (cbrtf): Likewise.
38623         [non-C99-based standards] (expm1f): Likewise.
38624         [non-C99-based standards] (ilogbf): Likewise.
38625         [non-C99-based standards] (log1pf): Likewise.
38626         [non-C99-based standards] (logbf): Likewise.
38627         [non-C99-based standards] (nextafterf): Likewise.
38628         [non-C99-based standards] (remainderf): Likewise.
38629         [non-C99-based standards] (rintf): Likewise.
38630         [non-C99-based standards] (scalbf): Likewise.
38631         [non-C99-based standards] (copysignl): Likewise.
38632         [non-C99-based standards] (exp2l): Likewise.
38633         [non-C99-based standards] (log2l): Likewise.
38634         [non-C99-based standards] (modfl): Allow.
38635         [non-C99-based standards] (erfl): Do not allow.
38636         [non-C99-based standards] (erfcl): Likewise.
38637         [non-C99-based standards] (gammal): Likewise.
38638         [non-C99-based standards] (hypotl): Likewise.
38639         [non-C99-based standards] (j0l): Likewise.
38640         [non-C99-based standards] (j1l): Likewise.
38641         [non-C99-based standards] (jnl): Likewise.
38642         [non-C99-based standards] (lgammal): Likewise.
38643         [non-C99-based standards] (tgammal): Likewise.
38644         [non-C99-based standards] (y0l): Likewise.
38645         [non-C99-based standards] (y1l): Likewise.
38646         [non-C99-based standards] (ynl): Likewise.
38647         [non-C99-based standards] (isnanl): Likewise.
38648         [non-C99-based standards] (acoshl): Likewise.
38649         [non-C99-based standards] (asinhl): Likewise.
38650         [non-C99-based standards] (atanhl): Likewise.
38651         [non-C99-based standards] (cbrtl): Likewise.
38652         [non-C99-based standards] (expm1l): Likewise.
38653         [non-C99-based standards] (ilogbl): Likewise.
38654         [non-C99-based standards] (log1pl): Likewise.
38655         [non-C99-based standards] (logbl): Likewise.
38656         [non-C99-based standards] (nextafterl): Likewise.
38657         [non-C99-based standards] (remainderl): Likewise.
38658         [non-C99-based standards] (rintl): Likewise.
38659         [non-C99-based standards] (scalbl): Likewise.
38660         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38661         [non-C99-based standards] (FP_*): Do not allow.
38662         [C99-based standards] (FP_*): Change to
38663         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
38664         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38665         allow.
38666         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
38667         (SIG_ERR): Likewise.
38668         [X/Open-based standards] (SIG_HOLD): Likewise.
38669         (SIG_IGN): Likewise.
38670         (SIGABRT): Use macro-int-constant.  Specify type.  Require
38671         positive value.
38672         (SIGFPE): Likewise.
38673         (SIGILL): Likewise.
38674         (SIGINT): Likewise.
38675         (SIGSEGV): Likewise.
38676         (SIGTER): Likewise.
38677         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
38678         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
38679         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
38680         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
38681         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
38682         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
38683         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
38684         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
38685         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
38686         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
38687         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
38688         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
38689         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
38690         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
38691         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
38692         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
38693         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
38694         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
38695         [X/Open-based standards] (SIGTRAP): Likewise.
38696         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
38697         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
38698         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
38699         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
38700         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38701         allow.
38702
38703 2012-05-08  Ian Wienand  <ianw@vmware.com>
38704
38705         [BZ #14080]
38706         * time/tzset.c (__tzset_parse_tz): Update default rules for
38707         daylight time changes in the Energy Policy Act of 2005.
38708
38709 2012-05-09  Andreas Jaeger  <aj@suse.de>
38710
38711         [BZ #13983]
38712         * elf/ldconfig.c (parse_conf): Change string to make clear that
38713         ldconfig only issued a warning if ld.so.conf does not exist.
38714
38715 2012-05-08  David S. Miller  <davem@davemloft.net>
38716
38717         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
38718         movxtod instead of popping the value on the stack.
38719
38720         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38721
38722 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
38723
38724         * config.h.in: Add HAVE_ARM_PCS_VFP.
38725
38726 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
38727
38728         [BZ #13979]
38729         * include/features.h: Warn if user requests __FORTIFY_SOURCE
38730         checking but the checks are disabled for any reason.
38731
38732 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
38733
38734         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
38735         and ELF64_R_TYPE with ELFW(R_TYPE).
38736
38737 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
38738
38739         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
38740         (ulimit): Likewise.
38741
38742         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
38743         (settimeofday): Likewise.
38744
38745 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
38746
38747         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
38748         a struct th_u2 inside the union, and move tu_block/tu_code into
38749         a new th_u3 union of tu_block/tu_code inside of that.  Move
38750         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
38751         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
38752         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
38753         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
38754         (th_stuff): Change to th_u1.tu_stuff.
38755         (th_data): Define.
38756         (th_msg): Change to th_u1.th_u2.tu_data.
38757
38758 2012-05-07  David S. Miller  <davem@davemloft.net>
38759
38760         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38761
38762         [BZ #14074]
38763         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
38764         (SETUP_PIC_REG): Use it.
38765         (SETUP_PIC_REG_LEAF): Use it.
38766
38767 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
38768
38769         [BZ #13885]
38770         [BZ #13923]
38771         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38772         USE_AS_EXPM1L.
38773         (EXPL_FINITE): Likewise.
38774         (FLDLOG): Likewise.
38775         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
38776         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
38777         e_expl.S.
38778         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38779         USE_AS_EXPM1L.
38780         (EXPL_FINITE): Likewise.
38781         (FLDLOG): Likewise.
38782         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
38783         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
38784         e_expl.S.
38785         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
38786         test of -max_value argument for long double.
38787         * sysdeps/i386/fpu/libm-test-ulps: Update.
38788         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38789
38790 2012-05-06  David S. Miller  <davem@davemloft.net>
38791
38792         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
38793         quad soft-float symbols whose references which are compiler
38794         generated.
38795         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
38796
38797 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
38798
38799         [BZ #13884]
38800         [BZ #13914]
38801         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38802         USE_AS_EXP10L.
38803         (EXPL_FINITE): Likewise.
38804         (FLDLOG): Likewise.
38805         (c0): Likewise.
38806         (c1): Likewise.
38807         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
38808         Adjust comments for base varying.
38809         (__expl_finite): Change alias to EXPL_FINITE.
38810         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
38811         e_expl.S.
38812         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
38813         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
38814         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
38815         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
38816         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38817         USE_AS_EXP10L.
38818         (EXPL_FINITE): Likewise.
38819         (FLDLOG): Likewise.
38820         (c0): Likewise.
38821         (c1): Likewise.
38822         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
38823         Adjust comments for base varying.
38824         (__expl_finite): Change alias to EXPL_FINITE.
38825         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
38826         tests for bugs.
38827         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38828
38829         [BZ #14064]
38830         * math/libm-test.inc (check_float_internal): Correct ulp
38831         calculation for subnormal expected results.
38832
38833 2012-05-06  Andreas Jaeger  <aj@suse.de>
38834
38835         * Makeconfig (+math-flags): New, set to -frounding-math.
38836         (+cflags): Add +math-flags so that all of glibc gets compiled with
38837         it.
38838
38839         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
38840
38841 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
38842
38843         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
38844         Disable one test.
38845
38846         [BZ #13787]
38847         [BZ #13922]
38848         [BZ #14036]
38849         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
38850         (__ieee754_expl): Allow for and saturate large arguments.
38851         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
38852         (u_threshold): Likewise.
38853         (__exp): Call __ieee754_exp before checking for overflow and
38854         underflow.
38855         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
38856         (u_threshold): Likewise.
38857         (__expf): Call __ieee754_expf before checking for overflow and
38858         underflow.
38859         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
38860         (u_threshold): Likewise.
38861         (__expl): Call __ieee754_expl before checking for overflow and
38862         underflow.
38863         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
38864         (__ieee754_expl): Allow for and saturate large arguments.
38865         * math/libm-test.inc (exp_test): Add another test.  Do not allow
38866         missing overflow exception on overflow.
38867         (expm1_test): Do not allow missing overflow exception on overflow.
38868
38869         * sysdeps/i386/fpu/e_expl.c: Move to ...
38870         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
38871         rather than using inline asm.
38872         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
38873         * sysdeps/x86_64/fpu/e_expl.S: Copy from
38874         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
38875
38876         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
38877         (nice): Likewise.
38878         (poll): Likewise.
38879         (signal): Likewise.
38880         (time): Likewise.
38881         (times): Likewise.
38882
38883 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38884
38885         * sysdeps/unix/syscalls.list (adjtime): Add entry from
38886         sysdeps/unix/common/syscalls.list.
38887         (fchmod): Likewise.
38888         (fchown): Likewise.
38889         (ftruncate): Likewise.
38890         (getrusage): Likewise.
38891         (gettimeofday): Likewise.
38892         (setpgid): Likewise.
38893         (setregid): Likewise.
38894         (setreuid): Likewise.
38895         (sigaction): Likewise.
38896         (truncate): Likewise.
38897         (vhangup): Likewise.
38898         * sysdeps/unix/common/syscalls.list: Remove file.
38899         * sysdeps/unix/bsd/Implies: Don't include unix/common.
38900         * sysdeps/unix/sysv/linux/Implies: Likewise.
38901
38902 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
38903
38904         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
38905         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
38906         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
38907         Moved to ...
38908         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
38909         Here.
38910         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
38911         to ...
38912         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
38913         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
38914         to ...
38915         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
38916         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
38917         to ...
38918         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
38919         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
38920         to ...
38921         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
38922         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
38923         to ...
38924         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
38925         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
38926         to ...
38927         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
38928         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
38929         to ...
38930         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
38931         Here.
38932         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
38933         to ...
38934         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
38935         Here.
38936         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
38937         to ...
38938         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
38939         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
38940         Moved to ...
38941         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
38942         Here.
38943         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
38944         to ...
38945         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
38946
38947 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38948
38949         * sysdeps/unix/common/bits/dirent.h: Remove file.
38950         * sysdeps/unix/common/bits/fcntl.h: Likewise.
38951
38952         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
38953         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
38954         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
38955         * sysdeps/unix/bsd/isatty.c: Likewise.
38956         * sysdeps/unix/bsd/tcdrain.c: Likewise.
38957         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
38958         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
38959
38960 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38961
38962         [BZ #13563]
38963         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
38964         long double comparison inaccuracies.
38965         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
38966         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38967
38968 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
38969
38970         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
38971         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
38972
38973 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38974
38975         [BZ #14049]
38976         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
38977         nonzero digits before rounding a hex value.
38978         * stdlib/tst-strtod.c (tests): Add another test.
38979
38980 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38981
38982         * sysdeps/s390/fpu/libm-test-ulps: Update.
38983
38984 2012-05-03  Andreas Jaeger  <aj@suse.de>
38985
38986         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
38987         does not get optimized out.
38988         (malloc_opt_barrier): New.
38989
38990 2012-05-03  Andreas Jaeger  <aj@suse.de>
38991             Roland McGrath  <roland@hack.frob.com>
38992
38993         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
38994         intermediate file deletion.
38995         (generated): Add .symlist files.
38996
38997 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
38998
38999         [BZ #13775]
39000         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
39001         Redirect under this condition.
39002         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
39003         [__USE_GNU] (__dprintf_chk): Not under this condition.
39004         [__USE_GNU] (__vdprintf_chk): Likewise.
39005         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
39006         under this condition.
39007         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
39008         [__USE_XOPEN2K8] (dprintf): Define under this condition.
39009         [__USE_XOPEN2K8] (vdprintf): Likewise.
39010         [__USE_GNU] (__dprintf_chk): Not under this condition.
39011         [__USE_GNU] (__vdprintf_chk): Likewise.
39012         [__USE_GNU] (dprintf): Likewise.
39013         [__USE_GNU] (vdprintf): Likewise.
39014
39015 2012-05-03  Roland McGrath  <roland@hack.frob.com>
39016
39017         * elf/Makefile (common-generated): Set this instead of generated for
39018         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
39019         $(all-built-dso)-derived lists.
39020
39021 2012-05-03  Andreas Jaeger  <aj@suse.de>
39022
39023         * sysdeps/i386/fpu/libm-test-ulps: Update.
39024
39025         * FAQ: Removed.
39026         * FAQ.in: Likewise.
39027         * scripts/gen-FAQ.pl: Likewise.
39028         * manual/install.texi (Installation): Point to online location of
39029         FAQ.
39030         * Makefile (files-for-dist): Remove FAQ.
39031         (FAQ): Remove.
39032
39033 2012-05-02  Allan McRae  <allan@archlinux.org>
39034
39035         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
39036         (LDFLAGS-reldepmod5.so): Likewise.
39037         (LDFLAGS-reldep6mod1.so): Likewise.
39038         (LDFLAGS-reldep6mod4.so): Likewise.
39039         (LDFLAGS-reldep8mod3.so): Likewise.
39040         (LDFLAGS-unload4mod1.so): Likewise.
39041         (LDFLAGS-unload4mod2.so): Likewise.
39042         (LDFLAGS-tst-initorder): Likewise.
39043         (LDFLAGS-tst-initordera2.so): Likewise.
39044         (LDFLAGS-tst-initordera3.so): Likewise.
39045         (LDFLAGS-tst-initordera4.so): Likewise.
39046         (LDFLAGS-tst-initorderb2.so): Likewise.
39047         (LDFLAGS-noload): Likewise.
39048         (LDFLAGS-next): Likewise.
39049         (LDFLAGS-order2mod1.so): Likewise.
39050         (LDFLAGS-order2mod2.so): Likewise.
39051         (LDFLAGS-tst-initorder2): Likewise.
39052         (LDFLAGS-tst-initorder2a.so): Likewise.
39053         (LDFLAGS-tst-initorder2b.so): Likewise.
39054         (LDFLAGS-tst-initorder2c.so): Likewise.
39055         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
39056
39057 2012-05-02  David S. Miller  <davem@davemloft.net>
39058
39059         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39060
39061 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
39062
39063         [BZ #14055]
39064         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
39065
39066 2012-05-02  Andreas Jaeger  <aj@suse.de>
39067
39068         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
39069         since we manipulate rounding mode.
39070         (CPPFLAGS-test-idouble.c): Likewise.
39071         (CPPFLAGS-test-ifloat.c): Likewise.
39072         (CFLAGS-test-ldouble.c): Likewise.
39073         (CFLAGS-test-double.c): Likewise.
39074         (CFLAGS-test-float.c): Likewise.
39075         (CFLAGS-test-misc.c): Likewise.
39076         (CFLAGS-test-test-fenv.c): Likewise.
39077
39078 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39079
39080         [BZ #2550]
39081         [BZ #2570]
39082         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
39083         comparisons to determine direction to adjust input.
39084
39085 2012-05-01  Roland McGrath  <roland@hack.frob.com>
39086
39087         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
39088         output to the target.
39089
39090         * scripts/localplt.awk: New file.
39091         * elf/Makefile ($(objpfx)check-localplt): Target removed.
39092         (check-localplt-CFLAGS): Variable removed.
39093         ($(all-built-dso:=.jmprel)): New static pattern rule.
39094         (generated): Add those targets.
39095         (localplt-built-dso): New variable.
39096         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
39097
39098         * elf/check-localplt.c: File removed.
39099
39100         * scripts/check-execstack.awk: New file.
39101         * elf/Makefile ($(objpfx)check-execstack): Target removed.
39102         (check-execstack-CFLAGS): Variable removed.
39103         ($(objpfx)check-execstack.h): Target removed.
39104         ($(objpfx)execstack-default): New target.
39105         (generated): Add that instead of check-execstack.h.
39106         ($(all-built-dso:=.phdr)): New static pattern rule.
39107         (generated): Add those targets.
39108         * elf/check-execstack.c: File removed.
39109
39110         * scripts/check-textrel.awk: New file.
39111         * elf/Makefile ($(objpfx)check-textrel): Target removed.
39112         (check-textrel-CFLAGS): Variable removed.
39113         (all-built-dso): Use := to define.o
39114         ($(all-built-dso:=.dyn)): New static pattern rule.
39115         (generated): Add those targets.
39116         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
39117         * config.make.in (READELF): New substituted variable.
39118         * elf/check-textrel.c: File removed.
39119
39120 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
39121
39122         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
39123         allow.
39124         * conform/data/ctype.h-data [C99-based standards] (isblank):
39125         Expect function.
39126         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
39127         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
39128         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39129         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
39130         Specify type.  Require positive value.
39131         (EILSEQ): Likewise.
39132         (ERANGE): Likewise.
39133         [ISO || POSIX] (EILSEQ): Do not expect.
39134         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
39135         Specify type.  Require positive value.
39136         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
39137         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
39138         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
39139         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
39140         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
39141         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
39142         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
39143         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
39144         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
39145         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
39146         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
39147         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
39148         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
39149         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
39150         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
39151         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
39152         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
39153         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
39154         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
39155         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
39156         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
39157         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
39158         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
39159         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
39160         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
39161         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
39162         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
39163         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
39164         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
39165         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
39166         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
39167         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
39168         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
39169         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
39170         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
39171         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
39172         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
39173         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
39174         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
39175         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
39176         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
39177         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
39178         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
39179         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
39180         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
39181         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
39182         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
39183         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
39184         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
39185         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
39186         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
39187         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
39188         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
39189         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
39190         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
39191         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
39192         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
39193         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
39194         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
39195         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
39196         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
39197         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
39198         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
39199         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
39200         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
39201         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
39202         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
39203         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
39204         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
39205         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
39206         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
39207         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
39208         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
39209         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
39210         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
39211         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
39212         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
39213         Require >= 2.
39214         (FLT_ROUNDS): Expect as macro, not constant.
39215         (FLT_MANT_DIG): Use macro-int-constant.
39216         (DBL_MANT_DIG): Likewise.
39217         (LDBL_MANT_DIG): Likewise.
39218         (FLT_DIG): Likewise.
39219         (DBL_DIG): Likewise.
39220         (LDBL_DIG): Likewise.
39221         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
39222         (DBL_MIN_EXP): Likewise.
39223         (LDBL_MIN_EXP): Likewise.
39224         (FLT_MAX_EXP): Use macro-int-constant.
39225         (DBL_MAX_EXP): Likewise.
39226         (LDBL_MAX_EXP): Likewise.
39227         (FLT_MAX_10_EXP): Likewise.
39228         (DBL_MAX_10_EXP): Likewise.
39229         (LDBL_MAX_10_EXP): Likewise.
39230         (FLT_MAX): Use macro-constant.
39231         (DBL_MAX): Likewise.
39232         (LDBL_MAX): Likewise.
39233         (FLT_EPSILON): Use macro-constant.  Give upper bound.
39234         (DBL_EPSILON): Likewise.
39235         (LDBL_EPSILON): Likewise.
39236         (FLT_MIN): Likewise.
39237         (DBL_MIN): Likewise.
39238         (LDBL_MIN): Likewise.
39239         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
39240         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
39241         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
39242         [ISO11] (FLT_HAS_SUBNORM): Likewise.
39243         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
39244         [ISO11] (DBL_DECIMAL_DIG): Likewise.
39245         [ISO11] (FLT_DECIMAL_DIG): Likewise.
39246         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
39247         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
39248         [ISO11] (FLT_TRUE_MIN): Likewise.
39249         [ISO11] (LDBL_TRUE_MIN): Likewise.
39250         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39251         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
39252         (SCHAR_MIN): Use macro-int-constant.  Specify type.
39253         (SCHAR_MAX): Likewise.
39254         (UCHAR_MAX): Likewise.
39255         (CHAR_MIN): Likewise.
39256         (CHAR_MAX): Likewise.
39257         (MB_LEN_MAX): Use macro-int-constant.
39258         (SHRT_MIN): Use macro-int-constant.  Specify type.
39259         (SHRT_MAX): Likewise.
39260         (USHRT_MAX): Likewise.
39261         (INT_MAX): Likewise.
39262         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
39263         bound negative.
39264         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
39265         bound with "U".
39266         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
39267         bound with "L".
39268         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
39269         bound negative.  Suffix upper bound with "L".
39270         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
39271         bound with "UL".
39272         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
39273         Specify type.
39274         [C99-based standards] (LLONG_MAX): Likewise.
39275         [C99-based standards] (ULLONG_MAX): Likewise.
39276         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
39277         == 0.
39278         [ISO11] (max_align_t): Require type.
39279         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39280
39281         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
39282         from $CFLAGS, without defining away __attribute__ calls.
39283         (checknamespace): Use $CFLAGS_namespace.
39284
39285         * conform/conformtest.pl (@keywords): Only include C99 keywords
39286         for standards based on C99 or C11.
39287
39288         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
39289         Disable tests.
39290         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
39291         UNIX98]: Likewise.
39292
39293         * conform/conformtest.pl: Handle "macro-int-constant" and test for
39294         usability of symbols in #if.
39295
39296         * conform/conformtest.pl: If macro or constant types start
39297         "promoted:", expect the symbol to be of the following type
39298         promoted by the integer promotions.
39299
39300         * conform/conformtest.pl: Parse all "constant" and "macro" lines
39301         in one place.  Also handle "macro-constant".
39302
39303         * conform/conformtest.pl: Only accept expected macro values with
39304         "==".  Parse all "macro" lines in one place.
39305         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
39306
39307         * conform/conformtest.pl: Handle braced types on "constant" lines
39308         instead of handling "typed-constant".
39309         * conform/data/signal.h-data: Use "constant" instead of
39310         "typed-constant".
39311
39312         * conform/conformtest.pl: Handle "optional-" at start of lines in
39313         one place rather than duplicating several cases.  Handle each
39314         format of "macro" line with initial "optional-".
39315
39316         * conform/conformtest.pl: Only accept expected constant or
39317         optional-constant values with "==".  Parse all "constant" lines in
39318         one place.  Parse all "optional-constant" lines in one place.
39319         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
39320         * conform/data/fmtmsg.h-data: Likewise.
39321         * conform/data/netinet/in.h-data: Likewise.
39322         * conform/data/tar.h-data: Likewise.
39323         * conform/data/limits.h-data: Use "==" form on "constant" and
39324         "optional-constant" lines.
39325
39326         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
39327         Use -std=c99 for XOPEN2K.
39328         (@knownproblems): Remove.
39329         (newtoken): Don't check %isknown.
39330
39331         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
39332         Do not expect macro.
39333         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
39334         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
39335         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
39336         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
39337         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
39338         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
39339         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
39340         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
39341         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
39342         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
39343         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
39344         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
39345         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
39346         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
39347         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
39348         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
39349         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
39350         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
39351         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
39352         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
39353         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
39354         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
39355         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
39356         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
39357         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
39358         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
39359         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
39360         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
39361         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
39362         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
39363         [XPG3] (acosh): Likewise.
39364         [XPG3] (asinh): Likewise.
39365         [XPG3] (atanh): Likewise.
39366         [XPG3] (cbrt): Likewise.
39367         [XPG3] (expm1): Likewise.
39368         [XPG3] (ilogb): Likewise.
39369         [XPG3] (log1p): Likewise.
39370         [XPG3] (logb): Likewise.
39371         [XPG3] (nextafter): Likewise.
39372         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
39373         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
39374         [XPG3] (remainder): Likewise.
39375         [XPG3] (rint): Likewise.
39376         [XPG3 || XPG4 || UNIX98] (round): Likewise.
39377         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
39378         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
39379         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
39380         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
39381         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
39382         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
39383         [UNIX98 || XOPEN2K] (scalb): Expect.
39384         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
39385         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
39386         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
39387         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
39388         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
39389         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
39390         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
39391         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
39392         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
39393         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
39394         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
39395         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
39396         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
39397         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
39398         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
39399         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
39400         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
39401         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
39402         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
39403         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
39404         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
39405         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
39406         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
39407         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
39408         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
39409         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
39410         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
39411         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
39412         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
39413         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
39414         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
39415         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
39416         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
39417         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
39418         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
39419         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
39420         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
39421         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
39422         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
39423         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
39424         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
39425         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
39426         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
39427         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
39428         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
39429         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
39430         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
39431         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
39432         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
39433         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
39434         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
39435         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
39436         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
39437         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
39438         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
39439         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
39440         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
39441         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
39442         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
39443         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
39444         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
39445         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
39446         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
39447         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
39448         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
39449         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
39450         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
39451         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
39452         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
39453         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
39454         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
39455         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
39456         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
39457         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
39458         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
39459         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
39460         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
39461         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
39462         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
39463         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
39464         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
39465         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
39466         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
39467         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
39468         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
39469         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
39470         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
39471         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
39472         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
39473         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
39474         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
39475         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
39476         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
39477         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
39478         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
39479         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
39480         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
39481         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
39482         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
39483         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
39484         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
39485         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
39486         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
39487         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
39488         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
39489         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
39490         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
39491         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
39492         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
39493         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
39494         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
39495         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
39496         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
39497         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
39498         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
39499         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
39500         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
39501         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
39502         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
39503         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
39504         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
39505         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
39506         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
39507         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
39508         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
39509         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
39510         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
39511         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
39512         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
39513         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
39514         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
39515         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
39516         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
39517         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
39518         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
39519         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
39520         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
39521
39522         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
39523         _XOPEN_SOURCE_EXTENDED for XPG4.
39524
39525         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
39526
39527         * Makeconfig (localtime): Remove variable.
39528         (inst_localtime-file): Likewise.
39529
39530 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
39531
39532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
39533         Update.
39534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39535         Update.
39536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
39537         Update.
39538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
39539         Update.
39540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
39541         Update.
39542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
39543         Update.
39544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
39545         Update.
39546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
39547         Update.
39548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
39549         Update.
39550
39551 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
39552
39553         [BZ #2550]
39554         [BZ #2570]
39555         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
39556         comparisons to determine direction to adjust input.
39557         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
39558         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
39559         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
39560         Likewise.
39561         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
39562         Likewise.
39563         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
39564         Likewise.
39565         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
39566         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
39567         Likewise.
39568         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
39569         Likewise.
39570         * math/libm-test.inc (nexttoward_test): Add more tests.
39571
39572 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
39573
39574         [BZ #14040]
39575         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
39576         in version GLIBC_2.1, not GLIBC_2.0.
39577         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
39578         Likewise.
39579
39580 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
39581
39582         [BZ #13942]
39583         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
39584         (1 - x) * (1 + x).
39585         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
39586         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
39587         * math/libm-test.inc (acos_test): Add more tests.
39588         (asin_test): Likewise.
39589         * sysdeps/i386/fpu/libm-test-ulps: Update.
39590         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39591
39592         [BZ #14034]
39593         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
39594         of square root.
39595         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
39596         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
39597         * math/libm-test.inc (acos_test_tonearest): New function.
39598         (acos_test_towardzero): Likewise.
39599         (acos_test_downward): Likewise.
39600         (acos_test_upward): Likewise.
39601         (asin_test_tonearest): Likewise.
39602         (asin_test_towardzero): Likewise.
39603         (asin_test_downward): Likewise.
39604         (asin_test_upward): Likewise.
39605         (main): Call the new functions.
39606         * sysdeps/i386/fpu/libm-test-ulps: Update.
39607         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39608
39609         [BZ #13884]
39610         [BZ #13924]
39611         * math/e_exp10.c: Include <float.h>.
39612         (__ieee754_exp10): Handle underflow here rather than multiplying
39613         large negative argument by M_LN10.
39614         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
39615         of __ieee754_expf.
39616         * math/e_exp10l.c: Include <float.h>.
39617         (__ieee754_exp10l): Handle underflow here rather than multiplying
39618         large negative argument by M_LN10l.
39619         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
39620         spurious overflow exception on underflow.
39621
39622 2012-04-29  Marek Polacek  <polacek@redhat.com>
39623
39624         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
39625         (__fortify_function): New macro.
39626         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
39627         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
39628         __extern_always_inline.
39629         * libio/bits/stdio2.h: Likewise.
39630         * libio/bits/stdio.h: Likewise.
39631         * string/string.h: Likewise.
39632         * string/bits/string3.h: Likewise.
39633         * include/stdio.h: Likewise.
39634         * stdlib/bits/stdlib.h: Likewise.
39635         * stdlib/stdlib.h: Likewise.
39636         * rt/bits/mqueue2.h: Likewise.
39637         * rt/mqueue.h: Likewise.
39638         * posix/bits/unistd.h: Likewise.
39639         * posix/unistd.h: Likewise.
39640         * io/bits/poll2.h: Likewise.
39641         * io/bits/fcntl2.h: Likewise.
39642         * io/fcntl.h: Likewise.
39643         * io/sys/poll.h: Likewise.
39644         * misc/bits/syslog.h: Likewise.
39645         * misc/bits/syslog-ldbl.h: Likewise.
39646         * misc/sys/syslog.h: Likewise.
39647         * socket/bits/socket2.h: Likewise.
39648         * socket/sys/socket.h: Likewise.
39649         * debug/tst-chk1.c: Likewise.
39650         * wcsmbs/bits/wchar2.h: Likewise.
39651         * wcsmbs/bits/wchar-ldbl.h: Likewise.
39652         * wcsmbs/wchar.h: Likewise.
39653
39654 2012-04-29  Andreas Jaeger  <aj@suse.de>
39655
39656         * Makerules (tests): Remove enable-check-abi protection.
39657         (check-abi-warn): Remove.
39658         (check-abi-%): Remove check-abi-warn usage.
39659
39660         * configure.in: Remove check-abi configure option.
39661         * configure: Regenerated.
39662         * config.make.in (enable-check-abi): Remove.
39663
39664 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
39665
39666         [BZ #14033]
39667         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
39668         double functions to double *_finite functions.
39669
39670         [BZ #13941]
39671         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
39672         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
39673         LDBL_MIN_EXP.
39674         * stdio-common/Makefile (tests): Add tst-sprintf3.
39675         * stdio-common/tst-sprintf3.c: New file.
39676
39677         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
39678         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
39679
39680 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
39681
39682         * conform/conformtest.pl: Remove duplicate typed-constant
39683         handling.
39684
39685 2012-04-28  David S. Miller  <davem@davemloft.net>
39686
39687         * Makerules (%.abilist): Add vpath on sysdep_dirs.
39688         (check-abi-%): Remove AWK script prerequisite and explicit
39689         abilist directory.
39690         (check-abi): Rewrite to just diff the symlist with the abilist.
39691         (config-tls, config-abi-config): Delete, no longer used.
39692         (update-abi-%): Remove AWK script and explicit abilist directory.
39693         (update-abi): Rewrite to simply compare and conditionally copy the
39694         symlist and the sysdep abilist file.  Remove update-abi-config
39695         checks.
39696         * abilist/ld.abilist: Remove.
39697         * abilist/libBrokenLocale.abilist: Remove.
39698         * abilist/libanl.abilist: Remove.
39699         * abilist/libcrypt.abilist: Remove.
39700         * abilist/libdl.abilist: Remove.
39701         * abilist/librt.abilist: Remove.
39702         * abilist/libthread_db.abilist: Remove.
39703         * abilist/libutil.abilist: Remove.
39704         * scripts/extract-abilist.awk: Remove.
39705         * scripts/merge-abilist.awk: Remove.
39706         * sysdeps/generic/libcidn.abilist: New file.
39707         * sysdeps/generic/libnss_compat.abilist: New file.
39708         * sysdeps/generic/libnss_db.abilist: New file.
39709         * sysdeps/generic/libnss_dns.abilist: New file.
39710         * sysdeps/generic/libnss_files.abilist: New file.
39711         * sysdeps/generic/libnss_hesiod.abilist: New file.
39712         * sysdeps/generic/libnss_nis.abilist: New file.
39713         * sysdeps/generic/libnss_nisplus.abilist: New file.
39714         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
39715         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
39716         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
39717         file.
39718         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
39719         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
39720         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
39721         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
39722         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
39723         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
39724         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
39725         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
39726         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
39727         file.
39728         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
39729         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
39730         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
39731         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
39732         file.
39733         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
39734         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
39735         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
39736         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
39737         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
39738         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
39739         file.
39740         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
39741         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
39742         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
39743         file.
39744         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
39745         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
39746         New file.
39747         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
39748         New file.
39749         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
39750         New file.
39751         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
39752         New file.
39753         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
39754         New file.
39755         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
39756         New file.
39757         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
39758         New file.
39759         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
39760         New file.
39761         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
39762         New file.
39763         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
39764         New file.
39765         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
39766         New file.
39767         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
39768         New file.
39769         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
39770         New file.
39771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
39772         file.
39773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
39774         New file.
39775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
39776         New file.
39777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
39778         file.
39779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
39780         New file.
39781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
39782         New file.
39783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
39784         file.
39785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
39786         New file.
39787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
39788         New file.
39789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
39790         New file.
39791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
39792         New file.
39793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
39794         New file.
39795         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
39796         New file.
39797         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
39798         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
39799         file.
39800         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
39801         New file.
39802         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
39803         file.
39804         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
39805         file.
39806         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
39807         file.
39808         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
39809         file.
39810         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
39811         file.
39812         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
39813         New file.
39814         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
39815         file.
39816         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
39817         file.
39818         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
39819         New file.
39820         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
39821         file.
39822         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
39823         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
39824         file.
39825         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
39826         New file.
39827         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
39828         file.
39829         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
39830         file.
39831         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
39832         file.
39833         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
39834         file.
39835         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
39836         file.
39837         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
39838         New file.
39839         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
39840         file.
39841         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
39842         file.
39843         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
39844         New file.
39845         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
39846         file.
39847         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
39848         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
39849         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
39850         file.
39851         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
39852         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
39853         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
39854         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
39855         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
39856         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
39857         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
39858         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
39859         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
39860         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
39861         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
39862         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
39863         file.
39864         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
39865         New file.
39866         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
39867         file.
39868         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
39869         file.
39870         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
39871         file.
39872         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
39873         file.
39874         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
39875         file.
39876         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
39877         New file.
39878         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
39879         New file.
39880         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
39881         file.
39882         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
39883         New file.
39884         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
39885         file.
39886         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
39887         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
39888         file.
39889         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
39890         New file.
39891         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
39892         file.
39893         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
39894         file.
39895         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
39896         file.
39897         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
39898         file.
39899         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
39900         file.
39901         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
39902         New file.
39903         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
39904         New file.
39905         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
39906         file.
39907         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
39908         New file.
39909         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
39910         file.
39911
39912 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
39913
39914         * conform/conformtest.pl: Fix typo in handling typed-constant from
39915         allow-header.
39916
39917 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
39918
39919         * README: Cut down references to pre-2.6 Linux kernels and
39920         Linuxthreads.  Update lists of configurations in libc and ports
39921         and sort alphabetically.  Say "or newer" with Linux kernel version
39922         requirements.
39923
39924         * config.h.in [IS_IN_build]: Allow compiling without optimization.
39925
39926 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
39927
39928         [BZ #887]
39929         * math/libm-test.inc (logb_test_downward): New test to expose
39930         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
39931         rounding mode.
39932
39933 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
39934
39935         [BZ #14027]
39936         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
39937         to be done.
39938         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
39939         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
39940
39941 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
39942
39943         * sysdeps/unix/i386/brk.S: Remove file.
39944         * sysdeps/unix/i386/dl-brk.S: Likewise.
39945         * sysdeps/unix/i386/pipe.S: Likewise.
39946         * sysdeps/unix/i386/sigreturn.S: Likewise.
39947         * sysdeps/unix/i386/syscall.S: Likewise.
39948         * sysdeps/unix/i386/vfork.S: Likewise.
39949         * sysdeps/unix/i386/wait.S: Likewise.
39950
39951         * sysdeps/unix/common/tcsendbrk.c: Move to ...
39952         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
39953
39954         * configure.in (arm*-none*): Do not allow without
39955         --enable-hacker-mode.
39956         (netbsd*): Remove case setting base_os.
39957         (386bsd*): Likewise.
39958         (freebsd*): Likewise.
39959         (bsdi*): Likewise.
39960         (osf*): Likewise.
39961         (sunos*): Likewise.
39962         (ultrix*): Likewise.
39963         (newsos*): Likewise.
39964         (dynix*): Likewise.
39965         (*bsd*): Likewise.
39966         (sysv*): Likewise.
39967         (isc*): Likewise.
39968         (esix*): Likewise.
39969         (sco*): Likewise.
39970         (minix*): Likewise.
39971         (irix4*): Likewise.
39972         (irix6*): Likewise.
39973         (solaris[2-9]*): Likewise.
39974         (none): Likewise.
39975         * configure: Regenerated.
39976
39977 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39978
39979         [BZ #11521]
39980         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
39981         overflow or cancellation in calculating denominator.
39982         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
39983         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
39984         down expression to avoid unexpected rounding in newer GCCs.
39985         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
39986
39987 2012-04-26  David S. Miller  <davem@davemloft.net>
39988
39989         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
39990         long-double compat symbols.
39991         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
39992         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
39993         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
39994         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
39995         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
39996         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
39997         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
39998         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
39999         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
40000         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
40001         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
40002         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
40003         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
40004
40005 2012-04-25  David S. Miller  <davem@davemloft.net>
40006
40007         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
40008         HWCAP_* values only after the memory barriers have been defined.
40009         (atomic_full_barrier): Define.
40010         (atomic_read_barrier): Define.
40011         (atomic_write_barrier): Define.
40012
40013 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
40014
40015         * shlib-versions: Add libgcc_s version information.
40016         * sysdeps/generic/libgcc_s.h: Remove.
40017         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
40018         libgcc_s.h.
40019         * sysdeps/gnu/unwind-resume.c: Likewise.
40020         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
40021
40022 2012-04-25  David S. Miller  <davem@davemloft.net>
40023
40024         * sysdeps/unix/sparc/brk.S: Delete.
40025         * sysdeps/unix/sparc/dl-brk.S: Delete.
40026         * sysdeps/unix/sparc/pipe.S: Delete.
40027         * sysdeps/unix/sparc/sysdep.S: Delete.
40028         * sysdeps/unix/sparc/sysdep.h: Delete.
40029         * sysdeps/unix/sparc/vfork.S: Delete.
40030         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
40031         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
40032         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
40033         (ret_ERRVAL, r0, r1, MOVE): Define.
40034         (JUMPTARGET): Remove.
40035         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
40036         sysdeps/unix/sparc/sysdep.h
40037         (ENTRY, END): Remove.
40038         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
40039
40040 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
40041
40042         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
40043         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
40044         -DIS_IN_build.
40045
40046         * timezone/README: Update upstream location and email address for
40047         tzcode and tzdata.
40048         * timezone/zdump.c: Update from tzcode 2012b.
40049         * timezone/zic.c: Likewise.
40050
40051         * configure.in (libc_cv_as_needed): Remove test.
40052         * configure: Regenerated.
40053         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
40054         conditional definition.
40055         [$(have-as-needed) != yes] (no-as-needed): Likewise.
40056         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
40057         * config.make.in (have-as-needed): Remove variable.
40058
40059 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
40060             Paul Pluzhnikov  <ppluzhnikov@google.com>
40061
40062         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
40063         strings correctly.
40064
40065 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
40066
40067         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
40068         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
40069         * sysdeps/sh/strlen.S: Likewise.
40070
40071 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
40072
40073         * sysdeps/unix/fork.S: Remove file.
40074         * sysdeps/unix/i386/fork.S: Likewise.
40075         * sysdeps/unix/sparc/fork.S: Likewise.
40076
40077         * sysdeps/unix/system.c: Remove file.
40078         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
40079
40080         * sysdeps/unix/getegid.S: Remove file.
40081         * sysdeps/unix/geteuid.S: Likewise.
40082
40083 2012-04-24  Roland McGrath  <roland@hack.frob.com>
40084
40085         * scripts/check-localplt.awk: New file.
40086         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
40087         of diff.
40088         * scripts/data/localplt-generic.data: Add a comment.
40089
40090         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
40091         NODE when __dir_mkfile failed.
40092         * sysdeps/mach/hurd/symlinkat.c: Likewise.
40093         Reported by Ludovic Courtès <ludo@gnu.org>.
40094
40095 2012-04-24  Andreas Jaeger  <aj@suse.de>
40096
40097         * Makerules (common-clean): Also remove gen-as-const-headers
40098         files.
40099
40100 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
40101
40102         * Makerules (native-compile): Do not change working directory for
40103         build.  Use $(OUTPUT_OPTION) in command.
40104         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
40105
40106 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40107
40108         [BZ #13886]
40109         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
40110         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
40111         * math/libm-test.inc (floor_test): Add more tests.
40112         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
40113
40114 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
40115
40116         * sysdeps/unix/getdents.c: Remove file.
40117         * sysdeps/unix/sysv/getdents.c: Likewise.
40118         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
40119
40120         * sysdeps/unix/syscalls.list (madvise): Add syscall from
40121         sysdeps/unix/mman/syscalls.list.
40122         (mmap): Likewise.
40123         (mprotect): Likewise.
40124         (msync): Likewise.
40125         (munmap): Likewise.
40126         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
40127         * sysdeps/unix/mman/syscalls.list: Remove.
40128         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
40129
40130         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
40131         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
40132         * configure: Regenerated.
40133         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
40134         $(libgcc_s_suffix).
40135         * config.make.in (libgcc_s_suffix): Remove variable.
40136
40137 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
40138
40139         * sysdeps/unix/sysv/gethostname.c: Move to ...
40140         * sysdeps/posix/gethostname.c: ... here.
40141
40142         * sysdeps/unix/execve.S: Remove file.
40143
40144         * sysdeps/unix/_exit.S: Remove file.
40145
40146 2012-04-23  Andreas Jaeger  <aj@suse.de>
40147
40148         [BZ #13739]
40149         * manual/Makefile: Remove make dist support, there's no
40150         need for a stand-alone documentation tar ball.
40151         (TEXI2DVI): Define always, it's not in Makeconfig.
40152         (dist): Removed.
40153         (tar-it): Removed.
40154         (edition): Removed.
40155         (glibc-doc-$(edition).tar): Removed
40156         (%.Z): Removed.
40157         (%.gz): Removed.
40158         (%.uu): Removed.
40159         (ETAGS): Remove, it's in Makeconfig.
40160         (move-if-change): Remove, it's in Makeconfig.
40161
40162 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
40163
40164         [BZ #13970]
40165         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
40166         (strtod, strtof, strtold, strtol, strtoul, strtoq)
40167         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
40168         (strtod_l, strtof_l, strtold_l): Remove __wur.
40169         It is not necessarily an error to ignore strtol's return value.
40170         One can reliably look at the stored endptr to decide whether
40171         the number had valid syntax.
40172
40173 2012-04-21  Andreas Jaeger  <aj@suse.de>
40174
40175         [BZ #13739]
40176         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
40177
40178 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
40179
40180         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
40181         * sysdeps/unix/sysv/Versions: Remove file.
40182
40183 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
40184
40185         [BZ #13927]
40186         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40187
40188 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
40189
40190         [BZ #7064]
40191         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
40192         version from __vm86.
40193
40194 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
40195
40196         * sysdeps/unix/common/lxstat.c: Remove file.
40197         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
40198
40199         * sysdeps/unix/sysv/Makefile: Remove file.
40200
40201         * sysdeps/unix/sysv/direct.h: Remove file.
40202
40203         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
40204         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
40205         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
40206         * sysdeps/unix/sysv/bits/signum.h: Likewise.
40207         * sysdeps/unix/sysv/bits/stat.h: Likewise.
40208         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
40209         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
40210
40211         * sysdeps/unix/sysv/setrlimit.c: Remove file.
40212
40213         * sysdeps/unix/xmknod.c: Remove file.
40214         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
40215
40216         * sysdeps/unix/sysv/settimeofday.c: Remove file.
40217
40218         * sysdeps/unix/sysv/i386/time.S: Remove file.
40219
40220         * sysdeps/unix/fxstat.c: Remove file.
40221         * sysdeps/unix/xstat.c: Likewise.
40222         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
40223
40224         * sysdeps/unix/sysv/sigaction.c: Remove file.
40225
40226         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
40227         (sysdep_headers): Remove variable.
40228         [termio.h not in sysdep_headers] (generated): Likewise.
40229         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
40230         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
40231         * sysdeps/unix/sysv/tcdrain.c: Likewise.
40232         * sysdeps/unix/sysv/tcflow.c: Likewise.
40233         * sysdeps/unix/sysv/tcflush.c: Likewise.
40234         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
40235         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
40236         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
40237         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
40238         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
40239
40240         * sysdeps/unix/siglist.c: Remove file.
40241
40242         * sysdeps/unix/getppid.S: Remove file.
40243
40244         * sysdeps/unix/mkdir.c: Remove file.
40245         * sysdeps/unix/rmdir.c: Likewise.
40246
40247 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
40248
40249         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
40250         ERR_MAX value.
40251         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
40252         errlist-compat value.
40253
40254 2012-04-18  David S. Miller  <davem@davemloft.net>
40255
40256         * sysdeps/generic/memcopy.h (reg_char): Delete.
40257         * debug/strcat_chk.c: Use char, not reg_char.
40258         * debug/strcpy_chk.c: Likewise.
40259         * debug/strncat_chk.c: Likewise.
40260         * debug/strncpy_chk.c: Likewise.
40261         * string/memchr.c: Likewise.
40262         * string/memrchr.c: Likewise.
40263         * string/rawmemchr.c: Likewise.
40264         * string/strcat.c: Likewise.
40265         * string/strchr.c: Likewise.
40266         * string/strchrnul.c: Likewise.
40267         * string/strcmp.c: Likewise.
40268         * string/strcpy.c: Likewise.
40269         * string/strncat.c: Likewise.
40270         * string/strncmp.c: Likewise.
40271         * string/strncpy.c: Likewise.
40272
40273 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
40274
40275         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
40276         __builtin_memcopy is called when src and dest ranges are known to not
40277         overlap.
40278
40279 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
40280
40281         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
40282         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
40283         fwd_align_merge macro call.
40284         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
40285         bwd_align_merge macro call.
40286         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
40287
40288 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
40289
40290         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
40291         bwd_align_merge macros.
40292         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
40293         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
40294         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
40295
40296 2012-04-18  David S. Miller  <davem@davemloft.net>
40297
40298         * sysdeps/sparc/sparc64/memcopy.h: Delete.
40299
40300 2012-04-18  Andreas Jaeger  <aj@suse.de>
40301
40302         [BZ# 6794]
40303         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
40304         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
40305         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
40306
40307         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
40308         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
40309         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
40310
40311         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
40312         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
40313         Adjust for changed ldbl-128 files.
40314
40315         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
40316         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
40317         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
40318
40319 2012-04-17  David S. Miller  <davem@davemloft.net>
40320
40321         * sysdeps/sparc/sparc32/memcopy.h: Delete.
40322
40323 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
40324
40325         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
40326         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
40327         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
40328         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
40329         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
40330         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
40331
40332 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40333
40334         [BZ #6794]
40335         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
40336         * math/libm-test.inc: Add ilogb errno and exception tests.
40337         * math/w_ilogb.c: New file: ilogb wrapper.
40338         * math/w_ilogbf.c: New file: ilogbf wrapper.
40339         * math/w_ilogbl.c: New file: ilogbl wrapper.
40340         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
40341         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
40342         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
40343         exception being thrown with 0.0 as argument.
40344         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
40345         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
40346         exception being thrown with 0.0 as argument.
40347         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
40348         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
40349         exception being thrown with 0.0 as argument.
40350         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
40351         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
40352         exception being thrown with 0.0 as argument.
40353         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
40354         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
40355         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
40356         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
40357         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
40358         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
40359         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
40360         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
40361         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
40362
40363 2012-04-17  Petr Baudis  <pasky@ucw.cz>
40364
40365         * include/sys/uio.h: Change __vector to __iovec to avoid clash
40366         with altivec.
40367
40368 2012-04-16  Marek Polacek  <polacek@redhat.com>
40369
40370         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
40371
40372 2012-04-16  Marek Polacek  <polacek@redhat.com>
40373
40374         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
40375         operands of fdivp instruction.
40376
40377 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
40378
40379         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
40380         * elf/tst-auditmod3b.c: Likewise.
40381         * elf/tst-auditmod4b.c: Likewise.
40382         * elf/tst-auditmod5b.c: Likewise.
40383         * elf/tst-auditmod6b.c: Likewise.
40384         * elf/tst-auditmod6c.c: Likewise.
40385         * elf/tst-auditmod7b.c: Likewise.
40386         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
40387         * sysdeps/x86_64/preconfigure.in: Likewise.
40388         * sysdeps/x86_64/preconfigure: Regenerated.
40389
40390 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
40391
40392         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
40393         __ILP32__.
40394
40395 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
40396
40397         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
40398         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
40399
40400 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
40401
40402         [BZ #13973]
40403         * locale/iso-639.def: Fix gl language name. Spotted by
40404         Yaron Shahrabani.
40405
40406 2012-04-12  Roland McGrath  <roland@hack.frob.com>
40407
40408         [BZ #2074]
40409         * libio/libio.h (__io_write_fn): Update comment.
40410
40411 2012-04-12  Petr Baudis  <pasky@ucw.cz>
40412
40413         [BZ #2074]
40414         * stdio.texi (Hook Functions): The user provided writer function
40415         is not allowed to return -1.
40416
40417 2012-04-11  David S. Miller  <davem@davemloft.net>
40418
40419         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40420
40421 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
40422
40423         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
40424         Add a leading slash to rtkaio.
40425
40426 2012-04-11  Jim Meyering  <meyering@redhat.com>
40427
40428         [BZ #11959]
40429         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
40430         It is not necessarily an error to ignore fwrite's return
40431         value.  One can reliably use ferror to test for errors after
40432         the fact.
40433
40434 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
40435
40436         * bits/types.h (__snseconds_t): New type.
40437         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
40438
40439         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
40440         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40441         (__SNSECONDS_T_TYPE): Likewise.
40442         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40443         (__SNSECONDS_T_TYPE): Likewise.
40444         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40445         (__SNSECONDS_T_TYPE): Likewise.
40446
40447 2012-04-10  Andreas Jaeger  <aj@suse.de>
40448
40449         [BZ #2636]
40450         * manual/time.texi (Processor Time): Return type of times is
40451         elapsed real time since an arbitrary point in the past.
40452         (CPU Time): Move CLK_TCK from here...
40453         (Processor Time): ...to here.  Correct description.
40454         * manual/conf.texi (Constants for Sysconf): Correct description of
40455         _SC_CLK_TCK.
40456
40457 2012-04-10  David S. Miller  <davem@davemloft.net>
40458
40459         [BZ #13967]
40460         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
40461         where the is a gap between DT_REL(A) and DT_JMPREL.
40462
40463 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
40464
40465         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
40466         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
40467         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
40468
40469 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
40470
40471         * elf/dl-support.c (_dl_inhibit_cache): New variable.
40472         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
40473         (dl_main): Handle --inhibit-cache.
40474         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
40475         _dl_inhibit_cache.
40476         * elf/dl-load.c (_dl_map_object): Use it.
40477         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
40478
40479 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
40480
40481         [BZ #13872]
40482         * sysdeps/i386/fpu/e_powl.S (p78): New object.
40483         (__ieee754_powl): Saturate large exponents rather than testing for
40484         overflow of y*log2(x).
40485         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40486         * math/libm-test.inc (pow_test): Do not permit spurious overflow
40487         exceptions.
40488
40489         [BZ #11521]
40490         * math/s_ctan.c: Include <float.h>.
40491         (__ctan): Avoid internal overflow or cancellation in calculating
40492         denominator.
40493         * math/s_ctanf.c: Likewise.
40494         * math/s_ctanl.c: Likewise.
40495         * math/s_ctanh.c: Likewise.
40496         * math/s_ctanhf.c: Likewise.
40497         * math/s_ctanhl.c: Likewise.
40498         * math/libm-test.inc (ctan_test): Add more tests.
40499         (ctanh_test): Likewise.
40500         * sysdeps/i386/fpu/libm-test-ulps: Update.
40501         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40502
40503 2012-04-09  Andreas Jaeger  <aj@suse.de>
40504
40505         [BZ #6894]
40506         * manual/filesys.texi (Directory Entries): Mention that d_namlen
40507         is an optional BSD extension.
40508
40509         [BZ #10254]
40510         * manual/stdio.texi (Opening Streams): Document additional fopen
40511         parameters.
40512
40513 2012-04-09  Roland McGrath  <roland@hack.frob.com>
40514
40515         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
40516         %eax without telling the compiler.
40517
40518 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
40519
40520         [BZ # 13963]
40521         * manual/install.texi: Use sourceware.org.
40522
40523 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
40524
40525         [BZ #13873]
40526         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
40527         (__ieee754_pow): Generate overflow and underflow using huge*huge
40528         and tiny*tiny rather than just returning constant infinity or zero
40529         for large exponents.
40530         * math/libm-test.inc (pow_test): Require overflow exceptions for
40531         applicable cases of large exponents.
40532
40533         [BZ #706]
40534         * sysdeps/i386/fpu/e_pow.S (p10): New object.
40535         (__ieee754_pow): Use iterative multiplication algorithm only for
40536         integer exponents with absolute value below 1024.  Check for odd
40537         integer exponents when using algorithm for real exponents.
40538         * math/libm-test.inc (pow_test): Add more tests.
40539         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40540
40541 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
40542
40543         [BZ #13705]
40544         * math/libm-test.inc (exp_test): Do not allow overflow exception
40545         on underflow test.
40546
40547 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
40548
40549         [BZ #13705]
40550         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
40551         instead of __kernel_standard_f.
40552
40553 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
40554
40555         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
40556         * sysdeps/x86_64/memset_chk.S: Likewise.
40557
40558 2012-04-08  Andreas Jaeger  <aj@suse.de>
40559
40560         [BZ #10153]
40561         * manual/startup.texi (Environment Access): Describe return value
40562         for putenv and setenv.
40563
40564         [BZ #6895]
40565         * manual/filesys.texi (Directory Entries): Add description for
40566         DT_LNK.
40567
40568         [BZ #6890]
40569         * manual/filesys.texi (Directory Entries): Clarify that it's file
40570         system not operating system in the description of DT_UNKNOWN.
40571
40572         [BZ #6578]
40573         * manual/syslog.texi (closelog): Fix reference, it's openlog.
40574
40575 2012-04-08  Stephen Compall  <s11@member.fsf.org>
40576
40577         [BZ #6649]
40578         * manual/llio.texi (Opening and Closing Files): Add cross
40579         reference to explain mode argument.
40580
40581 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
40582
40583         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
40584         * sysdeps/x86_64/memset_chk.S: Likewise.
40585
40586 2012-04-07  David S. Miller  <davem@davemloft.net>
40587
40588         * elf/elf.h (R_SPARC_WDISP10): Define.
40589         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
40590         R_SPARC_SIZE32.
40591         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
40592         R_SPARC_SIZE64 and R_SPARC_H34.
40593
40594 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
40595
40596         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
40597         conditions and remove no longer applicable assertion.
40598
40599 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
40600
40601         * bits/byteswap.h: Include <features.h>.
40602         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
40603         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
40604
40605 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
40606
40607         * bits/byteswap.h (__bswap_16): Removed.
40608         Include <bits/byteswap-16.h> to get __bswap_16.
40609         * sysdeps/i386/bits/byteswap.h: Likewise.
40610         * sysdeps/s390/bits/byteswap.h: Likewise.
40611         * sysdeps/x86_64/bits/byteswap.h: Likewise.
40612         * bits/byteswap-16.h: New file.
40613         * sysdeps/i386/bits/byteswap-16.h: Likewise.
40614         * sysdeps/s390/bits/byteswap-16.h: Likewise.
40615         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
40616         * string/Makefile (headers): Add bits/byteswap-16.h.
40617
40618 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
40619
40620         [BZ #13895]
40621         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
40622         extra indirection.
40623         * nss/Makefile (tests-static, tests): Add tst-nss-static.
40624         * nss/tst-nss-static.c: New.
40625
40626 2012-04-06  Robert Millan  <rmh@gnu.org>
40627
40628         [BZ #6486]
40629         * manual/llio.texi (File Position Primitive): lseek
40630         refers to WHENCE when it really means OFFSET.
40631
40632 2012-04-06  Andreas Jaeger  <aj@suse.de>
40633
40634         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
40635         strncmp declarations.
40636
40637         * abilist/libc.abilist: Add __poll and __ppoll.
40638
40639 2012-04-05  David S. Miller  <davem@davemloft.net>
40640
40641         * scripts/check-local-headers.sh: Accept a host triplet in the
40642         path matched by the exclude regexp.
40643
40644         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
40645         definition.
40646         * sysdeps/powerpc/powerpc32/dl-machine.h
40647         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
40648         * sysdeps/s390/s390-32/dl-machine.h
40649         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
40650         * sysdeps/sparc/sparc32/dl-machine.h
40651         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
40652         * sysdeps/sparc/sparc64/dl-machine.h
40653         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
40654
40655         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
40656         lazy binding.
40657         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
40658         undefined symbol errors.
40659
40660         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
40661         DT_NEEDED entries.
40662
40663 2012-04-05  Michael Matz  <matz@suse.de>
40664
40665         [BZ #13592]
40666         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
40667
40668 2012-04-05  Andreas Jaeger  <aj@suse.de>
40669
40670         [BZ #13908]
40671         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
40672         comment.
40673
40674 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40675
40676         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
40677         which ROUND is no valid rounding mode.
40678
40679 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40680
40681         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
40682         read again.
40683         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
40684
40685 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40686
40687         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
40688         an exception using FPU order intentionally.
40689
40690 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40691
40692         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
40693         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
40694         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
40695         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
40696
40697 2012-04-05  Simon Josefsson  <simon@josefsson.org>
40698
40699         [BZ #12340]
40700         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
40701         EINVAL when BUFLEN is too smal.
40702
40703 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
40704
40705         [BZ #13553]
40706         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
40707         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
40708
40709 2012-04-03  Andreas Jaeger  <aj@suse.de>
40710
40711         [BZ #13938]
40712         * manual/setjmp.texi (System V contexts): Fix sentence.
40713
40714         [BZ #13926]
40715         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
40716         New macro for this case.
40717         [!__GNUC__] (__bswap_64): New inline function for this case.
40718         * sysdeps/x86_64/bits/byteswap.h: Likewise.
40719         * bits/byteswap.h: Likewise.
40720         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
40721         ull, guard with __GLIBC_HAVE_LONG_LONG.
40722
40723         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
40724         __GLIBC_HAVE_LONG_LONG.
40725
40726         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
40727         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
40728
40729 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
40730
40731         [BZ #13691]
40732         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
40733         inptr and inend, rather than using last_ch.
40734
40735 2012-04-02  David S. Miller  <davem@davemloft.net>
40736
40737         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
40738         * stdio-common/printf-parse.h (read_int): Change return type to
40739         'int', return -1 on INT_MAX overflow.
40740         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
40741         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
40742         overflows INT_MAX.  Check for overflow of in-format-string precision
40743         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
40744         SIZE_MAX not INT_MAX for integer overflow test.
40745         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
40746         skip the construct in the format string but do not record anything.
40747         * stdio-common/bug22.c: Adjust to test both width/prevision
40748         INT_MAX overflow as well as total length INT_MAX overflow.  Check
40749         explicitly for proper errno values.
40750
40751 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
40752
40753         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
40754         CHAR_MAX.
40755         * string/test-strcmp.c [! WIDE]: Likewise.
40756         * time/tst-mktime2.c: Likewise for INT_MAX.
40757         * string/test-string.h: #include <sys/param.h> for MIN.
40758
40759         * csu/init-first.c (__libc_init_first): Call __ctype_init.
40760         * sysdeps/i386/init-first.c (init): Likewise.
40761         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
40762         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
40763         * sysdeps/sh/init-first.c (init): Likewise.
40764
40765 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
40766
40767         * po/ru.po: Update from translation team.
40768         * po/vi.po: Likewise.
40769
40770 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
40771
40772         * resolv/nss_dns/dns-host.c: Merge copyright years.
40773
40774 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40775
40776         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
40777         Optimize memcpy with prefetch if
40778         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
40779         src, dst pointers have unequal 16 byte alignments.
40780
40781 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
40782
40783         [BZ #13928]
40784         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
40785         from a CNAME entry and return the minimum ttl for the query.
40786         (gaih_getanswer_slice): Likewise.
40787
40788 2012-03-30  Jeff Law  <law@redhat.com>
40789
40790         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
40791         due to long keys.
40792         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
40793         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
40794
40795         * resolv/nss_dns/dns-host.c: Update copyright year.
40796
40797 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
40798
40799         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
40800         requests to save a system call.  Fix check that all bytes are sent.
40801
40802         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
40803         comments for sendmmsg.
40804
40805 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40806
40807         [BZ #13691]
40808         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
40809         with only 1 character between 0x0041 and 0x01b0.
40810         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
40811         * wcsmbs/tst-mbsnrtowcs.c: New file.
40812
40813 2012-03-29  David S. Miller  <davem@davemloft.net>
40814
40815         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
40816         small copies by hand.
40817
40818 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
40819
40820         [BZ #13761]
40821         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
40822         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
40823         group memberships.
40824
40825 2012-03-28  David S. Miller  <davem@davemloft.net>
40826
40827         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
40828         that branches into memcpy.
40829         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
40830         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
40831         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
40832         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
40833         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
40834         bits.
40835         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
40836         implementation too.
40837         * sysdeps/sparc/mempcpy.S: New file.
40838
40839         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
40840         the IFUNC routine in the libc case.
40841         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
40842
40843         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
40844         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
40845         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
40846         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
40847         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
40848         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
40849         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
40850         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
40851
40852         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
40853         loop to 256 bytes instead of 64 bytes and fix test signedness.
40854
40855         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
40856         * sysdeps/sparc/sparc32/Makefile: rather than here...
40857         * sysdeps/sparc/sparc64/Makefile: and here.
40858
40859 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
40860
40861         * malloc/mallocbug.c: Avoid warnings about unused variables.
40862
40863 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
40864
40865         [BZ #13760]
40866         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
40867         in the right place. Discard and retry query if response is
40868         larger than input buffer size.
40869
40870 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
40871
40872         [BZ #369]
40873         [BZ #2678]
40874         [BZ #3866]
40875         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
40876         x for large integer exponent.
40877         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
40878         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
40879         sign of result as needed afterwards.
40880         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
40881         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
40882         result for underflowing pow the same as for overflow.
40883         (__kernel_standard_l): Handle powl overflow and underflow here
40884         rather than calling __kernel_standard.
40885         * math/libm-test.inc (pow_test): Add more tests.
40886
40887         [BZ #3868]
40888         [BZ #13879]
40889         [BZ #13910]
40890         [BZ #13911]
40891         [BZ #13912]
40892         [BZ #13913]
40893         [BZ #13915]
40894         [BZ #13916]
40895         [BZ #13917]
40896         [BZ #13918]
40897         [BZ #13919]
40898         [BZ #13920]
40899         [BZ #13921]
40900         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
40901         * sysdeps/ieee754/k_standard.c: Include <float.h>.
40902         (__kernel_standard_l): New function.
40903         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
40904         __kernel_standard.
40905         * math/w_acosl.c (__acosl): Likewise.
40906         * math/w_asinl.c (__asinl): Likewise.
40907         * math/w_atan2l.c (__atan2l): Likewise.
40908         * math/w_atanhl.c (__atanhl): Likewise.
40909         * math/w_coshl.c (__coshl): Likewise.
40910         * math/w_exp10l.c (__exp10l): Likewise.
40911         * math/w_exp2l.c (__exp2l): Likewise.
40912         * math/w_fmodl.c (__fmodl): Likewise.
40913         * math/w_hypotl.c (__hypotl): Likewise.
40914         * math/w_j0l.c (__j0l, __y0l): Likewise.
40915         * math/w_j1l.c (__j1l, __y1l): Likewise.
40916         * math/w_jnl.c (__jnl, __ynl): Likewise.
40917         * math/w_lgammal.c (__lgammal): Likewise.
40918         * math/w_log10l.c (__log10l): Likewise.
40919         * math/w_log2l.c (__log2l): Likewise.
40920         * math/w_logl.c (__logl): Likewise.
40921         * math/w_powl.c (__powl): Likewise.
40922         * math/w_remainderl.c (__remainderl): Likewise.
40923         * math/w_scalbl.c (sysv_scalbl): Likewise.
40924         * math/w_sinhl.c (__sinhl): Likewise.
40925         * math/w_sqrtl.c (__sqrtl): Likewise.
40926         * math/w_tgammal.c (__tgammal): Likewise.
40927         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
40928         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
40929         * math/libm-test.inc (acos_test): Add more tests.
40930         (acosh_test): Likewise.
40931         (asin_test): Likewise.
40932         (atanh_test): Likewise.
40933         (exp_test): Likewise.
40934         (exp10_test): Likewise.
40935         (exp2_test): Likewise.
40936         (expm1_test): Likewise.
40937         (lgamma_test): Likewise.
40938         (log_test): Likewise.
40939         (log10_test): Likewise.
40940         (log1p_test): Likewise.
40941         (log2_test): Likewise.
40942         (pow_test): Do not allow some spurious overflow exceptions.
40943         (sqrt_test): Add more tests.
40944         (tgamma_test): Likewise.
40945         (y0_test): Likewise.
40946         (y1_test): Likewise.
40947         (yn_test): Likewise.
40948
40949 2012-03-27  Anton Blanchard  <anton@samba.org>
40950
40951         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
40952         MAP_HUGETLB.
40953         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
40954         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
40955         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
40956
40957 2012-03-27  David S. Miller  <davem@davemloft.net>
40958
40959         * conform/Makefile: Run run-conformtest.sh using $(BASH).
40960
40961         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
40962         have-as-vis3 check.
40963
40964 2012-03-27  Andreas Jaeger  <aj@suse.de>
40965
40966         * sysdeps/x86_64/elf/configure.in: Moved to ...
40967         * sysdeps/x86_64/configure.in: ... here.
40968         * sysdeps/x86_64/elf/start.S: Moved to ...
40969         * sysdeps/x86_64/start.S: ... here.
40970         * sysdeps/x86_64/elf/configure: Delete.
40971
40972         * sysdeps/x86_64/configure.in: Merge contents from
40973         sysdeps/i386/configure.in (without i686 check).
40974
40975         * sysdeps/i386/elf/Versions: Merge into ...
40976         * sysdeps/i386/Versions: ... this.
40977         * sysdeps/i386/elf/Versions: Delete file.
40978         * sysdeps/i386/elf/start.S: Moved to ...
40979         * sysdeps/i386/start.S: ...here.
40980         * sysdeps/i386/elf/configure.in: Merge into...
40981         * sysdeps/i386/configure.in: ...here.
40982         * sysdeps/i386/elf/configure.in: Delete file.
40983         * sysdeps/i386/elf/configure: Delete file.
40984
40985         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
40986         * debug/backtracesyms.c: ... here.
40987         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
40988         * debug/backtracesymsfd.c: ... here.
40989         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
40990         * sysdeps/generic/ifunc-sel.h: ... here.
40991
40992         * sysdeps/unix/i386/start.c: Delete file.
40993         * sysdeps/unix/sparc/start.c: Delete file.
40994         * sysdeps/unix/start.c: Delete file.
40995
40996         * sysdeps/sh/elf/configure.in: Moved to ...
40997         * sysdeps/sh/configure.in: ... here.
40998         * sysdeps/sh/elf/start.S: Moved to ...
40999         * sysdeps/sh/start.S: ... here.
41000         * sysdeps/sh/elf/configure: Delete file.
41001
41002         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
41003         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
41004         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
41005         * sysdeps/powerpc/powerpc64/entry.h: ... here.
41006         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
41007         * sysdeps/powerpc/powerpc64/start.S: here.
41008         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
41009         * sysdeps/powerpc/powerpc64/Makefile: ... this.
41010         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
41011         * sysdeps/powerpc/powerpc64/configure.in: ... this.
41012         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
41013
41014         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
41015         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
41016         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
41017         * sysdeps/powerpc/powerpc32/start.S: ... here.
41018         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
41019         * sysdeps/powerpc/powerpc32/configure.in: ... this.
41020         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
41021
41022         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
41023         * sysdeps/powerpc/ifunc-sel.h: ... here.
41024         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
41025         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
41026
41027         * sysdeps/sparc/elf/configure.in: Moved to ...
41028         * sysdeps/sparc/configure.in: ... here.
41029         * sysdeps/sparc/elf/configure: Delete file.
41030         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
41031         * sysdeps/sparc/sparc32/start.S: ... here.
41032         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
41033         * sysdeps/sparc/sparc64/start.S: ... here.
41034         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
41035         * sysdeps/sparc/sparc32/Makefile: ... this.
41036         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
41037         * sysdeps/sparc/sparc64/Makefile: ... this.
41038
41039         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
41040         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
41041         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
41042         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
41043         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
41044         * sysdeps/s390/s390-32/setjmp.S: ... here.
41045         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
41046         * sysdeps/s390/s390-32/configure.in: ... here.
41047         * sysdeps/s390/s390-32/elf/configure: Delete file.
41048         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
41049         * sysdeps/s390/s390-32/start.S: ... here.
41050
41051         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
41052         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
41053         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
41054         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
41055         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
41056         * sysdeps/s390/s390-64/setjmp.S: ... here.
41057         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
41058         * sysdeps/s390/s390-64/configure.in: ... here
41059         * sysdeps/s390/s390-64/elf/configure: Delete file.
41060         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
41061         * sysdeps/s390/s390-64/start.S: ... here.
41062         * sysdeps/s390/s390-64/elf/configure: Delete.
41063
41064         * configure.in: Remove support for elf directories in sysdeps.
41065
41066         * configure: Regenerated.
41067         * sysdeps/i386/configure: Regenerated.
41068         * sysdeps/powerpc/powerpc32/configure: Regenerated.
41069         * sysdeps/powerpc/powerpc64/configure: Regenerated.
41070         * sysdeps/s390/s390-32/configure: Regenerated.
41071         * sysdeps/s390/s390-64/configure: Regenerated.
41072         * sysdeps/sh/configure: Regenerated.
41073         * sysdeps/sparc/configure: Regenerated.
41074         * sysdeps/x86_64/configure: Regenerated.
41075
41076 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
41077
41078         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41079
41080         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
41081         denormal result into account.
41082
41083 2012-03-25  Roland McGrath  <roland@hack.frob.com>
41084
41085         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
41086         Reported by Allan McRae <allan@archlinux.org>.
41087
41088 2012-03-23  Jeff Law  <law@redhat.com>
41089
41090         * nss/getnssent.c (__nss_getent): Fix typo.
41091
41092 2012-03-23  David S. Miller  <davem@davemloft.net>
41093
41094         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41095
41096 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
41097
41098         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
41099         to pad to uint64_t for each field.
41100         (dl_tls_index): Replace unsigned long with uint64_t.
41101
41102 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
41103         Paul Pluzhnikov  <ppluzhnikov@google.com>
41104
41105         [BZ #6528]
41106         * grp/Makefile (otherlibs): Don't set it.
41107         * inet/Makefile (otherlibs): Likewise.
41108         * login/Makefile (otherlibs): Likewise.
41109         * nscd/Makefile (otherlibs): Likewise.
41110         * posix/Makefile (otherlibs): Likewise.
41111         * pwd/Makefile (otherlibs): Likewise.
41112         * rt/Makefile (otherlibs): Likewise.
41113         * sunrpc/Makefile (otherlibs): Likewise.
41114         * nss/Makefile (otherlibs): Likewise.
41115         Add libnss_files to routines and static-only-routines.
41116         ($(objpfx)getent): Remove rule.
41117         * resolv/Makefile: Add libnss_dns and libresolv to routines and
41118         static-only-routines.
41119
41120 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
41121
41122         [BZ #13892]
41123         * math/s_cexp.c: Include <float.h>.
41124         (__cexp): Handle exp result overflowing not necessarily
41125         overflowing both real and imaginary parts of result.
41126         * math/s_cexpf.c: Likewise.
41127         * math/s_cexpl.c: Likewise.
41128         * math/libm-test.inc (cexp_test): Add more tests.
41129         * sysdeps/i386/fpu/libm-test-ulps: Update.
41130         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41131
41132 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
41133
41134         * include/link.h (ELFW): New macro.
41135         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
41136         Replace ELF64_R_TYPE with ELFW(R_TYPE).
41137
41138 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
41139
41140         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
41141         with uint64_t.
41142
41143 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
41144
41145         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
41146         declaration.
41147         (struct La_x32_retval): Likewise.
41148
41149 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
41150
41151         * sysdeps/x86_64/preconfigure.in: New file.
41152         * sysdeps/x86_64/preconfigure: New generated file.
41153
41154 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
41155
41156         [BZ #13824]
41157         * math/e_exp2l.c: Include <float.h>.
41158         (__ieee754_exp2l): Handle overflow and underflow cases
41159         separately.  Only pass fractional part of argument to
41160         __ieee754_expl.
41161         * math/libm-test.inc (exp2_test): Add more tests.
41162
41163         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
41164         negating x to take absolute value.
41165         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
41166         Likewise.
41167         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
41168         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
41169         Likewise.
41170         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
41171         computing low part if x was negated.
41172         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
41173
41174 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
41175
41176         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
41177         la_x32_gnu_pltexit.
41178         (pltexit): Cast int_retval to ptrdiff_t.
41179         * elf/tst-auditmod3b.c: Likewise.
41180         * elf/tst-auditmod4b.c: Likewise.
41181         * elf/tst-auditmod5b.c: Likewise.
41182         * elf/tst-auditmod6b.c: Likewise.
41183         * elf/tst-auditmod6c.c: Likewise.
41184         * elf/tst-auditmod7b.c: Likewise.
41185
41186         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
41187         and x32_gnu_pltexit.
41188
41189         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
41190         __ELF_NATIVE_CLASS.
41191         (La_x32_regs): New macro.
41192         (La_x32_retval): Likewise.
41193         (la_x32_gnu_pltenter): New function prototype.
41194         (la_x32_gnu_pltexit): Likewise.
41195
41196 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
41197
41198         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
41199         exponent.
41200
41201         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41202
41203         * configure.in (libc_cv_cc_nofma): Check for option to disable
41204         generation of FMA instructions.
41205         * configure: Regenerate.
41206         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
41207         * sysdeps/ieee754/dbl-64/Makefile: New file.
41208         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
41209         Remove brandred-fma4.
41210         (CFLAGS-brandred-fma4.c): Remove.
41211         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
41212         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
41213         define.
41214         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
41215         define.
41216
41217 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
41218
41219         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
41220         LLONG_MAX != LONG_MAX.
41221         (_itoa_word): Use _ITOA_WORD_TYPE on value.
41222         (_fitoa_word): Likewise.
41223         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
41224         LLONG_MAX != LONG_MAX.
41225         * stdio-common/_itowa.h: Include <_itoa.h>.
41226         (_itowa_word): Use _ITOA_WORD_TYPE on value.
41227         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
41228         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
41229         only if not defined.
41230         (_ITOA_WORD_TYPE): Likewise.
41231         (_itoa_word): Use _ITOA_WORD_TYPE on value.
41232         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
41233
41234 2012-03-21  David S. Miller  <davem@davemloft.net>
41235
41236         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41237
41238 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
41239
41240         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
41241         of x86_64 when setting libc_cv_slibdir, libdir and
41242         libc_cv_localedir.
41243         * sysdeps/unix/sysv/linux/configure: Regenerated.
41244
41245 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
41246
41247         * manual/lang.texi (Old Varargs): Remove section.
41248         (How Variadic): Update menu.
41249         (va_start): Do not mention varargs.h.
41250
41251 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
41252             Joseph Myers  <joseph@codesourcery.com>
41253
41254         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
41255         link test.
41256         * configure: Regenerated.
41257
41258 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
41259
41260         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
41261         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
41262         conformtest.pl
41263
41264 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
41265
41266         * NOTES: Remove.
41267         * Makefile (files-for-dist): Remove NOTES.
41268         (NOTES): Remove rule.
41269         * README: Don't refer to NOTES.
41270         * manual/creature.texi: Don't include macros.texi.
41271         * manual/intro.texi (creature.texi): Remove comment referring to
41272         NOTES.
41273
41274         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
41275         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
41276         * configure: Regenerated.
41277         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
41278         LIBC_TRY_CC_OPTION.
41279         (libc_cv_as_i686): Likewise.
41280         (libc_cv_cc_avx): Likewise.
41281         (libc_cv_cc_sse2avx): Likewise.
41282         (libc_cv_cc_fma4): Likewise.
41283         (libc_cv_cc_novzeroupper): Likewise.
41284         * sysdeps/i386/configure: Regenerated.
41285
41286         [BZ #13883]
41287         * sysdeps/i386/fpu/s_cexp.S: Remove.
41288         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
41289         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
41290         * math/libm-test.inc (cexp_test): Add more tests.
41291         * sysdeps/i386/fpu/libm-test-ulps: Update.
41292         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41293
41294 2012-03-21  Allan McRae  <allan@archlinux.org>
41295
41296         * timezone/Makefile: Do not install iso3166.tab and zone.tab
41297
41298 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
41299
41300         [BZ #13871]
41301         * math/w_exp2.c: Do not include <float.h>.
41302         (o_threshold, u_threshold): Remove.
41303         (__exp2): Calculate result before checking finiteness and calling
41304         __kernel_standard.
41305         * math/w_exp2f.c: Likewise.
41306         * math/w_exp2l.c: Likewise.
41307         * math/libm-test.inc (exp2_test): Require overflow exception for
41308         1e6 input.
41309
41310         [BZ #3866]
41311         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
41312         range of signed 64-bit integers before using fistpll.  Remove
41313         checks for whether integers fit in mantissa bits.
41314         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
41315         the range of signed 32-bit integers before using fistpl.  Remove
41316         checks for whether integers fit in mantissa bits.
41317         * sysdeps/i386/fpu/e_powl.S (p64): New object.
41318         (__ieee754_powl): Test for y outside the range of signed 64-bit
41319         integers before using fistpll.  Reduce 64-bit values to 63-bit
41320         ones as needed.
41321         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
41322         divide-by-zero is raised for zero to large negative powers.
41323         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
41324         (__ieee754_powl): Test for y outside the range of signed 64-bit
41325         integers before using fistpll.  Reduce 64-bit values to 63-bit
41326         ones as needed.
41327         * math/libm-test.inc (pow_test): Add more tests.
41328
41329 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
41330
41331         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
41332         <stdio-common/_itoa.h>.
41333         * debug/segfault.c: Likewise.
41334         * elf/dl-cache.c: Likewise.
41335         * elf/dl-minimal.c: Likewise.
41336         * elf/dl-misc.c: Likewise.
41337         * elf/dl-sysdep.c: Likewise.
41338         * elf/dl-version.c: Likewise.
41339         * elf/rtld.c: Likewise.
41340         * hurd/hurdsock.c: Likewise.
41341         * hurd/lookup-retry.c: Likewise.
41342         * malloc/malloc.c: Likewise.
41343         * malloc/mtrace.c: Likewise.
41344         * nscd/nscd_getgr_r.c: Likewise.
41345         * nscd/nscd_getpw_r.c: Likewise.
41346         * nscd/nscd_getserv_r.c: Likewise.
41347         * posix/getopt_init.c: Likewise.
41348         * posix/wordexp.c: Likewise.
41349         * stdio-common/_itoa.c: Likewise.
41350         * stdio-common/printf_fphex.c: Likewise.
41351         * stdio-common/vfprintf.c: Likewise.
41352         * string/_strerror.c: Likewise.
41353         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
41354         * sysdeps/i386/i686/hp-timing.h: Likewise.
41355         * sysdeps/mach/_strerror.c: Likewise.
41356         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
41357         * sysdeps/mach/hurd/sethostid.c: Likewise.
41358         * sysdeps/mach/hurd/xmknodat.c: Likewise.
41359         * sysdeps/mach/xpg-strerror.c: Likewise.
41360         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
41361         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
41362         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
41363         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
41364         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
41365         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
41366         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
41367         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
41368         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
41369         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
41370         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
41371         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
41372         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
41373         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
41374         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
41375         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
41376         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
41377         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
41378         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
41379         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
41380         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
41381
41382         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
41383
41384         * stdio-common/_itoa.h: Moved to ...
41385         * sysdeps/generic/_itoa.h: Here.
41386
41387         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
41388
41389         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
41390         instead of "_itoa.h" and "_itowa.h".
41391         * stdio-common/vfprintf.: Likewise.
41392
41393 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
41394
41395         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
41396         <bits/wordsize.h>.
41397         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
41398         (__signbit): Likwise.
41399         (llrintf): Likwise.
41400         (llrint): Likwise.
41401
41402 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
41403
41404         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
41405         __WORDSIZE != 64.
41406
41407 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
41408
41409         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
41410         OVERFLOW_EXCEPTION_OK.
41411         * math/libm-test.inc ("Philosophy"): Update comment about
41412         exception testing.
41413         (OVERFLOW_EXCEPTION): Define.
41414         (OVERFLOW_EXCEPTION_OK): Likewise.
41415         (INVALID_EXCEPTION_OK): Renumber.
41416         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
41417         (IGNORE_ZERO_INF_SIGN): Likewise.
41418         (test_exceptions): Handle FE_OVERFLOW.
41419         (exp10_test): Expect overflow exceptions.
41420         (exp2_test): Likewise.
41421         (expm1_test): Likewise.
41422         (nextafter_test): Likewise.
41423         (pow_test): Likewise.
41424         (scalbn_test): Likewise.
41425         (scalbln_test): Likewise.
41426
41427 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
41428
41429         * sysdeps/x86_64/bits/atomic.h
41430         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
41431         64bit integer.
41432         (atomic_exchange_acq): Likewise.
41433         (__arch_exchange_and_add_body): Likewise.
41434         (__arch_add_body): Likewise.
41435         (atomic_add_negative): Likewise.
41436         (atomic_add_zero): Likewise.
41437
41438 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
41439
41440         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
41441         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
41442
41443 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
41444
41445         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
41446         Check __x86_64__ instead of __WORDSIZE.
41447
41448 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
41449
41450         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
41451
41452 2012-03-19  David S. Miller  <davem@davemloft.net>
41453
41454         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41455
41456         * sysdeps/sparc/fpu/fenv_private.h: New file.
41457         * sysdeps/sparc/fpu/math_private.h: Use it.
41458         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
41459         Remove.
41460         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
41461         (libc_feholdexcept_setroundl): Remove.
41462         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
41463         Remove.
41464         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
41465         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
41466
41467 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
41468
41469         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
41470         int64_t instead of long int.
41471         (INSERT_WORDS64): Likwise.
41472
41473 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
41474
41475         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
41476         _Unwind_GetCFA return to _Unwind_Ptr first.
41477
41478 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
41479
41480         [BZ #13629]
41481         * math/s_clog.c: Include <float.h>.
41482         (__clog): Scale large or subnormal inputs.
41483         * math/s_clogf.c: Likewise.
41484         * math/s_clogl.c: Likewise.
41485         * math/s_clog10.c: Include <float.h>.
41486         (M_LOG10_2): Define.
41487         (__clog10): Scale large or subnormal inputs.
41488         * math/s_clog10f.c: Likewise.
41489         * math/s_clog10l.c: Likewise.
41490         * math/libm-test.inc (clog_test): Add more tests.
41491         (clog10_test): Likewise.
41492         * sysdeps/i386/fpu/libm-test-ulps: Update.
41493         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41494
41495         [BZ #11451]
41496         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
41497         x and y.
41498         * math/libm-test.inc (atan2_test): Add another test.
41499
41500         * Makerules (common-objdir-compile): Remove.
41501         * sysdeps/unix/Makefile (config-generated): Do not add
41502         $(unix-generated) to variable.
41503         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
41504         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
41505         Remove rule.
41506         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
41507         Likewise.
41508         [generic bits/local_lim.h] (before-compile): Do not append to
41509         variable.
41510         [generic bits/local_lim.h] (common-generated): Likewise.
41511         [generic sys/param.h] (before-compile): Do not append to variable.
41512         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
41513         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
41514         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
41515         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
41516         include.
41517         [generic sys/param.h] (sys/param.h-includes): Remove variable.
41518         [generic sys/param.h] (sys/param.h-includes): Remove rule.
41519         [generic sys/param.h] ($(addprefix
41520         $(common-objpfx),$(sys/param.h-includes))): Likewise.
41521         [generic sys/param.h] (common-generated): Do not append to
41522         variable.
41523         [generic sys/param.h] (sysdep_headers): Likewise.
41524         [generic bits/errno.h] (before-compile): Do not append to
41525         variable.
41526         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
41527         rule.
41528         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
41529         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
41530         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
41531         [generic bits/errno.h] (common-generated): Do not append to
41532         variable.
41533         [generic bits/ioctls.h] (before-compile): Do not append to
41534         variable.
41535         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
41536         rule.
41537         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
41538         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
41539         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
41540         rule.
41541         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
41542         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
41543         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
41544         [generic bits/ioctls.h] (common-generated): Do not append to
41545         variable.
41546         [generic sys/syscall.h] (syscall.h): Remove variable.
41547         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
41548         rule.
41549         [generic sys/syscall.h] (before-compile): Do not append to
41550         variable.
41551         [generic sys/syscall.h] (common-generated): Likewise.
41552         * sysdeps/unix/errnos-tmpl.c: Remove file.
41553         * sysdeps/unix/errnos.awk: Likewise.
41554         * sysdeps/unix/ioctls-tmpl.c: Likewise.
41555         * sysdeps/unix/ioctls.awk: Likewise.
41556         * sysdeps/unix/mk-local_lim.c: Likewise.
41557         * sysdeps/unix/snarf-ioctls: Likewise.
41558
41559 2012-03-19  Richard Henderson  <rth@twiddle.net>
41560
41561         * sysdeps/i386/fpu/fenv_private.h: New file.
41562         * sysdeps/i386/fpu/math_private.h: Use it.
41563         (math_opt_barrier, math_force_eval): Remove.
41564         (libc_feholdexcept_setround_53bit): Remove.
41565         (libc_feupdateenv_53bit): Remove.
41566         * sysdeps/x86_64/fpu/math_private.h: Likewise.
41567         (math_opt_barrier, math_force_eval): Remove.
41568         (libc_feholdexcept): Remove.
41569         (libc_feholdexcept_setround): Remove.
41570         (libc_fetestexcept, libc_fesetenv): Remove.
41571         (libc_feupdateenv_test): Remove.
41572         (libc_feupdateenv, libc_feholdsetround): Remove.
41573         (libc_feresetround): Remove.
41574
41575         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
41576         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
41577
41578         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
41579         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
41580         (libc_feupdateenv_testl): New.
41581         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
41582         (libc_feupdateenv_testf): New.
41583         (libc_feupdateenv): Use libc_feupdateenv_test.
41584         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
41585         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
41586
41587         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
41588         (libc_feholdsetroundf, libc_feholdsetroundl): New.
41589         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
41590         (libc_feresetround_noex): New.
41591         (libc_feresetround_noexf): New.
41592         (libc_feresetround_noexl): New.
41593         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
41594         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
41595         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
41596         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
41597         SET_RESTORE_ROUND.
41598         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
41599         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
41600         (__cos): Likewise.
41601         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
41602         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
41603         SET_RESTORE_ROUND_NOEX.
41604         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
41605         SET_RESTORE_ROUND_NOEXF.
41606         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
41607         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
41608         (libc_feholdsetroundf): New.
41609         (libc_feresetround, libc_feresetroundf): New.
41610
41611         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
41612         (libc_feholdexcept_setround_53bit): Convert from macro to function.
41613         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
41614
41615         * sysdeps/generic/math_private.h: Include <fenv.h>.
41616         (default_libc_feholdexcept): New.
41617         (default_libc_feholdexcept_setround): New.
41618         (default_libc_fesetenv, default_libc_feupdateenv): New.
41619         (libc_feholdexcept): Only define if undefined.
41620         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
41621         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
41622         (libc_feholdexcept_setroundl): Likewise.
41623         (libc_feholdexcept_setround_53bit): Likewise.
41624         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
41625         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
41626         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
41627         (libc_feupdateenv_53bit): Likewise.
41628         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
41629         (libc_feholdexcept): Convert from macro to inline function.
41630         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
41631         (libc_fesetenv, libc_feupdateenv): Likewise.
41632
41633         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
41634         not previously defined.
41635         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
41636         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
41637         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
41638         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
41639         * sysdeps/ieee754/flt-32/math_private.h: New file.
41640         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
41641         math_private.h below SET_FLOAT_WORD.
41642         (__isnan, __isinf_ns, __finite): Remove.
41643         (__isnanf, __isinf_nsf, __finitef): Remove.
41644
41645 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
41646
41647         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41648
41649 2012-03-17  David S. Miller  <davem@davemloft.net>
41650
41651         [BZ #6471]
41652         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
41653         for 2.16.
41654
41655 2012-03-16  David S. Miller  <davem@davemloft.net>
41656
41657         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
41658         warnings.
41659
41660         [BZ #6471]
41661         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
41662         properly.
41663         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
41664         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
41665         sysdep_routines when subdir is sysvipc.
41666         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
41667         __getshmlba helper.
41668
41669         * sysdeps/sparc/fpu/libm-test/ulps: Update.
41670
41671 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41672
41673         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
41674         [__LP64__].
41675
41676 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41677
41678         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
41679         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
41680         (__lround): Renamed to ...
41681         (__llround): This.  Replace long int with long long int.
41682         Define lround functions as aliases of llround functions.
41683         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
41684
41685 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41686
41687         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
41688         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
41689         adresses to uintptr_t.  Replace "long int" and "unsigned long
41690         int" with "greg_t" on va_arg.
41691
41692 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41693
41694         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
41695         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
41696
41697         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
41698         Move e_machine check before EI_CLASS check.  Handle x32
41699         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
41700         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
41701         SKIP_EM_IA_64 and include
41702         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
41703
41704         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
41705         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
41706         (add_system_dir): New macro.
41707
41708         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
41709         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
41710
41711 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
41712
41713         [BZ #2551]
41714         [BZ #2552]
41715         [BZ #2553]
41716         [BZ #2554]
41717         [BZ #2562]
41718         [BZ #2563]
41719         [BZ #2565]
41720         [BZ #2566]
41721         [BZ #2576]
41722         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
41723         (y0): Likewise.
41724         * math/w_j0f.c (j0f): Likewise.
41725         (y0f): Likewise.
41726         * math/w_j0l.c (__j0l): Likewise.
41727         (__y0l): Likewise.
41728         * math/w_j1.c (j1): Likewise.
41729         (y1): Likewise.
41730         * math/w_j1f.c (j1f): Likewise.
41731         (y1f): Likewise.
41732         * math/w_j1l.c (__j1l): Likewise.
41733         (__y1l): Likewise.
41734         * math/w_jn.c (jn): Likewise.
41735         (yn): Likewise.
41736         * math/w_jnf.c (jnf): Likewise.
41737         (ynf): Likewise.
41738         * math/w_jnl.c (__jnl): Likewise.
41739         (__ynl): Likewise.
41740         * math/libm-test.inc (j0_test): Add more tests.
41741         (j1_test): Likewise.
41742         (jn_test): Likewise.  Add trailing semicolon to existing test.
41743         (y0_test): Likewise.
41744         (y1_test): Likewise.
41745         * sysdeps/i386/fpu/libm-test-ulps: Update.
41746         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41747
41748         [BZ #13851]
41749         [BZ #13854]
41750         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
41751         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
41752         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
41753         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
41754         (__tanl): Set errno for infinite argument.
41755         * sysdeps/i386/fpu/mptan.c: Remove.
41756         * sysdeps/i386/fpu/s_tan.S: Likewise.
41757         * sysdeps/i386/fpu/s_tanl.S: Likewise.
41758         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
41759         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
41760         * math/libm-test.inc (tan_test): Add more tests and enable more
41761         tests for double and long double.
41762         * sysdeps/i386/fpu/libm-test-ulps: Update.
41763         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41764
41765 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
41766
41767         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
41768         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
41769
41770 2012-03-16  Roland McGrath  <roland@hack.frob.com>
41771
41772         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
41773         * configure.in: Use it for both main tree and add-ons.
41774         * configure: Regenerated.
41775
41776 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41777
41778         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
41779
41780 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
41781
41782         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
41783         in comment.
41784
41785         [BZ #13851]
41786         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
41787         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
41788         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
41789         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
41790         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
41791         infinite argument.
41792         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
41793         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
41794         != 0 for prec == 2.
41795         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
41796         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
41797         * sysdeps/i386/fpu/s_cosl.S: Likewise.
41798         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
41799         * sysdeps/i386/fpu/s_sinl.S: Likewise.
41800         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
41801         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
41802         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
41803         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
41804         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
41805         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
41806         * math/libm-test.inc (cos_test): Add more tests and enable more
41807         tests for long double.
41808         (sin_test): Likewise.
41809         (sincos_test): Likewise.
41810         * sysdeps/i386/fpu/libm-test-ulps: Update.
41811         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41812
41813 2012-03-16  David S. Miller  <davem@davemloft.net>
41814
41815         * sysdeps/sparc/fpu/math_private.h: New file.
41816
41817 2012-03-15  David S. Miller  <davem@davemloft.net>
41818
41819         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
41820         file.
41821         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
41822         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
41823         file.
41824         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
41825         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
41826         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
41827         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
41828         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
41829         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
41830         sysdep routines.
41831         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
41832
41833         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
41834         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
41835
41836         * sysdeps/sparc/sparc-ifunc.h: New file.
41837         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
41838         sparc-ifunc.h
41839         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
41840         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
41841         Likewise.
41842         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
41843         Likewise.
41844         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
41845         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
41846         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
41847         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
41848         Likewise.
41849         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
41850         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
41851         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
41852         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
41853         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
41854         Likewise.
41855         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
41856         Likewise.
41857         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
41858         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
41859         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
41860         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
41861         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
41862         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
41863         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
41864         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
41865         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
41866         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
41867         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
41868         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
41869         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
41870         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
41871         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
41872         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
41873         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
41874         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
41875         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
41876         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
41877         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
41878         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
41879         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
41880         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
41881
41882 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
41883
41884         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
41885         scaling.
41886         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41887
41888 2012-03-15  Andreas Jaeger  <aj@suse.de>
41889
41890         [BZ #13852]
41891         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
41892         ieee754/flt-32 implementation for sin, cos and sincos.
41893         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
41894         * sysdeps/i386/fpu/s_cosf.S: Likewise.
41895         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
41896         * sysdeps/i386/fpu/s_sinf.S: Likewise.
41897         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
41898         ieee754/flt-32 implementation for tan.
41899
41900         * math/libm-test.inc (cos_test): Enable some large input tests for
41901         float as well
41902         (sin_test): Likewise.
41903         (sincos_test): Likewise.
41904         (tan_test): Add tests for large input.
41905
41906         * sysdeps/i386/fpu/libm-test-ulps: Update.
41907
41908 2012-03-15  Andreas Jaeger  <aj@suse.de>
41909
41910         [BZ #13658]
41911         * math/libm-test.inc (cos_test): Add more test cases.
41912         (sin_test): Likewise.
41913         (sincos_test): Likewise.
41914
41915 2012-03-15  Andreas Jaeger  <aj@suse.de>
41916
41917         [BZ #13837]
41918         * math/libm-test.inc (cos_test): Add a test case for large input
41919         value.
41920         (sin_test): Likewise.
41921         (sincos_test): Likewise.
41922
41923 2012-03-15  Andreas Jaeger  <aj@suse.de>
41924             Joseph Myers  <joseph@codesourcery.com>
41925
41926         [BZ #13658]
41927         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
41928         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
41929         * sysdeps/i386/fpu/branred.c: Likewise.
41930         * sysdeps/i386/fpu/dosincos.c: Likewise.
41931         * sysdeps/i386/fpu/mpa.c: Likewise.
41932         * sysdeps/i386/fpu/s_cos.S: Likewise.
41933         * sysdeps/i386/fpu/s_sin.S: Likewise.
41934         * sysdeps/i386/fpu/s_sincos.S: Likewise.
41935         * sysdeps/i386/fpu/sincos32.c: Likewise.
41936
41937         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
41938         Define.
41939         (libc_feupdateenv_53bit): Define.
41940         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
41941         Define.
41942         (libc_feupdateenv_53bit): Define.
41943
41944         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
41945         53 bit (without extend i386 double precision).
41946
41947         * math/libm-test.inc (sincos_test): Add tests for large input.
41948         (sin): Likewise.
41949         (cos): Likewise.
41950
41951         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
41952
41953 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
41954
41955         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41956
41957 2012-03-15  David S. Miller  <davem@davemloft.net>
41958
41959         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
41960         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
41961         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
41962         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
41963         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
41964         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
41965         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
41966         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
41967         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
41968         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
41969         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
41970         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
41971         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
41972         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
41973         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
41974         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
41975         file.
41976         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
41977         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
41978         file.
41979         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
41980         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
41981         file.
41982         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
41983         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
41984         file.
41985         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
41986         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
41987         fmin/fmax sysdep routines.
41988         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
41989
41990 2012-03-14  David S. Miller  <davem@davemloft.net>
41991
41992         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
41993         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
41994         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
41995         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
41996         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
41997         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
41998         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
41999         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
42000         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
42001         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
42002         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
42003         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
42004         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
42005         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
42006         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
42007         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
42008         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
42009         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
42010         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
42011         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
42012         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
42013         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
42014         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
42015         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
42016         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
42017         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
42018         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
42019         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
42020         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
42021         routines.
42022         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
42023         file.
42024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
42025         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
42026         file.
42027         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
42028         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
42029         file.
42030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
42031         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
42032         file.
42033         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
42034         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
42035         file.
42036         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
42037         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
42038         file.
42039         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
42040         file.
42041         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
42042         file.
42043         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
42044         file.
42045         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
42046         New file.
42047         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
42048         file.
42049         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
42050         file.
42051         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
42052         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
42053         file.
42054         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
42055         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
42056         file.
42057         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
42058         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
42059         file.
42060         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
42061         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
42062         VIS3 routines.
42063
42064         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
42065         New file.
42066
42067         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42068
42069         * sysdeps/sparc/configure.in: New file.
42070         * sysdeps/sparc/configure: Generate.
42071         * configure.in (libc_cv_sparc_as_vis3): Substitute.
42072         * configure: Regenerate.
42073         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
42074         * config.make.in (have-as-vis3): New.
42075         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
42076         available use -Av9d instead of -Av9a.
42077         * sysdeps/sparc/sparc64/Makefile: Likewise.
42078         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
42079         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
42080         New file.
42081         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
42082         file.
42083         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
42084         New file.
42085         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
42086         file.
42087         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
42088         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
42089         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
42090         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
42091         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
42092
42093         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
42094         fzeros/fnegs to load 0x80000000 into a float register instead of
42095         using the stack.
42096         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
42097
42098 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
42099
42100         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42101         bits/syscall.h.
42102         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
42103         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
42104         ($(inst_includedir)/bits/syscall.h): Remove rule.
42105         ($(objpfx)bits/syscall.d): Include instead of
42106         $(objpfx)syscall-list.d.
42107         (generated): Change syscall-list.h and syscall-list.d to
42108         bits/syscall.h and bits/syscall.d.
42109
42110 2012-03-14  Roland McGrath  <roland@hack.frob.com>
42111
42112         [BZ #13846]
42113         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
42114
42115 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
42116
42117         [BZ #13841]
42118         * math/s_csqrt.c: Include <float.h>.
42119         (__csqrt): Scale large or subnormal inputs.
42120         * math/s_csqrtf.c: Likewise.
42121         * math/s_csqrtl.c: Likewise.
42122         * math/libm-test.inc (csqrt_test): Add more tests.
42123         * sysdeps/i386/fpu/libm-test-ulps: Update.
42124         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42125
42126         [BZ #13840]
42127         * math/libm-test.inc (hypot_test): Add more tests.
42128
42129 2012-03-13  David S. Miller  <davem@davemloft.net>
42130
42131         [BZ #13840]
42132         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
42133         double-precision for the calculation instead of scaling.
42134
42135 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
42136
42137         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
42138         manipulate bits before adding and subtracting TWO52[sx].
42139         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
42140         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
42141         Likewise.
42142         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
42143
42144 2012-03-13  David S. Miller  <davem@davemloft.net>
42145
42146         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
42147         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
42148         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
42149         rtld-global-offsets.h
42150         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
42151
42152         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
42153         large parameters.
42154
42155         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
42156
42157         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
42158         'err' in the ifdef scope in which it is actually used.
42159
42160         * nss/nss_db/db-init.c: Include string.h
42161
42162 2012-03-12  David S. Miller  <davem@davemloft.net>
42163
42164         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
42165         masking out of the most significant byte of random value used.
42166         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
42167         Fix coding style in previous change.
42168
42169         * sysdeps/unix/sysv/linux/kernel-features.h
42170         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
42171         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
42172         expression.
42173         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
42174         later.
42175
42176 2012-03-11  David S. Miller  <davem@davemloft.net>
42177
42178         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
42179         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
42180         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
42181         for 'resultvar' otherwise things get truncated on 64-bit.
42182
42183         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
42184         Fix masking out of the most significant byte of random value used.
42185
42186         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42187
42188 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
42189
42190         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42191
42192 2012-03-09  David S. Miller  <davem@davemloft.net>
42193
42194         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
42195         variables with appropriate CPP guards.
42196         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
42197         from the frame pointer, not the stack pointer.  Correct layout
42198         comments.  Fix test on resulting framesize and the management of
42199         the outregs buffer for pltexit.  Preserve floating point return
42200         values across _dl_call_pltexit call.
42201         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
42202         framesize and the management of the outregs buffer for pltexit.
42203         Preserve floating point return values across _dl_call_pltexit
42204         call.
42205         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
42206         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
42207         (la_sparc64_gnu_pltexit): New functions.
42208         (print_exit): Fix format string for return register value.
42209
42210 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
42211
42212         * sunrpc/Makefile (others): Add rpcgen.
42213         ($(objpfx)rpcgen): Remove special build rule and dependency on
42214         libc.
42215         * sunrpc/rpcgen.c: New file.
42216
42217 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
42218
42219         [BZ #13673]
42220         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
42221         * stdio-common/bug-vfprintf-nargs.c: Likewise.
42222         * sysdeps/i386/crti.S: Likewise.
42223         * sysdeps/i386/crtn.S: Likewise.
42224         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
42225         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
42226         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
42227         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
42228         * sysdeps/sh/crti.S: Likewise.
42229         * sysdeps/sh/crtn.S: Likewise.
42230         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
42231
42232         [BZ #13673]
42233         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
42234         with URL.
42235         * locale/programs/locfile-kw.gperf: Likewise.
42236         * locale/programs/charmap-kw.h: Regenerated.
42237         * locale/programs/locfile-kw.h: Likewise.
42238
42239         [BZ #13673]
42240         * intl/plural.y: Replace FSF snail mail address with URL.
42241         * intl/plural.c: Regenerated.
42242
42243 2012-03-09  Richard Henderson  <rth@twiddle.net>
42244
42245         * include/math_private.h: Remove file.
42246         * math/math_private.h: Move file ...
42247         * sysdeps/generic/math_private.h: ... here.
42248
42249         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
42250         * sysdeps/powerpc/fpu/math_private.h: Likewise.
42251         * sysdeps/x86_64/fpu/math_private.h: Likewise.
42252
42253         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
42254         and <math_private.h>.
42255         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
42256         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
42257         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
42258         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
42259         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
42260         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
42261         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
42262         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
42263         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
42264         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
42265         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
42266         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
42267         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
42268         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
42269         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
42270         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
42271         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
42272         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
42273         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
42274         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
42275         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
42276         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
42277         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
42278         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
42279         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
42280         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
42281         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
42282         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
42283         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
42284         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
42285         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
42286         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
42287         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
42288         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
42289         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
42290         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
42291         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
42292         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
42293         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
42294         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
42295         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
42296         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
42297         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
42298         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
42299         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
42300         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
42301         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
42302         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
42303         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
42304         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
42305         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
42306         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
42307         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
42308         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
42309         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
42310         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
42311         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
42312         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
42313         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
42314         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
42315         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
42316         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
42317         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
42318         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
42319         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
42320         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
42321         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
42322         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
42323         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
42324         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
42325         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
42326         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
42327         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
42328         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
42329         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
42330         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
42331         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
42332         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
42333         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
42334         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
42335         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
42336         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
42337         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
42338         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
42339         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
42340         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
42341         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
42342         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
42343         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
42344         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
42345         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
42346         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
42347         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
42348         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
42349         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
42350         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
42351         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
42352         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
42353         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
42354         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
42355         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
42356         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
42357         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
42358         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
42359         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
42360         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
42361         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
42362         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
42363         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
42364         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
42365         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
42366         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
42367         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
42368         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
42369         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
42370         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
42371         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
42372         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
42373         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
42374         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
42375         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
42376         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
42377         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
42378         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
42379         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
42380         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
42381         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
42382         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
42383         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
42384         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
42385         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
42386         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
42387         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
42388         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
42389         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
42390         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
42391         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
42392         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
42393         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
42394         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
42395         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
42396         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
42397         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
42398         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
42399         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
42400         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
42401         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
42402         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
42403         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
42404         * sysdeps/ieee754/k_standard.c: Likewise.
42405         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
42406         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
42407         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
42408         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
42409         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
42410         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
42411         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
42412         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
42413         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
42414         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
42415         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
42416         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
42417         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
42418         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
42419         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
42420         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
42421         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
42422         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
42423         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
42424         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
42425         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
42426         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
42427         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
42428         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
42429         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
42430         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
42431         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
42432         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
42433         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
42434         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
42435         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
42436         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
42437         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
42438         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
42439         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
42440         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
42441         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
42442         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
42443         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
42444         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
42445         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
42446         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
42447         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
42448         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
42449         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
42450         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
42451         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
42452         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
42453         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
42454         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
42455         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
42456         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
42457         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
42458         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
42459         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
42460         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
42461         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
42462         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
42463         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
42464         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
42465         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
42466         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
42467         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
42468         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
42469         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
42470         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
42471         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
42472         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
42473         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
42474         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
42475         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
42476         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
42477         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
42478         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
42479         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
42480         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
42481         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
42482         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
42483         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
42484         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
42485         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
42486         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
42487         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
42488         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
42489         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
42490         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
42491         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
42492         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
42493         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
42494         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
42495         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
42496         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
42497         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
42498         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
42499         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
42500         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
42501         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
42502         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
42503         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
42504         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
42505         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
42506         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
42507         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
42508         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
42509         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
42510         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
42511         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
42512         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
42513         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
42514         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
42515         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
42516         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
42517         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
42518         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
42519         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
42520         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
42521         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
42522         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
42523         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
42524         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
42525         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
42526         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
42527         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
42528         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
42529         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
42530         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
42531         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
42532         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
42533         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
42534         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
42535         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
42536         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
42537         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
42538         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
42539         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
42540         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
42541         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
42542         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
42543         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
42544         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
42545         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
42546         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
42547         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
42548         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
42549         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
42550         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
42551         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
42552         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
42553         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
42554         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
42555         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
42556         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
42557         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
42558         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
42559         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
42560         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
42561         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
42562         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
42563         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
42564         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
42565         * sysdeps/ieee754/s_lib_version.c: Likewise.
42566         * sysdeps/ieee754/s_matherr.c: Likewise.
42567         * sysdeps/ieee754/s_signgam.c: Likewise.
42568         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
42569         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
42570         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
42571         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
42572         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
42573         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
42574         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
42575         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
42576         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
42577         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
42578         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
42579         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
42580         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
42581         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
42582         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
42583         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
42584         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
42585         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
42586         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
42587         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
42588         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
42589
42590 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
42591
42592         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
42593         * sunrpc/rpc_main.c: Likewise.
42594         * sunrpc/rpc_svcout.c: Likewise.
42595
42596 2012-03-09  David S. Miller  <davem@davemloft.net>
42597
42598         * include/math_private.h: New file.
42599
42600 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
42601
42602         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
42603         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
42604         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
42605         from <bits/socket_type.h>.
42606         (enum __socket_type): Don't define here.
42607         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
42608         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42609         bits/socket_type.h.
42610
42611         [BZ #13566]
42612         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
42613         checking __USE_GNU.
42614
42615         * Makerules ($(inst_includedir)/%.h): New rule.
42616         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
42617         (install-others): Remove variable setting.
42618         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
42619
42620 2012-03-08  Richard Henderson  <rth@twiddle.net>
42621
42622         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
42623         from macro to inline function; merge with the
42624         !__LIBC_INTERNAL_MATH_INLINES version.
42625         (__ieee754_sqrtf): Likewise.
42626
42627         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
42628         to inline function.
42629         (__rintf, __floor, __floorf): Likewise.
42630
42631         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
42632         macro to inline function.
42633         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
42634
42635         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
42636         not <math/math_private.h>.
42637
42638 2012-03-08  David S. Miller  <davem@davemloft.net>
42639
42640         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
42641         copyright year.
42642         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
42643
42644 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
42645
42646         * resolv/gai_misc.c (handle_requests): Fix struct timespec
42647         normalization.
42648         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
42649         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
42650
42651 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
42652
42653         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
42654         be defined individually, they must be defined as a block.  Define
42655         S for printing a string instead of hidint the different by using a
42656         macro for adding the 'l'.
42657         * stdio-common/tst-fphex-wide.c: Adjust.
42658
42659 2012-03-07  Marek Polacek  <polacek@redhat.com>
42660
42661         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
42662
42663 2012-03-08  Marek Polacek  <polacek@redhat.com>
42664
42665         [BZ #13806]
42666         * stdio-common/Makefile (tests): Add tst-fphex-wide.
42667         * stdio-common/tst-fphex.c: Define a few macros to make the
42668         test reusable.  Use them.
42669         * stdio-common/tst-fphex-wide.c: New file.
42670
42671 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
42672
42673         [BZ #6911]
42674         * manual/macros.texi (gnusystems): New macro.
42675         (nongnusystems): Likewise.
42676         (gnulinuxhurdsystems): Likewise.
42677         (gnuhurdsystems): Likewise..
42678         (gnulinuxsystems): Likewise.
42679         * manual/charset.texi: Use new macros or @theglibc{} to refer to
42680         variants of the GNU system, not "GNU system".
42681         * manual/conf.texi: Likewise.
42682         * manual/errno.texi: Likewise.  Update example of errno macro
42683         expansion.
42684         * manual/filesys.texi: Likewise.
42685         (getumask): Document as specific to GNU/Hurd.
42686         * manual/install.texi: Likewise.  Reword some references to
42687         GNU/Linux.
42688         * manual/intro.texi: Likewise.
42689         * manual/io.texi: Likewise.
42690         (File Name Portability): Detail which constraints are inapplicable
42691         to all GNU systems and which are only inapplicable to GNU/Hurd.
42692         * manual/job.texi: Likewise.
42693         * manual/llio.texi: Likewise.
42694         (O_NOCTTY): Document as present on GNU/Linux.
42695         * manual/maint.texi: Likewise.
42696         * manual/memory.texi: Likewise.
42697         * manual/pattern.texi: Likewise.
42698         * manual/pipe.texi: Likewise.
42699         * manual/process.texi: Likewise.
42700         * manual/resource.texi: Likewise.
42701         (RUSAGE_CHILDREN): Remove statement about specifying a particular
42702         child on GNU/Hurd.
42703         * manual/setjmp.texi: Likewise.
42704         * manual/signal.texi: Likewise.
42705         * manual/startup.texi: Likewise.
42706         * manual/stdio.texi: Likewise.
42707         * manual/terminal.texi: Likewise.
42708         (ONLCR): Document as POSIX.
42709         (OXTABS): Document availability on GNU/Linux as XTABS.
42710         (ONOEOT): Document availability separately from other bits.
42711         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
42712         * manual/time.texi: Likewise.
42713         * manual/users.texi: Likewise.
42714         * INSTALL: Regenerated.
42715         * sysdeps/gnu/errlist.c: Regenerated.
42716
42717         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
42718         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
42719         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
42720         puts.
42721         * configure: Regenerated.
42722
42723 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
42724
42725         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
42726         default includes instead of AC_HEADER_CHECK.
42727         * sysdeps/i386/configure: Regenerated.
42728
42729         [BZ #10716]
42730         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
42731         * math/s_cacoshf.c (__cacoshf): Likewise.
42732         * math/s_cacoshl.c (__cacoshl): Likewise.
42733         * math/s_casinh.c (__casinh): Set signs of result from argument.
42734         * math/s_casinhf.c (__casinhf): Likewise.
42735         * math/s_casinhl.c (__casinhl): Likewise.
42736         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
42737         (casinh_test): Add more tests.
42738         * sysdeps/i386/fpu/libm-test-ulps: Update.
42739         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42740
42741 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
42742
42743         * po/zh_TW.po: Update from translation team.
42744
42745         * login/Makefile (distribute): Remove variable.
42746         * catgets/Makefile: Likewise.
42747         * mach/Makefile: Likewise.
42748         * malloc/Makefile: Likewise.
42749         * misc/Makefile: Likewise.
42750         * iconv/Makefile: Likewise.
42751         * nscd/Makefile: Likewise.
42752         * hurd/Makefile: Likewise.
42753         * manual/Makefile: Likewise.
42754         * locale/Makefile: Likewise.
42755         * intl/Makefile: Likewise.
42756         * conform/Makefile: Likewise.
42757         * nss/Makefile: Likewise.
42758         * time/Makefile: Likewise.
42759         * soft-fp/Makefile: Likewise.
42760         * dirent/Makefile: Likewise.
42761         * gmon/Makefile: Likewise.
42762         * po/Makefile: Likewise.
42763         * rt/Makefile: Likewise.
42764         * socket/Makefile: Likewise.
42765         * math/Makefile: Likewise.
42766         * signal/Makefile: Likewise.
42767         * debug/Makefile: Likewise.
42768         * elf/Makefile: Likewise.
42769         * timezone/Makefile: Likewise.
42770         * stdlib/Makefile: Likewise.
42771         * iconvdata/Makefile: Likewise.
42772         * sunrpc/Makefile: Likewise.
42773         * io/Makefile: Likewise.
42774         * argp/Makefile: Likewise.
42775         * inet/Makefile: Likewise.
42776         * hesiod/Makefile: Likewise.
42777         * grp/Makefile: Likewise.
42778         * csu/Makefile: Likewise.
42779         * wctype/Makefile: Likewise.
42780         * crypt/Makefile: Likewise.
42781         * libio/Makefile: Likewise.
42782         * string/Makefile: Likewise.
42783         * nis/Makefile: Likewise.
42784         * resolv/Makefile: Likewise.
42785         * stdio-common/Makefile: Likewise.
42786         * wcsmbs/Makefile: Likewise.
42787         * dlfcn/Makefile: Likewise.
42788         * posix/Makefile: Likewise.
42789
42790         [BZ #6959]
42791         * timezone/Makefile: Don't install timezone files, just the programs
42792         and scripts.
42793
42794 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
42795
42796         * nss/databases.def: Add missing gshadow entry.
42797
42798         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
42799
42800 2012-03-06  Marek Polacek  <polacek@redhat.com>
42801
42802         [BZ #13726]
42803         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
42804         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
42805         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
42806         * stdio-common/tst-long-dbl-fphex.c: New file.
42807
42808 2012-03-06  David S. Miller  <davem@davemloft.net>
42809
42810         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42811         (set_obp_int): New function.
42812         (get_obp_int): New function.
42813         (__get_clockfreq_via_dev_openprom): Likewise.
42814         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
42815         Avoid unused variable warnings on 'val' and use builtin_expect.
42816         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
42817         __builtin_expect.
42818         (INLINE_CLONE_SYSCALL): Likewise.
42819
42820 2012-03-05  David S. Miller  <davem@davemloft.net>
42821
42822         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42823
42824 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
42825
42826         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42827
42828         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
42829         only for |x| >= 40.
42830         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
42831
42832 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
42833
42834         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
42835         Replace gettimeofday with __vdso_gettimeofday.
42836
42837         * sysdeps/unix/sysv/linux/x86_64/init-first.c
42838         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
42839         __vdso_clock_gettime and __vdso_getcpu.
42840
42841         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
42842         time with __vdso_time.
42843
42844 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
42845
42846         * manual/lang.texi (size_t): Note types to which size_t may be
42847         equivalent with the GNU C Library, but do not describe when
42848         differences between them are significant.
42849
42850 2012-03-05  Andreas Jaeger  <aj@suse.de>
42851
42852         * sysdeps/i386/fpu/libm-test-ulps: Update.
42853
42854 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
42855
42856         [BZ #3976]
42857         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
42858         (__ieee754_pow): Save and restore rounding mode and use
42859         round-to-nearest for main computations.
42860         * math/libm-test.inc (pow_test_tonearest): New function.
42861         (pow_test_towardzero): Likewise.
42862         (pow_test_downward): Likewise.
42863         (pow_test_upward): Likewise.
42864         (main): Call the new functions.
42865         * sysdeps/i386/fpu/libm-test-ulps: Update.
42866         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42867
42868         [BZ #3976]
42869         * math/libm-test.inc (cosh_test_tonearest): New function.
42870         (cosh_test_towardzero): Likewise.
42871         (cosh_test_downward): Likewise.
42872         (cosh_test_upward): Likewise.
42873         (sinh_test_tonearest): Likewise.
42874         (sinh_test_towardzero): Likewise.
42875         (sinh_test_downward): Likewise.
42876         (sinh_test_upward): Likewise.
42877         (main): Call the new functions.
42878         * sysdeps/i386/fpu/libm-test-ulps: Update.
42879         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42880
42881 2012-03-05  Tom de Vries  <tom@codesourcery.com>
42882
42883         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
42884         default stack guard is set in last bytes.
42885         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
42886
42887 2012-03-05  Kees Cook  <keescook@chromium.org>
42888
42889         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
42890
42891         [BZ #13656]
42892         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
42893         possibly allocate from heap instead of stack.
42894         * stdio-common/bug-vfprintf-nargs.c: New file.
42895         * stdio-common/Makefile (tests): Add nargs overflow test.
42896
42897 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
42898
42899         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42900
42901 2012-03-03  Marek Polacek  <polacek@redhat.com>
42902
42903         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
42904         * math/math_private.h: Likewise.
42905         * stdlib/tst-strtod.c: Likewise.
42906         * sysdeps/i386/i486/bits/atomic.h: Likewise.
42907         * sysdeps/x86_64/bits/atomic.h: Likewise.
42908
42909 2012-03-02  David S. Miller  <davem@davemloft.net>
42910
42911         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
42912         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
42913         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
42914         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
42915         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
42916         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
42917         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
42918         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
42919
42920 2012-03-02  Roland McGrath  <roland@hack.frob.com>
42921
42922         [BZ #13792]
42923         * manual/examples/README: New file, says the example source files
42924         can be used under GPL>=2.
42925         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
42926         line containing just "*/".
42927         * manual/examples/add.c: Add copyright header (GPL>=2).
42928         * manual/examples/argp-ex1.c: Likewise.
42929         * manual/examples/argp-ex2.c: Likewise.
42930         * manual/examples/argp-ex3.c: Likewise.
42931         * manual/examples/argp-ex4.c: Likewise.
42932         * manual/examples/atexit.c: Likewise.
42933         * manual/examples/db.c: Likewise.
42934         * manual/examples/dir.c: Likewise.
42935         * manual/examples/dir2.c: Likewise.
42936         * manual/examples/execinfo.c: Likewise.
42937         * manual/examples/filecli.c: Likewise.
42938         * manual/examples/filesrv.c: Likewise.
42939         * manual/examples/fmtmsgexpl.c: Likewise.
42940         * manual/examples/genpass.c: Likewise.
42941         * manual/examples/inetcli.c: Likewise.
42942         * manual/examples/inetsrv.c: Likewise.
42943         * manual/examples/isockad.c: Likewise.
42944         * manual/examples/longopt.c: Likewise.
42945         * manual/examples/memopen.c: Likewise.
42946         * manual/examples/memstrm.c: Likewise.
42947         * manual/examples/mkfsock.c: Likewise.
42948         * manual/examples/mkisock.c: Likewise.
42949         * manual/examples/mygetpass.c: Likewise.
42950         * manual/examples/pipe.c: Likewise.
42951         * manual/examples/popen.c: Likewise.
42952         * manual/examples/rprintf.c: Likewise.
42953         * manual/examples/search.c: Likewise.
42954         * manual/examples/select.c: Likewise.
42955         * manual/examples/setjmp.c: Likewise.
42956         * manual/examples/sigh1.c: Likewise.
42957         * manual/examples/sigusr.c: Likewise.
42958         * manual/examples/stpcpy.c: Likewise.
42959         * manual/examples/strdupa.c: Likewise.
42960         * manual/examples/strftim.c: Likewise.
42961         * manual/examples/strncat.c: Likewise.
42962         * manual/examples/subopt.c: Likewise.
42963         * manual/examples/swapcontext.c: Likewise.
42964         * manual/examples/termios.c: Likewise.
42965         * manual/examples/testopt.c: Likewise.
42966         * manual/examples/testpass.c: Likewise.
42967         * manual/examples/timeval_subtract.c: Likewise.
42968
42969         [BZ #13792]
42970         * manual/time.texi (Elapsed Time): Move timeval_subtract example
42971         function to ...
42972         * manual/timeval_subtract.c.texi: ... here, new file.
42973
42974 2012-03-02  David S. Miller  <davem@davemloft.net>
42975
42976         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
42977
42978 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
42979
42980         [BZ #3976]
42981         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
42982         (__sin): Save and restore rounding mode and use round-to-nearest
42983         for all computations.
42984         (__cos): Save and restore rounding mode and use round-to-nearest
42985         for all computations.
42986         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
42987         <fenv.h>.
42988         (tan): Save and restore rounding mode and use round-to-nearest for
42989         all computations.
42990         * math/libm-test.inc (cos_test_tonearest): New function.
42991         (cos_test_towardzero): Likewise.
42992         (cos_test_downward): Likewise.
42993         (cos_test_upward): Likewise.
42994         (sin_test_tonearest): Likewise.
42995         (sin_test_towardzero): Likewise.
42996         (sin_test_downward): Likewise.
42997         (sin_test_upward): Likewise.
42998         (tan_test_tonearest): Likewise.
42999         (tan_test_towardzero): Likewise.
43000         (tan_test_downward): Likewise.
43001         (tan_test_upward): Likewise.
43002         (main): Call the new functions.
43003         * sysdeps/i386/fpu/libm-test-ulps: Update.
43004         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43005
43006         [BZ #10135]
43007         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
43008         small n, then large n, before computing and testing k+n.
43009         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
43010         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
43011         Likewise.
43012         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
43013         Likewise.
43014         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
43015         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
43016         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
43017         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
43018         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
43019         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
43020         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
43021         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
43022         * math/libm-test.inc (scalbn_test): Add more tests.
43023         (scalbln_test): Likewise.
43024
43025         * manual/filesys.texi (mode_t): Describe constraints on size and
43026         signedness, not exact equivalence to a particular type.
43027         (ino_t): Likewise.
43028         (ino64_t): Likewise.
43029         (dev_t): Likewise.
43030         (nlink_t): Likewise.
43031         (blkcnt_t): Likewise.
43032         (blkcnt64_t): Likewise.
43033         * manual/llio.texi (off_t): Likewise.
43034
43035         [BZ #3976]
43036         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
43037         (__ieee754_exp): Save and restore rounding mode and use
43038         round-to-nearest for all computations.
43039         * math/libm-test.inc (exp_test_tonearest): New function.
43040         (exp_test_towardzero): Likewise.
43041         (exp_test_downward): Likewise.
43042         (exp_test_upward): Likewise.
43043         (main): Call the new functions.
43044         * sysdeps/i386/fpu/libm-test-ulps: Update.
43045         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43046
43047 2012-03-01  Chris Demetriou  <cgd@google.com>
43048
43049         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
43050         have predictable order.
43051
43052 2012-03-01  David S. Miller  <davem@davemloft.net>
43053
43054         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
43055
43056         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
43057         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
43058         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
43059         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
43060
43061         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
43062         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
43063         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
43064         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
43065         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
43066         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
43067         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
43068         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
43069         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
43070
43071         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43072
43073         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
43074         * sysdeps/sparc/fpu/libm-test-ulps: to here.
43075         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
43076
43077         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
43078         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
43079         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
43080         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
43081         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
43082         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
43083         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
43084         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
43085         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
43086         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
43087         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
43088         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
43089         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
43090         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
43091         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
43092         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
43093         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
43094         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
43095         * sysdeps/sparc/elf/configure: Regenerated.
43096
43097 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
43098
43099         * configure.in (AS, LD): Require binutils 2.20 or later.
43100         * configure: Regenerated.
43101         * manual/install.texi (Tools for Compilation): Give binutils 2.20
43102         as required minimum version.
43103         * INSTALL: Regenerated.
43104
43105         [BZ #2541]
43106         [BZ #4108]
43107         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
43108         before squaring exponent.
43109         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
43110         bottom long double and 27 bits of top long double before squaring
43111         exponent.
43112         * math/libm-test.inc (erfc_test): Add more tests.
43113         * sysdeps/i386/fpu/libm-test-ulps: Update.
43114         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
43115         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43116
43117 2012-03-01  Kai Tietz  <ktietz@redhat.com>
43118
43119         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
43120         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
43121         containing bit-fields.
43122         * soft-fp/extended.h (_FP_UNION_E): Likewise.
43123         * soft-fp/single.h (_FP_UNION_S): Likewise.
43124         * soft-fp/double.h (_FP_UNION_D): Likewise.
43125
43126 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
43127
43128         [BZ #13786]
43129         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
43130         not include ../strcmp.S.
43131         [USE_AS_STRNCASECMP_L]: Likewise.
43132         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
43133         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
43134         * sysdeps/i386/i686/multiarch/strncase_l-c.c
43135         (__strncasecmp_l_ia32): Define as alias to
43136         __strncasecmp_l_nonascii.
43137
43138         [BZ #5794]
43139         * math/libm-test.inc (expm1_test): Add test for bug 5794.
43140         * sysdeps/i386/fpu/libm-test-ulps: Update.
43141         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43142
43143         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
43144         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43145
43146 2012-02-29  Jeff Law  <law@redhat.com>
43147
43148         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
43149         out of bounds read.
43150
43151 2012-02-29  Marek Polacek  <polacek@redhat.com>
43152
43153         [BZ #13706]
43154         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
43155         * elf/Makefile: Add rules to run tst-unused-dep.out.
43156
43157 2012-02-28  David S. Miller  <davem@davemloft.net>
43158
43159         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
43160         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
43161         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
43162         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
43163         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
43164         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
43165
43166 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
43167
43168         * math/libm-test.inc (llround_test): Move one test from
43169         lround_test.  Use TEST_f_L in moved test.
43170         (lround_test): Move misplaced test to llround_test.  Add testcase
43171         from bug 2561.
43172
43173 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
43174
43175         * sysdeps/x86_64/fpu/e_expf.S: New file.
43176         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
43177
43178 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
43179
43180         [BZ #13637]
43181         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
43182         of remain_len that may cause incomplete multi-byte character and
43183         false match.
43184         * posix/bug-regex33.c: New file.
43185         * posix/Makefile (tests): Add bug-regex33.
43186
43187 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
43188
43189         * manual/macros.texi: New file.
43190         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
43191         * manual/libc.texinfo: Include macros.texi.
43192         * manual/creatute.texi: Likewise.
43193         * manual/install.texi: Likewise.
43194         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
43195         @glibcadj{} in references to the GNU C Library.
43196         * manual/charset.texi: Likewise.
43197         * manual/conf.texi: Likewise.
43198         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
43199         when not using those macros.
43200         * manual/creature.texi: Likewise.
43201         * manual/crypt.texi: Likewise.
43202         * manual/errno.texi: Likewise.
43203         * manual/filesys.texi: Likewise.
43204         * manual/header.texi: Likewise.
43205         * manual/install.texi: Likewise.
43206         * manual/intro.texi: Likewise.
43207         * manual/io.texi: Likewise.
43208         * manual/job.texi: Likewise.
43209         * manual/lang.texi: Likewise.
43210         * manual/libc.texiinfo: Likewise.
43211         * manual/llio.texi: Likewise.
43212         * manual/locale.texi: Likewise.
43213         * manual/maint.texi: Likewise.
43214         * manual/math.texi: Likewise.
43215         * manual/memory.texi: Likewise.
43216         * manual/message.texi: Likewise.
43217         * manual/nss.texi: Likewise.
43218         * manual/pattern.texi: Likewise.
43219         * manual/process.texi: Likewise.
43220         * manual/resource.texi: Likewise.
43221         * manual/search.texi: Likewise.
43222         * manual/setjmp.texi: Likewise.
43223         * manual/signal.texi: Likewise.
43224         * manual/socket.texi: Likewise.
43225         * manual/startup.texi: Likewise.
43226         * manual/stdio.texi: Likewise.
43227         * manual/string.texi: Likewise.
43228         * manual/sysinfo.texi: Likewise.
43229         * manual/syslog.texi: Likewise.
43230         * manual/terminal.texi: Likewise.
43231         * manual/time.texi: Likewise.
43232         * manual/users.texi: Likewise.
43233         * INSTALL: Regenerated.
43234         * NOTES: Regenerated.
43235         * sysdeps/gnu/errlist.c: Regenerated.
43236
43237 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
43238
43239         * include/dirent.h: Include <dirstream.h> before
43240         <dirent/dirent.h>.
43241
43242 2012-02-28  David S. Miller  <davem@davemloft.net>
43243
43244         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
43245         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
43246         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
43247         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
43248
43249 2012-02-27  David S. Miller  <davem@davemloft.net>
43250
43251         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
43252         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
43253         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
43254         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
43255
43256         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
43257         frame pointer instead of stack pointer relative arg slot.
43258         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
43259         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
43260         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
43261
43262 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
43263
43264         [BZ #3992]
43265         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
43266
43267 2012-02-27  David S. Miller  <davem@davemloft.net>
43268
43269         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
43270         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
43271         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
43272         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
43273         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
43274         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
43275         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
43276         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
43277
43278 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
43279
43280         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
43281         later.  Allow versions 5-9.
43282         * configure: Regenerated.
43283         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
43284         required minimum version and 4.6 as recommended version.  Do not
43285         mention bugs in GCC 2.7 and 2.8.
43286         * INSTALL: Regenerated.
43287
43288 2012-02-27  David S. Miller  <davem@davemloft.net>
43289
43290         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
43291         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
43292         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
43293         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
43294         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
43295         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
43296         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
43297         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
43298
43299         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
43300         manipulate bits before adding and subtracting TWO112[sx].
43301         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
43302
43303 2012-02-27  Roland McGrath  <roland@hack.frob.com>
43304
43305         [BZ #13775]
43306         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
43307         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
43308         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
43309         being in POSIX, because they are in 1003.1-2008.
43310
43311         * rt/tst-aio.c: Include <fcntl.h>.
43312         * rt/tst-aio7.c: Likewise.
43313         * rt/tst-aio64.c: Likewise.
43314
43315         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
43316
43317 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
43318
43319         * manual/install.texi (--with-headers): Describe headers as
43320         interface headers, not private headers.
43321         (Specific advice for GNU/Linux systems): Describe use of headers
43322         from "make headers_install", not private headers from older
43323         kernels.
43324         * INSTALL: Regenerated.
43325         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
43326         Change to 2.6.19.
43327         * sysdeps/unix/sysv/linux/configure: Regenerated.
43328
43329         * manual/llio.texi (fclean): Remove documentation.
43330
43331         * manual/Makefile (libc-texi-generated): New variable.  Include
43332         version.texi.
43333         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
43334         $(libc-texi-generated), not duplicated list of files.
43335         (version.texi, stamp-version): New rules.
43336         (realclean): Remove $(libc-texi-generated), not individual files
43337         from that list.  Do not remove dir-add.texinfo.
43338         * manual/libc.texinfo: Comment out uses of edition numbers and
43339         references to printed manual.  Remove last-updated dates.
43340         (EDITION): Comment out.
43341         (ISBN): Likewise.
43342         (VERSION, UPDATED): Remove.
43343         (version.texi): Include.
43344
43345 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
43346
43347         * sysdeps/posix/spawni.c: Include <signal.h>.
43348         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
43349         * sysdeps/pthread/aio_fsync.c: Likewise.
43350
43351 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
43352
43353         * conform/Makefile (tests): Run only when not cross-compiling and
43354         when fast-check is not defined.
43355
43356         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
43357         * conform/data/limits.h-data: Fixes for POSIX2008.
43358         * conform/run-conformtest.sh: Run all tests.
43359         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
43360         headers.
43361         * include/bits/dlfcn.h: Likewise.
43362         * include/langinfo.h: Likewise.
43363         * include/monetary.h: Likewise.
43364         * include/sys/poll.h: Likewise.
43365
43366         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
43367         for __USE_GNU.
43368         * posix/spawn.h: Define __need_sigset_t.
43369         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
43370         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
43371         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
43372         to get sigevent_t only.
43373         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
43374         only for __USE_GNU.
43375         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
43376         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
43377         process_vm_writev only for __USE_GNU.
43378         * termios/termios.h: Declare tcgetsid also for POSIX2008.
43379
43380         * conform/Makefile: For now ignore errors from run-conformtest.
43381         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
43382         POSIX to avoid namespace pollution.  Don't prepend headers.
43383         * conform/data/aio.h-data: Fixes for POSIX testing.
43384         * conform/data/fcntl.h-data: Likewise.
43385         * conform/data/glob.h-data: Likewise.
43386         * conform/data/grp.h-data: Likewise.
43387         * conform/data/pthread.h-data: Likewise.
43388         * conform/data/pwd.h-data: Likewise.
43389         * conform/data/signal.h-data: Likewise.
43390         * conform/data/spawn.h-data: Likewise.
43391         * conform/data/stdio.h-data: Likewise.
43392         * conform/data/stdlib.h-data: Likewise.
43393         * conform/data/stropts.h-data: Likewise.
43394         * conform/data/sys/mman.h-data: Likewise.
43395         * conform/data/sys/stat.h-data: Likewise.
43396         * conform/data/sys/types.h-data: Likewise.
43397         * conform/data/sys/wait.h-data: Likewise.
43398         * conform/data/time.h-data: Likewise.
43399         * conform/data/unistd.h-data: Likewise.
43400         * conform/data/utime.h-data: Likewise.
43401
43402         * io/sys/stat.h: fchmod was always in POSIX.
43403         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
43404         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
43405         * rt/aio.h: Define __need_timespec before including <time.h>.
43406         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
43407         struct.  Add forward declaration of pthread_attr_t and use it in
43408         sigevent.
43409         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
43410         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
43411         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
43412         always remove CLK_TCK definition.
43413
43414 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
43415
43416         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
43417
43418 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
43419
43420         * conform/run-conformtest.sh: New file.
43421         * conform/Makefile: Run run-conformtest for tests.
43422         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
43423         support.
43424
43425         * conform/data/uchar.h-data: New file.
43426         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
43427         * conform/data/arpa/inet.h-data: Likewise.
43428         * conform/data/assert.h-data: Likewise.
43429         * conform/data/complex.h-data: Likewise.
43430         * conform/data/cpio.h-data: Likewise.
43431         * conform/data/ctype.h-data: Likewise.
43432         * conform/data/dirent.h-data: Likewise.
43433         * conform/data/dlfcn.h-data: Likewise.
43434         * conform/data/errno.h-data: Likewise.
43435         * conform/data/fcntl.h-data: Likewise.
43436         * conform/data/float.h-data: Likewise.
43437         * conform/data/fmtmsg.h-data: Likewise.
43438         * conform/data/fnmatch.h-data: Likewise.
43439         * conform/data/ftw.h-data: Likewise.
43440         * conform/data/glob.h-data: Likewise.
43441         * conform/data/grp.h-data: Likewise.
43442         * conform/data/iconv.h-data: Likewise.
43443         * conform/data/inttypes.h-data: Likewise.
43444         * conform/data/langinfo.h-data: Likewise.
43445         * conform/data/libgen.h-data: Likewise.
43446         * conform/data/limits.h-data: Likewise.
43447         * conform/data/locale.h-data: Likewise.
43448         * conform/data/math.h-data: Likewise.
43449         * conform/data/monetary.h-data: Likewise.
43450         * conform/data/mqueue.h-data: Likewise.
43451         * conform/data/ndbm.h-data: Likewise.
43452         * conform/data/net/if.h-data: Likewise.
43453         * conform/data/netdb.h-data: Likewise.
43454         * conform/data/netinet/in.h-data: Likewise.
43455         * conform/data/nl_types.h-data: Likewise.
43456         * conform/data/poll.h-data: Likewise.
43457         * conform/data/pthread.h-data: Likewise.
43458         * conform/data/pwd.h-data: Likewise.
43459         * conform/data/regex.h-data: Likewise.
43460         * conform/data/sched.h-data: Likewise.
43461         * conform/data/search.h-data: Likewise.
43462         * conform/data/semaphore.h-data: Likewise.
43463         * conform/data/setjmp.h-data: Likewise.
43464         * conform/data/signal.h-data: Likewise.
43465         * conform/data/spawn.h-data: Likewise.
43466         * conform/data/stdarg.h-data: Likewise.
43467         * conform/data/stdio.h-data: Likewise.
43468         * conform/data/stdlib.h-data: Likewise.
43469         * conform/data/string.h-data: Likewise.
43470         * conform/data/strings.h-data: Likewise.
43471         * conform/data/stropts.h-data: Likewise.
43472         * conform/data/sys/ipc.h-data: Likewise.
43473         * conform/data/sys/mman.h-data: Likewise.
43474         * conform/data/sys/msg.h-data: Likewise.
43475         * conform/data/sys/resource.h-data: Likewise.
43476         * conform/data/sys/select.h-data: Likewise.
43477         * conform/data/sys/sem.h-data: Likewise.
43478         * conform/data/sys/shm.h-data: Likewise.
43479         * conform/data/sys/socket.h-data: Likewise.
43480         * conform/data/sys/stat.h-data: Likewise.
43481         * conform/data/sys/statvfs.h-data: Likewise.
43482         * conform/data/sys/time.h-data: Likewise.
43483         * conform/data/sys/timeb.h-data: Likewise.
43484         * conform/data/sys/times.h-data: Likewise.
43485         * conform/data/sys/types.h-data: Likewise.
43486         * conform/data/sys/uio.h-data: Likewise.
43487         * conform/data/sys/un.h-data: Likewise.
43488         * conform/data/sys/utsname.h-data: Likewise.
43489         * conform/data/sys/wait.h-data: Likewise.
43490         * conform/data/syslog.h-data: Likewise.
43491         * conform/data/tar.h-data: Likewise.
43492         * conform/data/termios.h-data: Likewise.
43493         * conform/data/utime.h-data: Likewise.
43494         * conform/data/utmpx.h-data: Likewise.
43495         * conform/data/varargs.h-data: Likewise.
43496         * conform/data/wchar.h-data: Likewise.
43497         * conform/data/wctype.h-data: Likewise.
43498         * conform/data/wordexp.h-data: Likewise.
43499
43500         * include/stropts.h: New file.
43501         * include/uchar.h: New file.
43502         * include/aio.h: Changes to allow conformtest.pl to use the headers.
43503         * include/assert.h: Likewise.
43504         * include/ctype.h: Likewise.
43505         * include/dirent.h: Likewise.
43506         * include/dlfcn.h: Likewise.
43507         * include/fcntl.h: Likewise.
43508         * include/fnmatch.h: Likewise.
43509         * include/glob.h: Likewise.
43510         * include/grp.h: Likewise.
43511         * include/libio.h: Likewise.
43512         * include/locale.h: Likewise.
43513         * include/math.h: Likewise.
43514         * include/net/if.h: Likewise.
43515         * include/netdb.h: Likewise.
43516         * include/netinet/in.h: Likewise.
43517         * include/pthread.h: Likewise.
43518         * include/pwd.h: Likewise.
43519         * include/regex.h: Likewise.
43520         * include/sched.h: Likewise.
43521         * include/search.h: Likewise.
43522         * include/setjmp.h: Likewise.
43523         * include/signal.h: Likewise.
43524         * include/stdio.h: Likewise.
43525         * include/stdlib.h: Likewise.
43526         * include/string.h: Likewise.
43527         * include/sys/cdefs.h: Likewise.
43528         * include/sys/mman.h: Likewise.
43529         * include/sys/msg.h: Likewise.
43530         * include/sys/resource.h: Likewise.
43531         * include/sys/select.h: Likewise.
43532         * include/sys/socket.h: Likewise.
43533         * include/sys/stat.h: Likewise.
43534         * include/sys/statvfs.h: Likewise.
43535         * include/sys/time.h: Likewise.
43536         * include/sys/times.h: Likewise.
43537         * include/sys/uio.h: Likewise.
43538         * include/sys/utsname.h: Likewise.
43539         * include/sys/wait.h: Likewise.
43540         * include/termios.h: Likewise.
43541         * include/time.h: Likewise.
43542         * include/ulimit.h: Likewise.
43543         * include/unistd.h: Likewise.
43544         * include/utime.h: Likewise.
43545         * include/wchar.h: Likewise.
43546         * include/wctype.h: Likewise.
43547         * include/wordexp.h: Likewise.
43548
43549         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
43550
43551         * time/time.h: TIME_UTC must be a macro.
43552         Make timespec_get available for ISO C11 only as well.
43553
43554 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
43555
43556         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
43557         Reported by Peng Haitao <penght@cn.fujitsu.com>.
43558
43559 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
43560
43561         * configure.in: Use -o not -a in test for unsupported multi-arch.
43562
43563 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
43564
43565         * manual/texinfo.tex: Update to version 2012-01-19.16.
43566
43567 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
43568
43569         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
43570
43571 2012-02-24  Roland McGrath  <roland@hack.frob.com>
43572
43573         [BZ #13738]
43574         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
43575         * manual/fdl-1.3.texi: New file.
43576         * manual/fdl-1.1.texi: File removed.
43577
43578         [BZ #13738]
43579         * manual/libc.texinfo (FDL_VERSION): New @set.
43580         Use it for mention of FDL in cover text.
43581         (Documentation License): Use it in @include file name.
43582
43583 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
43584             Roland McGrath  <roland@hack.frob.com>
43585
43586         [BZ #5461]
43587         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
43588         (not LONG_LONG_MAX and LONG_LONG_MIN.
43589         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
43590         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
43591         name.
43592         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
43593
43594 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
43595
43596         [BZ #2547]
43597         [BZ #11365]
43598         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
43599         manipulate bits before adding and subtracting TWO23[sx].
43600         * math/libm-test.inc (nearbyint_test): Add more tests.
43601
43602 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
43603
43604         [BZ #2548]
43605         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
43606         bits before adding and subtracting TWO23[sx].
43607         * math/libm-test.inc (rint_test): Add more tests.
43608         (rint_test_tonearest): Likewise.
43609         (rint_test_towardzero): Likewise.
43610         (rint_test_downward): Likewise.
43611         (rint_test_upward: Likewise.
43612
43613 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
43614
43615         [BZ #10110]
43616         * include/stdc-predef.h: New file.  Extracted from features.h.
43617         * include/features.h: Include stdc-predef.h.
43618         * Makefile (headers): Add stdc-predef.h.
43619         * CONFORMANCE (Compiler limitations): Update.
43620
43621 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
43622
43623         * manual/libc.texinfo (VERSION, UPDATED): Revert.
43624
43625 2012-02-21  David S. Miller  <davem@davemloft.net>
43626
43627         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
43628         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
43629
43630 2012-02-20  David S. Miller  <davem@davemloft.net>
43631
43632         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
43633         using a normal save/restore sequence, rather than allocating a
43634         dummy stack frame just to store a frame pointer and restore.
43635         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
43636
43637 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
43638
43639         * manual/install.texi: Fix stray word in line-wrapped comment.
43640
43641 2012-02-20  David S. Miller  <davem@davemloft.net>
43642
43643         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
43644         both binutils and gcc support GOTDATA.
43645
43646         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
43647         "rd %pc" in the PIC register setup sequences.
43648
43649         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
43650         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
43651         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
43652         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
43653         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
43654         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43655         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
43656         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
43657         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
43658         (SYSCALL_ERROR_HANDLER): Likewise.
43659         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
43660         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
43661         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
43662         (SYSCALL_ERROR_HANDLER): Likewise.
43663
43664         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
43665         (HAVE_GCC_GOTDATA): New.
43666         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
43667         relocation support in both binutils and gcc.
43668         * sysdeps/sparc/elf/configure: Regenerate.
43669
43670         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
43671         * sysdeps/sparc/sparc32/elf/configure: Delete.
43672         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
43673         * sysdeps/sparc/sparc64/elf/configure: Delete.
43674         * sysdeps/sparc/elf/configure.in: New file.
43675         * sysdeps/sparc/elf/configure: Generate.
43676
43677         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
43678         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
43679         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
43680         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
43681         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
43682
43683 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
43684
43685         * manual/install.texi: Do not mention specific glibc version
43686         numbers.
43687         * manual/libc.texinfo (VERSION, UPDATED): Update.
43688         (@copying): Use @copyright{} and range of years.
43689
43690 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
43691
43692         [BZ #13695]
43693         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
43694         [crti.S not in sysdirs] (generated): Do not append.
43695         [crti.S not in sysdirs] (omit-deps): Likewise.
43696         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
43697         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
43698         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
43699         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
43700         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
43701         Likewise.
43702         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
43703         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
43704         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
43705         * csu/defs.awk: Remove file.
43706         * sysdeps/generic/initfini.c: Likewise.
43707         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
43708         variable.
43709         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
43710         Likewise.
43711
43712 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
43713
43714         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
43715         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
43716         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
43717         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
43718         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43719         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
43720         <bits/epoll.h>.
43721         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
43722         (__EPOLL_PACKED): Define to empty if not defined by
43723         <bits/epoll.h>.
43724         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
43725         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43726         bits/epoll.h.
43727
43728 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
43729
43730         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
43731         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
43732         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
43733         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
43734         <bits/timerfd.h>.
43735         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
43736         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43737         bits/timerfd.h.
43738
43739 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
43740
43741         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
43742         in C locale.
43743         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
43744         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
43745         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
43746         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43747
43748 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
43749
43750         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43751         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
43752
43753 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
43754
43755         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
43756         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
43757         defined.
43758         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
43759         Likewise.
43760         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
43761         entry for 2.16.
43762
43763 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
43764
43765         * math/w_acos.c: Use non-signaling floating-point comparisons.
43766         * math/w_acosf.c: Likewise.
43767         * math/w_acosh.c: Likewise.
43768         * math/w_acoshf.c: Likewise.
43769         * math/w_acoshl.c: Likewise.
43770         * math/w_acosl.c: Likewise.
43771         * math/w_asin.c: Likewise.
43772         * math/w_asinf.c: Likewise.
43773         * math/w_asinl.c: Likewise.
43774         * math/w_atanh.c: Likewise.
43775         * math/w_atanhf.c: Likewise.
43776         * math/w_atanhl.c: Likewise.
43777         * math/w_exp2.c: Likewise.
43778         * math/w_exp2f.c: Likewise.
43779         * math/w_exp2l.c: Likewise.
43780         * math/w_j0.c: Likewise.
43781         * math/w_j0f.c: Likewise.
43782         * math/w_j0l.c: Likewise.
43783         * math/w_j1.c: Likewise.
43784         * math/w_j1f.c: Likewise.
43785         * math/w_j1l.c: Likewise.
43786         * math/w_jn.c: Likewise.
43787         * math/w_jnf.c: Likewise.
43788         * math/w_log.c: Likewise.
43789         * math/w_log10.c: Likewise.
43790         * math/w_log10f.c: Likewise.
43791         * math/w_log10l.c: Likewise.
43792         * math/w_log2.c: Likewise.
43793         * math/w_log2f.c: Likewise.
43794         * math/w_log2l.c: Likewise.
43795         * math/w_logf.c: Likewise.
43796         * math/w_logl.c: Likewise.
43797         * math/w_sqrt.c: Likewise.
43798         * math/w_sqrtf.c: Likewise.
43799         * math/w_sqrtl.c: Likewise.
43800         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
43801         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
43802         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43803         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
43804         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
43805
43806 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
43807
43808         [BZ #9739]
43809         * manual/string.texi (strnlen): Use correct parameter name in
43810         equivalent expression.
43811
43812 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
43813
43814         [BZ #11174]
43815         * manual/users.texi (seteuid): Consistently use neweuid for
43816         argument name.
43817
43818 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
43819
43820         [BZ #13704]
43821         * manual/nss.texi (Services in the NSS configuration): Correct
43822         list of services in example configuration file.
43823
43824 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
43825
43826         [BZ #11322]
43827         * manual/arith.texi: Remove statements about negative zero
43828         behaving identically to zero.
43829
43830 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
43831
43832         [BZ #5993]
43833         * manual/install.texi: Do not document upgrading from libc5.
43834
43835 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
43836
43837         [BZ #4596]
43838         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
43839
43840 2012-02-18  David S. Miller  <davem@davemloft.net>
43841
43842         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
43843         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
43844         %o7 across the call.
43845         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
43846         instead.
43847         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
43848         SETUP_PIC_REG_LEAF.
43849         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
43850         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
43851         * sysdeps/sparc/crtn.S: Likewise.
43852
43853 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
43854
43855         * aout/Makefile: Remove.
43856
43857 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
43858
43859         [BZ #13058]
43860         * manual/examples/argp-ex1.c (main): Format definition in GNU
43861         style.
43862         * manual/examples/argp-ex2.c (main): Likewise.
43863         * manual/examples/argp-ex3.c (main): Likewise.
43864         * manual/examples/argp-ex4.c (main): Likewise.
43865         * manual/examples/longopt.c (main): Use new-style prototype
43866         definition.
43867         * manual/examples/strncat.c (main): Specify return type and use
43868         (void) for arguments.
43869         * manual/examples/subopt.c (main): Use char **argv argument.
43870
43871 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43872
43873         [BZ #5077]
43874         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
43875         rounding modes.
43876
43877 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
43878
43879         [BZ #6907]
43880         * manual/string.texi (strchr): Change when strchrnul is
43881         recommended.
43882
43883 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
43884
43885         [BZ #174]
43886         * manual/locale.texi (setlocale): Document LOCPATH.
43887
43888 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43889
43890         [BZ #10210]
43891         * manual/process.texi (execle): Move @dots{} before last argument.
43892
43893 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
43894
43895         [BZ #12047]
43896         * manual/charset.texi (Generic Charset Conversion): Fix typo
43897         (LC_TYPE -> LC_CTYPE).
43898
43899 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
43900
43901         [BZ #5805]
43902         * manual/arith.texi (scalbn): Use @var{} on parameter names.
43903         (scalbnf): Likewise.
43904         (scalbnl): Likewise.
43905         (scalbln): Likewise.
43906         (scalblnf): Likewise.
43907         (scalblnl): Likewise.
43908         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
43909         (vwarnx): Likewise.
43910         (verr): Likewise.
43911         (verrx): Likewise.
43912         * manual/filesys.texi (telldir): Use braces around return type.
43913         * manual/llio.texi (mmap): Add space after comma.
43914         (mmap64): Likewise.
43915         * manual/math.texi (jn): Use @var{} on parameter names.
43916         (jnf): Likewise.
43917         (jnl): Likewise.
43918         (yn): Likewise.
43919         (ynf): Likewise.
43920         (ynl): Likewise.
43921         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
43922         line.
43923         * manual/resource.texi (ulimit): Use @dots{} instead of literal
43924         "...".
43925         (sched_get_priority_min): Remove semicolon on @deftypefun line.
43926         (sched_get_priority_max): Likewise.
43927         * manual/signal.texi (sigvec): Add space after comma.
43928         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
43929         names.
43930         (if_indextoname): Likewise.
43931         (if_freenameindex): Likewise.
43932         (sendto): Use ',' instead of '.' in prototype.
43933         * manual/startup.texi (syscall): Use @dots{} instead of literal
43934         "...".
43935         * manual/stdio.texi (__fpending): Separate initial words of
43936         paragraph from @deftypefun line.
43937         * manual/syslog.texi (syslog): Use @dots{} instead of literal
43938         "...".
43939         (vsyslog): Use @var{} on parameter names.
43940         * manual/terminal.texi (stty): Use @var{} on parameter names.
43941         * manual/users.texi (getutmp): Use @var{} on parameter names.
43942         (getutmpx): Likewise.
43943
43944 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43945
43946         [BZ #6884]
43947         * manual/stdio.texi (fopen): Fix typos in description of
43948         ",ccs=STRING".
43949
43950 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
43951
43952         [BZ #4026]
43953         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
43954         get clock_id definition.
43955
43956 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
43957
43958         [BZ #4822]
43959         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
43960         (madvise): Cast every argument to void on its own.
43961
43962 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43963
43964         [BZ #9902]
43965         * manual/startup.texi (Exit Status): Fix typo.
43966
43967 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43968
43969         [BZ #10140]
43970         * manual/examples/argp-ex1.c: Include <stdlib.h>.
43971         * manual/examples/argp-ex2.c: Likewise.
43972         * manual/examples/argp-ex3.c: Likewise.
43973
43974 2012-02-16  Richard Henderson  <rth@redhat.com>
43975
43976         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
43977         * sysdeps/s390/s390-32/initfini.c: Remove.
43978         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
43979         * sysdeps/s390/s390-64/initfini.c: Remove.
43980
43981 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
43982
43983         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
43984         compiler output for sysdeps/generic/initfini.c.
43985         * sysdeps/sh/elf/initfini.c: Remove file.
43986
43987 2012-02-16  David S. Miller  <davem@davemloft.net>
43988
43989         [BZ #11494]
43990         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
43991
43992         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
43993         * sysdeps/sparc/crti.S: New file.
43994         * sysdeps/sparc/crtn.S: New file.
43995         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
43996         * sysdeps/sparc/sparc64/Makefile: Likewise.
43997
43998 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
43999
44000         [BZ #3335]
44001         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
44002
44003 2012-02-15  Roland McGrath  <roland@hack.frob.com>
44004
44005         [BZ #4822]
44006         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
44007
44008         * mach/devstream.c (cookie_io_functions_t): Macro removed.
44009         (write, read, close): Likewise.
44010         Patch by Aurelien Jarno <aurelien@aurel32.net>.
44011
44012 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
44013
44014         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
44015         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
44016         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
44017         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
44018         <bits/signalfd.h>.
44019         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
44020         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44021         bits/signalfd.h.
44022
44023 2012-02-14  Marek Polacek  <polacek@redhat.com>
44024
44025         * sysdeps/x86_64/crti.S: New file.
44026         * sysdeps/x86_64/crtn.S: New file.
44027         * sysdeps/x86_64/elf/initfini.c: Remove file.
44028
44029 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
44030
44031         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
44032         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
44033         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
44034         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
44035         <bits/inotify.h>.
44036         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
44037         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44038         bits/inotify.h.
44039
44040 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
44041
44042         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
44043         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
44044         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
44045         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
44046         <bits/eventfd.h>.
44047         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
44048         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44049         bits/eventfd.h.
44050
44051 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
44052
44053         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
44054         __feraiseexcept instead of feraiseexcept.
44055
44056         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
44057         nanosleep invocations.
44058         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
44059         strings, and add error checking for a nanosleep invocations.
44060
44061 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
44062
44063         Replace FSF snail mail address with URLs, as per GNU coding standards.
44064         Most of the snail mail addresses were wrong anyway, and omitting
44065         them makes the source code easier to maintain.  Almost all of the
44066         changes are to license notices and to locale LC_IDENTIFICATION
44067         addresses, except for this one:
44068         * manual/libc.texinfo: In "Published by", give the FSF's URL,
44069         not its snail mail address.
44070
44071 2012-02-09  Richard Henderson  <rth@twiddle.net>
44072
44073         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
44074         of kernel-features.h.
44075
44076         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
44077
44078 2012-02-08  Marek Polacek  <polacek@redhat.com>
44079
44080         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
44081         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
44082         * sysdeps/gnu/_G_config.h: Likewise.
44083         * sysdeps/generic/_G_config.h: Likewise.
44084
44085 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
44086
44087         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
44088         tests.
44089         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44090
44091         * sysdeps/powerpc/powerpc32/crti.S: New file.
44092         * sysdeps/powerpc/powerpc32/crtn.S: New file.
44093         * sysdeps/powerpc/powerpc64/crti.S: New file.
44094         * sysdeps/powerpc/powerpc64/crtn.S: New file.
44095
44096         * Makeconfig (have-initfini): Don't set.
44097         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
44098         * configure.in (nopic_initfini): Don't substitute.
44099         * config.h.in (HAVE_INITFINI): Don't #undef.
44100         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
44101         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
44102
44103 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
44104
44105         Support crti.S and crtn.S provided directly by architectures.
44106         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
44107         [crti.S in sysdirs] (omit-deps): Likewise.
44108         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
44109         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
44110         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
44111         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
44112         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
44113         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
44114         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
44115         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
44116         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
44117         compiler output for sysdeps/generic/initfini.c.
44118         * sysdeps/i386/elf/Makefile: Remove file.
44119         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
44120
44121 2012-02-07  Marek Polacek  <polacek@redhat.com>
44122
44123         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
44124         * sysdeps/gnu/_G_config.h: Likewise.
44125         * sysdeps/mach/hurd/_G_config.h: Likewise.
44126
44127 2012-02-07  Marek Polacek  <polacek@redhat.com>
44128
44129         * math/Makefile (tests): Add tst-CMPLX2.
44130         * math/tst-CMPLX2.c: New file.
44131
44132 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
44133
44134         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44135
44136         * math/libm-test.inc (jn_test): Add missing L suffix.
44137
44138 2012-02-06  Marek Polacek  <polacek@redhat.com>
44139
44140         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
44141         * sysdeps/i386/fpu/e_powf.S: Likewise.
44142         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
44143         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
44144         * sysdeps/i386/fpu/e_acosh.S: Likewise.
44145         * sysdeps/i386/fpu/e_pow.S: Likewise.
44146         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
44147         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
44148         * sysdeps/i386/fpu/s_expm1.S: Likewise.
44149         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
44150         * sysdeps/i386/fpu/e_log2.S: Likewise.
44151         * sysdeps/i386/fpu/e_log2l.S: Likewise.
44152         * sysdeps/i386/fpu/e_scalb.S: Likewise.
44153         * sysdeps/i386/fpu/e_powl.S: Likewise.
44154         * sysdeps/i386/fpu/s_log1p.S: Likewise.
44155         * sysdeps/i386/fpu/e_log10f.S: Likewise.
44156         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
44157         * sysdeps/i386/fpu/e_logl.S: Likewise.
44158         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
44159         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
44160         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
44161         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
44162         * sysdeps/i386/fpu/e_log2f.S: Likewise.
44163         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
44164         * sysdeps/i386/fpu/e_log.S: Likewise.
44165         * sysdeps/i386/fpu/s_cexp.S: Likewise.
44166         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
44167         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
44168         * sysdeps/i386/fpu/e_logf.S: Likewise.
44169         * sysdeps/i386/fpu/e_log10l.S: Likewise.
44170         * sysdeps/i386/fpu/e_atanh.S: Likewise.
44171         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
44172         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
44173         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
44174         * sysdeps/i386/fpu/e_log10.S: Likewise.
44175         * sysdeps/i386/fpu/s_frexp.S: Likewise.
44176         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
44177         * sysdeps/i386/fpu/s_asinh.S: Likewise.
44178         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
44179         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
44180         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
44181         * sysdeps/i386/asm-syntax.h: Likewise.
44182         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
44183         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
44184         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
44185         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
44186         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
44187         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
44188         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
44189         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
44190         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
44191         * sysdeps/powerpc/sysdep.h: Likewise.
44192         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
44193         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
44194
44195 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
44196
44197         [BZ #411]
44198         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
44199
44200 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
44201
44202         * sysdeps/i386/sysdep.h: Include <features.h>.
44203         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
44204         version.
44205
44206 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
44207
44208         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
44209         Define.
44210         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
44211         LOAD_PIC_REG_STR.
44212
44213 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
44214
44215         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
44216         (SETUP_PIC_REG): Use GET_PC_THUNK.
44217         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
44218         macro.
44219
44220 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
44221
44222         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
44223         for non-PIC compilation.
44224         (SETUP_PIC_REG): Add .p2align directive.
44225         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
44226         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
44227         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
44228         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
44229         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
44230         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
44231         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
44232         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
44233         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
44234         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
44235         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
44236         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
44237         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
44238         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
44239         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
44240         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
44241         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
44242         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
44243         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
44244         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
44245         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
44246         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
44247         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
44248         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
44249         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
44250         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
44251         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
44252         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
44253         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
44254         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
44255         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
44256         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
44257         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
44258         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
44259         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
44260         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
44261         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
44262         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
44263         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
44264         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
44265         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
44266
44267 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
44268
44269         * math/tst-CMPLX.c: Include <stdio.h>.
44270
44271 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
44272
44273         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
44274         float.
44275         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
44276         * sysdeps/sparc/bits/mathdef.h: Likewise.
44277
44278 2012-01-31  Marek Polacek  <polacek@redhat.com>
44279
44280         * libio/libio.h: Don't define _PARAMS.
44281         * locale/programs/config.h: Don't define PARAMS.
44282         * stdlib/strtol_l.c: Likewise.
44283         (__strtol_l): Remove PARAMS from the prototype.
44284
44285 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
44286
44287         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
44288         names.  Just use the correct names.  Remove unnecessary wrapper
44289         functions.
44290         * malloc/arena.c: Likewise.
44291         * malloc/hooks.c: Likewise.
44292
44293         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
44294         ARENA_TEST says not to.  Simplify test for creation of a new arena.
44295         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
44296
44297 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
44298
44299         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
44300         into tail calls.
44301         (update_get_addr): New function.
44302         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
44303         GET_ADDR_MODULE parameter.
44304
44305 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
44306
44307         * crypt/cert.c: Remove __STDC__ conditionals.
44308         * crypt/crypt-entry.c: Likewise.
44309         * crypt/crypt_util.c: Likewise.
44310         * libio/filedoalloc.c: Likewise.
44311         * libio/fileops.c: Likewise.
44312         * libio/genops.c: Likewise.
44313         * libio/iofclose.c: Likewise.
44314         * libio/iofdopen.c: Likewise.
44315         * libio/iofopen.c: Likewise.
44316         * libio/iofopen64.c: Likewise.
44317         * libio/iogetdelim.c: Likewise.
44318         * libio/iopopen.c: Likewise.
44319         * libio/obprintf.c: Likewise.
44320         * libio/oldfileops.c: Likewise.
44321         * libio/oldiofclose.c: Likewise.
44322         * libio/oldiofdopen.c: Likewise.
44323         * libio/oldiofopen.c: Likewise.
44324         * libio/oldiopopen.c: Likewise.
44325         * libio/wfiledoalloc.c: Likewise.
44326         * libio/wgenops.c: Likewise.
44327         * locale/programs/xmalloc.c: Likewise.
44328         * misc/syslog.c: Likewise.
44329         * stdio-common/xbug.c: Likewise.
44330         * string/memchr.c: Likewise.
44331         * string/memcmp.c: Likewise.
44332         * string/memrchr.c: Likewise.
44333         * string/rawmemchr.c: Likewise.
44334         * sysdeps/posix/getcwd.c: Likewise.
44335         * time/strftime_l.c: Likewise.
44336
44337 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
44338
44339         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
44340         * config.make.in (config-cflags-sse2avx): Define.
44341         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
44342         Fix typo.
44343
44344 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
44345
44346         * scripts/config.guess: Update from upstream config git repository.
44347         * scripts/config.sub: Likewise.
44348
44349 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
44350
44351         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
44352         (EM_NUM): Update.
44353         (R_TILEPRO_*, R_TILEGX_*): New macros.
44354
44355         * scripts/firstversions.awk: Fix bug in version range handling.
44356
44357         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
44358
44359         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
44360
44361         * include/sys/epoll.h: New file.
44362         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
44363         libc_hidden_def.
44364
44365 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
44366
44367         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
44368         Avoid unnecessary __WORDSIZE == 64 test.
44369         (fmaxf): Use VEX format if possible.
44370         (fmax): Likewise.
44371         (fminf): Likewise.
44372         (fmin): Likewise.
44373
44374         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
44375         * math/math_private.h: Remove libc_fegetround* and
44376         libc_fesetround*.
44377         * sysdeps/i386/configure.in: Check for -msse2avx.
44378         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
44379         also if SSE2AVX is defined.
44380         Remove libc_fegetround* and libc_fesetround*.
44381         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
44382         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
44383         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
44384         of HAS_YMM_USABLE.
44385         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
44386         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
44387         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
44388         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
44389         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
44390
44391         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
44392
44393 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44394
44395         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
44396         size is not set.
44397         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
44398
44399 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
44400
44401         [BZ #13618]
44402         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
44403         relocation.
44404         * Makeconfig (libm): Define.
44405         * elf/Makefile: Add rules to build and run tst-relsort1.
44406         * elf/tst-relsort1.c: New file.
44407         * elf/tst-relsort1mod1.c: New file.
44408         * elf/tst-relsort1mod2.c: New file.
44409
44410 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
44411
44412         * math/s_ldexp.c: Remove __STDC__ conditionals.
44413         * math/s_ldexpf.c: Likewise.
44414         * math/s_ldexpl.c: Likewise.
44415         * math/s_nextafter.c: Likewise.
44416         * math/s_nexttowardf.c: Likewise.
44417         * math/s_significand.c: Likewise.
44418         * math/s_significandf.c: Likewise.
44419         * math/s_significandl.c: Likewise.
44420         * math/w_jnl.c: Likewise.
44421         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44422         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44423         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44424         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44425         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44426         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44427         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
44428         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44429         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44430         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44431         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44432         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44433         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44434         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44435         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44436         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44437         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44438         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44439         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44440         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44441         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44442         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44443         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44444         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44445         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44446         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44447         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44448         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44449         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44450         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44451         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44452         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44453         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44454         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44455         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44456         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44457         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44458         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44459         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44460         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44461         * sysdeps/ieee754/k_standard.c: Likewise.
44462         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44463         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44464         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44465         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44466         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44467         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44468         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44469         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44470         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44471         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44472         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44473         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44474         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44475         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44476         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44477         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44478         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44479         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44480         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44481         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44482         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44483         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44484         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44485         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44486         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44487         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44488         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44489         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44490         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44491         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44492         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44493         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
44494         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44495         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44496         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44497         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44498         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
44499         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44500         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44501         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
44502         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
44503         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44504         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
44505         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
44506         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44507         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
44508         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
44509         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44510         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44511         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
44512         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
44513         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44514         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44515         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44516         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44517         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44518         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
44519         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44520         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44521         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44522         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44523         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44524         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44525         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44526         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44527         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44528         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44529         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44530         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44531         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44532         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44533         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44534         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44535         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44536         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44537         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44538         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44539         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44540         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44541         * sysdeps/ieee754/s_matherr.c: Likewise.
44542         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44543         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44544         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44545         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44546
44547 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
44548
44549         * crypt/md5.h: Remove __STDC__ conditionals.
44550         * libio/libioP.h: Likewise.
44551         * locale/programs/config.h: Likewise.
44552         * sysdeps/generic/sysdep.h: Likewise.
44553         * sysdeps/i386/asm-syntax.h: Likewise.
44554         * sysdeps/s390/asm-syntax.h: Likewise.
44555         * sysdeps/unix/sysdep.h: Likewise.
44556         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
44557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
44558
44559 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
44560
44561         * libio/libio.h: Remove __STDC__ conditionals.
44562         * malloc/obstack.h: Likewise.
44563         * math/complex.h: Likewise.
44564         * math/math.h: Likewise.
44565         * sysdeps/generic/_G_config.h: Likewise.
44566         * sysdeps/gnu/_G_config.h: Likewise.
44567         * sysdeps/mach/hurd/_G_config.h: Likewise.
44568         * sysdeps/powerpc/bits/mathdef.h: Likewise.
44569         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
44570         * sysdeps/sparc/bits/mathdef.h: Likewise.
44571
44572 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
44573
44574         [BZ #13583]
44575         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
44576         Clean up HAS_* macros.
44577         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
44578         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
44579         possible.
44580         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
44581         HAS_AVX.
44582         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
44583         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
44584         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
44585         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
44586         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
44587
44588 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
44589
44590         * elf/tst-unique3.cc (gets): Remove declaration.
44591         * elf/tst-unique3lib.cc (gets): Likewise.
44592         * elf/tst-unique3lib2.cc (gets): Likewise.
44593         * elf/tst-unique4.cc (gets): Likewise.
44594
44595 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
44596
44597         * include/stdio.h: Add C++ protection.  Add gets declarations and
44598         definitions.
44599         * debug/tst-chk1.c: Don't declare gets here.
44600         * stdio-common/tst-gets.c: Likewise.
44601
44602 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
44603
44604         * posix/glob: Remove directory.
44605
44606 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
44607
44608         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
44609
44610 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
44611
44612         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
44613         of the non-standard EPFNOSUPPORT.
44614
44615 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44616
44617         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
44618         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
44619         ANYWHERE set to 1 only on KERN_NO_SPACE error.
44620
44621 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
44622
44623         * wcsmbs/uchar.h: Test __STDC_VERSION__.
44624
44625 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
44626
44627         * nscd/aicache.c (addhstaiX): Do not cache negative results of
44628         transient errors.
44629         * nscd/grpcache.c (cache_addgr): Likewise.
44630         * nscd/hstcache.c (cache_addhst): Likewise.
44631         * nscd/initgrcache.c (addinitgroupsX): Likewise.
44632         * nscd/pwdcache.c (cache_addpw): Likewise.
44633         * nscd/servicescache.c (cache_addserv): Likewise.
44634
44635 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
44636
44637         * malloc/malloc.c: Various cleanups.
44638         * malloc/hooks.c: Likewise.
44639
44640         * stdlib/Makefile (tests): Add bug-fmtmsg1.
44641         * stdlib/bug-fmtmsg1.c: New file.
44642
44643         * stdlib/fmtmsg.c (init): Add missing unlock.
44644         Patch by Peng Haitao <penght@cn.fujitsu.com>.
44645
44646 2012-01-12  Marek Polacek  <polacek@redhat.com>
44647
44648         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
44649         and _GNU_SOURCE.
44650
44651 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
44652
44653         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
44654         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
44655         macro to ensure uniqueness of label name.
44656         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
44657         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
44658
44659 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
44660
44661         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
44662
44663         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
44664         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44665         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44666         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
44667
44668 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
44669
44670         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
44671
44672         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
44673         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44674         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44675
44676         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
44677
44678         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
44679         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44680         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44681         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
44682
44683         * math/bits/math-finite.h: Add ldexp support.
44684
44685 2012-01-10  Marek Polacek  <polacek@redhat.com>
44686
44687         * locale/programs/localedef.h (show_archive_content): Add noreturn
44688         attribute.
44689
44690 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
44691
44692         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
44693
44694 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
44695
44696         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
44697
44698         * io/Makefile (headers): Add bits/poll2.h.
44699
44700 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
44701
44702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
44703         typo #include statement.
44704
44705 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
44706
44707         * include/sys/cdefs.h: Define __attribute_alloc_size.
44708         * catgets/gencat.c: Add alloc_size attribute and apply consistently
44709         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
44710         * elf/pldd.c: Likewise.
44711         * iconv/iconv_charmap.c: Likewise.
44712         * iconv/iconvconfig.c: Likewise.
44713         * iconv/strtab.c: Likewise.
44714         * locale/programs/locale.c: Likewise.
44715         * locale/programs/localedef.h: Likewise.
44716         * locale/programs/simple-hash.c: Likewise.
44717         * nscd/nscd.h: Likewise.
44718         * nss/makedb.c: Likewise.
44719         * sysdeps/generic/ldconfig.h: Likewise.
44720         * locale/programs/localedef.c: Remove xmalloc prototype.
44721         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
44722
44723 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
44724
44725         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
44726         appropriate.
44727
44728 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
44729
44730         * math/Makefile (tests): Add tst-CMPLX.
44731         * math/tst-CMPLX.c: New file.
44732
44733         * math/complex.h (CMPLXL): Fix typo.
44734
44735         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
44736         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
44737         GLIBC_2.16.
44738         * debug/tst-chk1.c: Add poll and ppoll tests.
44739         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
44740         * include/sys/poll.h: Add hidden proto for ppoll.
44741         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
44742         * sysdeps/mach/hurd/ppoll.c: Likewise.
44743         * io/ppoll.c: Likewise.
44744         * debug/poll_chk.c: New file.
44745         * debug/ppoll_chk.c: New file.
44746         * include/bits/poll2.h: New file.
44747         * io/bits/poll2.h: New file.
44748
44749         [BZ #1350]
44750         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
44751
44752         * configure.in: static is always set to yes.  Remove.
44753         * config.make.in: Don't set build-static.
44754         * Makeconfig: Remove use of build-static.
44755         * dlfcn/Makefile: Likewise.
44756         * elf/Makefile: Likewise.
44757         * math/Makefile: Likewise.
44758         * misc/Makefile: Likewise.
44759         * nptl/Makefile: Likewise.
44760         * sysdeps/mach/hurd/Makefile: Likewise.
44761
44762         * configure.in: PWD_P is not used anymore.
44763         * config.make.in: Remove PWD_P entry.
44764
44765         * configure.in: Remove last remnants of RANLIB.
44766         No need to check for signed size_t anymore.
44767         Don't set libc_commonpagesize and libc_relro_required here for Alpha
44768         and IA-64.
44769         Remove __builtin_expect test because we require at least gcc 3.4.
44770         * aclocal.m4: Likewise.
44771
44772         * wcsmbs/mbrtoc16.c: Implement using towc function.
44773         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
44774         * wcsmbs/wcsmbsload.c: Likewise.
44775         * iconv/gconv_simple.c: Likewise.
44776         * iconv/gconv_int.h: Likewise.
44777         * iconv/gconv_builtin.h: Likewise.
44778         * iconv/iconv_prog.c: Remove CHAR16 handling.
44779
44780         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
44781
44782         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
44783
44784         * configure.in: Remove --with-elf and --enable-bounded options.
44785         Dont set base_machine for ia64.  More non-ELF conditions removed.
44786         Remove testing and setting of leading underscore information.
44787         * config.make.in (build-bounded): Set to no.
44788         * config.h.in: Remove NO_UNDERSCORES entry.
44789         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
44790         them.
44791         * csu/start.c: Remove !NO_UNDERSCORE code.
44792         * locale/localeinfo.h: Likewise.
44793         * sysdeps/generic/machine-gmon.h: Likewise.
44794         * sysdeps/generic/sysdep.h: Likewise.
44795         * sysdeps/i386/sysdep.h: Likewise.
44796         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
44797         * sysdeps/mach/sysdep.h: Likewise.
44798         * sysdeps/s390/s390-32/sysdep.h: Likewise.
44799         * sysdeps/s390/s390-64/sysdep.h: Likewise.
44800         * sysdeps/sh/sysdep.h: Likewise.
44801         * sysdeps/sparc/sparc32/alloca.S: Likewise.
44802         * sysdeps/unix/i386/sysdep.S: Likewise.
44803         * sysdeps/unix/sparc/start.c: Likewise.
44804         * sysdeps/unix/sparc/sysdep.S: Likewise.
44805         * sysdeps/unix/sparc/sysdep.h: Likewise.
44806         * sysdeps/unix/start.c: Likewise.
44807         * sysdeps/unix/x86_64/sysdep.S: Likewise.
44808         * sysdeps/x86_64/sysdep.h: Likewise.
44809
44810 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
44811
44812         [BZ #13553]
44813         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
44814         for non-gcc.
44815         * argp/argp-fmtstream.h: Use const instead __const.
44816         * argp/argp.h: Likewise.
44817         * assert/assert.h: Likewise.
44818         * bits/fenv.h: Likewise.
44819         * bits/sched.h: Likewise.
44820         * bits/sigset.h: Likewise.
44821         * bits/sigthread.h: Likewise.
44822         * catgets/nl_types.h: Likewise.
44823         * conform/data/pthread.h-data: Likewise.
44824         * crypt/crypt-private.h: Likewise.
44825         * crypt/crypt.h: Likewise.
44826         * crypt/crypt_util.c: Likewise.
44827         * ctype/ctype.h: Likewise.
44828         * debug/execinfo.h: Likewise.
44829         * debug/mbsnrtowcs_chk.c: Likewise.
44830         * debug/mbsrtowcs_chk.c: Likewise.
44831         * debug/wcsnrtombs_chk.c: Likewise.
44832         * debug/wcsrtombs_chk.c: Likewise.
44833         * debug/wcstombs_chk.c: Likewise.
44834         * dirent/dirent.h: Likewise.
44835         * dlfcn/dlfcn.h: Likewise.
44836         * elf/neededtest4.c: Likewise.
44837         * grp/grp.h: Likewise.
44838         * gshadow/gshadow.h: Likewise.
44839         * iconv/gconv.h: Likewise.
44840         * iconv/gconv_int.h: Likewise.
44841         * iconv/gconv_simple.c: Likewise.
44842         * iconv/iconv.h: Likewise.
44843         * iconv/loop.c: Likewise.
44844         * iconv/skeleton.c: Likewise.
44845         * include/aio.h: Likewise.
44846         * include/aliases.h: Likewise.
44847         * include/argz.h: Likewise.
44848         * include/arpa/inet.h: Likewise.
44849         * include/assert.h: Likewise.
44850         * include/dirent.h: Likewise.
44851         * include/dlfcn.h: Likewise.
44852         * include/execinfo.h: Likewise.
44853         * include/fcntl.h: Likewise.
44854         * include/fenv.h: Likewise.
44855         * include/glob.h: Likewise.
44856         * include/grp.h: Likewise.
44857         * include/libintl.h: Likewise.
44858         * include/mntent.h: Likewise.
44859         * include/netdb.h: Likewise.
44860         * include/pwd.h: Likewise.
44861         * include/rpc/netdb.h: Likewise.
44862         * include/sched.h: Likewise.
44863         * include/search.h: Likewise.
44864         * include/shadow.h: Likewise.
44865         * include/signal.h: Likewise.
44866         * include/stdio.h: Likewise.
44867         * include/stdlib.h: Likewise.
44868         * include/string.h: Likewise.
44869         * include/sys/socket.h: Likewise.
44870         * include/sys/stat.h: Likewise.
44871         * include/sys/statfs.h: Likewise.
44872         * include/sys/statvfs.h: Likewise.
44873         * include/sys/syslog.h: Likewise.
44874         * include/sys/time.h: Likewise.
44875         * include/sys/uio.h: Likewise.
44876         * include/time.h: Likewise.
44877         * include/unistd.h: Likewise.
44878         * include/utmp.h: Likewise.
44879         * include/wchar.h: Likewise.
44880         * include/wctype.h: Likewise.
44881         * inet/aliases.h: Likewise.
44882         * inet/arpa/inet.h: Likewise.
44883         * inet/netinet/ether.h: Likewise.
44884         * inet/netinet/in.h: Likewise.
44885         * intl/libintl.h: Likewise.
44886         * io/bits/fcntl2.h: Likewise.
44887         * io/fcntl.h: Likewise.
44888         * io/ftw.h: Likewise.
44889         * io/sys/poll.h: Likewise.
44890         * io/sys/stat.h: Likewise.
44891         * io/sys/statfs.h: Likewise.
44892         * io/sys/statvfs.h: Likewise.
44893         * io/utime.h: Likewise.
44894         * libio/bits/stdio.h: Likewise.
44895         * libio/bits/stdio2.h: Likewise.
44896         * libio/libio.h: Likewise.
44897         * libio/libioP.h: Likewise.
44898         * libio/stdio.h: Likewise.
44899         * locale/lc-ctype.c: Likewise.
44900         * locale/locale.h: Likewise.
44901         * login/utmp.h: Likewise.
44902         * malloc/arena.c: Likewise.
44903         * malloc/malloc.c: Likewise.
44904         * malloc/malloc.h: Likewise.
44905         * malloc/mcheck.c: Likewise.
44906         * malloc/mtrace.c: Likewise.
44907         * math/bits/mathcalls.h: Likewise.
44908         * math/fenv.h: Likewise.
44909         * math/math_private.h: Likewise.
44910         * misc/bits/error.h: Likewise.
44911         * misc/bits/syslog.h: Likewise.
44912         * misc/err.h: Likewise.
44913         * misc/error.h: Likewise.
44914         * misc/fstab.h: Likewise.
44915         * misc/mntent.h: Likewise.
44916         * misc/regexp.h: Likewise.
44917         * misc/search.h: Likewise.
44918         * misc/sgtty.h: Likewise.
44919         * misc/sys/mman.h: Likewise.
44920         * misc/sys/syslog.h: Likewise.
44921         * misc/sys/uio.h: Likewise.
44922         * misc/sys/xattr.h: Likewise.
44923         * misc/ttyent.h: Likewise.
44924         * nis/rpcsvc/ypclnt.h: Likewise.
44925         * nss/nss.h: Likewise.
44926         * posix/bits/unistd.h: Likewise.
44927         * posix/fnmatch.h: Likewise.
44928         * posix/glob.h: Likewise.
44929         * posix/sched.h: Likewise.
44930         * posix/spawn.h: Likewise.
44931         * posix/sys/wait.h: Likewise.
44932         * posix/unistd.h: Likewise.
44933         * posix/wordexp.h: Likewise.
44934         * pwd/pwd.h: Likewise.
44935         * resolv/netdb.h: Likewise.
44936         * resource/sys/resource.h: Likewise.
44937         * rt/aio.h: Likewise.
44938         * rt/bits/mqueue2.h: Likewise.
44939         * rt/mqueue.h: Likewise.
44940         * shadow/shadow.h: Likewise.
44941         * signal/signal.h: Likewise.
44942         * socket/send.c: Likewise.
44943         * socket/sendto.c: Likewise.
44944         * socket/sys/socket.h: Likewise.
44945         * stdio-common/printf.h: Likewise.
44946         * stdlib/bits/stdlib.h: Likewise.
44947         * stdlib/fmtmsg.h: Likewise.
44948         * stdlib/monetary.h: Likewise.
44949         * stdlib/stdlib.h: Likewise.
44950         * stdlib/ucontext.h: Likewise.
44951         * streams/stropts.h: Likewise.
44952         * string/argz.h: Likewise.
44953         * string/bits/string2.h: Likewise.
44954         * string/string.h: Likewise.
44955         * string/strings.h: Likewise.
44956         * sunrpc/rpc/auth.h: Likewise.
44957         * sunrpc/rpc/auth_des.h: Likewise.
44958         * sunrpc/rpc/clnt.h: Likewise.
44959         * sunrpc/rpc/netdb.h: Likewise.
44960         * sunrpc/rpc/pmap_clnt.h: Likewise.
44961         * sunrpc/rpc/xdr.h: Likewise.
44962         * sysdeps/generic/inttypes.h: Likewise.
44963         * sysdeps/generic/net/if.h: Likewise.
44964         * sysdeps/generic/sys/swap.h: Likewise.
44965         * sysdeps/gnu/net/if.h: Likewise.
44966         * sysdeps/gnu/utmpx.h: Likewise.
44967         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
44968         * sysdeps/i386/i486/bits/string.h: Likewise.
44969         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
44970         * sysdeps/s390/bits/string.h: Likewise.
44971         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
44972         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
44973         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
44974         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
44975         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
44976         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
44977         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
44978         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
44979         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
44980         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
44981         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
44982         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
44983         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
44984         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
44985         * sysdeps/unix/sysv/linux/readv.c: Likewise.
44986         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
44987         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
44988         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
44989         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
44990         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
44991         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44992         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
44993         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
44994         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
44995         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
44996         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
44997         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
44998         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44999         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
45000         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
45001         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
45002         * sysvipc/sys/ipc.h: Likewise.
45003         * sysvipc/sys/msg.h: Likewise.
45004         * sysvipc/sys/sem.h: Likewise.
45005         * sysvipc/sys/shm.h: Likewise.
45006         * termios/termios.h: Likewise.
45007         * time/sys/time.h: Likewise.
45008         * time/time.h: Likewise.
45009         * wcsmbs/bits/wchar2.h: Likewise.
45010         * wcsmbs/uchar.h: Likewise.
45011         * wcsmbs/wchar.h: Likewise.
45012         * wctype/wctype.h: Likewise.
45013
45014         [BZ #13551]
45015         * Makeconfig: Remove all but ELF support including AIX support.
45016         * Makerules: Likewise.
45017         * config.h.in: Likewise.
45018         * config.make.in: Likewise.
45019         * configure: Likewise.
45020         * configure.in: Likewise.
45021         * csu/Makefile: Likewise.
45022         * csu/version.c: Likewise.
45023         * debug/Makefile: Likewise.
45024         * dlfcn/Makefile: Likewise.
45025         * elf/Makefile: Likewise.
45026         * extra-lib.mk: Likewise.
45027         * iconv/Makefile: Likewise.
45028         * include/libc-symbols.h: Likewise.
45029         * include/shlib-compat.h: Likewise.
45030         * resolv/Makefile: Likewise.
45031         * resolv/res_libc.c: Likewise.
45032         * rt/Makefile: Likewise.
45033         * sysdeps/i386/asm-syntax.h: Likewise.
45034         * sysdeps/i386/sysdep.h: Likewise.
45035         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
45036         * sysdeps/mach/sysdep.h: Likewise.
45037         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
45038         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
45039         * sysdeps/s390/asm-syntax.h: Likewise.
45040         * sysdeps/s390/s390-32/sysdep.h: Likewise.
45041         * sysdeps/s390/s390-64/sysdep.h: Likewise.
45042         * sysdeps/sh/sysdep.h: Likewise.
45043         * sysdeps/unix/sparc/sysdep.h: Likewise.
45044         * sysdeps/wordsize-32/divdi3.c: Likewise.
45045         * sysdeps/x86_64/sysdep.h: Likewise.
45046
45047         * argp/Versions: Remove _argp_unlock_xxx.
45048
45049         [BZ #13559]
45050         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
45051         * abilist/libBrokenLocale.abilist: Likewise.
45052         * abilist/libanl.abilist: Likewise.
45053         * abilist/libc.abilist: Likewise.
45054         * abilist/libcrypt.abilist: Likewise.
45055         * abilist/libdl.abilist: Likewise.
45056         * abilist/libm.abilist: Likewise.
45057         * abilist/libnsl.abilist: Likewise.
45058         * abilist/libpthread.abilist: Likewise.
45059         * abilist/libresolv.abilist: Likewise.
45060         * abilist/librt.abilist: Likewise.
45061         * abilist/libthread_db.abilist: Likewise.
45062         * abilist/libutil.abilist: Likewise.
45063         * abilist/libnss_db.abilist: New file.
45064
45065         * scripts/abilist.awk: Add support for indirect functions.
45066
45067         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
45068
45069         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
45070
45071         * shlib-versions: Remove entries for ports architectures.
45072
45073         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
45074         files in ports.
45075         * elf/stackguard-macros.h: Remove support for IA-64.
45076         * elf/tst-auditmod1.c: Likewise.
45077         * sysdeps/generic/ldsodefs.h: Likewise.
45078
45079         * sysdeps/unix/sysv/linux/configure.in: Ports should define
45080         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
45081         configure files.
45082
45083         [BZ #13552]
45084         * configure.in: Remove --enable-omitfp support.
45085         * FAQ.in: Adjust.
45086         * config.make.in: Likewise.
45087         * Makeconfig: Likewise.
45088         * manual/install.texi: Likewise.
45089
45090         In case anyone cares, the IA-64 architecture could move to ports.
45091         * sysdeps/ia64/*: Removed.
45092         * sysdeps/unix/sysv/linux/ia64/*: Removed.
45093         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
45094
45095         [BZ #13555]
45096         * configure.in: Remove entries for unsupported architectures.
45097
45098         [BZ #13533]
45099         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
45100         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
45101         routines.
45102         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
45103         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
45104         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
45105         fall back to using wcrtomb.
45106         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
45107         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
45108         renaming.
45109         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
45110         * wcsmbs/tst-c16c32-1.c: New file.
45111
45112         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
45113         local variable.
45114
45115         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
45116
45117         * elf/tst-unique3.cc: Add explicit declaration of gets.
45118         * elf/tst-unique3lib.cc: Likewise.
45119         * elf/tst-unique3lib2.cc: Likewise.
45120         * elf/tst-unique4.cc: Likewise.
45121
45122         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
45123
45124 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
45125
45126         [BZ #13566]
45127         * assert/assert.h (static_assert): Don't define for C++.
45128         * libio/stdio.h (gets): Do declare for C++ <= C++11.
45129         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
45130
45131 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
45132
45133         * iconv/loop.c (single loop): Fix assertion in storing of
45134         remaining bytes.
45135
45136         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
45137
45138 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
45139
45140         * posix/getconf.c: Update copyright year.
45141         * nss/getent.c: Likewise.
45142         * nss/makedb.c: Likewise.
45143         * iconv/iconvconfig.c: Likewise.
45144         * iconv/iconv_prog.c: Likewise.
45145         * elf/ldconfig.c: Likewise.
45146         * elf/pldd.c: Likewise.
45147         * elf/sotruss.ksh: Likewise.
45148         * catgets/gencat.c: Likewise.
45149         * csu/version.c: Likewise.
45150         * elf/ldd.bash.in: Likewise.
45151         * elf/sprof.c (print_version): Likewise.
45152         * locale/programs/locale.c: Likewise.
45153         * locale/programs/localedef.c: Likewise.
45154         * login/programs/pt_chown.c: Likewise.
45155         * nscd/nscd.c (print_version): Likewise.
45156         * debug/xtrace.sh: Likewise.
45157         * malloc/memusage.sh: Likewise.
45158         * malloc/mtrace.pl: Likewise.
45159         * debug/catchsegv.sh: Likewise.
45160
45161 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
45162
45163         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
45164         pure attribute.
45165
45166 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
45167
45168         [BZ #13533]
45169         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
45170         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
45171         transformations.
45172         * iconv/gconv_int.h: Likewise.
45173         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
45174         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
45175         from libc for GLIBC_2.16.
45176         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
45177         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
45178         * wcsmbs/uchar.h: Really define mbstate_t.
45179         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
45180         * wcsmbs/c16rtomb.c: New file.
45181         * wcsmbs/mbrtoc16.c: New file.
45182         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
45183         for C/POSIX locale.
45184         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
45185         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
45186
45187         * wcsmbs/wchar.h: Add missing __restrict.
45188
45189 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
45190
45191         [BZ #13532]
45192         * time/Makefile (routines): Add timespec_get.
45193         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
45194         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
45195         timespec for ISO C11.
45196         * time/timespec_get.c: New file.
45197         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
45198         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
45199
45200         [BZ #13531]
45201         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
45202         * stdlib/stdlib.h: Declare aligned_alloc.
45203         * Versions.def: Add GLIBC_2.16 for libc.
45204         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
45205
45206         [BZ 13527]
45207         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
45208         ISO C11.
45209
45210         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
45211         code.
45212
45213         [BZ #13528]
45214         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
45215
45216         [BZ #13529]
45217         * assert/assert.h (static_assert): Define.
45218
45219         * version.h: Update for 2.16 development version.
45220
45221         [BZ #13526]
45222         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
45223         _ISOC11_SOURCE.
45224
45225         * version.h (RELEASE): Bump for 2.15 release.
45226         * include/features.h (__GLIBC_MINOR__): Bump to 15.
45227
45228         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
45229         Patch by Marek Polacek <mpolacek@redhat.com>.
45230
45231         * bits/byteswap.h: Protect long long constants with __extension__.
45232         * sysdeps/i386/bits/byteswap.h: Likewise.
45233         * sysdeps/ia64/bits/byteswap.h: Likewise.
45234         * sysdeps/s390/bits/byteswap.h: Likewise.
45235         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45236
45237 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45238
45239         [BZ #13540]
45240         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
45241         destination buffer.
45242         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
45243
45244 2011-12-23  Marek Polacek  <polacek@redhat.com>
45245
45246         * elf/dl-addr.c (determine_info): Add inline keyword.
45247         * elf/tst-auditmod4b.c (check_avx): Likewise.
45248         * elf/tst-auditmod6b.c (check_avx): Likewise.
45249         * elf/tst-auditmod6c.c (check_avx): Likewise.
45250         * elf/tst-auditmod7b.c (check_avx): Likewise.
45251
45252 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
45253
45254         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
45255         !__SSE_MATH__.
45256
45257 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45258
45259         [BZ #13540]
45260         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
45261         processing for last bytes.
45262
45263 2011-08-06  Bruno Haible  <bruno@clisp.org>
45264
45265         [BZ #13061]
45266         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
45267         U+0385, not to U+1FEE.
45268
45269         [BZ #13062]
45270         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
45271         entry for U+00A5 U+0301.
45272
45273 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
45274
45275         [BZ #13166]
45276         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
45277         buffer for the output is too small.
45278
45279         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
45280         optimization.
45281
45282         [BZ #13185]
45283         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
45284         SSE flags if possible.
45285
45286 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45287
45288         [BZ #13540]
45289         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
45290         processing for last bytes.
45291
45292 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
45293
45294         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
45295         (syscall-list-default-options, syscall-list-default-condition)
45296         (syscall-list-includes): Define.
45297         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
45298         list of ABIs and options and #if conditions for each ABI.  Do not
45299         handle common syscalls between ABIs specially.
45300         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
45301         Remove.
45302         (syscall-list-variants, syscall-list-32bit-options)
45303         (syscall-list-32bit-condition, syscall-list-64bit-options)
45304         (syscall-list-64bit-condition): Define.
45305         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
45306         (syscall-list-variants, syscall-list-32bit-options)
45307         (syscall-list-32bit-condition, syscall-list-64bit-options)
45308         (syscall-list-64bit-condition): Define.
45309         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
45310         Remove.
45311         (syscall-list-variants, syscall-list-32bit-options)
45312         (syscall-list-32bit-condition, syscall-list-64bit-options)
45313         (syscall-list-64bit-condition): Define.
45314         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
45315         Remove.
45316         (syscall-list-variants, syscall-list-32bit-options)
45317         (syscall-list-32bit-condition, syscall-list-64bit-options)
45318         (syscall-list-64bit-condition): Define.
45319
45320 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
45321
45322         * locale/iso-639.def: Add brx entry.
45323
45324         [BZ #13328]
45325         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
45326         Proposed by Mariusz_Cukr <marcukr@op.pl>.
45327
45328         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
45329         __feraiseexcept_renamed.
45330
45331 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
45332
45333         [BZ #13538]
45334         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
45335         EPOLLET with unsigned values.
45336         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
45337         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
45338
45339         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
45340         to large cancellation.
45341         * math/s_cacoshf.c: Likewise.
45342         * math/s_cacoshl.c: Likewise.
45343
45344 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
45345
45346         [BZ #13305]
45347         [BZ #12786]
45348         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
45349         * math/s_cacoshf.c: Likewise.
45350         * math/s_cacoshl.c: Likewise.
45351
45352 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
45353
45354         [BZ #13439]
45355         * iconv/gconv.h: Define __GCONV_SWAP.
45356         * iconvdata/unicode.c: The swap bit must be stored in __flags.
45357         * iconvdata/utf-16.c: Likewise.
45358         * iconvdata/utf-32.c: Likewise.
45359
45360 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
45361
45362         [BZ #13524]
45363         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
45364         numerator after shifting it by one limb.
45365
45366 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
45367
45368         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
45369         under [__USE_EXTERN_INLINES].
45370
45371 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
45372
45373         [BZ #13446]
45374         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
45375
45376 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45377
45378         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
45379         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
45380         optimized code.
45381         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
45382         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
45383         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
45384         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
45385         for strncasecmp/strncasecmp_l compilation.
45386         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
45387         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
45388
45389 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
45390
45391         [BZ #13484]
45392         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
45393         of __asm__.
45394
45395 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
45396
45397         [BZ #13506]
45398         * time/tzfile.c (__tzfile_read): Check values from file header.
45399
45400 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
45401
45402         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
45403         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
45404         * powerpc/powerpc32/dl-start.S: Likewise.
45405         * powerpc/powerpc32/elf/start.S: Likewise.
45406         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
45407         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
45408         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
45409         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
45410         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
45411         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
45412         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
45413         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
45414         * powerpc/powerpc32/fpu/s_round.S: Likewise.
45415         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
45416         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
45417         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
45418         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
45419         * powerpc/powerpc32/memset.S: Likewise.
45420         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
45421         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
45422         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
45423         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
45424         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
45425         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
45426         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
45427         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
45428         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
45429         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
45430         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
45431         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
45432         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
45433
45434 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45435
45436         * math/libm-test.inc: Added more nearbyint tests.
45437         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
45438         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
45439         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
45440         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
45441
45442 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
45443
45444         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
45445         FD_CLOEXEC.
45446
45447 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45448
45449         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
45450         Add wcscpy-ssse3 wcscpy-c.
45451         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
45452         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
45453         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
45454         * sysdeps/x86_64/wcschr.S: New file.
45455         * sysdeps/x86_64/wcsrchr.S: New file.
45456         * string/test-strcmp.c: Remove checking of wcscmp function for
45457         wrong alignments.
45458         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
45459         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
45460         wcsrchr-sse2 wcsrchr-c.
45461         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
45462         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
45463         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
45464         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
45465         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
45466         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
45467         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
45468         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
45469         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
45470         * wcsmbc/wcschr.c (WCSCHR): New macro.
45471
45472 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45473
45474         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
45475         * wcsmbs/test-wcsrchr.c: New file.
45476         * string/test-strrchr.c: Add wcsrchr support.
45477         (WIDE): New macro.
45478         * wcsmbs/test-wcscpy.c: New file.
45479         * string/test-strcpy.c: Add wcscpy support.
45480         (WIDE): New macro.
45481
45482 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
45483
45484         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
45485         the inner loop.
45486
45487 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
45488
45489         [BZ #13472]
45490         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
45491
45492 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
45493
45494         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
45495         Minor optimizations.
45496
45497         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
45498         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
45499         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
45500
45501 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
45502
45503         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
45504         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
45505         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
45506         for gcc to avoid warnings.
45507         * inet/Makefile (tests): Add tst-checks.
45508         * inet/tst-checks.c: New file.
45509
45510         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
45511         warning.
45512
45513         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
45514         __wmemcmp_sse2.
45515
45516         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
45517         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
45518
45519         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
45520
45521 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
45522
45523         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
45524         problem.
45525
45526         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
45527
45528 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
45529
45530         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
45531         conditional on GCC version.
45532         (__arch_compare_and_exchange_val_8_acq)
45533         (__arch_compare_and_exchange_val_16_acq)
45534         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
45535         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
45536         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
45537
45538 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
45539
45540         * sysdeps/sh/backtrace.c: New file.
45541
45542 2011-12-02  Andreas Schwab  <schwab@redhat.com>
45543
45544         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
45545         parenthesis.
45546
45547 2011-12-01  Andreas Schwab  <schwab@redhat.com>
45548
45549         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
45550         falling back to utime.
45551
45552 2011-11-30  Andreas Schwab  <schwab@redhat.com>
45553
45554         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
45555         expectations for float.
45556
45557 2011-11-29  Andreas Schwab  <schwab@redhat.com>
45558
45559         * locale/weight.h (findidx): Add parameter len.
45560         * locale/weightwc.h (findidx): Likewise.
45561         * posix/fnmatch_loop.c (FCT): Adjust caller.
45562         * posix/regcomp.c (build_equiv_class): Likewise.
45563         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
45564         * posix/regexec.c (check_node_accept_bytes): Likewise.
45565         * string/strcoll_l.c (STRCOLL): Likewise.
45566         * string/strxfrm_l.c (STRXFRM): Likewise.
45567
45568 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
45569
45570         * Makefile.in: Remove CVSOPT handling.
45571         * configure.in: Remove use of AC_REVISION.
45572         * iconvdata/Makefile (distribute): No need to filter out CVS.
45573         * scripts/list-sources.sh: Remove CVS, subversion and monotone
45574         handling.
45575
45576 2011-11-16  Andreas Schwab  <schwab@redhat.com>
45577
45578         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
45579         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
45580         [USE_AS_STRNCASECMP_L]: Likewise.
45581         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
45582         NO_TLS_DIRECT_SEG_REFS.
45583         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
45584         Fix argument offsets for non-PIC.
45585         [USE_AS_STRNCASECMP_L]: Likewise.
45586         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
45587         NO_TLS_DIRECT_SEG_REFS.
45588
45589 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
45590
45591         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
45592         O_CLOEXEC.
45593         * locale/loadlocale.c (_nl_load_locale): Likewise.
45594
45595 2011-11-15  Andreas Schwab  <schwab@redhat.com>
45596
45597         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
45598         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
45599         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
45600         (SYSCALL_GETTIME): Set errno on error.
45601
45602         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
45603         count references to noai6ai_cached.
45604
45605 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
45606
45607         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
45608
45609         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
45610         FD_CLOEXEC for /proc/self/maps.
45611
45612         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
45613         FD_CLOEXEC for /proc/meminfo.
45614
45615         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
45616         gai.conf.
45617
45618         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
45619         FD_CLOEXEC for given file.
45620
45621         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
45622
45623         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
45624         FD_CLOEXEC for /etc/hosts.
45625         (_gethtent): Likewise.
45626
45627         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
45628
45629         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
45630         cancellation and set FD_CLOEXEC for /etc/netgroup.
45631
45632         * nss/nss_files/files-key.c (search): Don't allow cancellation when
45633         reading /etc/publickey.
45634
45635         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
45636         allow cancellation when reading /etc/group.
45637
45638         * nss/nss_files/files-alias.c (internal_setent): Don't allow
45639         cancellation.
45640         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
45641
45642         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
45643         when using data file.
45644
45645         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
45646
45647         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
45648         (write_nis_obj): Use "c" and "e" in fopen.
45649
45650         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
45651
45652         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
45653
45654         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
45655
45656         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
45657
45658         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
45659         locale.alias.
45660
45661         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
45662
45663         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
45664
45665         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
45666
45667         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
45668         file parsing and set FD_CLOEXEC.
45669
45670 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
45671
45672         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
45673
45674 2011-11-14  Andreas Schwab  <schwab@redhat.com>
45675
45676         * malloc/arena.c (arena_get2): Don't call reused_arena when
45677         _int_new_arena failed.
45678
45679 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
45680
45681         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
45682         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
45683         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
45684         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
45685         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
45686         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
45687         to compile strcasecmp and strncasecmp.
45688         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
45689         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
45690
45691         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
45692
45693 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
45694
45695         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
45696         locale-defines.sym to gen-as-const-headers.
45697         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
45698         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
45699         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
45700         to compile strcasecmp and strncasecmp.
45701         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
45702         strcasecmp_l and strncasecmp_l.
45703         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
45704         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
45705         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
45706         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
45707         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
45708         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
45709         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
45710         * sysdeps/i386/i686/multiarch/strncase.S: New file.
45711         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
45712         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
45713         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
45714
45715 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
45716
45717         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
45718         result of SYSDEP_GETTIME_CPU to retval.
45719         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
45720         parameter list to macro.  Remove trailing semicolon.  Adjust users.
45721
45722         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
45723         variable.
45724
45725         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
45726         mantissa words.
45727         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
45728
45729         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
45730         from unused variable.
45731
45732         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
45733         DWARF definitions.
45734         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
45735         for assembling.
45736
45737         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
45738         over namespaces.
45739
45740         * sunrpc/rpc_prot.c (rejected): Fix case value.
45741
45742         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
45743         unsigned long long int to avoid warnings in shift.
45744
45745         * posix/regex_internal.c (re_string_reconstruct): Actually use result
45746         of use of trans.
45747         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
45748         variable tmp.
45749
45750         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
45751         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
45752         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
45753
45754         * nis/nis_table.c (nis_list): Use variable of correct type for
45755         result of __follow_path call.
45756
45757 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45758
45759         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
45760         of math functions ceil, trunc, floor, round, and sqrt, when
45761         avaliable on the platform.
45762         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
45763         name clash.
45764         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
45765         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
45766         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
45767
45768 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
45769
45770         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
45771         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
45772
45773 2011-11-11  Roland McGrath  <roland@hack.frob.com>
45774
45775         * include/unistd.h: Fix __readlink return type.
45776         Reported by Chris Metcalf <cmetcalf@tilera.com>.
45777
45778 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
45779
45780         * stdlib/ucontext.h: Undo last change for makecontext.
45781
45782 2011-11-11  Andreas Schwab  <schwab@redhat.com>
45783
45784         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
45785
45786         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
45787         * setjmp/setjmp.h: Mark functions as non-leaf.
45788         * setjmp/bits/setjmp2.h: Likewise.
45789         * stdlib/ucontext.h: Likewise.
45790
45791 2011-11-10  Andreas Schwab  <schwab@redhat.com>
45792
45793         * malloc/arena.c (_int_new_arena): Don't increment narenas.
45794         (reused_arena): Don't check arena limit.
45795         (arena_get2): Atomically check arena limit.
45796
45797 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
45798
45799         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
45800         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
45801
45802         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
45803         instructions.
45804
45805 2011-11-07  Andreas Schwab  <schwab@redhat.com>
45806
45807         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
45808         handler when locking.
45809
45810         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
45811         Fix size of allocated buffer.
45812
45813 2011-11-04  Andreas Schwab  <schwab@redhat.com>
45814
45815         [BZ #10103]
45816         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
45817         declarations for long double functions.
45818         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
45819
45820         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
45821
45822 2011-11-03  Andreas Schwab  <schwab@redhat.com>
45823
45824         * nscd/nscd.c (main): Don't start AVC thread until credentials are
45825         installed.
45826
45827         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
45828         is disabled.
45829
45830 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45831
45832         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
45833
45834 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
45835
45836         * include/alloca.h (stackinfo_alloca_round): Define.
45837         (extend_alloca): Use it.
45838         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
45839         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
45840         here.
45841
45842         * scripts/check-local-headers.sh: Ignore libaudit.h.
45843
45844         * nscd/Makefile (extra-objs): Make recursively expanded.
45845
45846 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
45847
45848         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
45849         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
45850
45851         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
45852         * posix/tst-rfc3484-2.c: Likewise.
45853         * posix/tst-rfc3484-3.c: Likewise.
45854
45855         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45856         process_vm_writev.
45857         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
45858         process_vm_writev.
45859         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
45860         process_vm_writev from libc using GLIBC_2.15 version.
45861
45862         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
45863
45864 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
45865
45866         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
45867         stack usage.
45868
45869 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
45870
45871         [BZ #13367]
45872         * nss/getent.c (initgroups_keys): Show error message in case no group
45873         names are given.
45874
45875         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
45876         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
45877         __bump_nl_timestamp.
45878         * nscd/connections (nscd_init): When host database is served open
45879         netlink socket and request notification about configuration changes.
45880         (main_loop_poll): Track netlink file descriptor and bump timestamp
45881         in case data becomes available.
45882         (main_loop_epoll): Likewise.
45883         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
45884         (database_pers_head): Add extra_data fileds.
45885         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
45886         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
45887         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
45888         Adjust caller.
45889         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
45890         in6ai data, call __free_in6ai.
45891         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
45892         Add -DHAVE_NETLINK.
45893         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
45894         interface information.  Reuse previous data if netlink timestamp
45895         is not changed.
45896         (__bump_nl_timestamp): New function.
45897         (__free_in6ai): New function.
45898
45899 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
45900
45901         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
45902         close_not_cancel_no_status here.
45903         (__check_pf): Reorganize code a bit to not call close twice if OOM.
45904
45905 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
45906
45907         [BZ #13276]
45908         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
45909         return value.
45910
45911         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
45912         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
45913         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
45914
45915 2011-07-03  Andreas Jaeger  <aj@suse.de>
45916
45917         [BZ #10709]
45918         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
45919         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
45920         * math/libm-test.inc (sin_test): Add test case.
45921
45922 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
45923
45924         [BZ #13337]
45925         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
45926         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45927
45928         * elf/chroot_canon.c (chroot_canon): Cleanups.
45929
45930         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
45931
45932         [BZ #13335]
45933         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
45934         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45935
45936         * string/test-strchr.c: Make usable for strchrnul testing.
45937         * string/test-strchrnul.c: New file.
45938         * string/Makefile (strop-tests): Add strchrnul.
45939
45940         * po/it.po: Update from translation team.
45941         * po/es.po: Likewise.
45942
45943 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
45944
45945         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
45946         the three constants needed as parameters.  Drop the others.
45947         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
45948         __m128i_strloadu_tolower.
45949         Create and initialize variable zero and use it in all the places
45950         where _mm_setzero_si128 was used.
45951
45952         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
45953         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
45954         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
45955         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
45956         anymore.
45957         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
45958         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
45959         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
45960         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
45961         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
45962         __mpranred, __mptan.
45963         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
45964         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
45965         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
45966         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
45967         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
45968         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
45969         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
45970         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
45971         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
45972
45973 2011-10-28  Andreas Schwab  <schwab@redhat.com>
45974
45975         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
45976         redefine if SHARED.
45977         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
45978
45979         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
45980         wide char related routines to wcsmbs subdir.
45981
45982 2011-10-27  Andreas Schwab  <schwab@redhat.com>
45983
45984         [BZ #13344]
45985         * misc/sys/cdefs.h (__THROWNL): Define.
45986         * posix/unistd.h: Use __THREADNL instead of __THREAD
45987         for memory synchronization functions.
45988
45989 2011-10-26  Roland McGrath  <roland@hack.frob.com>
45990
45991         [BZ #13349]
45992         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
45993         doesn't exist.
45994         * manual/stdio.texi (Obstack Streams): Node removed.
45995
45996 2011-10-26  Andreas Schwab  <schwab@redhat.com>
45997
45998         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
45999         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
46000         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
46001
46002         * math/math_private.h (math_force_eval): Allow non-addressable
46003         arguments.
46004         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
46005
46006 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
46007
46008         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
46009         file is not needed.
46010
46011         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
46012         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
46013         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46014         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46015         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46016         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46017         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46018         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
46019         Add AVX variants.
46020         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
46021         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
46022         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
46023         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
46024         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
46025         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
46026         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
46027         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
46028         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
46029         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
46030         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
46031         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
46032         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
46033         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
46034         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
46035         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
46036         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
46037         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
46038         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
46039
46040         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
46041         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
46042
46043         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
46044         place.  Use VEX encoding when compiling for AVX.
46045
46046 2011-10-25  Andreas Schwab  <schwab@redhat.com>
46047
46048         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
46049         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
46050
46051         * string/test-strchr.c (do_test): Don't generate NUL bytes.
46052
46053 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
46054
46055         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
46056         useless if() expression.
46057         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
46058         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
46059         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
46060         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46061         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
46062         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
46063         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
46064         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
46065         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
46066         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46067         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46068         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
46069         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
46070         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
46071         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
46072         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
46073         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46074         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46075         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
46076
46077         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
46078
46079 2011-10-25  Andreas Schwab  <schwab@redhat.com>
46080
46081         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
46082         condition.
46083         * elf/dl-fini.c (_dl_sort_fini): Likewise.
46084
46085 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
46086
46087         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
46088         .text section.  Avoid duplicate constants.
46089         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
46090         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
46091         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
46092         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46093         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
46094         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46095         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46096         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46097         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
46098         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
46099         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
46100         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
46101         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
46102         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
46103         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
46104         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
46105         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
46106         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
46107         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
46108         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
46109         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
46110         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
46111         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
46112         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
46113         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
46114         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
46115         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
46116         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
46117         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
46118         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
46119         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
46120         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
46121         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
46122         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
46123         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
46124         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
46125         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
46126         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
46127         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
46128         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
46129         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
46130         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
46131         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
46132         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
46133         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
46134
46135 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
46136
46137         * sysdeps/x86_64/dla.h: Move to ...
46138         * sysdeps/x86_64/fpu/dla.h: ...here.
46139         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
46140         situations.  Use __builtin_fma only for gcc 4.6 and up.
46141
46142         * config.make.in: Add have-mfma4 entry.
46143         * configure.in: Substitute libc_cv_cc_fma4.
46144         * math/Makefile (dbl-only-routines): Add sincostab.
46145         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
46146         Use __sincostab not sincos.
46147         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
46148         name is a macro.
46149         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
46150         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46151         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46152         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
46153         using __copysign.
46154         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
46155         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
46156         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
46157         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
46158         and __inv.
46159         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
46160         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
46161         __copysign.
46162         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
46163         define aliases when function name is a macro.
46164         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
46165         sysdeps/ieee754/dbl-64/sincos.tbl.
46166         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
46167         fma4-enabled routines.
46168         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
46169         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
46170         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
46171         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
46172         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
46173         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
46174         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
46175         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
46176         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
46177         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
46178         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
46179         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
46180         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
46181         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
46182         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
46183         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
46184         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
46185         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
46186         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
46187         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
46188         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
46189         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
46190         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
46191         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
46192         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
46193         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
46194         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
46195         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
46196         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
46197         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
46198
46199         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
46200         rename.
46201         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
46202         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
46203         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46204         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46205         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46206         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46207         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
46208         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
46209
46210 2011-10-24  Andreas Schwab  <schwab@redhat.com>
46211
46212         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
46213
46214 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
46215
46216         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
46217
46218         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
46219         prediction.
46220         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
46221
46222         * string/strnlen.c: Don't define STRNLEN, reverse logic.
46223         Remove unused variable magic_bits.
46224         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
46225
46226         * string/strnlen.c: Define and use STRNLEN macro.
46227         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
46228         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
46229         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
46230         * wcsmbs/wcslen.c: Define and use WCSLEN.
46231         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
46232         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
46233         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
46234         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
46235         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
46236         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
46237         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
46238
46239 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46240
46241         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46242         strnlen-sse2-no-bsf.
46243         Rename strlen-no-bsf to strlen-sse2-no-bsf.
46244         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
46245         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
46246         Add strnlen support.
46247         (USE_AS_STRNLEN): New macro.
46248         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
46249         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
46250         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
46251         * sysdeps/x86_64/wcslen.S: New file.
46252
46253 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
46254
46255         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
46256         XMM-moves are used for copying on small sizes.
46257
46258 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46259
46260         * wcsmbs/Makefile (strop-tests): Add wcschr.
46261         * wcsmbs/test-wcschr.c: New file.
46262         * string/test-strchr.c: Update.
46263         Add wcschr support.
46264         (WIDE): New macro.
46265
46266 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46267
46268         * wcsmbs/Makefile (strop-tests): Add wcslen.
46269         * wcsmbs/test-wcslen.c: New file.
46270         * string/test-strlen.c: Update.
46271         Add wcslen support.
46272         (WIDE): New macro.
46273
46274 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
46275
46276         * po/it.po: Update from translation team.
46277
46278 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46279
46280         * sysdeps/x86_64/wcscmp.S: Update.
46281         Fix wrong comparison semantics.
46282         wcscmp shall use signed comparison not unsigned.
46283         Don't use substraction to avoid overflow bug.
46284         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
46285         * wcsmbc/wcscmp.c: Likewise.
46286         * string/test-strcmp.c: Likewise.
46287         Add new tests to check cases with negative values.
46288
46289 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
46290
46291         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
46292         * sysdeps/x86_64/dla.h: ...here.  New file.
46293         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
46294         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
46295         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46296         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46297         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46298         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46299         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46300         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
46301         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
46302
46303 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
46304
46305         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
46306         __ynl_finite aliases.
46307
46308 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
46309
46310         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46311
46312         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
46313         define DLA_FMA.
46314         [DLA_FMA] (EMULV): Use DLA_FMA.
46315         [DLA_FMA] (MUL12): Use EMULV.
46316         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
46317         that are not needed.
46318         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
46319         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46320         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46321         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46322         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46323         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
46324         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
46325
46326 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
46327
46328         * math/s_nan.c: Undef __nan.
46329         * math/s_nanf.c: Undef __nanf.
46330         * math/s_nanl.c: Undef __nanl.
46331         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
46332         "math_private.h".
46333
46334 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
46335
46336         * math/s_catan.c: Add branch predictions.
46337         * math/s_catanf.c: Likewise.
46338         * math/s_catanh.c: Likewise.
46339         * math/s_catanhf.c: Likewise.
46340         * math/s_catanhl.c: Likewise.
46341         * math/s_catanl.c: Likewise.
46342         * math/s_cexp.c: Likewise.
46343         * math/s_cexpf.c: Likewise.
46344         * math/s_cexpl.c: Likewise.
46345         * math/s_clog.c: Likewise.
46346         * math/s_clog10.c: Likewise.
46347         * math/s_clog10f.c: Likewise.
46348         * math/s_clog10l.c: Likewise.
46349         * math/s_clogf.c: Likewise.
46350         * math/s_clogl.c: Likewise.
46351         * math/s_csqrt.c: Likewise.
46352         * math/s_csqrtf.c: Likewise.
46353         * math/s_csqrtl.c: Likewise.
46354         * math/s_ctanf.c: Likewise.
46355         * math/s_ctanh.c: Likewise.
46356         * math/s_ctanhf.c: Likewise.
46357         * math/s_ctanhl.c: Likewise.
46358         * math/s_ctanl.c: Likewise.
46359
46360         * math/math_private.h: Define __nan, __nanf, __nanl.
46361         * math/s_cacosh.c: Include <math_private.h>.
46362         * math/s_cacoshl.c: Likewise.
46363         * math/s_casinh.c: Likewise.
46364         * math/s_casinhf.c: Likewise.
46365         * math/s_casinhl.c: Likewise.
46366         * math/s_ccos.c: Rely entire on ccosh.
46367         * math/s_ccosf.c: Rely entire on ccoshf.
46368         * math/s_ccosl.c: Rely entirely on ccoshl.
46369         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
46370         Remove tests for FE_INVALID.
46371         * math/s_ccoshf.c: Likewise.
46372         * math/s_ccoshl.c: Likewise.
46373         * math/s_csin.c: Likewise.
46374         * math/s_csinf.c: Likewise.
46375         * math/s_csinh.c Likewise.
46376         * math/s_csinhf.c: Likewise.
46377         * math/s_csinhl.c: Likewise.
46378         * math/s_csinl.c: Likewise.
46379         * math/s_ctan.c: Likewise.
46380         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
46381         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
46382         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
46383
46384 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
46385
46386         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
46387         compilation problems.
46388
46389         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
46390         __builtin_expect.
46391
46392 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
46393
46394         * sysdeps/i386/configure.in: Test for -mfma4 option.
46395         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
46396         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
46397         COMMON_CPUID_INDEX_80000001.
46398         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
46399         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
46400         use it if FMA3 is not supported.
46401         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
46402
46403         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
46404         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
46405
46406 2011-10-20  Andreas Schwab  <schwab@redhat.com>
46407
46408         [BZ #12892]
46409         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
46410         it would create a cycle with a link time dependency.
46411
46412 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
46413
46414         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
46415         instruction.
46416         * string/Makefile (strop-tests): Add rawmemchr.
46417         * string/test-rawmemchr.c: New file.
46418
46419         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
46420         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
46421         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
46422         when compiling str{,n}casecmp and when AVX is available.  Hook up
46423         new optimized code in initializers.
46424
46425 2011-10-19  Andreas Schwab  <schwab@redhat.com>
46426
46427         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
46428         __feraiseexcept instead of feraiseexcept.
46429
46430 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
46431
46432         * math/math_private.h: Define defaults for libc_fetestexcept and
46433         libc_feupdateenv.
46434         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
46435         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
46436         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
46437         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
46438         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
46439         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
46440         libc_fetestexcept and libc_feupdateenv.
46441
46442         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
46443         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
46444         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
46445         * sysdeps/x86_64/fpu/math_private.h: Define special version of
46446         libc_feholdexcept_setround.
46447
46448         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
46449         Add s_nearbyint-c and s_nearbyintf-c.
46450         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
46451         nearbyintf inlines.
46452         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
46453         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
46454         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
46455         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
46456
46457         * math/math_private.h: Define defaults for libc_fegetround,
46458         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
46459         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
46460         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
46461         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
46462         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
46463         standard functions.
46464         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
46465         Remove comments and hacks for old compiler versions.
46466         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
46467         libc_fegetround, libc_fesetround, libc_feholdexcept, and
46468         libc_feholdexceptl.
46469
46470 2011-10-18  Andreas Schwab  <schwab@redhat.com>
46471
46472         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
46473         (__feraiseexcept_renamed): Add __NTH.
46474         (feraiseexcept): Add __NTH.  Rename local variables to fix
46475         namespace violations.
46476
46477 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
46478
46479         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
46480
46481         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
46482
46483         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
46484         recently added interfaces.
46485         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
46486
46487         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
46488         about macro parameter expansion.
46489
46490         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
46491         __NO_MATH_INLINES is defined.  Cleanups.
46492
46493         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
46494         and __floorf is target has SSE4.1.
46495         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
46496         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
46497         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
46498         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
46499
46500         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
46501         name.
46502         (floorf): Likewise.
46503
46504         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
46505
46506 2011-10-17  Andreas Schwab  <schwab@redhat.com>
46507
46508         * misc/sys/cdefs.h: Fix last change.
46509
46510         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
46511         database lookup.
46512
46513 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
46514
46515         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
46516
46517         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
46518         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46519         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
46520         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
46521         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
46522         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
46523         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
46524         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
46525         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
46526         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
46527         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
46528         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
46529         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
46530         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
46531         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
46532         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
46533         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
46534         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
46535         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
46536         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
46537         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
46538         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
46539
46540         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
46541         ceil, ceilf, floor, floorf.
46542
46543         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
46544         Perform IRELATIVE relocations last.
46545
46546         * elf/do-rel.h: Add another parameter nrelative, replacing the
46547         local variable with the same name.  Change name of the function
46548         to end in Rel or Rela (uppercase).
46549         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
46550         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
46551         elf_dynamic_do_##reloc function.
46552
46553 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
46554
46555         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
46556         is sufficient, at least on modern CPUs.
46557
46558         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
46559
46560         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
46561         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
46562
46563         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
46564         __expl_finite.
46565         * math/bits/math-finite.h: Add entries for exp.
46566         * math/e_expl.c: Add __*_finite alias.
46567         * sysdeps/i386/fpu/e_exp.S: Likewise.
46568         * sysdeps/i386/fpu/e_expf.S: Likewise.
46569         * sysdeps/i386/fpu/e_expl.c: Likewise.
46570         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
46571         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
46572         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
46573         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
46574         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
46575         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46576         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46577
46578         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
46579         is sufficient, at least on modern CPUs.
46580
46581         * ctype/ctype-info.c (__ctype_init): Define.
46582         * include/ctype.h (__ctype_init): Declare.
46583         (__ctype_b_loc): The variable is always initialized.
46584         (__ctype_toupper_loc): Likewise.
46585         (__ctype_tolower_loc): Likewise.
46586         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
46587         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
46588
46589 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
46590
46591         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
46592
46593         * configure.in: Also look in $cxxmachine/include for C++ system
46594         headers.
46595
46596 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46597
46598         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
46599         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
46600         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
46601         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
46602         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
46603         (USE_AS_WMEMCMP): New macro.
46604         Fixing indents.
46605         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
46606         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
46607         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
46608         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
46609         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46610         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
46611         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
46612         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
46613         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
46614         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
46615         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
46616         (USE_AS_WMEMCMP): New macro.
46617         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
46618         * sysdeps/string/test-memcmp.c: Update.
46619         Fix simple_wmemcmp.
46620         Add new tests.
46621         * wcsmbs/wmemcmp.c: Update.
46622         (WMEMCMP): New macro.
46623         Fix overflow bug.
46624
46625 2011-10-12  Andreas Jaeger  <aj@suse.de>
46626
46627         [BZ #13268]
46628         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
46629
46630 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
46631
46632         * libio/iofwide.c (do_length): Avoid warning.
46633
46634         * ctype/ctype.h (__isctype_f): Add missing __THROW.
46635
46636 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
46637
46638         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
46639
46640         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
46641         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
46642         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
46643         * sysdeps/i386/i686/fpu/e_log.S: New file.
46644         * sysdeps/i386/i686/fpu/e_logf.S: New file.
46645         * sysdeps/i386/i686/fpu/e_logl.S: New file.
46646
46647         * ctype/ctype.h: Add support for inlined isXXX functions when
46648         compiling C++ code.
46649
46650 2011-10-14  Andreas Schwab  <schwab@redhat.com>
46651
46652         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46653
46654         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
46655
46656 2011-10-13  Roland McGrath  <roland@hack.frob.com>
46657
46658         [BZ #13291]
46659         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
46660
46661 2011-10-13  Andreas Schwab  <schwab@redhat.com>
46662
46663         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
46664         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
46665         feraiseexcept.
46666
46667         * sysdeps/x86_64/memrchr.S: Check for zero size.
46668
46669         * string/stratcliff.c: Add memrchr tests.
46670
46671 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46672
46673         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46674         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
46675         rawmemchr-sse2 rawmemchr-sse2-bsf.
46676         * sysdeps/i386/i686/multiarch/memchr.S: New file.
46677         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
46678         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
46679         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
46680         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
46681         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
46682         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
46683         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
46684         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
46685         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
46686         * string/memrchr.c (MEMRCHR): New macro.
46687
46688 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
46689
46690         Add integration with gcc's -ffinite-math-only and optimize wrapper
46691         functions in libm.
46692         * Versions.def: Define GLIBC_2.15 version for libm.
46693         * math/Makefile (headers): Add bits/math-finite.h.
46694         * math/bits/math-finite.h: New file.
46695         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
46696         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
46697         * math/e_acoshl.c: Add __*_finite alias.
46698         * math/e_acosl.c: Likewise.
46699         * math/e_asinl.c: Likewise.
46700         * math/e_atan2l.c: Likewise.
46701         * math/e_atanhl.c: Likewise.
46702         * math/e_coshl.c: Likewise.
46703         * math/e_exp10.c: Likewise.
46704         * math/e_exp10f.c: Likewise.
46705         * math/e_exp10l.c: Likewise.
46706         * math/e_exp2l.c: Likewise.
46707         * math/e_fmodl.c: Likewise.
46708         * math/e_gammal_r.c: Likewise.
46709         * math/e_hypotl.c: Likewise.
46710         * math/e_j0l.c: Likewise.
46711         * math/e_j1l.c: Likewise.
46712         * math/e_jnl.c: Likewise.
46713         * math/e_lgammal_r.c: Likewise.
46714         * math/e_log10l.c: Likewise.
46715         * math/e_log2l.c: Likewise.
46716         * math/e_logl.c: Likewise.
46717         * math/e_powl.c: Likewise.
46718         * math/e_sinhl.c: Likewise.
46719         * math/e_sqrtl.c: Likewise.
46720         * math/e_scalb.c: Completely rewritten and optimized.
46721         * math/e_scalbf.c: Likewise.
46722         * math/e_scalbl.c: Likewise.
46723         * math/w_acos.c: Likewise.
46724         * math/w_acosf.c: Likewise.
46725         * math/w_acosl.c: Likewise.
46726         * math/w_acosh.c: Likewise.
46727         * math/w_acoshf.c: Likewise.
46728         * math/w_acoshl.c: Likewise.
46729         * math/w_asin.c: Likewise.
46730         * math/w_asinf.c: Likewise.
46731         * math/w_asinl.c: Likewise.
46732         * math/w_atan2.c: Likewise.
46733         * math/w_atan2f.c: Likewise.
46734         * math/w_atan2l.c: Likewise.
46735         * math/w_atanh.c: Likewise.
46736         * math/w_atanhf.c: Likewise.
46737         * math/w_atanhl.c: Likewise.
46738         * math/w_exp10.c: Likewise.
46739         * math/w_exp10f.c: Likewise.
46740         * math/w_exp10l.c: Likewise.
46741         * math/w_fmod.c: Likewise.
46742         * math/w_fmodf.c: Likewise.
46743         * math/w_fmodl.c: Likewise.
46744         * math/w_j0.c: Likewise.
46745         * math/w_j0f.c: Likewise.
46746         * math/w_j0l.c: Likewise.
46747         * math/w_j1.c: Likewise.
46748         * math/w_j1f.c: Likewise.
46749         * math/w_j1l.c: Likewise.
46750         * math/w_jn.c: Likewise.
46751         * math/w_jnf.c: Likewise.
46752         * math/w_log.c: Likewise.
46753         * math/w_logf.c: Likewise.
46754         * math/w_logl.c: Likewise.
46755         * math/w_log10.c: Likewise.
46756         * math/w_log10f.c: Likewise.
46757         * math/w_log10l.c: Likewise.
46758         * math/w_log2.c: Likewise.
46759         * math/w_log2f.c: Likewise.
46760         * math/w_log2l.c: Likewise.
46761         * math/w_pow.c: Likewise.
46762         * math/w_powf.c: Likewise.
46763         * math/w_powl.c: Likewise.
46764         * math/w_remainder.c: Likewise.
46765         * math/w_remainderf.c: Likewise.
46766         * math/w_remainderl.c: Likewise.
46767         * math/w_scalb.c: Likewise.
46768         * math/w_scalbf.c: Likewise.
46769         * math/w_scalbl.c: Likewise.
46770         * math/w_sqrt.c: Likewise.
46771         * math/w_sqrtf.c: Likewise.
46772         * math/w_sqrtl.c: Likewise.
46773         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
46774         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
46775         used.
46776         * math/math_private.h: Declare __kernel_standard_f.
46777         * math/w_cosh.c: Remove cruft and optimize a bit.
46778         * math/w_coshf.c: Likewise.
46779         * math/w_coshl.c: Likewise.
46780         * math/w_exp2.c: Likewise.
46781         * math/w_exp2f.c: Likewise.
46782         * math/w_exp2l.c: Likewise.
46783         * math/w_hypot.c: Likewise.
46784         * math/w_hypotf.c: Likewise.
46785         * math/w_hypotl.c: Likewise.
46786         * math/w_lgamma.c: Likewise.
46787         * math/w_lgamma_r.c: Likewise.
46788         * math/w_lgammaf.c: Likewise.
46789         * math/w_lgammaf_r.c: Likewise.
46790         * math/w_lgammal.c: Likewise.
46791         * math/w_lgammal_r.c: Likewise.
46792         * math/w_sinh.c: Likewise.
46793         * math/w_sinhf.c: Likewise.
46794         * math/w_sinhl.c: Likewise.
46795         * math/w_tgamma.c: Likewise.
46796         * math/w_tgammaf.c: Likewise.
46797         * math/w_tgammal.c: Likewise.
46798         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46799         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46800         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
46801         Minor optimizations.  Pretty printing.  Remove cruft.
46802         * sysdeps/i386/fpu/e_acosf.S: Likewise.
46803         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46804         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46805         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46806         * sysdeps/i386/fpu/e_acosl.c: Likewise.
46807         * sysdeps/i386/fpu/e_asin.S: Likewise.
46808         * sysdeps/i386/fpu/e_asinf.S: Likewise.
46809         * sysdeps/i386/fpu/e_atan2.S: Likewise.
46810         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
46811         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
46812         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46813         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46814         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46815         * sysdeps/i386/fpu/e_exp10.S: Likewise.
46816         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
46817         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
46818         * sysdeps/i386/fpu/e_exp2.S: Likewise.
46819         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
46820         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
46821         * sysdeps/i386/fpu/e_fmod.S: Likewise.
46822         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
46823         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
46824         * sysdeps/i386/fpu/e_hypot.S: Likewise.
46825         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
46826         * sysdeps/i386/fpu/e_log.S: Likewise.
46827         * sysdeps/i386/fpu/e_log10.S: Likewise.
46828         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46829         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46830         * sysdeps/i386/fpu/e_log2.S: Likewise.
46831         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46832         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46833         * sysdeps/i386/fpu/e_logf.S: Likewise.
46834         * sysdeps/i386/fpu/e_logl.S: Likewise.
46835         * sysdeps/i386/fpu/e_pow.S: Likewise.
46836         * sysdeps/i386/fpu/e_powf.S: Likewise.
46837         * sysdeps/i386/fpu/e_powl.S: Likewise.
46838         * sysdeps/i386/fpu/e_remainder.S: Likewise.
46839         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
46840         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
46841         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46842         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46843         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46844         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
46845         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
46846         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
46847         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
46848         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
46849         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46850         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
46851         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
46852         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
46853         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
46854         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
46855         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
46856         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
46857         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
46858         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
46859         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46860         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
46861         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
46862         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46863         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
46864         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46865         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46866         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46867         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46868         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46869         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46870         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46871         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46872         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46873         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
46874         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46875         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
46876         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46877         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46878         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46879         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46880         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46881         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46882         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46883         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46884         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46885         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46886         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46887         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46888         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46889         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46890         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46891         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46892         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46893         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46894         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46895         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46896         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
46897         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46898         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46899         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46900         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46901         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46902         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46903         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46904         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46905         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46906         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46907         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46908         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46909         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46910         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46911         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46912         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46913         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46914         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46915         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
46916         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46917         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46918         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46919         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46920         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46921         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46922         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46923         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
46924         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46925         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46926         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46927         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46928         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46929         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
46930         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46931         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46932         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
46933         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46934         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
46935         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
46936         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
46937         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46938         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
46939         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
46940         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
46941         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
46942         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
46943         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
46944         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
46945         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
46946         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
46947         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
46948         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
46949         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
46950         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
46951         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46952         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46953         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46954         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46955         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
46956         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46957         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
46958         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
46959         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
46960         (__isnanf): Likewise.
46961         (__isinf_ns): Likewise.
46962         (__isinf_nsf): Likewise.
46963         (__finite): Likewise.
46964         (__finitef): Likewise.
46965         (__ieee754_sqrt): Define as macro.
46966         (__ieee754_sqrtf): Define as macro.
46967         (__ieee754_sqrtl): Define as macro.
46968         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
46969         inlined copy.
46970         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
46971         __FINITE_MATH_ONLY__ consistent.
46972         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
46973
46974 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
46975
46976         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
46977         of rawmemchr.
46978
46979         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
46980
46981 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
46982
46983         * po/ja.po: Update from translation team.
46984
46985 2011-10-08  Roland McGrath  <roland@hack.frob.com>
46986
46987         * locale/programs/locarchive.c (prepare_address_space): New function.
46988         (create_archive, enlarge_archive, open_archive): Use it.
46989
46990         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
46991         inside [SHARED], where it is used.
46992
46993         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
46994
46995         * nss/getent.c (netgroup_keys): Remove unused variable.
46996         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46997
46998 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
46999
47000         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
47001         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
47002         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
47003         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
47004         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
47005         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
47006         * math/Makefile (libm-calls): Add s_isinf_ns.
47007         * math/divtc3.c: Use __isinf_nsl instead of isinf.
47008         * math/multc3.c: Likewise.
47009         * math/s_casin.c: Likewise.
47010         * math/s_casinf.c: Likewise.
47011         * math/s_casinl.c: Likewise.
47012         * math/s_ccos.c: Likewise.
47013         * math/s_ccosf.c: Likewise.
47014         * math/s_ccosl.c: Likewise.
47015         * math/s_ctan.c: Likewise.
47016         * math/s_ctanf.c: Likewise.
47017         * math/s_ctanh.c: Likewise.
47018         * math/s_ctanhf.c: Likewise.
47019         * math/s_ctanhl.c: Likewise.
47020         * math/s_ctanl.c: Likewise.
47021         * math/w_fmod.c: Likewise.
47022         * math/w_fmodf.c: Likewise.
47023         * math/w_fmodl.c: Likewise.
47024         * math/w_remainder.c: Likewise.
47025         * math/w_remainderf.c: Likewise.
47026         * math/w_remainderl.c: Likewise.
47027         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
47028         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
47029         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
47030         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
47031         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
47032         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
47033         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
47034         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
47035
47036         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
47037         of the number.
47038         * stdio-common/printf_fphex.c: Likewise.
47039         * stdio-common/printf_size.c: Likewise.
47040
47041         * math/e_exp10.c: Include math_private.h using <...> not "...".
47042         * math/e_exp10f.c: Likewise.
47043         * math/e_exp10l.c: Likewise.
47044         * math/e_exp2l.c: Likewise.
47045         * math/e_j0l.c: Likewise.
47046         * math/e_j1l.c: Likewise.
47047         * math/e_jnl.c: Likewise.
47048         * math/e_lgammal_r.c: Likewise.
47049         * math/e_rem_pio2l.c: Likewise.
47050         * math/e_scalb.c: Likewise.
47051         * math/e_scalbf.c: Likewise.
47052         * math/e_scalbl.c: Likewise.
47053         * math/k_cosl.c: Likewise.
47054         * math/k_sinl.c: Likewise.
47055         * math/k_tanl.c: Likewise.
47056         * math/s_cacoshf.c: Likewise.
47057         * math/s_catan.c: Likewise.
47058         * math/s_catanf.c: Likewise.
47059         * math/s_catanh.c: Likewise.
47060         * math/s_catanhf.c: Likewise.
47061         * math/s_catanhl.c: Likewise.
47062         * math/s_catanl.c: Likewise.
47063         * math/s_ccosh.c: Likewise.
47064         * math/s_ccoshf.c: Likewise.
47065         * math/s_ccoshl.c: Likewise.
47066         * math/s_cexp.c: Likewise.
47067         * math/s_cexpf.c: Likewise.
47068         * math/s_cexpl.c: Likewise.
47069         * math/s_clog.c: Likewise.
47070         * math/s_clog10.c: Likewise.
47071         * math/s_clog10f.c: Likewise.
47072         * math/s_clog10l.c: Likewise.
47073         * math/s_clogf.c: Likewise.
47074         * math/s_clogl.c: Likewise.
47075         * math/s_csin.c: Likewise.
47076         * math/s_csinf.c: Likewise.
47077         * math/s_csinh.c: Likewise.
47078         * math/s_csinhf.c: Likewise.
47079         * math/s_csinhl.c: Likewise.
47080         * math/s_csinl.c: Likewise.
47081         * math/s_csqrt.c: Likewise.
47082         * math/s_csqrtf.c: Likewise.
47083         * math/s_csqrtl.c: Likewise.
47084         * math/s_ctan.c: Likewise.
47085         * math/s_ctanf.c: Likewise.
47086         * math/s_ctanh.c: Likewise.
47087         * math/s_ctanhf.c: Likewise.
47088         * math/s_ctanhl.c: Likewise.
47089         * math/s_ctanl.c: Likewise.
47090         * math/s_ldexp.c: Likewise.
47091         * math/s_ldexpf.c: Likewise.
47092         * math/s_ldexpl.c: Likewise.
47093         * math/s_significand.c: Likewise.
47094         * math/s_significandf.c: Likewise.
47095         * math/s_significandl.c: Likewise.
47096         * math/w_acos.c: Likewise.
47097         * math/w_acosf.c: Likewise.
47098         * math/w_acosh.c: Likewise.
47099         * math/w_acoshf.c: Likewise.
47100         * math/w_acoshl.c: Likewise.
47101         * math/w_acosl.c: Likewise.
47102         * math/w_asin.c: Likewise.
47103         * math/w_asinf.c: Likewise.
47104         * math/w_asinl.c: Likewise.
47105         * math/w_atan2.c: Likewise.
47106         * math/w_atan2f.c: Likewise.
47107         * math/w_atan2l.c: Likewise.
47108         * math/w_atanh.c: Likewise.
47109         * math/w_atanhf.c: Likewise.
47110         * math/w_atanhl.c: Likewise.
47111         * math/w_cosh.c: Likewise.
47112         * math/w_coshf.c: Likewise.
47113         * math/w_coshl.c: Likewise.
47114         * math/w_dremf.c: Likewise.
47115         * math/w_exp10.c: Likewise.
47116         * math/w_exp10f.c: Likewise.
47117         * math/w_exp10l.c: Likewise.
47118         * math/w_exp2.c: Likewise.
47119         * math/w_exp2f.c: Likewise.
47120         * math/w_fmod.c: Likewise.
47121         * math/w_fmodf.c: Likewise.
47122         * math/w_fmodl.c: Likewise.
47123         * math/w_hypot.c: Likewise.
47124         * math/w_hypotf.c: Likewise.
47125         * math/w_hypotl.c: Likewise.
47126         * math/w_j0.c: Likewise.
47127         * math/w_j0f.c: Likewise.
47128         * math/w_j0l.c: Likewise.
47129         * math/w_j1.c: Likewise.
47130         * math/w_j1f.c: Likewise.
47131         * math/w_j1l.c: Likewise.
47132         * math/w_jn.c: Likewise.
47133         * math/w_jnf.c: Likewise.
47134         * math/w_jnl.c: Likewise.
47135         * math/w_lgamma.c: Likewise.
47136         * math/w_lgamma_r.c: Likewise.
47137         * math/w_lgammaf.c: Likewise.
47138         * math/w_lgammaf_r.c: Likewise.
47139         * math/w_lgammal.c: Likewise.
47140         * math/w_lgammal_r.c: Likewise.
47141         * math/w_log.c: Likewise.
47142         * math/w_log10.c: Likewise.
47143         * math/w_log10f.c: Likewise.
47144         * math/w_log10l.c: Likewise.
47145         * math/w_log2.c: Likewise.
47146         * math/w_log2f.c: Likewise.
47147         * math/w_log2l.c: Likewise.
47148         * math/w_logf.c: Likewise.
47149         * math/w_logl.c: Likewise.
47150         * math/w_pow.c: Likewise.
47151         * math/w_powf.c: Likewise.
47152         * math/w_powl.c: Likewise.
47153         * math/w_remainder.c: Likewise.
47154         * math/w_remainderf.c: Likewise.
47155         * math/w_remainderl.c: Likewise.
47156         * math/w_scalb.c: Likewise.
47157         * math/w_scalbf.c: Likewise.
47158         * math/w_scalbl.c: Likewise.
47159         * math/w_sinh.c: Likewise.
47160         * math/w_sinhf.c: Likewise.
47161         * math/w_sinhl.c: Likewise.
47162         * math/w_sqrt.c: Likewise.
47163         * math/w_sqrtf.c: Likewise.
47164         * math/w_sqrtl.c: Likewise.
47165         * math/w_tgamma.c: Likewise.
47166         * math/w_tgammaf.c: Likewise.
47167         * math/w_tgammal.c: Likewise.
47168
47169         * po/ja.po: Update from translation team.
47170
47171 2011-09-29  Andreas Jaeger  <aj@suse.de>
47172
47173         [BZ #13179]
47174         * sunrpc/netname.c (netname2host): Fix logic.
47175
47176         [BZ #6779]
47177         [BZ #6783]
47178         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
47179         correctly.
47180         * math/w_remainder.c (__remainder): Likewise.
47181         * math/w_remainderf.c (__remainderf): Likewise.
47182         * math/libm-test.inc (remainder_test): Add test cases.
47183
47184 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47185
47186         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
47187         sdiv_qrnnd.
47188
47189 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
47190
47191         * string/test-memcmp.c: Avoid unncessary #defines.
47192         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
47193
47194 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47195
47196         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
47197         Use new sse2 version for core i3 - i7 as it's faster
47198         than sse42 version.
47199         (bit_Prefer_PMINUB_for_stringop): New.
47200         * sysdeps/x86_64/rawmemchr.S: Update.
47201         Replace with faster SSE2 version.
47202         * sysdeps/x86_64/memrchr.S: New file.
47203         * sysdeps/x86_64/memchr.S: Update.
47204         Replace with faster SSE2 version.
47205
47206 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
47207
47208         * elf/dl-load.c (lose): Add cast to avoid warning.
47209
47210 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
47211
47212         * po/ca.po: Update from translation team.
47213
47214         * inet/getnetgrent_r.c: Hook up nscd.
47215         * nscd/Makefile (routines): Add nscd_netgroup.
47216         (nscd-modules): Add netgroupcache.
47217         (CFLAGS-netgroupcache.c): Define.
47218         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
47219         (cache_search): Add const to second parameter.
47220         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
47221         INNETGR.
47222         (dbs): Add netgrdb entry.
47223         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
47224         (verify_persistent_db): Handle netgrdb.
47225         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
47226         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
47227         GETFDNETGR.
47228         (netgroup_response_header): Define.
47229         (innetgroup_response_header): Define.
47230         (datahead): Add netgroup_response_header and innetgroup_response_header
47231         elements.
47232         * nscd/nscd.conf: Add entries for netgroup cache.
47233         * nscd/nscd.h (dbtype): Add netgrdb.
47234         (_PATH_NSCD_NETGROUP_DB): Define.
47235         (netgroup_iov_disabled): Declare.
47236         (xmalloc, xcalloc, xrealloc): Move declarations here.
47237         (cache_search): Adjust prototype.
47238         Add netgroup-related prototypes.
47239         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
47240         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
47241         (__nscd_innetgr): Declare.
47242         * nscd/selinux.c (perms): Use access_vector_t as element type and
47243         add netgroup-related initializers.
47244         * nscd/netgroupcache.c: New file.
47245         * nscd/nscd_netgroup.c: New file.
47246         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
47247         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
47248         For four parameters use innetgr.
47249         * nss/nss_files/files-init.c: Add definition and callback for netgr.
47250         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
47251         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
47252         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
47253
47254         * nscd/connections.c (register_traced_file): Don't register file
47255         for disabled databases.
47256
47257 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
47258
47259         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
47260
47261         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
47262         from tree and freeing node.
47263
47264 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
47265
47266         * nss/nsswitch.c (__nss_database_lookup): Handle
47267         nss_parse_service_list out of memory case.
47268
47269 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
47270
47271         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
47272         out of memory case.
47273
47274 2011-10-04  Andreas Schwab  <schwab@redhat.com>
47275
47276         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
47277         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
47278         pass it down.
47279         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
47280         elf_machine_rela, elf_machine_lazy_rel.
47281         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
47282         (ELF_DYNAMIC_DO_REL): Likewise.
47283         (ELF_DYNAMIC_DO_RELA): Likewise.
47284         (ELF_DYNAMIC_RELOCATE): Likewise.
47285         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
47286         to ELF_DYNAMIC_DO_REL.
47287         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
47288         (dl_main): In trace mode always set __RTLD_NOIFUNC.
47289         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
47290         elf_machine_rela.
47291         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
47292         skip_ifunc, don't call ifunc function if non-zero.
47293         (elf_machine_rela): Likewise.
47294         (elf_machine_lazy_rel): Likewise.
47295         (elf_machine_lazy_rela): Likewise.
47296         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
47297         (elf_machine_lazy_rel): Likewise.
47298         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
47299         Likewise.
47300         (elf_machine_lazy_rel): Likewise.
47301         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
47302         Likewise.
47303         (elf_machine_lazy_rel): Likewise.
47304         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
47305         (elf_machine_lazy_rel): Likewise.
47306         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
47307         (elf_machine_lazy_rel): Likewise.
47308         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
47309         (elf_machine_lazy_rel): Likewise.
47310         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
47311         (elf_machine_lazy_rel): Likewise.
47312         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
47313         (elf_machine_lazy_rel): Likewise.
47314         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
47315         (elf_machine_lazy_rel): Likewise.
47316
47317 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
47318
47319         * nss/nss_files/files-init.c (_nss_files_init): Use static
47320         initialization for all the *_traced_file variables.
47321
47322 2011-09-28  Andreas Schwab  <schwab@redhat.com>
47323
47324         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
47325
47326 2011-09-27  Roland McGrath  <roland@hack.frob.com>
47327
47328         [BZ #13226]
47329         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
47330
47331 2011-09-27  Andreas Schwab  <schwab@redhat.com>
47332
47333         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
47334         Reread the line before reparsing it.
47335
47336 2011-09-26  Andreas Schwab  <schwab@redhat.com>
47337
47338         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
47339
47340 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
47341             Maxim Kuvyrkov  <maxim@codesourcery.com>
47342             Joseph Myers  <joseph@codesourcery.com>
47343
47344         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
47345         if needed for __stack_chk_guard.
47346
47347 2011-09-19  Roland McGrath  <roland@hack.frob.com>
47348
47349         * sysdeps/posix/spawni.c (script_execute): Always define it.
47350         It will be optimized away if unused.
47351         (maybe_script_execute): New function.
47352         (__spawni): Call it.
47353
47354         * Makerules: Don't include tls.make.
47355         (config-tls): Always set to thread.
47356         * tls.make.c: File removed.
47357
47358 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
47359
47360         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
47361         * config.make.in (CPPFLAGS-config): New substituted variable.
47362
47363 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
47364
47365         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
47366
47367         [BZ #13192]
47368         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
47369         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
47370
47371 2011-09-15  Roland McGrath  <roland@hack.frob.com>
47372
47373         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
47374         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
47375         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
47376         (CALL_FAIL): Likewise.
47377         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
47378         (CALL_FAIL): Macro removed.
47379         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
47380
47381 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
47382
47383         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
47384         for __FINITE_MATH_ONLY__ == 1.
47385
47386 2011-09-15  Andreas Schwab  <schwab@redhat.com>
47387
47388         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
47389         __ieee754_sqrt instead of sqrt.
47390         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
47391         __ieee754_sqrtf instead of sqrtf.
47392         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
47393         __floorf instead of floorf.
47394         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
47395         __floorf, __truncf instead of floorf, truncf.
47396
47397 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
47398
47399         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
47400
47401         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
47402         __extern_always_inline.
47403         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
47404         32-bit.
47405
47406 2011-09-14  Andreas Schwab  <schwab@redhat.com>
47407
47408         * elf/rtld.c (dl_main): Also relocate in dependency order when
47409         doing symbol dependency testing.
47410
47411 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
47412
47413         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
47414         Always define `refsym'.
47415
47416 2011-09-13  Andreas Schwab  <schwab@redhat.com>
47417
47418         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
47419         (__FD_ELT): Renamed from __FDELT.
47420         * misc/bits/select2.h (__FD_ELT): Likewise.
47421         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
47422         __FD_MASK instead of __FDELT, __FDMASK.
47423         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
47424         Likewise.
47425         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
47426         Likewise.
47427
47428         * elf/Makefile (gen-ldd): Fix pattern.
47429
47430         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
47431         (init_tls): Likewise.
47432
47433 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
47434
47435         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
47436
47437 2011-09-12  Andreas Schwab  <schwab@redhat.com>
47438
47439         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
47440         `struct cmsghdr *' instead of `void *'.
47441         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
47442         Likewise.
47443
47444 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
47445
47446         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
47447         if non-absolute.
47448         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
47449         ldd_rewrite_script.
47450
47451 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
47452
47453         * configure.in: Remove --with-tls option.
47454         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
47455         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
47456         out in case it is missing.
47457         * sysdeps/ia64/elf/configure.in: Likewise.
47458         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
47459         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
47460         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
47461         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
47462         * sysdeps/sh/elf/configure.in: Likewise.
47463         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
47464         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
47465         * sysdeps/x86_64/elf/configure.in: Likewise.
47466         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
47467         * sysdeps/mach/hurd/tls.h: Likewise.
47468
47469         [BZ #13067]
47470         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
47471
47472         [BZ #13090]
47473         * configure.in: Fix use of AC_INIT.
47474
47475         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
47476
47477 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
47478
47479         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
47480         __set_errno.
47481         * malloc/hooks.c: Likewise.
47482
47483         [BZ #11929]
47484         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
47485         variables statically.
47486         (narenas): Initialize.
47487         (list_lock): Initialize.
47488         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
47489         initializtion of main_arena and list_lock.  Small cleanups.
47490         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
47491         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
47492         Add initializers to main_arena and mp_.
47493         (malloc_state): Remove pagesize member.  Change all users to use
47494         GLRO(dl_pagesize).
47495
47496         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
47497         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
47498         is always initialized.
47499
47500         * malloc/malloc.c: Removed unused configurations and dead code.
47501         * malloc/arena.c: Likewise.
47502         * malloc/hooks.c: Likewise.
47503         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
47504
47505         * include/tls.h: Removed.  USE___THREAD must always be defined.
47506         * bits/libc-tsd.h: Don't handle !USE___THREAD.
47507         * elf/dl-libc.c: Likewise.
47508         * elf/dl-tsd.c: Likewise.
47509         * include/errno.h: Likewise.
47510         * include/netdb.h: Likewise.
47511         * include/resolv.h: Likewise.
47512         * inet/herrno-loc.c: Likewise.
47513         * inet/herrno.c: Likewise.
47514         * malloc/arena.c: Likewise.
47515         * malloc/hooks.c: Likewise.
47516         * malloc/malloc.c: Likewise.
47517         * resolv/res-state.c: Likewise.
47518         * resolv/res_libc.c: Likewise.
47519         * sysdeps/i386/dl-machine.h: Likewise.
47520         * sysdeps/ia64/dl-machine.h: Likewise.
47521         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
47522         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
47523         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
47524         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
47525         * sysdeps/sh/dl-machine.h: Likewise.
47526         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
47527         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
47528         * sysdeps/unix/i386/sysdep.S: Likewise.
47529         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
47530         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
47531         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
47532         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
47533         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
47534         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
47535         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
47536         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
47537         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47538         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
47539         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47540         * sysdeps/x86_64/dl-machine.h: Likewise.
47541         * tls.make.c: Likewise.
47542
47543         * configure.in: Remove --with-__thread option.  Make tests for
47544         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
47545         tls_model attribute fail if no support is available.  Remove
47546         USE_IN_LIBIO.
47547         * Makeconfig: Adjust for dropped configure option.  All features are
47548         now mandatory.
47549         * Makerules: Likewise.
47550         * Versions.def: Likewise.
47551         * argp/argp-fmtstream.c: Likewise.
47552         * argp/argp-fmtstream.h: Likewise.
47553         * argp/argp-help.c: Likewise.
47554         * assert/assert.c: Likewise.
47555         * config.h.in: Likewise.
47556         * config.make.in: Likewise.
47557         * configure: Likewise.
47558         * configure.in: Likewise.
47559         * csu/Versions: Likewise.
47560         * csu/init.c: Likewise.
47561         * elf/tst-audit2.c: Likewise.
47562         * elf/tst-tls10.c: Likewise.
47563         * elf/tst-tls10.h: Likewise.
47564         * elf/tst-tls11.c: Likewise.
47565         * elf/tst-tls12.c: Likewise.
47566         * elf/tst-tls14.c: Likewise.
47567         * elf/tst-tlsmod11.c: Likewise.
47568         * elf/tst-tlsmod12.c: Likewise.
47569         * elf/tst-tlsmod13.c: Likewise.
47570         * elf/tst-tlsmod13a.c: Likewise.
47571         * elf/tst-tlsmod14a.c: Likewise.
47572         * elf/tst-tlsmod15b.c: Likewise.
47573         * elf/tst-tlsmod16a.c: Likewise.
47574         * elf/tst-tlsmod16b.c: Likewise.
47575         * elf/tst-tlsmod7.c: Likewise.
47576         * elf/tst-tlsmod8.c: Likewise.
47577         * elf/tst-tlsmod9.c: Likewise.
47578         * gmon/gmon.c: Likewise.
47579         * grp/fgetgrent_r.c: Likewise.
47580         * grp/putgrent.c: Likewise.
47581         * hurd/fopenport.c: Likewise.
47582         * include/libc-symbols.h: Likewise.
47583         * include/tls.h: Likewise.
47584         * intl/gettextP.h: Likewise.
47585         * intl/loadinfo.h: Likewise.
47586         * locale/global-locale.c: Likewise.
47587         * locale/localeinfo.h: Likewise.
47588         * mach/devstream.c: Likewise.
47589         * malloc/arena.c: Likewise.
47590         * malloc/set-freeres.c: Likewise.
47591         * misc/err.c: Likewise.
47592         * misc/getttyent.c: Likewise.
47593         * misc/mntent_r.c: Likewise.
47594         * posix/getopt.c: Likewise.
47595         * posix/wordexp.c: Likewise.
47596         * pwd/fgetpwent_r.c: Likewise.
47597         * resolv/Versions: Likewise.
47598         * resolv/res_hconf.c: Likewise.
47599         * shadow/fgetspent_r.c: Likewise.
47600         * shadow/putspent.c: Likewise.
47601         * stdio-common/printf_fphex.c: Likewise.
47602         * stdio-common/tmpfile.c: Likewise.
47603         * stdlib/abort.c: Likewise.
47604         * stdlib/fmtmsg.c: Likewise.
47605         * sunrpc/auth_unix.c: Likewise.
47606         * sunrpc/clnt_perr.c: Likewise.
47607         * sunrpc/clnt_tcp.c: Likewise.
47608         * sunrpc/clnt_udp.c: Likewise.
47609         * sunrpc/clnt_unix.c: Likewise.
47610         * sunrpc/openchild.c: Likewise.
47611         * sunrpc/svc_simple.c: Likewise.
47612         * sunrpc/svc_tcp.c: Likewise.
47613         * sunrpc/svc_udp.c: Likewise.
47614         * sunrpc/svc_unix.c: Likewise.
47615         * sunrpc/xdr.c: Likewise.
47616         * sunrpc/xdr_array.c: Likewise.
47617         * sunrpc/xdr_rec.c: Likewise.
47618         * sunrpc/xdr_ref.c: Likewise.
47619         * sunrpc/xdr_stdio.c: Likewise.
47620
47621 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
47622
47623         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
47624
47625 2011-07-03  Andreas Jaeger  <aj@suse.de>
47626
47627         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
47628         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
47629         regenerate with gen-libm-tests.pl.
47630
47631 2010-05-12  Petr Baudis  <pasky@suse.cz>
47632
47633         [BZ #11589]
47634         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
47635         around j0() zero points by switching to j1().
47636         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
47637         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
47638         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47639         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
47640
47641 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
47642
47643         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
47644         instead of 0.
47645         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
47646         instead of 0.
47647         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47648         Patch in part by Pavel Roskin <proski@gnu.org>.
47649
47650         [BZ #13138]
47651         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
47652         realloc.
47653         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
47654         Free memory block if necessary.
47655
47656         [BZ #12847]
47657         * libio/genops.c (INTDEF): For string streams the _lock pointer can
47658         be NULL.  Don't lock in this case.
47659
47660 2011-09-09  Roland McGrath  <roland@hack.frob.com>
47661
47662         * elf/elf.h (ELFOSABI_GNU): New macro.
47663         (ELFOSABI_LINUX): Define to that.
47664
47665 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
47666
47667         * string/strncat.c (strncat): Undef the symbol in case it has been
47668         defined in bits/string.h.
47669
47670 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
47671
47672         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
47673
47674         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
47675         link map.
47676
47677 2011-08-17  Andreas Jaeger  <aj@suse.de>
47678
47679         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
47680
47681 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
47682             Ian Lance Taylor  <iant@google.com>
47683
47684         * math/libm-test.inc (lround_test): New testcase.
47685         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
47686
47687 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
47688
47689         * Makefile: Remove support for automatic cvs check-ins.
47690         * Makerules: Likewise.
47691         * config.make.in: Likewise.
47692         * configure.in: Likewise.
47693         * intl/Makefile: Likewise.
47694         * locale/Makefile: Likewise.
47695         * po/Makefile: Likewise.
47696         * posix/Makefile: Likewise.
47697         * sysdeps/gnu/Makefile: Likewise.
47698         * sysdeps/mach/hurd/Makefile: Likewise.
47699         * sysdeps/sparc/sparc32/Makefile: Likewise.
47700
47701         [BZ #13118]
47702         * posix/Makefile (bug-regex32-ENV): Define.
47703         Patch by John Stanley <jpsinthemix@verizon.net>.
47704
47705         * misc/Makefile (headers): Add bits/select2.h.
47706         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
47707         * misc/bits/select2.h: New file.
47708         * include/bits/select2.h: New file.
47709         * debug/Makefile (routines): Add fdelt_chk.
47710         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
47711         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
47712         FD_ISSET.
47713         * debug/fdelt_chk.c: New file.
47714
47715         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
47716         * wcsmbs/test-wmemcmp.c: Likewise.
47717         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
47718         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
47719
47720 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47721
47722         * string/Makefile (strop-tests): Add memcmp.
47723         * string/test-wmemcmp.c: New file.
47724         * string/test-memcmp.c: Add wmemcmp support.
47725
47726 2011-09-08  Roland McGrath  <roland@hack.frob.com>
47727
47728         [BZ #13153]
47729         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
47730         2011-07-19 change.
47731
47732         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
47733         garbage value in a __mach_port_mod_refs call in the cases of the
47734         task-self and thread-self ports.
47735
47736 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47737
47738         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
47739
47740 2011-09-08  Andreas Schwab  <schwab@redhat.com>
47741
47742         * elf/dl-load.c (lose): Check for non-null L.
47743
47744 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
47745
47746         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
47747
47748         * elf/dl-libc.c (dlerror_run): Pass back error code from
47749         dl_catch_error.
47750
47751         [BZ #13123]
47752         * elf/dl-load.c (lose): Free l_origin if it is valid.
47753
47754         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
47755         names.
47756         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
47757         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
47758         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
47759         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
47760         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
47761         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
47762
47763 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47764
47765         * sysdeps/powerpc/fpu/e_hypot.c: New file.
47766         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
47767         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
47768         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
47769         * sysdeps/powerpc/fpu/k_cosf.c: New file.
47770         * sysdeps/powerpc/fpu/k_sinf.c: New file.
47771         * sysdeps/powerpc/fpu/s_cosf.c: New file.
47772         * sysdeps/powerpc/fpu/s_sinf.c: New file.
47773         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
47774         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
47775
47776 2011-08-15  Alan Modra  <amodra@gmail.com>
47777
47778         [BZ #13092]
47779         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
47780         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
47781         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
47782         ppc_mcount to static-only-routines.
47783         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
47784         __mcount_internal.
47785         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
47786         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
47787
47788 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
47789
47790         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
47791         for finite and infinity parameters.
47792
47793 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47794
47795         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
47796         and add nop instructions for throughput optimization.
47797         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
47798
47799 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
47800
47801         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
47802         aligned copy for power7 with vector-scalar instructions.
47803         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
47804
47805 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
47806
47807         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
47808         AVX check.
47809
47810 2011-09-07  Andreas Schwab  <schwab@redhat.com>
47811
47812         [BZ #13144]
47813         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
47814         last change.
47815
47816 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
47817
47818         * sysdeps/unix/sysv/linux/x86_64/init-first.c
47819         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
47820         syscall wrapper around clock_gettime in __vdso_clock_gettime.
47821         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
47822         clock_gettime.
47823
47824 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
47825
47826         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
47827         Forgot to demangle the pointer.
47828
47829         * sysdeps/i386/sysdep.h: Define atom_text_section.
47830         * sysdeps/x86_64/sysdep.h: Likewise.
47831         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
47832         section with atom_text_section.
47833         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
47834         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
47835         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
47836         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
47837         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
47838
47839         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
47840         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
47841         already be defined.  Change to take two parameters and don't assign
47842         result to variable.  Adjust all users.
47843         Define INTERNAL_GETTIME if not already defined.
47844         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
47845         call.
47846         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
47847         HAVE_CLOCK_GETTIME_VSYSCALL.
47848         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
47849
47850         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
47851         gettimeofday vsyscall, just use time.
47852
47853 2011-09-06  Andreas Schwab  <schwab@redhat.com>
47854
47855         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
47856         <errno.h>.
47857
47858 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
47859
47860         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
47861         syscall on x86-64.
47862         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
47863         syscall.
47864         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
47865         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
47866         syscall if possible.
47867
47868 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47869
47870         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
47871         e_ident.  Don't pass to find_mapsXX.
47872         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
47873
47874 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47875
47876         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47877         strchr-sse2-no-bsf strrchr-sse2-no-bsf
47878         * sysdeps/x86_64/multiarch/strchr.S: Update.
47879         Check bit_slow_BSF bit.
47880         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
47881         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
47882         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
47883
47884 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47885
47886         [BZ #13134]
47887         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
47888         before glibc 2.15.
47889         (tryshell): Define.
47890         (__spawni): Change last parameter to be flag.  Test
47891         SPAWN_XFLAGS_USE_PATH flag to use path or not.
47892         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
47893         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
47894         * posix/spawni.c: Likewise.
47895         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
47896         * posix/spawnp.c: Likewise.  Change normal version to use
47897         SPAWN_XFLAGS_USE_PATH.
47898         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
47899         SPAWN_XFLAGS_TRY_SHELL.
47900
47901         [BZ #13150]
47902         * posix/glob.h: Remove gcc 1.x support.
47903
47904         [BZ #13068]
47905         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
47906
47907 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47908
47909         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47910         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
47911         strrchr-sse2-bsf
47912         * sysdeps/i386/i686/multiarch/strchr.S: New file.
47913         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
47914         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
47915         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
47916         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
47917         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
47918
47919 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47920
47921         * sysdeps/x86_64/wcscmp.S: New file.
47922
47923         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
47924         wcscmp-c wcscmp-sse2
47925         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
47926         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
47927         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
47928         * wcsmbs/wcscmp.c: Allow renaming.
47929
47930 2011-09-05  David S. Miller  <davem@davemloft.net>
47931
47932         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
47933         stack slot, rather than the struct return pointer slot.
47934         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
47935         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
47936         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
47937         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
47938
47939 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47940
47941         * po/ja.po: Update from translation team.
47942
47943         [BZ #13144]
47944         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
47945         kernel in 64-bit binaries.
47946
47947 2011-09-01  David S. Miller  <davem@davemloft.net>
47948
47949         * elf/elf.h (HWCAP_SPARC_*): Move to..
47950         * sysdeps/sparc/sysdep.h: this new file and add new values.
47951         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
47952         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
47953         _DL_HWCAP_COUNT to 24.
47954         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
47955         entries.
47956         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
47957         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
47958         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
47959         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
47960         instead of magic constants.
47961         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47962
47963 2011-08-31  David S. Miller  <davem@davemloft.net>
47964
47965         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
47966         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
47967         Reimplement to do errno handling inline.
47968         (SYSCALL_ERROR_HANDLER): New macro.
47969         (__SYSCALL_STRING): Do not do errno handling in asm.
47970         (__CLONE_SYSCALL_STRING): Delete.
47971         (__INTERNAL_SYSCALL_STRING): Delete.
47972         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
47973         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
47974         (PSEUDO): Reimplement to do errno handling inline.
47975         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
47976         (SYSCALL_ERROR_HANDLER): New macro.
47977         (__SYSCALL_STRING): Do not do errno handling in asm.
47978         (__CLONE_SYSCALL_STRING): Delete.
47979         (__INTERNAL_SYSCALL_STRING): Delete.
47980         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
47981         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
47982         i386.
47983         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
47984         (inline_syscall*): Add 'err' argument.
47985         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
47986         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
47987         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
47988         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
47989
47990         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
47991         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
47992
47993 2011-08-30  Andreas Schwab  <schwab@redhat.com>
47994
47995         * elf/rtld.c (dl_main): Relocate objects in dependency order.
47996
47997 2011-08-29  Jiri Olsa <jolsa@redhat.com>
47998
47999         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
48000         directive.
48001
48002 2011-08-24  David S. Miller  <davem@davemloft.net>
48003
48004         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
48005
48006 2011-08-24  Andreas Schwab  <schwab@redhat.com>
48007
48008         * elf/Makefile: Add rules to build and run unload8 test.
48009         * elf/unload8.c: New file.
48010         * elf/unload8mod1.c: New file.
48011         * elf/unload8mod1x.c: New file.
48012         * elf/unload8mod2.c: New file.
48013         * elf/unload8mod3.c: New file.
48014
48015         * elf/dl-close.c (_dl_close_worker): Reset private search list if
48016         it wasn't used.
48017
48018 2011-08-23  David S. Miller  <davem@davemloft.net>
48019
48020         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
48021         subtract stack bias.
48022         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
48023         %sp not %fp in calculations.
48024         (_JMPBUF_UNWINDS_ADJ): Likewise.
48025
48026         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
48027         (aio_suspend): Call it to force an exception region around the
48028         AIO_MISC_WAIT() invocation.
48029
48030 2011-08-23  Andreas Schwab  <schwab@redhat.com>
48031
48032         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
48033         backslash.
48034
48035 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
48036
48037         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
48038         protection macro.
48039         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
48040         and <dl-machine.h>.
48041         (Elf64_FuncDesc): Remove.
48042
48043 2011-08-22  David S. Miller  <davem@davemloft.net>
48044
48045         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
48046         sigaltstack check, add missing cfi directives.
48047         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
48048         missing cfi directives, and sigaltstack handling.
48049
48050 2011-08-16  Andreas Schwab  <schwab@redhat.com>
48051
48052         [BZ #11724]
48053         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
48054         object is seen twice.
48055         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48056
48057         * elf/Makefile (distribute): Add tst-initorder2.c.
48058         (tests): Add tst-initorder2.
48059         (modules-names): Add tst-initorder2a tst-initorder2b
48060         tst-initorder2c tst-initorder2d.  Add rules to build them.
48061         ($(objpfx)tst-initorder2.out): New rule.
48062         * elf/tst-initorder2.c: New file.
48063         * elf/tst-initorder2.exp: New file.
48064
48065 2011-08-22  Andreas Schwab  <schwab@redhat.com>
48066
48067         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
48068
48069         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
48070         dependencies back to end of function.
48071
48072         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
48073         $(elfobjdir)/ld.so.
48074
48075 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
48076
48077         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
48078         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
48079         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
48080         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
48081         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
48082         of __vdso_gettimeofday.
48083         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
48084         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
48085         attribute_hidden.
48086         (_libc_vdso_platform_setup): Remove initialization of
48087         __vdso_gettimeofday and __vdso_time.
48088
48089 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
48090
48091         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
48092         and fgetc_unlocked.
48093         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
48094         getc_unlocked.
48095
48096         * elf/dl-open.c (add_to_global): Report additions to the global scope
48097         for LD_DEBUG=scopes.
48098         (dl_open_worker): Also print scope of newly loaded dependencies.
48099         (_dl_show_scope): Indicate if there is no scope.
48100
48101         [BZ #13114]
48102         * stdio-common/Makefile (tests): Add bug24.
48103         * stdio-common/bug24.c: New file.
48104
48105 2011-08-19  Andreas Jaeger  <aj@suse.de>
48106
48107         [BZ #13114]
48108         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
48109         non-existant file when using close-on-exec mode.
48110
48111 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
48112
48113         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
48114         the very first instruction.
48115
48116         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
48117         the CFI state in the end.
48118         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
48119         inclusion of dl-trampoline.h.
48120         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
48121
48122 2011-08-19  Andreas Schwab  <schwab@redhat.com>
48123
48124         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
48125         expectations for long double.
48126
48127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
48128         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
48129
48130 2011-08-14  David S. Miller  <davem@davemloft.net>
48131
48132         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
48133         artificual limit depends upon the system page size.
48134
48135 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
48136
48137         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
48138         * resolv/Makefile: Define CFLAGS-libresolv.
48139
48140 2011-08-17  Andreas Schwab  <schwab@redhat.com>
48141
48142         * nss/makedb.c (compute_tables): Make variables used in nested
48143         function static.
48144
48145 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
48146
48147         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
48148         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
48149         if buffer was too small.
48150
48151         * elf/pldd.c (main): Attach to all threads in the process.
48152         Rewrite /proc handling to use *at functions.
48153
48154 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
48155
48156         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
48157         specifies first scope to show.
48158         (dl_open_worker): Update callers.  Move printing scope of new
48159         object to before the relocation.
48160         * elf/rtld.c (dl_main): Update _dl_show_scope call.
48161         * sysdeps/generic/ldsodefs.h: Update declaration.
48162
48163         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
48164         string for the scope number.
48165
48166 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
48167
48168         * nscd/servicescache.c (cache_addserv): Make sure written is always
48169         initialized.
48170
48171 2011-08-14  Roland McGrath  <roland@hack.frob.com>
48172
48173         * sysdeps/i386/i486/bits/atomic.h
48174         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
48175         statement expression, so as to suppress "set but not used" warning.
48176         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
48177
48178         * string/strncat.c (STRNCAT): Use prototype definition.
48179
48180         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
48181         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
48182         -Iprograms here.
48183         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
48184         (localedef-modules): Add localedef.
48185         (locale-modules): Add locale.
48186
48187         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
48188         * elf/rtld.c (dl_main): Invert order of assignment in last change,
48189         to avoid a warning.
48190
48191 2011-08-14  David S. Miller  <davem@davemloft.net>
48192
48193         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
48194         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
48195
48196 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
48197
48198         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
48199         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
48200         * elf/rtld.c (dl_main): Set l_name of vDSO.
48201         Call _dl_show_scope when DL_DEBUG_SCOPES.
48202         (process_dl_debug): Recognize scopes flag and also set it for all.
48203         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
48204         Declare _dl_show_scope.
48205
48206         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
48207         (do_dlopen): Pass caller_dlopen to dl_open.
48208         (__libc_dlopen_mode): Initialize caller_dlopen.
48209
48210         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
48211         of libc.  Make tolower call locale-independent.  Optimize a bit by
48212         using isdigit instead of isalnum.
48213         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
48214
48215 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
48216
48217         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
48218         was a dependency or dynamically loaded.
48219
48220 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
48221
48222         * intl/l10nflist.c: Allow architecture-specific pop function.
48223         * sysdeps/x86_64/l10nflist.c: New file.
48224
48225         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
48226         classification.
48227
48228 2011-08-10  Andreas Schwab  <schwab@redhat.com>
48229
48230         * include/dirent.h: Add libc_hidden_proto for scandirat and
48231         scandirat64.  Don't declare __scandirat64.
48232         * dirent/scandirat.c: Add libc_hidden_def.
48233         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
48234         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
48235
48236 2011-08-10  David S. Miller  <davem@davemloft.net>
48237
48238         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
48239         enum.
48240         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
48241         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
48242         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
48243
48244 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
48245
48246         * Versions.def [libc]: Add GLIBC_2.15.
48247         * dirent/Makefile (routines): Add scandirat and scandirat64.
48248         * dirent/Versions [libc]: Export scandirat and scandirat64 for
48249         GLIBC_2.15.
48250         * dirent/dirent.h: Declare scandirat and scandirat64.
48251         * dirent/scandirat.c: New file.
48252         * dirent/scandirat64.c: New file.
48253         * sysdeps/wordsize-64/scandirat.c: New file.
48254         * sysdeps/wordsize-64/scandirat64.c: New file.
48255         * dirent/opendir.c: Define opendirat.
48256         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
48257         using scandirat.
48258         * dirent/scandir64.c: Adjust for scandir.c change.
48259         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
48260         __scandirat64, and __scandir_cancel_handler.
48261         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
48262         additional parameter and use openat instead of open (outside of ld.so).
48263         Add new __opendir as wrapper around __opendirat.
48264         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
48265         here without requiring old scandirat implementation.
48266
48267 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
48268
48269         * dirent/scandir.c (cancel_handler): Renamed to
48270         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
48271         defined.  Adjust users.
48272         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
48273         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
48274
48275 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
48276
48277         * string/test-string.h (IMPL): Use __STRING to expand name and then
48278         stringify it.
48279
48280         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
48281         of cleanups.
48282
48283 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48284
48285         * string/Makefile: Update.
48286         (strop-tests): Append strncat.
48287         * string/test-wcscmp.c: New file.
48288         New comprehensive test for wcscmp.
48289         * string/test-strcmp.c: Update.
48290         (WIDE): New define.
48291
48292 2011-07-22  Andreas Schwab  <schwab@redhat.com>
48293
48294         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
48295         line.
48296
48297 2011-07-26  Andreas Schwab  <schwab@redhat.com>
48298
48299         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
48300         encoding to ACE if AI_IDN.
48301
48302 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
48303
48304         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
48305         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
48306
48307 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
48308
48309         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
48310         Fix overflow bug in strncat.
48311         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
48312
48313         * string/test-strncat.c: Update.
48314         Add new tests for checking overflow bugs.
48315
48316 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
48317
48318         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48319         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
48320         * sysdeps/i386/i686/multiarch/strcat.S: New file.
48321         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
48322         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
48323         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
48324         * sysdeps/i386/i686/multiarch/strncat.S: New file.
48325         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
48326         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
48327
48328         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
48329         (USE_AS_STRCAT): Define.
48330         Add strcat and strncat support.
48331         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
48332
48333 2011-07-25  Andreas Schwab  <schwab@redhat.com>
48334
48335         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
48336         __n bigger than INT_MAX+1.
48337         (__strncmp_g): Likewise.
48338
48339 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
48340
48341         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
48342         * libio/stido.h: Likewise.
48343
48344         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
48345         (AF_NFC): Define.
48346         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
48347         (AF_NFC): Define.
48348
48349         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
48350         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
48351         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
48352         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
48353         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
48354
48355         [BZ #13021]
48356         * scripts/test-installation.pl: Don't expect libnss_test1 to be
48357         installed.
48358
48359         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
48360         typo.
48361         (_dl_x86_64_save_sse): Likewise.
48362
48363 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
48364
48365         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
48366         OSXSAVE.
48367         (_dl_x86_64_save_sse): Likewise.
48368
48369         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
48370
48371         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
48372
48373 2011-07-21  Andreas Schwab  <schwab@redhat.com>
48374
48375         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
48376         change.
48377         (_dl_x86_64_save_sse): Use correct AVX check.
48378
48379 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48380
48381         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
48382         bug in strncpy/strncat.
48383         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
48384
48385 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
48386
48387         * string/tester.c (test_strcat): Add tests for different alignments
48388         of source and destination.
48389         (test_strncat): Likewise.
48390
48391 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
48392
48393         [BZ #12852]
48394         * posix/glob.c (glob): Check passed in values before using them in
48395         expressions to avoid some overflows.
48396         (glob_in_dir): Likewise.
48397
48398         [BZ #13007]
48399         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
48400         check for AVX enablement so that we don't crash with old kernels and
48401         new hardware.
48402         * elf/tst-audit4.c: Add same checks here.
48403         * elf/tst-audit6.c: Likewise.
48404
48405         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
48406
48407 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
48408
48409         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
48410
48411 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
48412
48413         * po/cs.po: Update from translation team.
48414         * po/bg.po: Likewise.
48415
48416 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
48417
48418         * misc/sys/cdefs.h: Add support for const attribute.
48419         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
48420         to gnu_dev_{major,minor,makedev} functions.
48421
48422 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
48423
48424         * intl/dcigettext.c (get_output_charset): Add missing bracket.
48425
48426 2011-07-20  Andreas Schwab  <schwab@redhat.com>
48427
48428         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
48429         strlen results.
48430
48431 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48432
48433         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
48434         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
48435         register in order to avoid conflicts with the soft frame pointer
48436         being held in r11 when necessary.
48437         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
48438         (INTERNAL_VSYSCALL_NCS): Likewise.
48439
48440 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
48441
48442         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
48443         * elf/dl-fini.c (_dl_fini): Adjust caller.
48444         * elf/dl-close.c (_dl_close_worker): Likewise.
48445         * sysdeps/generic/ldsodefs.h: Adjust declaration.
48446
48447 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
48448
48449         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
48450         "aux_cache->nlibs < 0".
48451
48452         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
48453         in the reload-count case.
48454
48455 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
48456
48457         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48458         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
48459         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
48460         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
48461         * sysdeps/x86_64/multiarch/strcat.S: New file.
48462         * sysdeps/x86_64/multiarch/strncat.S: New file.
48463         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
48464         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
48465         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
48466         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
48467         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
48468         (USE_AS_STRCAT): Define.
48469         Add strcat and strncat support.
48470         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
48471         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
48472         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
48473         * string/strncat.c: Update.
48474         (USE_AS_STRNCAT): Define.
48475         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48476         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
48477         and i7.
48478         * sysdeps/x86_64/multiarch/init-arch.h
48479         (bit_Prefer_PMINUB_for_stringop): New.
48480         (index_Prefer_PMINUB_for_stringop): Likewise.
48481         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
48482         bit_Prefer_PMINUB_for_stringop.
48483
48484 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
48485
48486         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
48487         buffer64.
48488         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
48489         of casting of buffer.
48490         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
48491         buffer32 and buffer64.
48492         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
48493         writes instead of casting of buffer.
48494         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
48495         buffer32.
48496         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
48497         casting of buffer.
48498
48499 2011-07-19  Andreas Schwab  <schwab@redhat.com>
48500
48501         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
48502
48503 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
48504
48505         * nscd/nscd.c (termination_handler): Don't do anything for a database
48506         if it has not yet been initialized.
48507
48508 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
48509
48510         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
48511
48512 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
48513
48514         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
48515
48516 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
48517
48518         * po/nl.po: Update from translation team.
48519         * po/sv.po: Likewise.
48520
48521 2011-07-16  Roland McGrath  <roland@hack.frob.com>
48522
48523         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
48524         now disallowed by GCC.
48525
48526         * configure.in (use-default-link): Default to yes if a test -shared
48527         link meets our qualifications.
48528         * configure: Regenerated.
48529
48530         * config.make.in (output-format): New variable.
48531         * configure.in: Check for ld --print-output-format support.
48532         * configure: Regenerated.
48533         * Makerules ($(common-objpfx)format.lds)
48534         [$(output-format) != unknown]: Just use $(output-format),
48535         instead of the linker-script munging.
48536
48537 2011-07-14  Roland McGrath  <roland@hack.frob.com>
48538
48539         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
48540         of $(common-objpfx)shlib.lds.
48541         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
48542
48543         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
48544         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
48545
48546         * configure.in (-z relro check): Adjust test code to add a large
48547         writable data section after it.
48548         * configure: Regenerated.
48549
48550 2011-07-11  Roland McGrath  <roland@hack.frob.com>
48551
48552         * configure.in (-z relro check): Fix test code to make the variable
48553         truly const.
48554         * configure: Regenerated.
48555
48556 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
48557
48558         * nscd/nscd.h (struct traced_file): Define.
48559         (struct database_dyn): Remove inotify_descr, reset_res, and filename
48560         elements.  Add traced_files.
48561         (inotify_fd): Declare.
48562         (register_traced_file): Declare.
48563         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
48564         (inotify_fd): Export.
48565         (resolv_conf_descr): Remove.
48566         (nscd_init): Move inotify descriptor creation to main.
48567         Don't register files for notification here.
48568         (register_traced_file): New function.
48569         (invalidate_cache): Don't use reset_res to determine whether to call
48570         res_init, go through the list of registered files.
48571         (main_loop_poll): The inotify descriptors are now stored in the
48572         structures for the traced files.
48573         (main_loop_epoll): Likewise
48574         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
48575         to __nss_disable_nscd.
48576         * nscd/cache.c (prune_cache): There is no single inotify descriptor
48577         for a database anymore.  Check the records for all the registered
48578         files instead.
48579         * nss/Makefile (libnss_files-routines): Add files-init.
48580         (libnss_db-routines): Add db-init.
48581         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
48582         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
48583         * nss/nss_db/db-init.c: New file.
48584         * nss/nss_files/files-init.c: New file.
48585         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
48586         __nss_lookup_function.
48587         (__nss_lookup_function): Call nss_load_library.
48588         (nss_load_all_libraries): New function.
48589         (__nss_disable_nscd): Take parameter with callback function for files
48590         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
48591         used for the cached services.
48592         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
48593         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
48594         options for features to all the files in nscd.
48595
48596         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
48597
48598 2011-07-10  Roland McGrath  <roland@hack.frob.com>
48599
48600         * csu/elf-init.c (__libc_csu_init): Comment typo.
48601
48602 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
48603
48604         * po/pl.po: Update from translation team.
48605         * po/ja.po: Likewise.
48606         * po/ru.po: Likewise.
48607         * po/ko.po: Likewise.
48608         * po/fr.po: Likewise.
48609
48610 2011-07-09  Roland McGrath  <roland@hack.frob.com>
48611
48612         * configure.in (.ctors/.dtors header and trailer check):
48613         Use an empirical test on a built program.
48614         * configure: Regenerated.
48615
48616         * configure.in (-z relro check): Use an empirical test on a built DSO.
48617         Detect, but do not require, on ia64.
48618         * configure: Regenerated.
48619
48620         * configure.in (READELF): Find it with AC_CHECK_TOOL.
48621         Update tests that use readelf to use $READELF instead.
48622         * configure: Regenerated.
48623
48624 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
48625
48626         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
48627         if the result is not used.
48628
48629 2011-07-05  Andreas Jaeger  <aj@suse.de>
48630
48631         [BZ#9696]
48632         * stdlib/tst-strtod.c: Add testcase.
48633
48634 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
48635
48636         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
48637         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
48638         The latter has a higher limit.  Take additional parameter to pass to
48639         the new function.
48640         (__pathconf): Pass file to __statfs_link_max.
48641         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
48642         __statfs_link_max.
48643         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
48644         __statfs_link_max.
48645
48646         [BZ #12868]
48647         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
48648         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
48649         Handle Lustre.
48650         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
48651         (__statfs_filesize_max): Likewise.
48652         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
48653
48654 2011-07-05  Andreas Jaeger  <aj@suse.de>
48655
48656         * resolv/res_comp.c (dn_skipname): Remove unused variable.
48657
48658 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
48659
48660         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
48661         `status' variable.
48662         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
48663         Likewise.
48664
48665 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
48666
48667         * Makefile (strop-tests): Add strncat.
48668         * string/test-strncat.c: New file.
48669
48670 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
48671
48672         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
48673
48674 2011-06-21  Andreas Jaeger  <aj@suse.de>
48675
48676         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
48677         Copy rule from iconvdata/Makefile.
48678
48679 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
48680
48681         [BZ #12922]
48682         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
48683         but no long options are defined, just return 'W'.
48684
48685 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
48686
48687         [BZ #9696]
48688         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
48689
48690 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
48691
48692         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
48693         netgroups to read.
48694         (innetgr): Likewise.
48695
48696 2011-07-05  Roland McGrath  <roland@hack.frob.com>
48697
48698         * config.make.in (install_root): Default to $(DESTDIR).
48699
48700 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
48701
48702         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
48703
48704 2011-07-02  Roland McGrath  <roland@hack.frob.com>
48705
48706         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
48707
48708         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
48709         containing directory rather than embedding absolute directory names.
48710
48711         * scripts/check-local-headers.sh: Rewritten using awk.
48712         Match by word, not by line.  Print error messages for matches.
48713         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
48714
48715         * Makerules [shlib-lds-flags empty]:
48716         ($(common-objpfx)libc_pic.opts): New target.
48717         ($(common-objpfx)libc_pic.os.clean): New target.
48718         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
48719
48720         * config.make.in (OBJCOPY): New variable.
48721         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
48722         * configure: Regenerated.
48723
48724         * config.make.in (use-default-link): New variable.
48725         * configure.in (use_default_link): Grok --with-default-link to set it.
48726         * configure: Regenerated.
48727         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
48728         (shlib-lds, shlib-lds-flags): Define to empty.
48729
48730         * Makerules (shlib-lds): New variable.
48731         (shlib-lds-flags): New variable.
48732         (build-shlib, build-moduile, build-module-asneeded): Use it.
48733         ($(common-objpfx)libc.so): Use $(shlib-lds).
48734         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
48735         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
48736
48737         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
48738         DT_FLAGS/DT_FLAGS_1 with zero flags.
48739
48740         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
48741         linker script munging.
48742
48743 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
48744
48745         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
48746         as 128-bit value.
48747         * crypt/sha512.c (sha512_process_block): Perform total addition using
48748         128-bit if possible.
48749         (__sha512_finish_ctx): Likewise.
48750         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
48751         as 64-bit value.
48752         * crypt/sha256.c (SWAP64): Define.
48753         (sha256_process_block): Perform total addition using 64-bit if
48754         possible.
48755         (__sha256_finish_ctx): Likewise.
48756
48757 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
48758
48759         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
48760         * nscd/initgrcache.c (addinitgroupsX): Likewise.
48761         * nscd/hstcache.c (cache_addhst): Likewise.
48762         * nscd/grpcache.c (cache_addgr): Likewise.
48763         * nscd/aicache.c (addhstaiX): Likewise
48764         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
48765
48766 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
48767
48768         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
48769         * nscd/initgrcache.c (addinitgroupsX): Likewise.
48770         * nscd/hstcache.c (cache_addhst): Likewise.
48771         * nscd/grpcache.c (cache_addgr): Likewise.
48772         * nscd/aicache.c (addhstaiX): Likewise
48773
48774 2011-07-01  Andreas Schwab  <schwab@redhat.com>
48775
48776         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
48777         domain only when needed.
48778
48779 2011-06-30  Andreas Schwab  <schwab@redhat.com>
48780
48781         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
48782         is always restored.
48783
48784 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
48785
48786         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
48787         are re-adding the entry.
48788         * nscd/servicescache.c (cache_addserv): Likewise.
48789
48790 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
48791
48792         * sysdeps/generic/dl-irel.h: fix protection against multiple
48793         inclusions.
48794         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
48795
48796 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
48797
48798         [BZ #12935]
48799         * malloc/memusage.sh: Fix quoting in message.
48800         * debug/xtrace.sh: Likewise.
48801
48802         * configure.in: Remove support for --experimental-malloc option, make
48803         it the default.
48804         * config.make.in: Likewise.
48805         * malloc/Makefile: Likewise.
48806
48807 2011-06-27  Andreas Schwab  <schwab@redhat.com>
48808
48809         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
48810         two-byte characters.
48811
48812 2011-06-27  Roland McGrath  <roland@hack.frob.com>
48813
48814         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
48815         AC_CACHE_CHECK invocation.
48816         * configure: Regenerated.
48817
48818         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
48819
48820 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
48821
48822         [BZ #12350]
48823         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
48824         bit from old_res_options.
48825
48826         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
48827
48828         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
48829         value type for setfct.
48830
48831 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
48832
48833         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
48834         __gettimeofday instead of gettimeofday.
48835
48836 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
48837
48838         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
48839
48840 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
48841
48842         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
48843
48844         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
48845         info.
48846
48847 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
48848
48849         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48850         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
48851         strcpy-sse2-unaligned strncpy-sse2-unaligned
48852         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
48853         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
48854         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
48855         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
48856         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
48857         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
48858         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
48859         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
48860         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
48861         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
48862         (STRCPY): Support SSE2 and SSSE3 versions.
48863
48864 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
48865
48866         [BZ #12874]
48867         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
48868         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
48869         kernels which artificially limit size of requests.
48870
48871 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
48872
48873         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48874         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
48875         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
48876         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
48877         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
48878         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
48879         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
48880         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
48881         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
48882         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
48883         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
48884         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
48885         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
48886         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
48887         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
48888         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48889         Enable unaligned load optimization for Intel Core i3, i5 and i7
48890         processors.
48891         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
48892         Define.
48893         (index_Fast_Unaligned_Load): Define.
48894         (HAS_FAST_UNALIGNED_LOAD): Define.
48895
48896 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
48897
48898         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
48899
48900 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
48901
48902         [BZ #12907]
48903         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
48904         until it is clear that the information is realy needed.
48905         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
48906
48907 2011-06-22  Andreas Schwab  <schwab@redhat.com>
48908
48909         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
48910
48911 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
48912
48913         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
48914         /sys/devices/system/cpu/online if it is usable.
48915
48916         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
48917         reading the information from the /proc filesystem to once a second.
48918
48919 2011-06-21  Andreas Jaeger  <aj@suse.de>
48920
48921         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
48922         NULL after inclusion of kernel headers.
48923
48924 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
48925
48926         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
48927         calls to internal_setent.
48928
48929         [BZ #12885]
48930         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
48931         addresses using gethostbyname4_r ignore IPv4 addresses.
48932
48933         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
48934         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
48935
48936         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
48937
48938 2011-06-20  David S. Miller  <davem@davemloft.net>
48939
48940         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
48941         inclusions.
48942         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
48943
48944         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
48945         (elf_irel): Use it.
48946         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
48947         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
48948         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
48949         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
48950         * sysdeps/x86_64/dl-irel.h: Likewise.
48951
48952         * elf/dl-runtime.c: Use elf_ifunc_invoke.
48953         * elf/dl-sym.c: Likewise.
48954
48955 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
48956
48957         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
48958         need to dereference resplen2.
48959
48960 2011-06-14  Andreas Schwab  <schwab@redhat.com>
48961
48962         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
48963
48964 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
48965
48966         * Makeconfig: Define vardbdir and inst_vardbdir.
48967         * nss/Makefile: Add rules to install db-Makefile.
48968
48969         * nss/nss_db/db-XXX.c: Cleanup.
48970
48971         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
48972         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
48973         GLIBC_PRIVATE.
48974         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
48975         * nss/makedb.c: Implement -g option to specify that value strings
48976         are generated and should not be added to table iterated over for
48977         get*ent calls.
48978         * nss/nss_db/db-initgroups.c: New file.
48979
48980         * nss/getent.c: Add support for initgroups lookups through getgrouplist
48981         interface.
48982
48983         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
48984         (internal_getgrouplist): Adjust to name change.
48985         Update use_initgroups_entry if this is not the first call.
48986         * nss/databases.def: Add initgroups entry.
48987
48988         * nss/makedb.c (compute_tables): Check result of multiple hash table
48989         sizes to minimize maximum chain length.
48990
48991 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
48992
48993         * Versions.def: Add entry for libnss_db.
48994         * shlib-versions: Likewise.
48995         * nss/Makefile: Add rules to build libnss_db.
48996         * nss/Versions: Add libnss_db information.  Organize libnss_files
48997         entries better.
48998         * nss/db-Makefile: Add gshadow support.  Change rules for the new
48999         makedb progra.  Some minor improvements to generate smaller files.
49000         * nss/nss_db/nss_db.h: Move NSS database header data structures to
49001         here from...
49002         * nss/makedb.c: ...here.
49003         Improve database format to be smaller and require less memory at
49004         runtime.
49005         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
49006         db anymore.
49007         * nss/nss_db/db-netgrp.c: Likewise.
49008         * nss/nss_db/db-open.c: Likewise.
49009         * nss/nss_files/flies-XXX.x: Adjust comments.
49010         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
49011         * nss/nss_files/files-grp.c: Likewise.
49012         * nss/nss_files/files-hosts.c: Likewise.
49013         * nss/nss_files/files-network.c: Likewise.
49014         * nss/nss_files/files-proto.c: Likewise.
49015         * nss/nss_files/files-pwd.c: Likewise.
49016         * nss/nss_files/files-rpc.c: Likewise.
49017         * nss/nss_files/files-service.c: Likewise.
49018         * nss/nss_files/files-sgrp.c: Likewise.
49019         * nss/nss_files/files-spwd.c: Likewise.
49020         * nss/nss_db/db-alias.c: Removed.
49021         * nss/nss_db/dummy-db.h: Removed.
49022
49023 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
49024
49025         * nss/makedb.c: Rewritten to not use database library.
49026         * nss/Makefile: Update to build new makedb program.
49027
49028 2011-06-14  Andreas Jaeger  <aj@suse.de>
49029
49030         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
49031         memset declaration.
49032
49033 2011-06-10  Andreas Schwab  <schwab@redhat.com>
49034
49035         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
49036         tmpbuf.
49037
49038 2011-06-10  Roland McGrath  <roland@hack.frob.com>
49039
49040         * Makerules (shlib.lds): Fail if the linker script comes out empty.
49041         * elf/Makefile ($(objpfx)ld.so): Likewise.
49042
49043         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
49044         Don't list ld.so twice in dependencies.
49045
49046         * posix/bug-regex31.c: Include <stdlib.h>.
49047
49048         * nscd/hstcache.c (cache_addhst): Remove unused variable.
49049
49050         * nis/nss_compat/compat-spwd.c
49051         (getspent_next_nss_netgr): Remove unused variable.
49052         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
49053
49054         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
49055         nonmembers" output to use the right array.
49056
49057         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
49058
49059         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
49060
49061         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
49062         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
49063         * catgets/gencat.c (read_input_file): Likewise.
49064         * locale/programs/locarchive.c (enlarge_archive): Likewise.
49065
49066         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
49067         variable definition inside #if's controlling its use.
49068
49069         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
49070
49071         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
49072
49073         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
49074
49075         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
49076         unreachable code.
49077
49078         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
49079
49080         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
49081         * configure: Regenerated.
49082
49083         * Makerules: Revert last change.
49084         * elf/Makefile: Likewise.
49085
49086 2011-06-09  Roland McGrath  <roland@hack.frob.com>
49087
49088         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
49089         * elf/Makefile ($(objpfx)librtld.os): Likewise.
49090         (reloc-link): Likewise.
49091
49092 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
49093
49094         * elf/Makefile: Add rules to build pldd.
49095         * elf/pldd.c: New file.
49096         * elf/pldd-xx.c: New file.
49097
49098 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
49099
49100         * version.h: Update for 2.15 development version.
49101
49102 2011-06-07  David S. Miller  <davem@davemloft.net>
49103
49104         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
49105         ifuncs.
49106         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
49107         elf_machine_lazy_rel): Likewise.
49108         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
49109         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
49110         elf_machine_lazy_rel): Likewise.
49111         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
49112         dl_hwcap via passed in argument.
49113         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
49114         Likewise.
49115
49116 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49117
49118         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
49119
49120 2011-06-06  Roland McGrath  <roland@hack.frob.com>
49121
49122         [BZ #12849]
49123         * manual/fdl-1.1.texi: New file, verbatim from:
49124         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
49125         * manual/lgpl-2.1.texi: New file, verbatim from:
49126         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
49127         * manual/Makefile (licenses): New variable, list those new file names.
49128         (texis): Use it.
49129         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
49130
49131         * manual/fdl.texi: File removed.
49132         * manual/lesser.texi: File removed.
49133         * manual/libc.texinfo (Copying, Documentation License):
49134         Use new @include file names, put @appendix directive before @include.
49135
49136 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
49137
49138         [BZ #12841]
49139         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
49140         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
49141         (mq_open): Add __NTH.
49142
49143 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
49144
49145         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49146         Assume Intel Core i3/i5/i7 processor if AVX is available.
49147
49148 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
49149
49150         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
49151         typo.
49152
49153 2011-05-31  Andreas Schwab  <schwab@redhat.com>
49154
49155         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
49156         memory.  Use alloca_account.  Fix memory leak when retrying.
49157
49158 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
49159
49160         * version.h (RELEASE): Bump for 2.14 release.
49161         * include/features.h (__GLIBC_MINOR__): Bump to 14.
49162
49163         * config.make.in (RANLIB): Remove entry.
49164
49165 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
49166
49167         * po/Makefile (po-sed-cmd): Add ksh to extensions.
49168         (libc.pot): Work around missing support for .ksh extension in xgettext.
49169
49170         [BZ #12684]
49171         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
49172         if both request failed.
49173         (send_dg): In case of server errors clear resplen or *resplen2.
49174
49175         [BZ #12454]
49176         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
49177         when there are multiple maps.
49178         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
49179         (_dl_fini): Remove test here.
49180
49181         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
49182
49183 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
49184
49185         [BZ #12350]
49186         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
49187         bit from old_res_options.
49188         (gaih_inet): Likewise.
49189
49190         [BZ #11099]
49191         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
49192         as signed.
49193
49194         * resolv/res_init.c (res_setoptions): Make the code more compact.
49195
49196         [BZ #11558]
49197         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
49198         set RES_USEVC.
49199
49200         [BZ #11634]
49201         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
49202
49203         * malloc/malloc.h: Mark malloc hook variables as deprecated.
49204
49205         [BZ #11781]
49206         * malloc/malloc.h: Declare malloc hook variables as volatile.
49207
49208         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
49209         in last patch.
49210
49211         [BZ #11799]
49212         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
49213         raise in the comment.
49214         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
49215         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
49216         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
49217
49218 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
49219
49220         [BZ #12811]
49221         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
49222         grow the buffers more if it already has to be sufficient.
49223         (build_wcs_upper_buffer): Likewise.
49224         * posix/regexec.c (check_matching): Likewise.
49225         (clean_state_log_if_needed): Likewise.
49226         (extend_buffers): Don't enlarge buffers beyond size of the input
49227         buffer.
49228         Patches mostly by Emil Wojak <emil@wojak.eu>.
49229         * posix/bug-regex32.c: New file.
49230         * posix/Makefile (tests): Add bug-regex32.
49231
49232         * locale/findlocale.c (_nl_find_locale): Return right away if
49233         _nl_explode_name failed.
49234         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
49235
49236         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
49237
49238         * debug/xtrace.sh: Unify messages.
49239         * malloc/memusage.sh: Likewise.
49240
49241         [BZ #12813]
49242         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
49243         time symbol from vDSO.  Substitute with vsyscall if not available.
49244         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
49245         __vdso_time.
49246
49247         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
49248         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
49249         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
49250         Add sendmmsg and internal_sendmmsg.
49251         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
49252         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
49253         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
49254
49255         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
49256         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
49257         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
49258
49259 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
49260
49261         [BZ #12813]
49262         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
49263         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
49264         available.
49265         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
49266         __vdso_getcpu.
49267
49268         [BZ #12814]
49269         * iconvdata/Makefile (tests): Add bug-iconv9.
49270         * iconvdata/bug-iconv9.c: New file.
49271
49272 2011-05-27  Andreas Schwab  <schwab@redhat.com>
49273
49274         [BZ #12814]
49275         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
49276
49277 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
49278
49279         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
49280         (struct user_regs_struct): Change intcs field back to cs.
49281
49282 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
49283
49284         * po/ja.po: Update from translation team.
49285
49286 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
49287
49288         [BZ #12795]
49289         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
49290         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
49291
49292 2011-05-20  Andreas Schwab  <schwab@redhat.com>
49293
49294         * stdlib/longlong.h: Update from GCC.
49295
49296 2011-05-23  Andreas Schwab  <schwab@redhat.com>
49297
49298         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
49299         parameter name.
49300         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
49301         Add parameter name.
49302         (__sysconf): Pass it down.
49303
49304 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
49305
49306         [BZ #12671]
49307         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
49308         some situations.
49309         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
49310         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
49311         add in in __libc_use_alloca calls.  Adjust callers.
49312         (glob): Use malloc in some situations.
49313
49314         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
49315         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
49316         pltexit.
49317
49318 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
49319
49320         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
49321         and CLOCK_BOOTTIME_ALARM.
49322
49323         [BZ #12782]
49324         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
49325         is returned.
49326
49327         * string/_strerror.c (__strerror_r): Print negative errors as signed
49328         numbers.
49329
49330         [BZ #12777]
49331         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
49332         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
49333         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
49334
49335         * configure.in: Fix typo in redirection and correct removal of test
49336         files in two cases.
49337
49338         [BZ #12788]
49339         * locale/setlocale.c (new_composite_name): Fix test to check for
49340         identical name of all categories.
49341
49342         [BZ #12792]
49343         * libio/filedoalloc.c (local_isatty): New function.
49344         (_IO_file_doallocate): Use local_isatty.
49345         * stdio-common/perror.c (perror): In case a new stream is used
49346         forward the stream error.
49347         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
49348         error flag.
49349
49350 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
49351
49352         [BZ #11869]
49353         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
49354         alloca.
49355         * include/alloca.h (extend_alloca_account): Define.
49356
49357         [BZ #11857]
49358         * posix/regex.h: Fix comments with documentation of user-accessible
49359         fields after compilation and describe correct free'ing of pattern
49360         after re_compile_pattern.
49361         Patch by Reuben Thomas <rrt@sc3d.org>.
49362
49363 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
49364
49365         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
49366         and -mno-altivec to prevent the compiler from using Altivec and/or
49367         VSX instructions when the corresponding registers are not available.
49368
49369 2011-05-19  Andreas Schwab  <schwab@redhat.com>
49370
49371         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
49372
49373 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
49374
49375         * libio/freopen.c (freopen): Use __dup2, not dup2.
49376         * libio/freopen64.c (freopen64): Likewise.
49377
49378 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
49379
49380         [BZ #12775]
49381         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
49382         * math/Makefile (tests): Add test-powl.
49383         (CFLAGS-test-powl.c): Define.
49384         * math/test-powl.c: New file.
49385
49386 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
49387
49388         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
49389
49390 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
49391
49392         [BZ #11837]
49393         * iconvdata/gb18030.c: Update to GB18020-2005.
49394
49395 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
49396
49397         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
49398         RE_SYNTAX_POSIX_AWK): Update to match recent development.
49399         Patch by Aharon Robbins <arnold@skeeve.com>.
49400
49401         [BZ #11892]
49402         * stdlib/putenv.c (putenv): Don't always create copy of the variable
49403         on the stack.
49404
49405         [BZ #11895]
49406         * misc/pselect.c (__pselect): Handle timeout value errors hidden
49407         through underflows.
49408
49409         [BZ #12766]
49410         * misc/error.c (error_at_line): Ensure file_name and old_file_name
49411         point to strings before performing equality test for error_one_per_line
49412         mode.
49413
49414         [BZ #11697]
49415         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
49416
49417         [BZ #11820]
49418         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
49419         (struct user_fpregs_struct): Avoid __uint*_t types.
49420
49421         [BZ #6420]
49422         * malloc/mtrace.c (tr_where): Add additional parameter to point to
49423         symbol info.  Use it instead of calling _dl_addr locally.
49424         (lock_and_info): New function.
49425         (tr_freehook): Call lock_and_info and pass symbol info as additional
49426         parameter to tr_where.
49427         (tr_mallochook): Likewise.
49428         (tr_reallochook): Likewise.
49429         (tr_memalignhook): Likewise.
49430
49431         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
49432         used and couldn't be at all thread-safe.
49433
49434 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
49435
49436         * libio/freopen.c (freopen): Don't close old file descriptor
49437         before the new one is opened.  Instead dup the new file descriptor
49438         to the old one after the new stream is created.
49439         * libio/freopen64.c (freopen64): Likewise.
49440         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
49441         * libio/fileops.c (_IO_new_file_close_it): Handle new
49442         _IO_FLAGS2_NOCLOSE flag.
49443         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
49444         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
49445         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
49446         _IO_FLAGS2_NOCLOSE flag.
49447         * include/unistd.h: Add hidden_proto for dup3.
49448         Define __have_dup3.
49449         * io/dup3.c: Define hidden symbol.
49450         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
49451
49452         [BZ #7101]
49453         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
49454         when an incomplete long option is used.
49455         * posix/tst-getopt_long1.c: New file.
49456         * posix/Makefile (tests): Add tst-getopt_long1.
49457
49458         [BZ #10138]
49459         * scripts/config.guess: Update from autoconf-2.68.
49460         * scripts/config.sub: Likewise.
49461
49462         [BZ #10157]
49463         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
49464         tests into ...
49465         (has_cpuclock): ...this.  New function.
49466         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
49467         macro here based on has_cpuclock code.
49468
49469         [BZ #10149]
49470         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
49471         First byte (not low byte) is now always NUL.
49472         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
49473
49474         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
49475         Use non-cancelable interfaces.
49476
49477         [BZ #9809]
49478         * locale/iso-639.def: Add entry for Sorani.
49479
49480         [BZ #11901]
49481         * include/stdlib.h: Move include protection to the right place.
49482         Define abort_msg_s.  Declare __abort_msg with it.
49483         * stdlib/abort.c (__abort_msg): Adjust type.
49484         * assert/assert.c (__assert_fail_base): New function.  Majority
49485         of code from __assert_fail.  Allocate memory for __abort_msg with
49486         mmap.
49487         (__assert_fail): Now call __assert_fail_base.
49488         * assert/assert-perr.c: Remove bulk of implementation.  Use
49489         __assert_fail_base.
49490         * include/assert.hL Declare __assert_fail_base.
49491         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
49492         mmap.
49493         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
49494
49495 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
49496
49497         [BZ #11952]
49498         [BZ #12453]
49499         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
49500         until all modules are registered in the DTV.
49501         * elf/Makefile: Add rules to build and run tst-tls19.
49502         * elf/tst-tls19.c: New file.
49503         * elf/tst-tls19mod1.c: New file.
49504         * elf/tst-tls19mod2.c: New file.
49505         * elf/tst-tls19mod3.c: New file.
49506         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
49507
49508         [BZ #12083]
49509         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
49510         correctly.
49511
49512         [BZ #12601]
49513         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
49514         two-byte sequence errors.
49515         * iconvdata/Makefile (tests): Add bug-iconv8.
49516         * iconvdata/bug-iconv8.c: New file.
49517
49518         [BZ #12626]
49519         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
49520         buf2 definition.
49521
49522         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
49523
49524         [BZ #12432]
49525         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
49526         (dummy_getcfa): New function.
49527         (init): Get _Unwind_GetCFA address, use dummy if not found.
49528         (backtrace_helper): In recursion check, also check whether CFA changes.
49529         (__backtrace): Completely initialize arg.
49530
49531         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
49532         storing incomplete byte sequence in state object.  Avoid testing for
49533         guaranteed too small input if we know there is enough data available.
49534
49535 2011-05-11  Andreas Schwab  <schwab@redhat.com>
49536
49537         * Makeconfig (+link-pie): Indent.
49538         * Rules (binaries-pie): Define if $(have-fpie) and
49539         $(build-shared).
49540         (binaries-shared): Also filter out $(binaries-pie).
49541         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
49542         * nscd/Makefile (others-pie): Add nscd.
49543         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
49544         ($(objpfx)nscd): Remove command override.
49545         * login/Makefile (others-pie): Add pt_chown.
49546         ($(objpfx)pt_chown): Remove command override.
49547         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
49548         remove command overrides.
49549
49550 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
49551
49552         * libio/tst_putwc.c: Fix error messages.
49553
49554         [BZ #12724]
49555         * libio/fileops.c (_IO_new_file_close_it): Always flush when
49556         currently writing and seek to current position when not.
49557         * libio/Makefile (tests): Add bug-fclose1.
49558         * libio/bug-fclose1.c: New file.
49559
49560 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
49561
49562         [BZ #12511]
49563         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
49564         don't set DF_1_NODELETE here.
49565         (do_lookup_x): When entering new entry test for copy relocation
49566         and if necessary set DF_1_NODELETE flag.
49567         * elf/tst-unique4.cc: New file.
49568         * elf/tst-unique4.h: New file.
49569         * elf/tst-unique4lib.cc: New file.
49570         * elf/Makefile: Add rules to build and run tst-unique4.
49571         Patch by Piotr Bury <pbury@goahead.com>.
49572
49573 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
49574
49575         [BZ #12052]
49576         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
49577
49578         [BZ #12625]
49579         * misc/mntent_r.c (addmntent): Flush the stream after the output
49580
49581         [BZ #12393]
49582         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
49583         (is_trusted_path_normalize): Skip initial colon.  Append slash
49584         to empty buffer.  Duplicate is_trusted_path code but allow
49585         constructed patch to be prefix.
49586         (is_dst): Allow $ORIGIN followed by /.
49587         (_dl_dst_substitute): Correct clearing of check_for_trusted.
49588         Correct testing of result of is_trusted_path_normalize
49589         (decompose_rpath): Fix warning.
49590
49591 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
49592
49593         [BZ #11257]
49594         * grp/initgroups.c (internal_getgrouplist): When we found the service
49595         list through the initgroups entry in nsswitch.conf do not always
49596         continue on a successful lookup.  Don't always use the
49597         __nss_group_database value if it is set.
49598         * nss/nsswitch.conf (initgroups): Change action for successful db
49599         lookup to continue for compatibility.
49600
49601 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
49602
49603         [BZ #11532]
49604         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
49605         and CP774 modules.
49606         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
49607         and CP774 modules.
49608         * iconvdata/tst-tables.sh: Likewise.
49609         * iconvdata/cp770.c: New file.
49610         * iconvdata/cp771.c: New file.
49611         * iconvdata/cp772.c: New file.
49612         * iconvdata/cp773.c: New file.
49613         * iconvdata/cp774.c: New file.
49614         * iconvdata/testdata/CP770: New file.
49615         * iconvdata/testdata/CP770..UTF8: New file.
49616         * iconvdata/testdata/CP771: New file.
49617         * iconvdata/testdata/CP771..UTF8: New file.
49618         * iconvdata/testdata/CP772: New file.
49619         * iconvdata/testdata/CP772..UTF8: New file.
49620         * iconvdata/testdata/CP773: New file.
49621         * iconvdata/testdata/CP773..UTF8: New file.
49622         * iconvdata/testdata/CP774: New file.
49623         * iconvdata/testdata/CP774..UTF8: New file.
49624
49625         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
49626         END CHARMAP line.
49627         * iconvdata/gen-8bit-gap.sh: Likewise.
49628         * iconvdata/gen-8bit.sh: Likewise.
49629
49630         * locale/iso-639.def: Add ary entry.
49631
49632         [BZ #11258]
49633         * locale/C-translit.h.in: Add U20A1 transliteration.
49634
49635         [BZ #12178]
49636         * locale/iso-639.def: Add wae entry.
49637         Patch by Kevin Bortis <bortis@translate-wae.ch>.
49638
49639         [BZ #12545]
49640         * locale/programs/localedef.c (construct_output_path): Use ssize_t
49641         for n.
49642
49643         [BZ #12711]
49644         * locale/C-translit.h.in: Add entry for U20B9.
49645         Patch by pravin.d.s@gmail.com.
49646
49647 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
49648
49649         [BZ #12713]
49650         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
49651         ENAMETOOLONG use generic getcwd.
49652         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
49653         in rtld.  Use *stat64.
49654         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
49655         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
49656         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
49657         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
49658         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
49659         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
49660         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
49661         __fstatat64 macros.
49662         * include/dirent.h: Add libc_hidden_proto for rewinddir.
49663         * dirent/rewinddir.c: Add libc_hidden_def.
49664         * sysdeps/mach/hurd/rewinddir.c: Likewise.
49665         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
49666
49667         * include/dirent.h (__alloc_dir): Add flags parameter.
49668         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
49669         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
49670         __alloc_dir.
49671         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
49672         from fdopendir if O_CLOEXEC is already set.
49673
49674 2011-03-15  Alan Modra  <amodra@gmail.com>
49675
49676         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
49677         l_tls_firstbyte_offset non-zero.  Save padding offset in
49678         l_tls_firstbyte_offset for later use.
49679         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
49680         freeing static tls block.
49681
49682 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
49683
49684         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
49685         where #ifdef was intended.  The intent is to prevent ARG_MAX from
49686         being defined by the kernel headers.
49687
49688 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
49689
49690         [BZ #12734]
49691         * resolv/resolv.h: Define RES_NOTLDQUERY.
49692         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
49693         no-tld-query and set RES_NOTLDQUERY.
49694         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
49695         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
49696         modern BIND to search name as TLD unless forbidden.
49697
49698 2011-05-07  Petr Baudis  <pasky@suse.cz>
49699             Ulrich Drepper  <drepper@gmail.com>
49700
49701         [BZ #12393]
49702         * elf/dl-load.c (fillin_rpath): Move trusted path check...
49703         (is_trusted_path): ...to here.
49704         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
49705         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
49706         using is_trusted_path_normalize() in setuid scripts.
49707
49708 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
49709
49710         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
49711         __BEGIN/__END_DECLS.
49712
49713 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
49714
49715         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
49716         NSS_STATUS_NOTFOUND if no record was found.
49717
49718 2011-05-05  Andreas Schwab  <schwab@redhat.com>
49719
49720         * sunrpc/Makefile (headers): Add rpc/netdb.h.
49721         (headers-not-in-tirpc): Remove rpc/netdb.h
49722         * resolv/netdb.h: Revert last change.
49723
49724 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
49725
49726         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
49727         circular dependency between libgcc.a and libc.a.
49728
49729 2011-05-05  Andreas Schwab  <schwab@redhat.com>
49730
49731         * resolv/netdb.h: Don't include <rpc/netdb.h>.
49732         * nis/Makefile: Don't install rpcsvc/*.
49733         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
49734         instead of <rpc/types.h>.
49735         (MAXHOSTNAMELEN): Define.
49736
49737 2011-05-03  Andreas Schwab  <schwab@redhat.com>
49738
49739         * elf/ldconfig.c (add_dir): Don't crash on empty path.
49740
49741 2011-04-28  Maciej Babinski  <mbabinski@google.com>
49742
49743         [BZ #12714]
49744         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
49745         gethostbyname4_r when IPv6 results are possible.
49746
49747 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
49748
49749         [BZ #12723]
49750         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
49751         _PC_PIPE_BUF handling.
49752
49753 2011-04-30  Bruno Haible  <bruno@clisp.org>
49754
49755         [BZ #12717]
49756         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
49757         * resolv/netdb.h (getnameinfo): Change type of flags parameter
49758         to 'int'.
49759         * inet/getnameinfo.c (getnameinfo): Likewise.
49760
49761 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
49762
49763         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
49764         to groups setting in database lookup.
49765         * nss/nsswitch.conf: Add initgroups entry.
49766
49767 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
49768
49769         [BZ #12685]
49770         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
49771         mode string.
49772         Patch by Eric Blake <eblake@redhat.com>.
49773
49774 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
49775
49776         * sunrpc/Makefile (need-export-routines): Add svc_run.
49777         (routines): Remove svc_run.
49778         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
49779         * sunrpc/clnt_perr.c (clnt_perrno): Export.
49780         * sunrpc/svc_run.c (svc_run): Likewise.
49781         * sunrpc/svc_udp.c (svcudp_create): Likewise.
49782
49783 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
49784
49785         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
49786         problem in reallocation in last patch.
49787
49788 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
49789
49790         * sunrpc/Makefile: Move inclusion of Rules.
49791
49792 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
49793
49794         * nss/nss_files/files-initgroups.c: New file.
49795         * nss/Makefile (libnss_files-routines): Add files-initgroups.
49796         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
49797         _nss_files_initgroups_dyn.
49798
49799 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
49800
49801         * elf/elf.h (R_ARM_IRELATIVE): Define.
49802
49803 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
49804
49805         * po/ru.po: Update from translation team.
49806
49807 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
49808
49809         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
49810         dependencies.
49811
49812 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
49813
49814         [BZ #12653]
49815         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
49816         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
49817         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
49818         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
49819         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
49820
49821 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
49822
49823         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
49824         differing bytes.
49825         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
49826         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
49827         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49828
49829 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
49830
49831         [BZ #12420]
49832         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
49833         storing it.
49834         * stdlib/bug-getcontext.c: New file.
49835         * stdlib/Makefile: Add rules to build and run bug-getcontext.
49836
49837 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49838
49839         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
49840         instructions into .machine "z9-109".
49841         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
49842         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
49843
49844 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49845
49846         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
49847         between environment variables and auxiliary vector.
49848
49849 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
49850
49851         * Makefile: Add rules to build linkobj/libc.so.
49852         * include/libc-symbols.h: Define libc_hidden_nolink.
49853         * include/rpc/auth.h: Mark functions which are to be hidden.
49854         * include/rpc/auth_des.h: Likewise.
49855         * include/rpc/auth_unix.h: Likewise.
49856         * include/rpc/clnt.h: Likewise.
49857         * include/rpc/des_crypt.h: Likewise.
49858         * include/rpc/key_prot.h: Likewise.
49859         * include/rpc/pmap_clnt.h: Likewise.
49860         * include/rpc/pmap_prot.h: Likewise.
49861         * include/rpc/pmap_rmt.h: Likewise.
49862         * include/rpc/rpc_msg.h: Likewise.
49863         * include/rpc/svc.h: Likewise.
49864         * include/rpc/svc_auth.h: Likewise.
49865         * include/rpc/xdr.h: Likewise.
49866         * nis/Makefile: Link all DSOs against linkobj/libc.so.
49867         * nss/Makefile: Likewise.
49868         * sunrpc/Makefile: Don't install headers.  Build library with normal
49869         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
49870         * sunrpc/auth_des.c: Hide exported symbols by default, export some
49871         for the compat linking library.  Remove use of INTDEF/INTUSE.
49872         * sunrpc/auth_none.c: Likewise.
49873         * sunrpc/auth_unix.c: Likewise.
49874         * sunrpc/authdes_prot.c: Likewise.
49875         * sunrpc/authuxprot.c: Likewise.
49876         * sunrpc/clnt_gen.c: Likewise.
49877         * sunrpc/clnt_perr.c: Likewise.
49878         * sunrpc/clnt_raw.c: Likewise.
49879         * sunrpc/clnt_simp.c: Likewise.
49880         * sunrpc/clnt_tcp.c: Likewise.
49881         * sunrpc/clnt_udp.c: Likewise.
49882         * sunrpc/clnt_unix.c: Likewise.
49883         * sunrpc/des_crypt.c: Likewise.
49884         * sunrpc/des_soft.c: Likewise.
49885         * sunrpc/get_myaddr.c: Likewise.
49886         * sunrpc/key_call.c: Likewise.
49887         * sunrpc/key_prot.c: Likewise.
49888         * sunrpc/netname.c: Likewise.
49889         * sunrpc/pm_getmaps.c: Likewise.
49890         * sunrpc/pm_getport.c: Likewise.
49891         * sunrpc/pmap_clnt.c: Likewise.
49892         * sunrpc/pmap_prot.c: Likewise.
49893         * sunrpc/pmap_prot2.c: Likewise.
49894         * sunrpc/pmap_rmt.c: Likewise.
49895         * sunrpc/publickey.c: Likewise.
49896         * sunrpc/rpc_cmsg.c: Likewise.
49897         * sunrpc/rpc_common.c: Likewise.
49898         * sunrpc/rpc_dtable.c: Likewise.
49899         * sunrpc/rpc_prot.c: Likewise.
49900         * sunrpc/rpc_thread.c: Likewise.
49901         * sunrpc/rtime.c: Likewise.
49902         * sunrpc/svc.c: Likewise.
49903         * sunrpc/svc_auth.c: Likewise.
49904         * sunrpc/svc_authux.c: Likewise.
49905         * sunrpc/svc_raw.c: Likewise.
49906         * sunrpc/svc_run.c: Likewise.
49907         * sunrpc/svc_simple.c: Likewise.
49908         * sunrpc/svc_tcp.c: Likewise.
49909         * sunrpc/svc_udp.c: Likewise.
49910         * sunrpc/svc_unix.c: Likewise.
49911         * sunrpc/svcauth_des.c: Likewise.
49912         * sunrpc/xcrypt.c: Likewise.
49913         * sunrpc/xdr.c: Likewise.
49914         * sunrpc/xdr_array.c: Likewise.
49915         * sunrpc/xdr_float.c: Likewise.
49916         * sunrpc/xdr_intXX_t.c: Likewise.
49917         * sunrpc/xdr_mem.c: Likewise.
49918         * sunrpc/xdr_rec.c: Likewise.
49919         * sunrpc/xdr_ref.c: Likewise.
49920         * sunrpc/xdr_sizeof.c: Likewise.
49921         * sunrpc/xdr_stdio.c: Likewise.
49922
49923 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
49924
49925         [BZ #12650]
49926         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
49927         * sysdeps/ia64/dl-tls.h: Likewise.
49928         * sysdeps/powerpc/dl-tls.h: Likewise.
49929         * sysdeps/s390/dl-tls.h: Likewise.
49930         * sysdeps/sh/dl-tls.h: Likewise.
49931         * sysdeps/sparc/dl-tls.h: Likewise.
49932         * sysdeps/x86_64/dl-tls.h: Likewise.
49933         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
49934
49935 2011-03-14  Andreas Schwab  <schwab@redhat.com>
49936
49937         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
49938         rpath element also skip the following colon.
49939         (expand_dynamic_string_token): Add is_path parameter and pass
49940         down to DL_DST_REQUIRED and _dl_dst_substitute.
49941         (decompose_rpath): Call expand_dynamic_string_token with
49942         non-zero is_path.  Ignore empty rpaths.
49943         (_dl_map_object_from_fd): Call expand_dynamic_string_token
49944         with zero is_path.
49945
49946 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
49947
49948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
49949         Make cancelable.
49950
49951 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
49952
49953         [BZ #12655]
49954         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
49955         Patch by Filipe David Manana <fdmanana@apache.org>.
49956
49957 2011-04-07  Andreas Schwab  <schwab@redhat.com>
49958
49959         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
49960         Maintain aligned stack.
49961         (CHECK_RSP): Remove unused macro.
49962
49963 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
49964
49965         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
49966         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
49967
49968 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
49969
49970         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
49971
49972         * include/features.h: Mention __USE_XOPEN2K8 in comment.
49973
49974 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
49975
49976         [BZ #12518]
49977         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
49978         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
49979         * sysdeps/x86_64/memmove.c: New file.
49980         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
49981         (memcpy): Renamed to ...
49982         (__new_memcpy): This.
49983         (memcpy): Provide GLIBC_2_14 memcpy.
49984         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
49985         (memcpy): Provide GLIBC_2_2_5 memcpy.
49986
49987 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49988
49989         [BZ #12631]
49990         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
49991
49992 2011-03-30  Andreas Schwab  <schwab@redhat.com>
49993
49994         * misc/syncfs.c: New file.
49995         * misc/Makefile (routines): Add syncfs.
49996         * posix/unistd.h: Declare syncfs.
49997         * sysdeps/unix/syscalls.list: Add syncfs.
49998
49999 2011-04-01  Andreas Schwab  <schwab@redhat.com>
50000
50001         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
50002         open_by_handle_at.
50003         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
50004         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
50005         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
50006         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
50007         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
50008         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
50009         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
50010
50011 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
50012
50013         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
50014         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
50015         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
50016         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
50017         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
50018         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
50019         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
50020
50021         * io/Makefile: Compile fallocate.c, fallocate64.c, and
50022         sync_file_range.c with -fexceptions.
50023         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
50024         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
50025         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
50026         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
50027         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
50028         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
50029         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
50030         sync_file_range as cancellation point
50031         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
50032         now a wrapper around __call_sync_file_range with cancellation handling.
50033         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
50034         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
50035         function name to __call_sync_file_range.
50036         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
50037         Add call_sync_file_range.
50038
50039 2011-04-01  Andreas Schwab  <schwab@redhat.com>
50040
50041         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50042         bits/timex.h.
50043
50044 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
50045
50046         * iconv/iconv.h: Fix typo in comment.
50047         * io/fcntl.h: Likewise.
50048         * libio/stdio.h: Likewise.
50049         * posix/spawn.h: Likewise.
50050         * posix/unistd.h: Likewise.
50051         * stdlib/stdlib.h: Likewise.
50052         * time/time.h: Likewise.
50053         * wcsmbs/wchar.h: Likewise.
50054
50055         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
50056         open_by_handle): Add.
50057         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
50058         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
50059         Augment a few comments.
50060         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
50061         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
50062         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
50063         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
50064         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
50065         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
50066         open_by_handle.
50067
50068         * io/fcntl.h (AT_EMPTY_PATH): Define.
50069
50070 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
50071
50072         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
50073         * sysdeps/unix/sysv/linux/bits/time.h: New file.
50074         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
50075         to...
50076         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
50077         * Versions.def: Add GLIBC_2.14.
50078         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
50079         Export.
50080
50081 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
50082
50083         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
50084         round counter.
50085         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
50086
50087 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
50088
50089         [BZ #12597]
50090         * string/test-strncmp.c (do_page_test): New function.
50091         (check2): Likewise.
50092         (test_main): Call check2.
50093         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
50094
50095 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
50096
50097         [BZ #12587]
50098         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
50099         Handle cache information in CPU leaf 4.
50100         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
50101
50102 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
50103
50104         [BZ #12583]
50105         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
50106         character representation.
50107         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
50108
50109 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
50110
50111         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
50112         END(__isnan) to END(__isnanf) to match function entry point/label
50113         EALIGN(__isnanf,...).
50114
50115 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
50116
50117         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
50118
50119 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
50120
50121         [BZ #12510]
50122         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
50123         copy from the symbol referenced in the relocation to initialize the
50124         used variable.
50125         Patch by Piotr Bury <pbury@goahead.com>.
50126         * elf/Makefile: Add rules to build and tst-unique3.
50127         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
50128         * elf/tst-unique3.cc: New file.
50129         * elf/tst-unique3.h: New file.
50130         * elf/tst-unique3lib.cc: New file.
50131         * elf/tst-unique3lib2.cc: New file.
50132
50133         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
50134
50135 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
50136
50137         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
50138         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
50139         to _start.
50140
50141 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
50142
50143         * elf/dl-load.c (_dl_map_object): If we are looking for the first
50144         to-be-loaded object along a path to loader is ld.so.
50145
50146 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
50147             Ulrich Drepper  <drepper@gmail.com>
50148
50149         * sysdeps/x86_64/memset.S: After aligning destination, code
50150         branches to different locations depending on the value of
50151         misalignment, when multiarch is enabled. Fix this.
50152
50153 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
50154
50155         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
50156         Set _x86_64_preferred_memory_instruction for AMD processsors.
50157         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50158         Set bit_Prefer_SSE_for_memop for AMD processors.
50159
50160 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
50161
50162         * libio/fmemopen.c (fmemopen): Optimize a bit.
50163
50164 2011-03-03  Andreas Schwab  <schwab@redhat.com>
50165
50166         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
50167
50168 2011-03-03  Roland McGrath  <roland@redhat.com>
50169
50170         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
50171
50172 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
50173
50174         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
50175         __bzero_ultra1 instead of __memset_ultra1.
50176
50177 2011-02-23  Andreas Schwab  <schwab@redhat.com>
50178             Ulrich Drepper  <drepper@gmail.com>
50179
50180         [BZ #12509]
50181         * include/link.h (struct link_map): Add l_orig_initfini.
50182         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
50183         returning unsuccessfully.
50184         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
50185         close of a file loaded at startup, restore the original l_initfini
50186         list.
50187         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
50188         list, store the pointer.
50189         * elf/Makefile ($(objpfx)noload-mem): New rule.
50190         (noload-ENV): Define.
50191         (tests): Add $(objpfx)noload-mem.
50192         * elf/noload.c: Include <memcheck.h>.
50193         (main): Call mtrace.  Close all opened handles.
50194
50195 2011-02-17  Andreas Schwab  <schwab@redhat.com>
50196
50197         [BZ #12454]
50198         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
50199         dependencies are missing.
50200
50201 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50202
50203         Fix __if_freereq crash: Unlike the generic version which uses free,
50204         Hurd needs munmap.
50205         * sysdeps/mach/hurd/ifreq.h: New file.
50206
50207 2011-01-27  Petr Baudis  <pasky@suse.cz>
50208             Ulrich Drepper  <drepper@gmail.com>
50209
50210         [BZ 12445]#
50211         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
50212         to extend_alloca().
50213         * stdio-common/bug23.c: New file.
50214         * stdio-common/Makefile (tests): Add bug23.
50215
50216 2010-09-28  Andreas Schwab  <schwab@redhat.com>
50217             Ulrich Drepper  <drepper@gmail.com>
50218
50219         [BZ #12489]
50220         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
50221         before performing relro protection.  At old place add assertion
50222         to make sure nothing changed.
50223
50224 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
50225             Glauber de Oliveira Costa  <glommer@gmail.com>
50226
50227         * elf/elf.h: Add new ARM TLS relocs.
50228
50229 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
50230
50231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
50232         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
50233         cast from r3.
50234         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
50235         'tests' variable.
50236         * sysdeps/wordsize-64/tst-writev.c: New file.
50237
50238 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
50239
50240         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
50241         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
50242         insns in _dl_start to prevent a TOC reference before relocs are
50243         resolved.
50244
50245 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
50246
50247         [BZ #12469]
50248         * Makeconfig: Remove RANLIB definition.
50249         * Makerules: Don't use RANLIB.
50250         * aclocal.m4: Remove ranlib test.
50251         * configure.in: No need to check for ranlib.
50252         * elf/rtld-Rules: Don't use RANLIB.
50253
50254 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50255
50256         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
50257         protection macro.
50258         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
50259         inclusion protection macro.
50260
50261         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
50262         SIGRTMIN and SIGRTMAX and print information in that case only when
50263         SIGRTMIN is defined.
50264
50265 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
50266
50267         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
50268         arginfo fn returning -1.
50269
50270         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
50271         and thousands string is zero terminated.
50272
50273 2011-02-03  Andreas Schwab  <schwab@redhat.com>
50274
50275         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
50276         sysdeps/unix/sysv/linux/bits/socket.h.
50277
50278 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50279
50280         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
50281         (__CPU_COUNT): Remove old macros.
50282         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
50283         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
50284         (__CPU_ALLOC, __CPU_FREE): Add macros.
50285         (__sched_cpualloc, __sched_cpufree): Add declarations.
50286
50287 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
50288
50289         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
50290         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
50291         * nscd/aicache.c (addhstaiX): Return timeout of added value.
50292         (readdhstai): Return value of addhstaiX call.
50293         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
50294         (addgrbyX): Return value returned by cache_addgr.
50295         (readdgrbyname): Return value returned by addgrbyX.
50296         (readdgrbygid): Likewise.
50297         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
50298         (addpwbyX): Return value returned by cache_addpw.
50299         (readdpwbyname): Return value returned by addhstbyX.
50300         (readdpwbyuid): Likewise.
50301         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
50302         (addservbyX): Return value returned by cache_addserv.
50303         (readdservbyname): Return value returned by addservbyX:
50304         (readdservbyport): Likewise.
50305         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
50306         (addhstbyX): Return value returned by cache_addhst.
50307         (readdhstbyname): Return value returned by addhstbyX.
50308         (readdhstbyaddr): Likewise.
50309         (readdhstbynamev6): Likewise.
50310         (readdhstbyaddrv6): Likewise.
50311         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
50312         (readdinitgroups): Return value returned by addinitgroupsX.
50313         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
50314         (prune_cache): Keep track of timeout value of re-added entries.
50315         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
50316         * nscd/nscd.h: Adjust prototypes of readd* functions.
50317
50318 2011-02-04  Roland McGrath  <roland@redhat.com>
50319
50320         * nis/nis_server.c (nis_servstate): Use the right name for 0.
50321         (nis_stats): Likewise.
50322         * nis/nis_modify.c (nis_modify): Likewise.
50323         * nis/nis_remove.c (nis_remove): Likewise.
50324         * nis/nis_add.c (nis_add): Likewise.
50325
50326         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
50327
50328         * posix/fnmatch_loop.c: Add some consts.
50329
50330         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
50331
50332 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
50333
50334         [BZ #12460]
50335         * config.make.in (config-cflags-novzeroupper): Define.
50336         * configure.in: Substitute libc_cv_cc_novzeroupper.
50337         * elf/Makefile (AVX-CFLAGS): Define.
50338         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
50339         (CFLAGS-tst-auditmod4a.c): Likewise.
50340         (CFLAGS-tst-auditmod4b.c): Likewise.
50341         (CFLAGS-tst-auditmod6b.c): Likewise.
50342         (CFLAGS-tst-auditmod6c.c): Likewise.
50343         (CFLAGS-tst-auditmod7b.c): Likewise.
50344         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
50345
50346 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
50347
50348         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
50349         function to the callback.
50350         Patch partly by Jiri Olsa <jolsa@redhat.com>.
50351
50352 2011-02-02  Andreas Schwab  <schwab@redhat.com>
50353
50354         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
50355         of errno.
50356
50357 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
50358
50359         [BZ #11724]
50360         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
50361         of constructors.
50362         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
50363         of destructors.
50364         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
50365
50366         [BZ #11724]
50367         * elf/Makefile: Add rules to build and run new test.
50368         * elf/tst-initorder.c: New file.
50369         * elf/tst-initorder.exp: New file.
50370         * elf/tst-initordera1.c: New file.
50371         * elf/tst-initordera2.c: New file.
50372         * elf/tst-initordera3.c: New file.
50373         * elf/tst-initordera4.c: New file.
50374         * elf/tst-initorderb1.c: New file.
50375         * elf/tst-initorderb2.c: New file.
50376         * elf/tst-order-a1.c: New file.
50377         * elf/tst-order-a2.c: New file.
50378         * elf/tst-order-a3.c: New file.
50379         * elf/tst-order-a4.c: New file.
50380         * elf/tst-order-b1.c: New file.
50381         * elf/tst-order-b2.c: New file.
50382         * elf/tst-order-main.c: New file.
50383         New test case by George Gensure <werkt0@gmail.com>.
50384
50385 2010-10-01  Andreas Schwab  <schwab@redhat.com>
50386
50387         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50388         decoding ACE if AI_CANONIDN.
50389
50390 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
50391
50392         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
50393
50394 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
50395
50396         * version.h (RELEASE): Bump for 2.13 release.
50397         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
50398
50399         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
50400
50401         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
50402         MADV_NOHUGEPAGE.
50403         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
50404         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
50405         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
50406         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
50407         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
50408         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
50409
50410         * posix/getconf.c: Update copyright year.
50411         * catgets/gencat.c: Likewise.
50412         * csu/version.c: Likewise.
50413         * debug/catchsegv.sh: Likewise.
50414         * debug/xtrace.sh: Likewise.
50415         * elf/ldconfig.c: Likewise.
50416         * elf/ldd.bash.in: Likewise.
50417         * elf/sprof.c (print_version): Likewise.
50418         * iconv/iconv_prog.c: Likewise.
50419         * iconv/iconvconfig.c: Likewise.
50420         * locale/programs/locale.c: Likewise.
50421         * locale/programs/localedef.c: Likewise.
50422         * malloc/memusage.sh: Likewise.
50423         * malloc/mtrace.pl: Likewise.
50424         * nscd/nscd.c (print_version): Likewise.
50425         * nss/getent.c: Likewise.
50426
50427         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
50428         PF_CAIF, and PF_ALG.
50429         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50430
50431 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
50432
50433         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
50434         (modules-names): Use them.
50435         (ifunc-test-modules, ifunc-pie-tests): Define.
50436         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
50437         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
50438         (test-extras): Likewise.
50439         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
50440         $(compile-command.c).
50441         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
50442         (all-built-dso): Define.
50443         (check-textrel.out, check-execstack.out): Depend on it.
50444
50445         * configure.in: Don't override --enable-multi-arch.
50446
50447 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
50448
50449         [BZ #6812]
50450         * nscd/hstcache.c (tryagain): Define.
50451         (cache_addhst): Return tryagain not notfound for temporary errors.
50452         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
50453         failed.
50454
50455 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
50456
50457         [BZ #10563]
50458         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
50459         to make the syscall.
50460         * sysdeps/unix/sysv/linux/setgroups.c: New file.
50461
50462         [BZ #12378]
50463         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
50464         and fall back to matching as normal character if the string ends before
50465         the matching ']' is found.  This is what POSIX requires.
50466         * posix/testfnm.c: Adjust test result.
50467         * posix/globtest.sh: Adjust test result.  Add new test.
50468         * posix/tst-fnmatch.input: Likewise.
50469         * posix/tst-fnmatch2.c: Add new test.
50470
50471 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
50472
50473         * elf/Makefile (check-execstack): Revert last change.  Depend on
50474         check-execstack.h.
50475         (check-execstack.h): New target.
50476         (generated): Add check-execstack.h.
50477         * elf/check-execstack.c: Include "check-execstack.h".
50478         (main): Revert last change.
50479         (handle_file): Return zero if GNU_STACK is absent and
50480         DEFAULT_STACK_PERMS doesn't include PF_X.
50481
50482 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
50483
50484         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
50485         in child fails because the descriptor is already closed.
50486         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
50487         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
50488         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
50489
50490         [BZ #12397]
50491         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
50492         syscall.
50493
50494         [BZ #10484]
50495         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
50496         temporary buffer used to handle multi lookups locally.
50497         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
50498
50499 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
50500
50501         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
50502         loader is ld.so.
50503
50504 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
50505
50506         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
50507         alignment for SSE2.
50508
50509 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
50510
50511         [BZ #12394]
50512         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
50513         characters.  When rounding increased number of integer digits recompute
50514         number of groups.
50515         * stdio-common/tst-grouping.c: New file.
50516         * stdio-common/Makefile: Add rules to build and run tst-grouping.
50517
50518 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
50519
50520         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
50521         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
50522
50523         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
50524         void.
50525         * bits/select.h: Likewise.
50526
50527 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
50528
50529         * po/ja.po: Update from translation team.
50530
50531 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
50532
50533         [BZ #11155]
50534         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
50535         implementation just like for lxstat, fxstatat, et al.
50536
50537 2010-12-27  Jim Meyering  <meyering@redhat.com>
50538
50539         [BZ #12348]
50540         * posix/regexec.c (build_trtable): Return failure indication upon
50541         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
50542
50543 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
50544
50545         [BZ #12201]
50546         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
50547         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
50548         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
50549         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
50550
50551         [BZ #12207]
50552         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
50553
50554         [BZ #12204]
50555         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
50556         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
50557
50558 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
50559
50560         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
50561         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
50562         script has SORT_BY_INIT_PRIORITY.
50563         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
50564         NO_CTORS_DTORS_SECTIONS is defined.
50565         * elf/soinit.c: Likewise.
50566         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
50567         NO_CTORS_DTORS_SECTIONS is defined.
50568         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
50569         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
50570         * sysdeps/sh/init-first.c: Likewise.
50571         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
50572
50573 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
50574
50575         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
50576         always use the slow path.
50577
50578 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
50579
50580         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
50581         similar rule which adds the sysdep directories to the header search in
50582         order to pick up the correct platform stackinfo.h.
50583         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
50584         perform test if it is, otherwise return successfully without testing.
50585         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
50586         DEFAULT_STACK_PERMS define in stackinfo.h.
50587         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
50588         defined in stackinfo.h.
50589         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
50590         DEFAULT_STACK_PERMS defined in stackinfo.h.
50591         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
50592         * sysdeps/ia64/stackinfo.h: Likewise.
50593         * sysdeps/s390/stackinfo.h: Likewise.
50594         * sysdeps/sh/stackinfo.h: Likewise.
50595         * sysdeps/sparc/stackinfo.h: Likewise.
50596         * sysdeps/x86_64/stackinfo.h: Likewise.
50597         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
50598         PF_X for powerpc64.  Retain PF_X for powerpc32.
50599
50600 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
50601
50602         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
50603         accurately.
50604         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
50605         GETDENTS_64BIT_ALIGNED.
50606
50607 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
50608
50609         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
50610
50611 2010-12-10  Andreas Schwab  <schwab@redhat.com>
50612
50613         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
50614         _GNU_SOURCE.
50615
50616         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
50617         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
50618         Remove __restrict.
50619         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
50620         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
50621
50622 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
50623
50624         [BZ #11655]
50625         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
50626         are initialized.
50627
50628 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
50629
50630         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
50631
50632 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
50633
50634         * po/it.po: Update from translation team.
50635
50636 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
50637
50638         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
50639         unused codes.
50640
50641 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
50642
50643         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
50644
50645 2010-11-24  Andreas Schwab  <schwab@redhat.com>
50646
50647         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
50648         specially.
50649         (gaih_getanswer_slice): Likewise.
50650
50651 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
50652
50653         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
50654
50655 2010-05-31  Petr Baudis  <pasky@suse.cz>
50656
50657         [BZ #11149]
50658         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
50659         silently even in the chroot mode.
50660
50661 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
50662
50663         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
50664         last patch a bit.  Pretty printing
50665
50666 2010-05-31  Petr Baudis <pasky@suse.cz>
50667
50668         [BZ #10085]
50669         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
50670         initialization of skip_initgroups_dyn.
50671
50672 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
50673
50674         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
50675         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
50676
50677 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
50678
50679         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
50680
50681 2010-11-11  Andreas Schwab  <schwab@redhat.com>
50682
50683         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
50684         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
50685         (tst-fnmatch-ENV): Set MALLOC_TRACE.
50686         ($(objpfx)tst-fnmatch-mem): New rule.
50687         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
50688         * posix/tst-fnmatch.c (main): Call mtrace.
50689
50690 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
50691
50692         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50693         Support Intel processor model 6 and model 0x2c.
50694
50695 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
50696
50697         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
50698           signed comparison.
50699
50700 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
50701
50702         [BZ #12205]
50703         * string/test-strncasecmp.c (check_result): New function.
50704         (do_one_test): Use it.
50705         (check1): New function.
50706         (test_main): Use it.
50707         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
50708         Support strcasecmp and strncasecmp.
50709
50710 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
50711
50712         [BZ #12194]
50713         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
50714         * sysdeps/x86_64/bits/byteswap.h: Likewise.
50715
50716 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
50717
50718         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
50719         IFUNC support.
50720         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50721         memset-x86-64.
50722         * sysdeps/x86_64/multiarch/bzero.S: New file.
50723         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
50724         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
50725         * sysdeps/x86_64/multiarch/memset.S: New file.
50726         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
50727         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50728         Set bit_Prefer_SSE_for_memop for Intel processors.
50729         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
50730         Define.
50731         (index_Prefer_SSE_for_memop): Define.
50732         (HAS_PREFER_SSE_FOR_MEMOP): Define.
50733
50734 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
50735
50736         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
50737         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
50738
50739 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
50740
50741         [BZ #12191]
50742         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
50743         (__x86_64_raw_data_cache_size_half): Likewise.
50744         (__x86_64_raw_shared_cache_size): Likewise.
50745         (__x86_64_raw_shared_cache_size_half): Likewise.
50746
50747         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
50748         (__x86_64_raw_data_cache_size_half): Likewise.
50749         (__x86_64_raw_shared_cache_size): Likewise.
50750         (__x86_64_raw_shared_cache_size_half): Likewise.
50751         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
50752         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
50753         and __x86_64_raw_shared_cache_size_half.  Round
50754         __x86_64_data_cache_size_half, __x86_64_data_cache_size
50755         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
50756         to multiple of 256 bytes.
50757
50758 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
50759
50760         [BZ #12167]
50761         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
50762         of inacessible symlinks.  Verify result of symlink before returning it.
50763         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
50764         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
50765
50766 2010-10-28  Erich Ritz  <erichritz@gmail.com>
50767
50768         * math/math.h (isinf): Fix typo in comment.
50769
50770 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
50771
50772         * po/da.po: Update from translation team.
50773
50774 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
50775
50776         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
50777         is added to the list.
50778
50779 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50780             Ulrich Drepper  <drepper@gmail.com>
50781
50782         * elf/dl-object.c (_dl_new_object): Don't append the new object to
50783         the global list here.  Move code to...
50784         (_dl_add_to_namespace_list): ...here.  New function.
50785         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
50786         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
50787         * elf/dl-load.c (lose): Don't remove the element from the list.
50788         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
50789         (_dl_map_object): Likewise.
50790
50791 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
50792
50793         [BZ #12159]
50794         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
50795         into all bytes of SSE register.
50796         Patch by Richard Li <richardpku@gmail.com>.
50797
50798 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
50799
50800         [BZ #12140]
50801         * malloc/malloc.c (_int_free): Fill correct number of bytes when
50802         perturbing.
50803
50804 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
50805
50806         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
50807         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
50808         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
50809         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
50810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
50811         submachine.
50812         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
50813
50814 2010-10-22  Andreas Schwab  <schwab@redhat.com>
50815
50816         * include/dlfcn.h (__RTLD_SECURE): Define.
50817         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
50818         mode & __RTLD_SECURE instead.
50819         (open_path): Rename preloaded parameter to secure.
50820         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
50821         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
50822         * elf/dl-deps.c (openaux): Likewise.
50823         * elf/rtld.c (struct map_args): Remove is_preloaded.
50824         (map_doit): Don't use it.
50825         (dl_main): Likewise.
50826         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
50827         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
50828
50829 2010-09-09  Andreas Schwab  <schwab@redhat.com>
50830
50831         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
50832         (sysd-rules-targets): Remove duplicates.
50833         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
50834         rtld-%.$o dependency.
50835
50836 2010-10-18  Andreas Schwab  <schwab@redhat.com>
50837
50838         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
50839         _dl_map_object do it.
50840
50841 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
50842
50843         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
50844         fast fma builtins, define the macros in the C99 standard.
50845         (FP_FAST_FMAF): Likewise.
50846         (FP_FAST_FMAL): Likewise.
50847         * sysdeps/x86_64/bits/mathdef.h: Likewise.
50848
50849         * bits/mathdef.h: Update copyright year.
50850         * sysdeps/powerpc/bits/mathdef.h: Likewise.
50851
50852 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
50853
50854         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
50855         builtins, define the macros in the C99 standard.
50856         (FP_FAST_FMAF): Likewise.
50857         (FP_FAST_FMAL): Likewise.
50858         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
50859         multiply/add.
50860         (FP_FAST_FMAF): Likewise.
50861
50862 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
50863
50864         [BZ #3268]
50865         * math/libm-test.inc (fma_test): Some new testcases.
50866         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
50867         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
50868         y and infinite z.  Do multiplication by C already in long double.
50869         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
50870         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
50871         y and infinite z.  Do bitwise or of inexact bit into u.d.
50872         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
50873         * sysdeps/i386/fpu/s_fmaf.S: Removed.
50874         * sysdeps/i386/fpu/s_fma.S: Removed.
50875         * sysdeps/i386/fpu/s_fmal.S: Removed.
50876
50877 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
50878
50879         [BZ #3268]
50880         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
50881         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
50882         computation is not scheduled after fetestexcept.  Fix value
50883         of minimum denormal long double.
50884
50885 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
50886
50887         [BZ #3268]
50888         * math/libm-test.inc (fma_test): Add some more tests.
50889         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
50890         correctly.
50891
50892 2010-10-15  Andreas Schwab  <schwab@redhat.com>
50893
50894         * scripts/data/localplt-s390-linux-gnu.data: New file.
50895         * scripts/data/localplt-s390x-linux-gnu.data: New file.
50896
50897 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
50898
50899         [BZ #3268]
50900         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
50901         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
50902         instead of dbl-64.
50903         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
50904         inlines.
50905         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
50906         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
50907         if one of x and y is very large and the other is subnormal.
50908         * sysdeps/s390/fpu/s_fmaf.c: New file.
50909         * sysdeps/s390/fpu/s_fma.c: New file.
50910         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
50911         * sysdeps/powerpc/fpu/s_fma.S: New file.
50912         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
50913         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
50914         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
50915
50916 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
50917
50918         [BZ #3268]
50919         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
50920         fma tests.
50921         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
50922         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
50923         * sysdeps/i386/i686/multiarch/s_fma.c: Include
50924         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
50925         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
50926         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
50927         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
50928
50929 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
50930
50931         [BZ #12078]
50932         * posix/regcomp.c (parse_branch): One more memory leak plugged.
50933         * posix/bug-regex31.input: Add test case.
50934
50935 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
50936
50937         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
50938         * posix/bug-regex31.input: New file.
50939
50940         [BZ #12078]
50941         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
50942         (parse_sub_exp): Fix last change, use postorder.
50943
50944         * posix/bug-regex31.c: New file.
50945         * posix/Makefile: Add rules to build and run bug-regex31.
50946
50947         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
50948
50949         [BZ #12078]
50950         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
50951
50952         [BZ #12108]
50953         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
50954         to have entries in sys_siglist.
50955
50956         [BZ #12093]
50957         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
50958         be NULL.
50959
50960 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
50961
50962         [BZ #3268]
50963         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
50964         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
50965         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
50966         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
50967         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50968         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
50969         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
50970         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
50971         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
50972         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
50973         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
50974         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
50975         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
50976         * math/ftestexcept.c (fetestexcept): Likewise.
50977         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
50978         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
50979         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
50980         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
50981         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
50982         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
50983         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
50984
50985 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
50986
50987         [BZ #12107]
50988         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
50989         newline.
50990
50991 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
50992
50993         * string/bug-strstr1.c: New file.
50994         * string/Makefile: Add rules to build and run bug-strstr1.
50995
50996 2010-10-05  Eric Blake  <eblake@redhat.com>
50997
50998         [BZ #12092]
50999         * string/str-two-way.h (two_way_long_needle): Always clear memory
51000         when skipping input due to the shift table.
51001
51002 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
51003
51004         [BZ #12005]
51005         * malloc/mcheck.c: Handle large requests.
51006
51007         [BZ #12077]
51008         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
51009         for strncmp and strncasecmp.
51010         * string/stratcliff.c: Add tests for strcmp and strncmp.
51011         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
51012
51013 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
51014
51015         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
51016         __set_fpscr.
51017
51018 2010-09-30  Andreas Jaeger  <aj@suse.de>
51019
51020         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
51021         (CGROUP_SUPER_MAGIC): Define.
51022         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51023         Handle btrfs and cgroup file systems.
51024         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
51025         Likewise.
51026
51027 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
51028
51029         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
51030         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
51031
51032 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51033
51034         [BZ #12067]
51035         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
51036         trying to locate the ELF header.
51037
51038 2010-09-27  Andreas Schwab  <schwab@redhat.com>
51039
51040         [BZ #11611]
51041         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
51042         Mask out sign-bit copies when constructing f_fsid.
51043
51044 2010-09-24  Petr Baudis <pasky@suse.cz>
51045
51046         * debug/stack_chk_fail_local.c: Add missing licence exception.
51047         * debug/warning-nop.c: Likewise.
51048
51049 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
51050
51051         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
51052         implementing getdents64 using getdents syscall, set d_type if
51053         __ASSUME_GETDENTS32_D_TYPE.
51054
51055 2010-09-16  Andreas Schwab  <schwab@redhat.com>
51056
51057         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
51058         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
51059
51060 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
51061
51062         [BZ #12037]
51063         * posix/unistd.h: Undo change of feature selection for ftruncate from
51064         2010-01-11.
51065
51066 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
51067
51068         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
51069         detection.
51070
51071 2010-09-20  Andreas Schwab  <schwab@redhat.com>
51072
51073         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
51074         fanotify_mark.
51075         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
51076
51077 2010-09-14  Andreas Schwab  <schwab@redhat.com>
51078
51079         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
51080         variables after CHECK_SP call.
51081         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
51082
51083 2010-09-13  Andreas Schwab  <schwab@redhat.com>
51084             Ulrich Drepper  <drepper@redhat.com>
51085
51086         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
51087         re-relocationg ld.so.
51088         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
51089         _dl_init_paths call.
51090         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
51091         here anymore.
51092
51093 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
51094
51095         * resolv/res_init.c (__res_vinit): Count the default server we added.
51096
51097 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
51098             Ulrich Drepper  <drepper@redhat.com>
51099
51100         [BZ #11968]
51101         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
51102         (____longjmp_chk): Use %ebx for saving value across system call.
51103         Add unwind info.
51104
51105 2010-09-06  Andreas Schwab  <schwab@redhat.com>
51106
51107         * manual/Makefile: Don't mix pattern rules with normal rules.
51108
51109 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
51110
51111         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
51112         operation.
51113         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
51114         * libio/iofopncook.c (_IO_cookie_init): Likewise.
51115         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
51116         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
51117         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51118         Likewise.
51119
51120 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
51121
51122         [BZ #11979]
51123         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
51124         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
51125
51126 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
51127
51128         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
51129         * sysdeps/x86_64/addmul_1.S: Likewise.
51130         * sysdeps/x86_64/lshift.S: Likewise.
51131         * sysdeps/x86_64/mul_1.S: Likewise.
51132         * sysdeps/x86_64/rshift.S: Likewise.
51133         * sysdeps/x86_64/sub_n.S: Likewise.
51134         * sysdeps/x86_64/submul_1.S: Likewise.
51135
51136 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51137
51138         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
51139         Define __sched_param instead of SCHED_* and sched_param when
51140         <bits/sched.h> is included with __need_schedparam defined.
51141         * bits/sched.h [__need_schedparam]
51142         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
51143         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
51144         (__defined_schedparam): Define to 1.
51145         (__sched_param): New structure, identical to sched_param.
51146         (__need_schedparam): Undefine.
51147
51148 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
51149
51150         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
51151         (epoll_create1): Declare.
51152
51153         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
51154
51155 2010-08-31  Andreas Schwab  <schwab@redhat.com>
51156
51157         [BZ #7066]
51158         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
51159         shifting retval into place.
51160
51161 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
51162
51163         * nis/rpcsvc/nis.h: Update copyright notice.
51164         * nis/rpcsvc/nis.x: Likewise.
51165         * nis/rpcsvc/nis_callback.h: Likewise.
51166         * nis/rpcsvc/nis_callback.x: Likewise.
51167         * nis/rpcsvc/nis_object.x: Likewise.
51168         * nis/rpcsvc/nis_tags.h: Likewise.
51169         * nis/rpcsvc/yp.h: Likewise.
51170         * nis/rpcsvc/yp.x: Likewise.
51171         * nis/rpcsvc/ypupd.h: Likewise.
51172         * nis/yp_xdr.c: Likewise.
51173         * nis/ypupdate_xdr.c: Likewise.
51174
51175         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
51176         mainly the body of pmap_getport.  Add parameters to specify timeouts.
51177         (pmap_getport): Use __libc_rpc_getport.
51178         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
51179         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
51180         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
51181
51182 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
51183
51184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
51185         fanotify_mark.
51186
51187 2010-08-27  Roland McGrath  <roland@redhat.com>
51188
51189         * sysdeps/i386/i686/multiarch/Makefile
51190         (CFLAGS-varshift.c): New variable.
51191
51192 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
51193
51194         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
51195         * sysdeps/i386/i686/multiarch/varshift.c: New file.
51196
51197         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
51198
51199         * sysdeps/x86_64/strlen.S: Minimal code improvement.
51200
51201 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
51202
51203         * sysdeps/x86_64/strlen.S: Unroll the loop.
51204         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51205         strlen-sse2 strlen-sse2-bsf.
51206         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
51207         __strlen_no_bsf if bit_Slow_BSF is set.
51208         (__strlen_sse42): Removed.
51209         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
51210         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
51211
51212 2010-08-25  Roland McGrath  <roland@redhat.com>
51213
51214         * sysdeps/x86_64/multiarch/varshift.S: File removed.
51215         * sysdeps/x86_64/multiarch/varshift.c: New file.
51216         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
51217         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
51218         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
51219         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
51220
51221 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
51222
51223         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51224         strlen-sse2 strlen-sse2-bsf.
51225         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
51226         __strlen_sse2_bsf if bit_Slow_BSF is unset.
51227         (__strlen_sse2): Removed.
51228         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
51229         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
51230         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
51231         bit_Slow_BSF for Atom.
51232         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
51233         (index_Slow_BSF): Define.
51234         (HAS_SLOW_BSF): Define.
51235
51236 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
51237
51238         [BZ #10851]
51239         * resolv/res_init.c (__res_vinit): When no server address at all
51240         is given default to loopback.
51241
51242 2010-08-24  Roland McGrath  <roland@redhat.com>
51243
51244         * configure.in: Remove config-name.h generation.
51245         * configure: Regenerated.
51246         * config-name.in: File removed.
51247         * scripts/config-uname.sh: New file.
51248         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
51249         ($(objdir)config-name.h): New target.
51250
51251         * sunrpc/rpc_parse.h: Avoid nested comment.
51252
51253 2010-08-24  Richard Henderson  <rth@redhat.com>
51254             Ulrich Drepper  <drepper@redhat.com>
51255             H.J. Lu  <hongjiu.lu@intel.com>
51256
51257         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
51258         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
51259         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
51260         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
51261         _mm_alignr_epi8 with _mm_loadu_si128.
51262         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
51263         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
51264         (__m128i_shift_right): Removed.
51265         * sysdeps/i386/i686/multiarch/varshift.h: New file.
51266         * sysdeps/i386/i686/multiarch/varshift.S: New file.
51267         * sysdeps/x86_64/multiarch/varshift.h: New file.
51268         * sysdeps/x86_64/multiarch/varshift.S: New file.
51269
51270 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
51271
51272         * configure.in: Move assembler checks to before sysdep dir checking.
51273
51274 2010-08-20  Petr Baudis  <pasky@suse.cz>
51275
51276         * LICENSES: Sync the sunrpc license.
51277
51278 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
51279
51280         * sunrpc/auth_des.c: Update copyright notice once again.
51281         * sunrpc/auth_none.c: Likewise.
51282         * sunrpc/auth_unix.c: Likewise.
51283         * sunrpc/authdes_prot.c: Likewise.
51284         * sunrpc/authuxprot.c: Likewise.
51285         * sunrpc/bindrsvprt.c: Likewise.
51286         * sunrpc/clnt_gen.c: Likewise.
51287         * sunrpc/clnt_perr.c: Likewise.
51288         * sunrpc/clnt_raw.c: Likewise.
51289         * sunrpc/clnt_simp.c: Likewise.
51290         * sunrpc/clnt_tcp.c: Likewise.
51291         * sunrpc/clnt_udp.c: Likewise.
51292         * sunrpc/clnt_unix.c: Likewise.
51293         * sunrpc/des_crypt.c: Likewise.
51294         * sunrpc/des_soft.c: Likewise.
51295         * sunrpc/get_myaddr.c: Likewise.
51296         * sunrpc/getrpcport.c: Likewise.
51297         * sunrpc/key_call.c: Likewise.
51298         * sunrpc/key_prot.c: Likewise.
51299         * sunrpc/openchild.c: Likewise.
51300         * sunrpc/pm_getmaps.c: Likewise.
51301         * sunrpc/pm_getport.c: Likewise.
51302         * sunrpc/pmap_clnt.c: Likewise.
51303         * sunrpc/pmap_prot.c: Likewise.
51304         * sunrpc/pmap_prot2.c: Likewise.
51305         * sunrpc/pmap_rmt.c: Likewise.
51306         * sunrpc/rpc/auth.h: Likewise.
51307         * sunrpc/rpc/auth_unix.h: Likewise.
51308         * sunrpc/rpc/clnt.h: Likewise.
51309         * sunrpc/rpc/des_crypt.h: Likewise.
51310         * sunrpc/rpc/key_prot.h: Likewise.
51311         * sunrpc/rpc/netdb.h: Likewise.
51312         * sunrpc/rpc/pmap_clnt.h: Likewise.
51313         * sunrpc/rpc/pmap_prot.h: Likewise.
51314         * sunrpc/rpc/pmap_rmt.h: Likewise.
51315         * sunrpc/rpc/rpc.h: Likewise.
51316         * sunrpc/rpc/rpc_des.h: Likewise.
51317         * sunrpc/rpc/rpc_msg.h: Likewise.
51318         * sunrpc/rpc/svc.h: Likewise.
51319         * sunrpc/rpc/svc_auth.h: Likewise.
51320         * sunrpc/rpc/types.h: Likewise.
51321         * sunrpc/rpc/xdr.h: Likewise.
51322         * sunrpc/rpc_clntout.c: Likewise.
51323         * sunrpc/rpc_cmsg.c: Likewise.
51324         * sunrpc/rpc_common.c: Likewise.
51325         * sunrpc/rpc_cout.c: Likewise.
51326         * sunrpc/rpc_dtable.c: Likewise.
51327         * sunrpc/rpc_hout.c: Likewise.
51328         * sunrpc/rpc_main.c: Likewise.
51329         * sunrpc/rpc_parse.c: Likewise.
51330         * sunrpc/rpc_parse.h: Likewise.
51331         * sunrpc/rpc_prot.c: Likewise.
51332         * sunrpc/rpc_sample.c: Likewise.
51333         * sunrpc/rpc_scan.c: Likewise.
51334         * sunrpc/rpc_scan.h: Likewise.
51335         * sunrpc/rpc_svcout.c: Likewise.
51336         * sunrpc/rpc_tblout.c: Likewise.
51337         * sunrpc/rpc_util.c: Likewise.
51338         * sunrpc/rpc_util.h: Likewise.
51339         * sunrpc/rpcinfo.c: Likewise.
51340         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
51341         * sunrpc/rpcsvc/key_prot.x: Likewise.
51342         * sunrpc/rpcsvc/klm_prot.x: Likewise.
51343         * sunrpc/rpcsvc/mount.x: Likewise.
51344         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
51345         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
51346         * sunrpc/rpcsvc/rex.x: Likewise.
51347         * sunrpc/rpcsvc/rstat.x: Likewise.
51348         * sunrpc/rpcsvc/rusers.x: Likewise.
51349         * sunrpc/rpcsvc/sm_inter.x: Likewise.
51350         * sunrpc/rpcsvc/spray.x: Likewise.
51351         * sunrpc/rpcsvc/yppasswd.x: Likewise.
51352         * sunrpc/rtime.c: Likewise.
51353         * sunrpc/svc.c: Likewise.
51354         * sunrpc/svc_auth.c: Likewise.
51355         * sunrpc/svc_authux.c: Likewise.
51356         * sunrpc/svc_raw.c: Likewise.
51357         * sunrpc/svc_run.c: Likewise.
51358         * sunrpc/svc_simple.c: Likewise.
51359         * sunrpc/svc_tcp.c: Likewise.
51360         * sunrpc/svc_udp.c: Likewise.
51361         * sunrpc/svc_unix.c: Likewise.
51362         * sunrpc/svcauth_des.c: Likewise.
51363         * sunrpc/xcrypt.c: Likewise.
51364         * sunrpc/xdr.c: Likewise.
51365         * sunrpc/xdr_array.c: Likewise.
51366         * sunrpc/xdr_float.c: Likewise.
51367         * sunrpc/xdr_mem.c: Likewise.
51368         * sunrpc/xdr_rec.c: Likewise.
51369         * sunrpc/xdr_ref.c: Likewise.
51370         * sunrpc/xdr_sizeof.c: Likewise.
51371         * sunrpc/xdr_stdio.c: Likewise.
51372
51373         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
51374         handling.
51375
51376 2010-08-19  Andreas Schwab  <schwab@redhat.com>
51377
51378         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
51379
51380 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
51381
51382         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
51383         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
51384         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
51385         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
51386         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
51387         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
51388         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
51389         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
51390         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
51391         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
51392         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
51393         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
51394         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
51395         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
51396
51397 2010-07-26  Anton Blanchard  <anton@samba.org>
51398
51399         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
51400         * malloc/arena.c (heap_trim): Likewise.
51401
51402 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
51403
51404         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
51405         here.  Not...
51406         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
51407         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
51408
51409 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
51410
51411         * sysdeps/i386/elf/Makefile: New file.
51412
51413 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
51414
51415         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
51416         from fanotify_init.
51417         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
51418         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
51419
51420 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
51421
51422         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
51423         of strncasecmp_l.
51424         * sysdeps/multiarch/strcmp.S: Likewise.
51425
51426 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
51427
51428         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
51429         strncase_l-nonascii.
51430         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
51431         Add strncase_l-ssse3.
51432         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
51433         * sysdeps/x86_64/strcmp.S: Likewise.
51434         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
51435         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
51436         * sysdeps/x86_64/strncase.S: New file.
51437         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
51438         * sysdeps/x86_64/strncase_l.S: New file.
51439         * string/Makefile (strop-tests): Add strncasecmp.
51440         * string/test-strncasecmp.c: New file.
51441
51442         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
51443         warning.
51444
51445         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
51446         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
51447
51448 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
51449
51450         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
51451
51452 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
51453
51454         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
51455         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
51456         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
51457
51458 2010-05-01  Alan Modra  <amodra@gmail.com>
51459
51460         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
51461         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
51462         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
51463         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
51464         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
51465         tidying.  Don't tail-call __sigjmp_save for static lib.
51466         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
51467         save location.
51468         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
51469         (CALL_MCOUNT): Add eh info, and nop after bl.
51470         (TAIL_CALL_SYSCALL_ERROR): New macro.
51471         (PSEUDO_RET): Use it.
51472         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
51473         Correct save location of integer regs and cr.
51474         (_dl_profile_resolve): Correct cr save location.  Delete nops
51475         after bl when SHARED.  Reduce cfi size a little by better
51476         placement of cfi directives.
51477         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
51478         make a stack frame.  Instead use parm save area as a temp.
51479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
51480         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
51481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
51482         Don't make a stack frame for parent, use parm save area.
51483         Increase child stack frame to 112 bytes.  Don't save unused reg,
51484         and adjust reg usage.  Set up cfi on error recovery and
51485         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
51486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
51487         (__makecontext): Add dummy nop after jump to exit.
51488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
51489         Use correct parm save area and cr save, reduce stack frame.
51490         Correct cfi for possible PSEUDO_RET frame setup.
51491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
51492         Branch to local label emitted by PSEUDO_RET rather than
51493         __syscall_error.
51494
51495 2010-08-12  Andreas Schwab  <schwab@redhat.com>
51496
51497         [BZ #11904]
51498         * locale/programs/locale.c (print_assignment): New function.
51499         (show_locale_vars): Use it.
51500
51501 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
51502
51503         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
51504         field.
51505         (struct statfs64): Likewise.
51506         (_STATFS_F_FLAGS): Define.
51507         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
51508         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51509         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
51510         (ST_VALID): Define locally.
51511         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
51512         __statvfs_getflags, use the provided value.
51513         * sysdeps/unix/sysv/linux/kernel-features.h: Define
51514         __ASSUME_STATFS_F_FLAGS.
51515
51516         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
51517
51518         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
51519         Add sys/fanotify.h.
51520         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
51521         fanotify_mask for GLIBC_2.13.
51522         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
51523         fanotify_init and fanotify_mark.
51524         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
51525         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
51526
51527         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
51528         Add prlimit.
51529         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
51530         prlimit64 for GLIBC_2.13.
51531         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
51532         prlimit64.
51533         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
51534         syscall.
51535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
51536         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
51537         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
51538         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
51539         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
51540         add prlimit alias.
51541         * sysdeps/unix/sysv/linux/prlimit.c: New file.
51542
51543         [BZ #11903]
51544         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
51545         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
51546
51547         * nss/Makefile: Add rules to build and run tst-nss-test1.
51548         * shlib-versions: Add entry for libnss_test1.
51549         * nss/nss_test1.c: New file.
51550         * nss/tst-nss-test1.c: New file.
51551
51552         * nss/nsswitch.c (__nss_database_custom): Define new variable.
51553         (__nss_configure_lookup): Set appropriate entry in
51554         __nss_configure_lookup to true.
51555         * nss/nsswitch.h: Define enum with indeces of databases in
51556         databases and __nss_database_custom arrays.  Declare
51557         __nss_database_custom.
51558         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
51559         to avoid using nscd when custom rules are installed.
51560         * nss/getXXbyYY_r.c: Likewise.
51561         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
51562
51563         * nss/nss_files/files-parse.c: Whitespace fixes.
51564
51565 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
51566
51567         [BZ #11883]
51568         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
51569         * posix/fnmatch_loop.c: Likewise.
51570
51571 2010-07-17  Andi Kleen  <ak@linux.intel.com>
51572
51573         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
51574         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
51575         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
51576         * Versions.def [GLIBC_2.13]: Add.
51577
51578 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
51579
51580         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
51581         Also fail if tpwd after pwuid call is NULL.
51582
51583 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51584
51585         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
51586         when converting to ms.
51587
51588 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51589
51590         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
51591         EOPNOTSUPP errors with ENOTTY.
51592         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
51593         EOPNOTSUPP errors with ENOTTY.
51594
51595 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
51596
51597         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
51598         Add strcasecmp_l-ssse3.
51599         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
51600         strcasecmp.
51601         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
51602         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
51603         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
51604
51605 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
51606
51607         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
51608
51609         * string/Makefile (strop-tests): Add strcasecmp.
51610         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
51611         strcasecmp_l-nonascii.
51612         (gen-as-const-headers): Add locale-defines.sym.
51613         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
51614         * sysdeps/x86_64/strcasecmp.S: New file.
51615         * sysdeps/x86_64/strcasecmp_l.S: New file.
51616         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
51617         * sysdeps/x86_64/locale-defines.sym: New file.
51618         * string/test-strcasecmp.c: New file.
51619
51620         * string/test-strcasestr.c: Test both ends of the range of characters.
51621         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
51622
51623 2010-07-29  Roland McGrath  <roland@redhat.com>
51624
51625         [BZ #11856]
51626         * manual/locale.texi (Yes-or-No Questions): Fix example code.
51627
51628 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
51629
51630         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
51631         for ld.so.
51632
51633 2010-07-27  Andreas Schwab  <schwab@redhat.com>
51634
51635         * manual/memory.texi (Malloc Tunable Parameters): Document
51636         M_PERTURB.
51637
51638 2010-07-26  Roland McGrath  <roland@redhat.com>
51639
51640         [BZ #11840]
51641         * configure.in (-fgnu89-inline check): Set and substitute
51642         gnu89_inline, not libc_cv_gnu89_inline.
51643         * configure: Regenerated.
51644         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
51645
51646 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
51647
51648         * string/test-strnlen.c: New file.
51649         * string/Makefile (strop-tests): Add strnlen.
51650         * string/tester.c (test_strnlen): Add a few more test cases.
51651         * string/tst-strlen.c: Better error reporting.
51652
51653         * sysdeps/x86_64/strnlen.S: New file.
51654
51655 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
51656
51657         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
51658         lower-latency instructions.
51659
51660 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
51661
51662         * string/test-strcasestr.c: New file.
51663         * string/test-strstr.c: New file.
51664         * string/Makefile (strop-tests): Add strstr and strcasestr.
51665         * string/str-two-way.h: Don't undefine MAX.
51666         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
51667
51668 2010-07-21  Andreas Schwab  <schwab@redhat.com>
51669
51670         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51671         strcasestr-nonascii.
51672         (CFLAGS-strcasestr-nonascii.c): Define.
51673         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
51674         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
51675         Remove unused attribute.
51676
51677 2010-07-20  Roland McGrath  <roland@redhat.com>
51678
51679         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
51680         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
51681         ld.so.cache was broken.  With it, there is no way to disable dsocaps
51682         like LD_HWCAP_MASK can disable hwcaps.
51683
51684 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
51685
51686         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
51687
51688 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
51689
51690         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
51691         call in strcasestr.
51692         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
51693         __strcasestr_sse42_nonascii.
51694         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
51695         strcasestr-nonascii.c.
51696         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
51697
51698 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
51699
51700         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
51701         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
51702         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
51703         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
51704
51705 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
51706
51707         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
51708         fcntl.
51709
51710 2010-07-06  Andreas Schwab  <schwab@redhat.com>
51711
51712         [BZ #11577]
51713         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
51714         dl_signal_cerror.
51715
51716 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
51717
51718         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
51719         _PC_PIPE_BUF using F_GETPIPE_SZ.
51720
51721 2010-07-05  Roland McGrath  <roland@redhat.com>
51722
51723         * manual/arith.texi (Rounding Functions): Fix rint description
51724         implicit in round description.
51725
51726 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
51727
51728         * elf/Makefile: Fix linking for a few tests to make recent linker
51729         happy.
51730
51731 2010-06-30  Andreas Schwab  <schwab@redhat.com>
51732
51733         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
51734         $(common-objpfx)libc_nonshared.a.
51735
51736 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
51737
51738         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
51739         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
51740         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
51741         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
51742         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
51743         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
51744         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
51745         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
51746         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
51747         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
51748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
51749         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
51750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
51751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
51752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
51753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
51754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
51755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
51756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
51757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
51758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
51759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
51760         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
51761         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
51762         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
51763         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
51764         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
51765         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
51766         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
51767         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
51768         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
51769         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
51770         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
51771         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
51772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
51773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
51774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
51775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
51776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
51777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
51778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
51779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
51780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
51781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
51782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
51783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
51784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
51785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
51786
51787 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
51788
51789         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
51790         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
51791         * string/memmove.c (memmove): Renamed to ...
51792         (MEMMOVE): ...this.  Default to memmove.
51793         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
51794         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
51795         (END_CHK): Define.
51796         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51797         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
51798         mempcpy-ssse3-back memmove-ssse3-back.
51799         * sysdeps/x86_64/multiarch/bcopy.S: New file .
51800         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
51801         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
51802         * sysdeps/x86_64/multiarch/memcpy.S: New file.
51803         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
51804         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
51805         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
51806         * sysdeps/x86_64/multiarch/memmove.c: New file.
51807         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
51808         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
51809         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
51810         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
51811         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
51812         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
51813         Define.
51814         (index_Fast_Copy_Backward): Define.
51815         (HAS_ARCH_FEATURE): Define.
51816         (HAS_FAST_REP_STRING): Define.
51817         (HAS_FAST_COPY_BACKWARD): Define.
51818
51819 2010-06-21  Andreas Schwab  <schwab@redhat.com>
51820
51821         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
51822         Restore proper fallback handling.
51823
51824 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
51825
51826         [BZ #11701]
51827         * posix/group_member.c (__group_member): Correct checking loop.
51828
51829         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
51830         OOM in getpwuid_r correctly.  Return error number when the caller
51831         should return, otherwise -1.
51832         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
51833         call returning > 0 value.
51834         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
51835
51836 2010-06-07  Andreas Schwab  <schwab@redhat.com>
51837
51838         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
51839         libc_nonshared.a from targets in modules-names.
51840
51841 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
51842
51843         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
51844         requires it.
51845
51846 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
51847
51848         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
51849         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
51850         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
51851         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
51852
51853 2010-06-02  Andreas Schwab  <schwab@redhat.com>
51854
51855         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
51856
51857 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
51858
51859         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
51860         and F_GETPIPE_SZ.
51861         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
51862         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51863         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51864         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51865         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51866         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
51867
51868 2010-06-14  Roland McGrath  <roland@redhat.com>
51869
51870         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
51871
51872 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
51873
51874         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
51875         __REDIRECT followed by __THROW.
51876         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
51877         * posix/getopt.h (getopt): Likewise.
51878
51879 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
51880
51881         * hurd/lookup-at.c (__file_name_lookup_at): Accept
51882         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
51883         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
51884         in AT_FLAGS.
51885         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
51886         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
51887
51888 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
51889
51890         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
51891
51892 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
51893
51894         [BZ #11640]
51895         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51896         Properly check family and model.
51897
51898 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
51899
51900         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
51901
51902 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
51903
51904         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
51905
51906 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
51907
51908         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
51909         symbol reference.
51910
51911 2010-05-19  Andreas Schwab  <schwab@redhat.com>
51912
51913         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
51914         symbol reference.
51915
51916 2010-05-21  Andreas Schwab  <schwab@redhat.com>
51917
51918         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
51919         and internal_recvmmsg.
51920         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
51921         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
51922         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
51923         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
51924
51925         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
51926         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
51927         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
51928
51929 2010-05-20  Andreas Schwab  <schwab@redhat.com>
51930
51931         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
51932
51933 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
51934
51935         POWER7 optimizations.
51936         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
51937         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
51938
51939 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
51940
51941         * version.h: Update for 2.13 development version.
51942
51943 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
51944
51945         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
51946         exceptions.  Return 0.
51947
51948 2010-05-07  Roland McGrath  <roland@redhat.com>
51949
51950         * elf/ldconfig.c (main): Add a const.
51951
51952 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
51953
51954         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
51955         (args_options): Add no-idn option.
51956         (ahosts_keys_int): Add idn_flags to ai_flags.
51957         (parse_option): Handle 'i' option to clear idn_flags.
51958
51959         * malloc/malloc.c (_int_free): Possible race in the most recently
51960         added check.  Only act on the data if no current modification
51961         happened.
51962
51963 See ChangeLog.17 for earlier changes.