tilegx: provide optimized strnlen, strstr, and strcasestr
[platform/upstream/glibc.git] / ChangeLog
1 2014-10-02  Chris Metcalf  <cmetcalf@tilera.com>
2
3         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
4         * sysdeps/tile/tilegx/strcasestr.c: New file.
5         * sysdeps/tile/tilegx/strnlen.c: New file.
6         * sysdeps/tile/tilegx/strstr.c: New file.
7
8         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
9
10 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
11
12         * nptl/tst-setuid3.c: Write errors to stdout.
13
14 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
15
16         * elf/dl-deps.c
17         (preload): New functions broken out of _dl_map_object_deps.
18         (_dl_map_object_deps):  Remove a nested function. Update call sites.
19
20 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
21
22         [BZ #14138]
23         * sysdeps/unix/sysv/linux/execve.c: Remove file.
24         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
25
26 2014-10-01  Steve Ellcey  <sellcey@mips.com>
27
28         * sysdeps/mips/strcmp.S: New.
29
30 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
31
32         [BZ #14138]
33         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
34         (linkat): Likewise.
35         (mkdirat): Likewise.
36         (readlinkat): Likewise.
37         (renameat): Likewise.
38         (symlinkat): Likewise.
39         (unlinkat): Likewise.
40         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
41         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
42         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
43         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
44         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
45         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
46         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
47
48 2014-09-30  Will Newton  <will.newton@linaro.org>
49
50         * math/math.h: Define long double math functions if
51         _LIBC_TEST is defined.
52         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
53
54         * localedata/Makefile: Move assignment to tests-special
55         into an ifdef testing run-built-tests.
56         * timezone/Makefile: Likewise.
57
58 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
59
60         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
61         with $(BASH) not $(SHELL).
62
63 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
64             Matthew LeGendre  <legendre1@llnl.gov>
65
66         [BZ #17411]
67         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
68         l_reloc_result.
69
70 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
71
72         * stdio-common/printf_fp.c
73         (hack_digit): New function, broken out of ...
74         (__printf_fp): ... local function here.  Update call sites.
75         hack_digit now takes an additional parameter that is a pointer
76         to a struct of the referenced locals.  Those locals moved inside
77         the struct and references updated.
78
79 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
80
81         * aclocal.m4: Require autoconf 2.69.
82         * configure: Regenerated.
83         * sysdeps/aarch64/configure: Likewise.
84         * sysdeps/alpha/configure: Likewise.
85         * sysdeps/arm/armv7/configure: Likewise.
86         * sysdeps/arm/configure: Likewise.
87         * sysdeps/ia64/configure: Likewise.
88         * sysdeps/mach/configure: Likewise.
89         * sysdeps/mips/configure: Likewise.
90         * sysdeps/s390/configure: Likewise.
91         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
92         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
93
94         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
95         file.
96         * sysdeps/ia64/configure.ac: Likewise.
97
98 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
99
100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
101         specify symbol version for ld.so.  Do not include entry for
102         libpthread.
103         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
104         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
105         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
106
107         [BZ #14171]
108         * Makeconfig [$(build-shared) = yes]
109         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
110         makefiles.
111         [$(build-shared) = yes && $(soversions.mk-done) = t]
112         ($(common-objpfx)gnu/lib-names.h): Remove rule.
113         [$(build-shared) = yes && $(soversions.mk-done) = t]
114         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
115         to Makerules.
116         [$(build-shared) = yes && $(soversions.mk-done) = t]
117         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
118         here.
119         [$(build-shared) = yes && $(soversions.mk-done) = t]
120         (common-generated): Don't append gnu/lib-names.h and
121         gnu/lib-names.stmp here.
122         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
123         (lib-names-h-abi): New variable.
124         [$(build-shared) = yes && $(soversions.mk-done) = t]
125         (lib-names-stmp-abi): Likewise.
126         [$(build-shared) = yes && $(soversions.mk-done) = t &&
127         abi-variants] (before-compile): Append
128         $(common-objpfx)$(lib-names-h-abi).
129         [$(build-shared) = yes && $(soversions.mk-done) = t &&
130         abi-variants] (common-generated): Append gnu/lib-names.h.
131         [$(build-shared) = yes && $(soversions.mk-done) = t &&
132         abi-variants] (install-others-nosubdir): Depend on
133         $(inst_includedir)/$(lib-names-h-abi).
134         [$(build-shared) = yes && $(soversions.mk-done) = t &&
135         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
136         [$(build-shared) = yes && $(soversions.mk-done) = t]
137         ($(common-objpfx)$(lib-names-h-abi)): New rule.
138         [$(build-shared) = yes && $(soversions.mk-done) = t]
139         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
140         [$(build-shared) = yes && $(soversions.mk-done) = t]
141         (common-generated): Append $(lib-names-h-abi) and
142         $(lib-names-stmp-abi).
143         * scripts/lib-names.awk: Do not handle multi being set.
144         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
145         Remove variable.
146         (abi-lp64_be-ld-soname): Likewise.
147         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
148         Likewise.
149         (abi-hard-ld-soname): Likewise.
150         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
151         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
152         Remove variable.
153         (abi-o32_hard-ld-soname): Likewise.
154         (abi-o32_soft_2008-ld-soname): Likewise.
155         (abi-o32_hard_2008-ld-soname): Likewise.
156         (abi-n32_soft-ld-soname): Likewise.
157         (abi-n32_hard-ld-soname): Likewise.
158         (abi-n32_soft_2008-ld-soname): Likewise.
159         (abi-n32_hard_2008-ld-soname): Likewise.
160         (abi-n64_soft-ld-soname): Likewise.
161         (abi-n64_hard-ld-soname): Likewise.
162         (abi-n64_soft_2008-ld-soname): Likewise.
163         (abi-n64_hard_2008-ld-soname): Likewise.
164         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
165         Likewise.
166         (abi-64-v2-ld-soname): Likewise.
167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
168         ld.so entries.
169         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
170         variable.
171         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
172         entry.
173         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
174         variable.
175         (abi-64-ld-soname): Likewise.
176         (abi-x32-ld-soname): Likewise.
177         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
178         entry.
179         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
180
181 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
182
183         [BZ #14138]
184         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
185         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
186         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
187         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
188         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
189         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
190         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
191         syscall entry for GLIBC_2.2 symbol version.
192         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
193         Likewise.
194         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
195         (setrlimit): Likewise.
196         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
197         Likewise.
198
199 2014-09-23  Will Newton  <will.newton@linaro.org>
200
201         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
202         _LINUX_ARM_SYSDEP_H include guard too.
203         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
204         define.
205
206 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
207
208         * sysdeps/unix/sysv/linux/eventfd.c:
209         Make first argument unsigned.
210         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
211         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
212
213 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
214
215         * socket/recvmmsg.c (recvmmsg): Drop const argument.
216         * socket/sys/socket.h: Likewise
217         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
218
219 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
220
221         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
222
223 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
224
225         * time/tst-ftime.c: New test.
226         * time/Makefile (tests): Add tst-ftime.
227
228 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
229
230         * soft-fp/extended.h: Fix comment formatting.
231         * soft-fp/op-1.h: Likewise.
232         * soft-fp/op-2.h: Likewise.
233         * soft-fp/op-4.h: Likewise.
234         * soft-fp/op-8.h: Likewise.
235         * soft-fp/op-common.h: Likewise.
236         * soft-fp/soft-fp.h: Likewise.
237
238         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
239
240 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
241
242         [BZ #6652]
243         * Makeconfig (soversions-default-setname): Remove variable.
244         ($(common-objpfx)soversions.i): Don't pass default_setname to
245         soversions.awk.
246         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
247         oldest_abi to abi-versions.awk.
248         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
249         * config.make.in (oldest-abi): Remove variable.
250         * configure.ac (--enable-oldest-abi): Remove configure option.
251         * configure: Regenerated.
252         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
253         text.
254         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
255         * scripts/soversions.awk: Do not handle default_setname variable.
256         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
257         variable.
258         * sysdeps/mach/hurd/configure: Regenerated.
259         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
260         variable.
261         * sysdeps/unix/sysv/linux/configure: Regenerated.
262
263 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
264
265         * elf/Makefile (CFLAGS-interp.c): Remove.
266         ($(elf-objpfx)runtime-linker.h): Generate header with linker
267         path string.
268         * elf/interp.c: Include generated runtime-linker.h
269
270         * Makerules (lib%.so): Don't include $(+interp) in
271         prerequisites.
272         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
273         * dlfcn/eval.c: Remove file.
274
275         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
276         macros.
277
278         [BZ #17266]
279         * misc/sys/cdefs.h: Define __extern_always_inline for clang
280         4.2 and newer.
281
282         [BZ #17370]
283         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
284
285 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
286             Jakub Jelinek  <jakub@redhat.com>
287
288         [BZ #17266]
289         * libio/stdio.h: Check definition of __fortify_function
290         instead of __extern_always_inline to include bits/stdio2.h.
291         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
292         check if __extern_always_inline is defined.
293         [__USE_MISC || __USE_XOPEN]: Likewise.
294         [__USE_ISOC99] Likewise.
295         * misc/sys/cdefs.h (__fortify_function): Define only if
296         __extern_always_inline is defined.
297         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
298         __extern_always_inline and __extern_inline only for g++-4.3
299         and newer or a compatible gcc.
300
301 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
302
303         [BZ #17371]
304         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
305         last change to handle zero prefix length.
306
307 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
308
309         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
310         _SC_REGEX_VERSION.
311
312         * posix/getconf.c (vars): Add _POSIX_IPV6 and
313         _POSIX_RAW_SOCKETS.
314
315 2014-09-13  Allan McRae  <allan@archlinux.org>
316
317         * po/ru.po: Update Russian translation from translation project.
318
319 2014-09-12  Roland McGrath  <roland@hack.frob.com>
320
321         * locale/programs/locale.c (show_locale_vars): Inline local function
322         into its sole call site.  Clean up some style nits.
323         (print_item): New function, broken out of ...
324         (show_info): ... local function here.  Clean up style nits.
325
326         * locale/programs/ld-ctype.c (set_one_default): New function, broken
327         out of ...
328         (set_class_defaults): ... local function set_default here.
329         Define set_default as a macro locally to pass constant parameters.
330         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
331         rather than a shared local.
332
333         * stdlib/rpmatch.c (try): New function, broken out of ...
334         (rpmatch): ... local function here.  Also, prototypify definition.
335
336 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
337
338         * scripts/soversions.awk: Do not handle configuration names.
339         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
340         vendor and os variables to soversions.awk.
341         * configure.ac: Do not modify gnu-* host_os.
342         * configure: Regenerated
343         * shlib-versions: Remove first column with configuration names.
344         * nptl/shlib-versions: Likewise.
345         * nptl_db/shlib-versions: Likewise.
346         * sysdeps/hppa/shlib-versions: Likewise.
347         * sysdeps/m68k/shlib-versions: Likewise.
348         * sysdeps/mach/hurd/shlib-versions: Likewise.
349         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
350         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
351         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
352         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
353         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
354         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
355         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
356         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
358         Likewise.
359         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
360         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
361         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
362         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
363         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
364         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
365         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
366         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
367
368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
369         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
371         Regenerated.
372         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
374         Condition symbol version definitions on [HAVE_ELFV2_ABI].
375
376         * shlib-versions: Remove OS-specific entries.  Moved to files in
377         sysdeps.
378         * sysdeps/mach/hurd/shlib-versions: New file.
379         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
380
381         * nptl/shlib-versions: Remove architecture-specific entries.
382         Moved to files in sysdeps.
383         * shlib-versions: Likewise.
384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
385         file.
386         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
387         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
388         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
389         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
390
391         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
392         (UDP_NO_CHECK6_RX): Likewise.
393
394 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
395
396         * sysdeps/posix/sysconf.c (__sysconf): Spell
397         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
398
399 2014-08-12  Florian Weimer  <fweimer@redhat.com>
400
401         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
402         loading.
403         * iconv/Versions (__gconv_transliterate): Export for use from
404         gconv modules.
405         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
406         (struct __gconv_trans_data, __gconv_trans_fct,
407         __gconv_trans_context_fct, __gconv_trans_query_fct,
408         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
409         definitions.
410         (struct __gconv_step_data): Remove __trans member.
411         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
412         longer hidden.  Remove unused trans_data argument.
413         * iconv/gconv_int.h (struct trans_struct): Remove definition.
414         (__gconv_translit_find): Remove declaration.
415         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
416         prototype.
417         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
418         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
419         trans_data argument.  Add hidden definition.
420         (__gconv_translit_find): Remove.
421         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
422         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
423         * iconv/skeleton.c: Remove transliteration initialization.
424         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
425         __gconv_step_data initialization.
426         * libio/iofwide.c (__libio_translit_): Remove.
427         (_IO_fwide): Adjust struct __gconv_step_data initialization.
428         * wcsmbs/btowc.c (__btowc): Likewise.
429         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
430         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
431         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
432         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
433         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
434         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
435         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
436         * wcsmbs/wctob.c (wctob): Likewise.
437
438 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
439
440         [BZ #16194]
441         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
442         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
443         register usage.
444         * sysdeps/x86/Makefile: Adjust.
445
446 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
447             Roland McGrath  <roland@hack.frob.com>
448
449         * locale/weight.h: Add include guard.
450         (findidx): Make static rather than auto; take new parameters
451         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
452         * locale/weightwc.h: Likewise.
453         * posix/fnmatch_loop.c
454         (FCT): Change type of EXTRA from int32_t to wint_t.
455         Don't include either header inside the function.
456         Call FINDIDX rather than findidx, and pass new arguments.
457         #undef FINDIDX at the end of the file.
458         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
459         FINDIDX before including fnmatch_loop.c for the non-wide version.
460         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
461         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
462         for the wide version.
463         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
464         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
465         Pass new arguments to findidx.
466         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
467         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
468         Don't #include it inside the function.  Pass new arguments to findidx.
469         * posix/regex_internal.h
470         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
471         (re_string_elem_size_at): Don't #include it inside the function.
472         Pass new arguments to findidx.
473         * string/strcoll_l.c: #include WEIGHT_H at top level.
474         (get_next_seq): Don't #include it inside the function.
475         Pass new arguments to findidx.
476         (get_next_seq_nocache): Likewise.
477         * string/strxfrm_l.c: #include WEIGHT_H at top level.
478         (STRXFRM): Don't #include it inside the function.
479         Pass new arguments to findidx.
480
481 2014-09-11  Florian Weimer  <fweimer@redhat.com>
482
483         [BZ #17344]
484         * malloc/malloc.c (unlink): Turn asserts into a call to
485         malloc_printerr.
486
487 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
488
489         [BZ #17370]
490         * libio/wfileops (do_ftell_wide): Free OUT.
491
492 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
493
494         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
495
496 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
497
498         [BZ #17363]
499         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
500         group if the current group is empty.
501
502 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
503
504         * benchtests/bench-memset.c (test_main): Add more test from size
505         from 32 to 512 bytes.
506         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
507         Add POWER8 memset object.
508         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
509         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
510         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
511         implementation.
512         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
513         Likewise.
514         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
515         multiarch POWER8 memset optimization.
516         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
517         POWER8 memset optimization.
518
519         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
520         Remove bzero multiarch objects.
521         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
522         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
523         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
524         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
525         Remove define.
526         [__bzero]: Redefine to specific name.
527         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
528         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
529         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
530         define.
531         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
532         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
533
534 2014-09-10  Florian Weimer  <fweimer@redhat.com>
535
536         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
537         warnings into errors.
538
539         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
540         __cxa_thread_atexit_impl prototype.
541
542 2014-09-09  Steve Ellcey  <sellcey@mips.com>
543
544         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
545         Fix capitalization of error message.
546
547 2014-09-09  Steve Ellcey  <sellcey@mips.com>
548
549         * sysdeps/mips/preconfigure: Modify ABI tests.
550
551 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
552
553         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
554
555 2014-09-07  Roland McGrath  <roland@hack.frob.com>
556             Carlos O'Donell  <carlos@systemhalted.org>
557
558         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
559         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
560         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
561         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
562         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
563         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
564         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
565         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
566         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
567         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
568         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
569         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
570         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
571         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
572         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
573         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
574         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
575         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
576         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
577         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
578         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
579         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
580         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
581         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
582         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
583         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
584         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
585         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
586         Deconditionalize the code that was previously under [RESET_PID].
587         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
588         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
589         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
590         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
591         include sysdep.h.
592
593 2014-09-08  Allan McRae  <allan@archlinux.org>
594
595         * version.h (RELEASE): Set to "development".
596         (VERSION): Set to "2.20.90"
597
598 2014-09-07  Allan McRae  <allan@archlinux.org
599
600         * version.h (RELEASE): Set to "stable".
601         (VERSION): Set to "2.20"
602         * include/features.h (__GLIBC_MINOR__): Set to 20.
603
604         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
605         Liebler.
606
607         * po/ko.po: Update Korean translation from translation project.
608
609 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
610
611         [BZ #17354]
612         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
613         macro for handling signed relocations.
614
615 2014-09-03  Florian Weimer  <fweimer@redhat.com>
616
617         [BZ #17325]
618         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
619         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
620         assert.
621         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
622         * iconvdata/ibm935.c (BODY): Likewise.
623         * iconvdata/ibm937.c (BODY): Likewise.
624         * iconvdata/ibm939.c (BODY): Likewise.
625         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
626         assert.
627         * iconvdata/Makefile (iconv-test.out): Pass module list to test
628         script.
629         * iconvdata/run-iconv-test.sh: New test loop for checking for
630         decoder crashers.
631
632 2014-09-02  Khem Raj  <raj.khem@gmail.com>
633
634         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
635         libm_hidden_ver.
636
637 2014-09-01  Allan McRae  <allan@archlinux.org>
638
639         * po/eo.po: Update Esperanto translation from translation project.
640
641         * po/ca.po: Update Catalan translation from translation project.
642
643 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
644
645         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
646         __proc_dostop call.
647
648 2014-08-27  Mark Wielaard  <mjw@redhat.com>
649
650         [BZ #17319]
651         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
652         to call set_thread_area instead of hand written asm.
653         (__NR_set_thread_area): Removed define.
654         (TLS_FLAG_WRITABLE): Likewise.
655         (__ASSUME_SET_THREAD_AREA): Remove check.
656         (TLS_EBX_ARG): Remove define.
657         (TLS_LOAD_EBX): Likewise.
658
659 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
660
661         Simplify atomicity of socket creation in bind.
662
663         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
664         looking up the name after linking the file.
665
666 2014-08-27  Allan McRae  <allan@archlinux.org>
667
668         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
669
670 2014-08-26  Florian Weimer  <fweimer@redhat.com>
671
672         [BZ #17187]
673         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
674         trans_compare, open_translit, __gconv_translit_find):
675         Remove module loading code.
676
677 2014-08-26  Allan McRae  <allan@archlinux.org>
678
679         * po/vi.po: Update Vietnamese translation from translation project.
680
681         * po/uk.po: Update Ukrainian translation from translation project.
682
683         * po/fr.po: Update French translation from translation project.
684
685         * po/ru.po: Update Russian translation from translation project.
686
687         * po/pl.po: Update Polish translation from translation project.
688
689         * po/cs.po: Update Czech translation from translation project.
690
691         * po/de.po: Update German translation from translation project.
692
693         * po/bg.po: Update Bulgarian translation from translation project.
694
695         * po/sv.po: Update Sweedish translation from translation project.
696
697         * po/nl.po: Update Dutch translation from translation project.
698
699         * po/es.po: Update Spanish translation from translation project.
700
701 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
702
703         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
704
705         * catgets/Makefile (CPPFLAGS-gencat): Remove.
706         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
707         (CPPFLAGS-iconvconfig): Likewise.
708         * timezone/Makefile (CPPFLAGS-zic): Likewise.
709
710         * include/libc-symbols.h: Remove unnecessary check for
711         NOT_IN_libc.
712         * nptl/pthreadP.h: Likewise.
713         * sysdeps/aarch64/setjmp.S: Likewise.
714         * sysdeps/alpha/setjmp.S: Likewise.
715         * sysdeps/arm/sysdep.h: Likewise.
716         * sysdeps/i386/setjmp.S: Likewise.
717         * sysdeps/m68k/setjmp.c: Likewise.
718         * sysdeps/posix/getcwd.c: Likewise.
719         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
720         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
721         * sysdeps/s390/s390-32/setjmp.S: Likewise.
722         * sysdeps/s390/s390-64/setjmp.S: Likewise.
723         * sysdeps/sh/sh3/setjmp.S: Likewise.
724         * sysdeps/sh/sh4/setjmp.S: Likewise.
725         * sysdeps/unix/alpha/sysdep.h: Likewise.
726         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
727         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
728         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
729         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
730         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
732         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
733         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
734         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
735         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
736         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
737         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
738         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
739         * sysdeps/x86_64/setjmp.S: Likewise.
740
741 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
742
743         [BZ #17263]
744         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
745         <stdint.h>.
746         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
747         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
748
749 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
750
751         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
752
753         [BZ #17262]
754         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
755         and __x86_64__ when disabling x87 inline functions.
756
757 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
758
759         [BZ #17259]
760         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
761         asm statement with __cpuid_count.
762
763 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
764
765         * configure.ac: Change __ehdr_start code to dereference the struct.
766         Run readelf on the output to look for relocations.
767         * configure: Regenerated.
768
769 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
770
771         [BZ #17261]
772         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
773         value to 0.
774         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
775
776 2014-08-12  Roland McGrath  <roland@hack.frob.com>
777
778         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
779
780 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
781
782         [BZ #16892]
783         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
784         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
785
786 2014-08-12  Sean Anderson  <seanga2@gmail.com>
787
788         * malloc/malloc.c: Fix typo in comment.
789
790 2014-08-09  Allan McRae  <allan@archlinux.org>
791
792         * Regenerate libc.po.
793
794 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
795
796         * intl/tst-gettext2.sh: Check every lang file for creation.
797
798 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
799
800         * sysdeps/aarch64/fpu/math_private.h
801         (libc_feholdsetround_noex_aarch64_ctx): New function.
802
803 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
804
805         * sysdeps/arm/armv6/strcpy.S (strcpy):
806         Fix performance issue in misaligned cases.
807
808 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
809
810         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
811         Move definition from termios.h.
812         (struct termio): Likewise.
813         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
814         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
815         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
816         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
817         Likewise.
818         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
819         Move definition to ioctl-types.h
820         (struct termio): Likewise.
821         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
822         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
823         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
824         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
825         Likewise.
826
827 2014-08-05  Richard Henderson  <rth@redhat.com>
828
829         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
830         exceptions.
831         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
832         Add fraiseexcpt.
833         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
834         Use __feraiseexcept.
835         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
836         Protect libm symbols with IS_IN_libm.
837
838         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
839
840 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
841
842         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
843
844 2014-08-04  Will Newton  <will.newton@linaro.org>
845
846         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
847         file.
848
849 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
850
851         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
852         variants for each function.
853
854 2014-08-04  Roland McGrath  <roland@hack.frob.com>
855
856         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
857         appended ...
858         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
859         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
860         appended ...
861         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
862         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
863         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
864         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
865         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
866         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
867         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
868         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
869         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
870         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
871         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
872         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
873         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
874         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
875         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
876         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
877         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
878         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
879         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
880         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
881         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
882         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
883         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
884         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
885         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
886         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
887         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
888         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
889         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
890         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
891         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
892         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
893         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
894         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
895         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
896         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
897         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
898         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
899         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
900         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
901         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
902         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
903         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
904         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
905         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
906         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
907         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
908         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
909         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
910         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
911         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
912         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
913         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
914         Update #include.
915         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
916         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
917
918 2014-08-04  Roland McGrath  <roland@hack.frob.com>
919
920         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
921         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
922         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
923         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
924         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
925         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
926
927 2014-08-04  Roland McGrath  <roland@hack.frob.com>
928
929         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
930         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
931         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
932         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
933
934 2014-08-04  Roland McGrath  <roland@hack.frob.com>
935
936         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
937         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
938         (__libc_vfork): Define function under this name.
939         (__vfork): Define as an alias.
940         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
941         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
942
943 2014-08-04  Roland McGrath  <roland@hack.frob.com>
944
945         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
946         that was previously under [RESET_PID].
947         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
948
949 2014-08-04  Andreas Schwab  <schwab@suse.de>
950
951         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
952
953 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
954
955         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
956         (main): Likewise.
957
958 2014-08-01  Roland McGrath  <roland@hack.frob.com>
959
960         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
961
962 2014-08-01  Richard Henderon  <rth@redhat.com>
963
964         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
965         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
966         typo in exact zero test.
967         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
968         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
969         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
970
971 2014-08-01  Roland McGrath  <roland@hack.frob.com>
972
973         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
974         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
975         * sysdeps/arm/sysdep.h: ... here.
976         [!__ASSEMBLER__]: Include <stdint.h>.
977
978 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
979
980         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
981         (HAVE_WCTYPE_H): Likewise.
982         (HAVE_ISWCTYPE): Likewise.
983         (ENABLE_NLS): Likewise.
984         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
985         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
986
987         * posix/regex_internal.c: Check if DEBUG is defined and is
988         set.
989
990         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
991         (HAVE_MBSRTOWCS): Likewise.
992         * posix/fnmatch.c: Include string.h unconditionally.
993
994 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
995
996         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
997         reversal.
998
999 2014-07-31  Roland McGrath  <roland@hack.frob.com>
1000
1001         * sysdeps/generic/safe-fatal.h: New file.
1002         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
1003         * nptl/forward.c: Include it.
1004         (__pthread_unwind): Use __safe_fatal as default action, rather
1005         than a bogus use of INTERNAL_SYSCALL that could never work.
1006
1007         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
1008         * configure.ac (libc_cv_builtin_trap): New test.
1009         * configure: Regenerated.
1010         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
1011         (ABORT_INSTRUCTION): Define using __builtin_trap.
1012
1013         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
1014         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
1015         * sysdeps/nptl/nptl-signals.h: New file.
1016         * nptl/pthreadP.h: Include <nptl-signals.h>.
1017
1018 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1019
1020         * sysdeps/s390/s390-64/utf16-utf32-z9.c
1021         (ONE_DIRECTION): Define.
1022         * sysdeps/s390/s390-64/utf8-utf16-z9.c
1023         (ONE_DIRECTION): Define.
1024         * sysdeps/s390/s390-64/utf8-utf32-z9.c
1025         (ONE_DIRECTION): Define.
1026
1027 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1028
1029         * sysdeps/s390/Makefile: Delete file.
1030         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
1031         * sysdeps/s390/__longjmp.c: Delete file.
1032         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
1033         Remove fields __flags and __reserved.
1034         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
1035         and add versioning.
1036         * sysdeps/s390/rtld-__longjmp.c: Delete file.
1037         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
1038         * sysdeps/s390/rtld-setjmp.S: Likewise.
1039         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
1040         * sysdeps/s390/s390-32/__longjmp.c: ... here.
1041         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
1042         * sysdeps/s390/s390-32/setjmp.S: ... here.
1043         Add versioning.
1044         (__sigsetjmp): Remove setting __flags field.
1045         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
1046         * sysdeps/s390/s390-64/__longjmp.c: ... here.
1047         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
1048         * sysdeps/s390/s390-64/setjmp.S: ... here.
1049         Add versioning.
1050         (__sigsetjmp): Remove setting __flags field.
1051         * sysdeps/s390/setjmp.S: Delete file.
1052         * sysdeps/s390/sigjmp.c: Likewise.
1053         * sysdeps/s390/v1-longjmp.c: Likewise.
1054         * sysdeps/s390/v1-setjmp.h: Likewise.
1055         * sysdeps/s390/v1-sigjmp.c: Likewise.
1056         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
1057         Remove v1-longjmp_chk.
1058         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
1059         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
1060         Include debug/longjmp_chk.c and add versioning.
1061         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
1062         Include nptl/pt-longjmp.c and add versioning.
1063         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
1064         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
1065         Include __longjmp.c.
1066         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
1067         Move to ...
1068         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
1069         (__getcontext): Remove setting __flags field.
1070         Add versioning.
1071         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
1072         Don't restore upper high grps.
1073         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
1074         Likewise.
1075         (__swapcontext): Remove setting uc_flags field.
1076         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
1077         Delete file.
1078         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
1079         Include __longjmp.c.
1080         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
1081         Move to ...
1082         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
1083         (__getcontext): Remove setting __flags field.
1084         Add versioning.
1085         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
1086         (__swapcontext): Remove setting uc_flags field.
1087         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
1088         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
1089         Remove fields uc_high_gprs and __reserved.
1090         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
1091         New file with reverted content.
1092         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
1093         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
1094         Regenerated.
1095         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
1096         Regenerated.
1097
1098 2014-07-31  Andreas Schwab  <schwab@suse.de>
1099
1100         * config.h.in (HAVE_IFUNC): Define to 0.
1101         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
1102         definedness.
1103
1104 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
1105
1106         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1107         memmove-avx-unaligned, memcpy-avx-unaligned and
1108         mempcpy-avx-unaligned.
1109         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1110         Add tests for AVX memcpy functions.
1111         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
1112         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
1113         memcpy_chk.
1114         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
1115         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
1116         memmove_chk.
1117         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
1118         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
1119         mempcpy_chk.
1120         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
1121         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
1122         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
1123
1124 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1125
1126         [BZ #17213]
1127         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
1128         powerpc64le.
1129
1130 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
1131
1132         [BZ #16839]
1133         * manual/llio.texi: Add section about open file description locks.
1134         * manual/examples/ofdlocks.c: Example of open file description
1135         lock usage.
1136         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
1137         F_OFD_SETLK, and F_OFD_SETLKW.
1138
1139 2014-07-23  Allan McRae  <allan@archlinux.org>
1140
1141         * po/es.po: Update Spanish translation from translation project.
1142
1143 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
1144
1145         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
1146
1147 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
1148
1149         [BZ #17078]
1150         * sysdeps/arm/dl-machine.h (elf_machine_rela)
1151         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
1152         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
1153
1154 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
1155
1156         [BZ #17088]
1157         * math/fesetenv.c (__fesetenv)
1158         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
1159         * math/feupdateenv.c (__feupdateenv)
1160         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
1161
1162         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
1163         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
1164         (__ASSUME_SOCKETCALL): Do not define.
1165
1166         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
1167         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
1168         (__ASSUME_SOCKETCALL): Do not define.
1169         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
1170         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1171         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1172         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1173         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1174         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
1175         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1176         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1177
1178         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
1179         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
1180         (__ASSUME_SOCKETCALL): Do not define.
1181         (__ASSUME_IPC64): Define unconditionally.
1182         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1183         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1184         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1185         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1186         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
1187         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1188         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
1189         Likewise.
1190
1191         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
1192         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
1193         (__ASSUME_SOCKETCALL): Do not define.
1194         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
1195         (__ASSUME_FUTEX_LOCK_PI): Likewise.
1196         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1197         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
1198         (__ASSUME_REQUEUE_PI): Define unconditionally.
1199         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
1200         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
1201         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1202         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
1203         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1204         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1205
1206         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
1207         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
1208         (__ASSUME_SOCKETCALL): Do not define.
1209         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
1210         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1211         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1212         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
1213         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1214         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1215
1216         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
1217         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
1218         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1219         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
1220         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1221         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
1222         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1223         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
1224         (__ASSUME_GETCPU_SYSCALL): Likewise.
1225
1226         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
1227         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
1228         cases for individual architectures.
1229         * sysdeps/gnu/configure: Regenerated.
1230         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
1231         LIBC_SLIBDIR_RTLDDIR.
1232         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
1233         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
1234         LIBC_SLIBDIR_RTLDDIR.
1235         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
1237         LIBC_SLIBDIR_RTLDDIR.
1238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
1239         Regenerated.
1240         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
1241         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
1242         file.
1243         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
1244         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
1245         file.
1246         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
1247         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
1248         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
1249         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
1250
1251         * sysdeps/aarch64/shlib-versions: Move to ...
1252         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
1253         * sysdeps/alpha/shlib-versions: Move to ...
1254         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
1255         * sysdeps/arm/shlib-versions: Move to ...
1256         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
1257         * sysdeps/hppa/shlib-versions: Move all contents except for
1258         libgcc_s entry to ...
1259         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
1260         entry from ...
1261         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
1262         * sysdeps/ia64/shlib-versions: Move to ...
1263         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
1264         entry from ...
1265         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
1266         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
1267         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
1268         * sysdeps/microblaze/shlib-versions: Move to ...
1269         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
1270         * sysdeps/mips/shlib-versions: Move to ...
1271         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
1272         entry from ...
1273         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
1274         * sysdeps/tile/shlib-versions: Move to ...
1275         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
1276         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
1277         from ...
1278         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
1279         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
1280         entry from ...
1281         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
1282
1283 2014-07-17  Will Newton  <will.newton@linaro.org>
1284
1285         * sysdeps/arm/bits/atomic.h
1286         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
1287         (__arch_compare_and_exchange_bool_16_int): Likewise.
1288         (__arch_compare_and_exchange_bool_64_int): Likewise.
1289
1290         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
1291         into an #else block.
1292
1293 2014-07-16  Roland McGrath  <roland@hack.frob.com>
1294
1295         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
1296         just Linux configurations.  Test empirically that the compiler sets
1297         __ARM_EABI__, rather than using the tuple to decide.
1298         * sysdeps/arm/preconfigure: Regenerated.
1299         * sysdeps/unix/sysv/linux/arm/configure: File removed.
1300         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
1301         contents appended ...
1302         * sysdeps/arm/configure.ac: ... here.
1303         * sysdeps/arm/configure: Regenerated.
1304
1305 2014-07-15  Roland McGrath  <roland@hack.frob.com>
1306
1307         * nptl/pthread_kill.c: New file.
1308         * nptl/pthread_sigmask.c: New file.
1309         * nptl/pthread_sigqueue.c: New file.
1310
1311         * sysdeps/nptl/lowlevellock.h: New file.
1312         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
1313         * sysdeps/nptl/lowlevellock-futex.h: New file.
1314
1315         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
1316         Remove dead declarations.
1317
1318 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1319
1320         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
1321         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
1322         config-cflags-avx2.
1323         * sysdeps/x86_64/configure.ac: Likewise.
1324         * sysdeps/i386/configure: Regenerated.
1325         * sysdeps/x86_64/configure: Likewise.
1326         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1327         memset-avx2 only if config-cflags-avx2 is yes.
1328         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1329         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
1330         defined.
1331         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
1332         only if HAVE_AVX2_SUPPORT is defined.
1333         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1334
1335 2014-07-14  Alan Modra  <amodra@gmail.com>
1336
1337         [BZ #17153]
1338         * elf/elf.h (DT_PPC64_NUM): Correct value.
1339         * NEWS: Add to fixed bug list.
1340
1341 2014-07-13  Jim Meyering  <meyering@fb.com>
1342
1343         [BZ 17150]
1344         regex: don't deref NULL upon heap allocation failure
1345         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
1346         failure in one more place.
1347         To trigger the segfault, configure grep -with-included-regex,
1348         build it, and run these commands:
1349         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
1350
1351 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
1352
1353         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
1354
1355 2014-07-11  Richard Henderson  <rth@redhat.com>
1356
1357         * sysdeps/aarch64/libm-test-ulps: Update.
1358
1359 2014-07-10  Florian Weimer  <fweimer@redhat.com>
1360
1361         [BZ #17135]
1362         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
1363         * nptl/allocatestack.c (__nptl_setxid_error): New function.
1364         (__nptl_setxid): Initialize error member.  Call
1365         __nptl_setxid_error.
1366         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
1367         * nptl/descr.h (struct xid_command): Add error member.
1368         * nptl/tst-setuid3.c: New file.
1369         * nptl/Makefile (tests): Add it.
1370
1371 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1372
1373         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
1374         New define.
1375         (__lll_trylock): Use __lll_base_trylock.
1376         (__lll_cond_trylock): Likewise.
1377
1378 2014-07-10  Roland McGrath  <roland@hack.frob.com>
1379
1380         * nptl/pthread_create.c (start_thread): Use atomic_or and
1381         lll_futex_wake directly rather than lll_robust_dead.
1382         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1383         (lll_robust_dead): Macro removed.
1384         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
1385         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1386         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1387         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1388         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1389         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1390         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1391         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1392         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1393         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1394         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1395         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1396         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1397         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1398         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1399
1400         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
1401         Use atomic_compare_and_exchange_val_acq directly rather than
1402         lll_robust_trylock.
1403         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1404         (__lll_robust_trylock, lll_robust_trylock): Removed.
1405         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1406         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1407         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1408         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1409         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1410         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1411         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1412         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1413         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1414         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1415         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1416         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1417         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1418         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1419
1420 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1421
1422         * manual/locale.texi (Locale Names): New section documenting
1423         locale name syntax.  Adjust menu and node chaining accordingly.
1424         (Choosing Locale): Reference Locale Names, Locale Categories.
1425         Mention setting LC_ALL=C.  Reflect that name syntax is now
1426         documented.
1427         (Locale Categories): New section title.  Reference Locale Names.
1428         LC_ALL is an environment variable, but not a category.
1429         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
1430         description, now in Locale Name.  Reference that section.  Locale
1431         name syntax is now documented.
1432
1433 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1434
1435         [BZ #17137]
1436         * locale/findlocale.c (name_present, valid_locale_name): New
1437         functions.
1438         (_nl_find_locale): Use the loc_name variable to store name
1439         candidates.  Call name_present and valid_locale_name to check and
1440         validate locale names.  Return an error if the locale is invalid.
1441
1442 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1443
1444         * locale/setlocale.c (setlocale): Use strdup for allocating
1445         composite name copy.
1446
1447 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1448
1449         Sync up with gnulib.
1450         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
1451         [!_LIBC && ENABLE_NLS]: Include gettext.h.
1452         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
1453         and _GL_ARG_NONNULL.
1454         [USE_UNLOCKED_IO]: Include unlocked-io.h.
1455         [!_LIBC]: Include code for Windows and Cygwin.
1456         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
1457         Include prototype for int strerror_r.
1458         [!_LIBC] (is_open): New function.
1459         (flush_stdout): New function.
1460         (print_errno_message): Use it.
1461         (error): Likewise.
1462         (error_at_line): Likewise.
1463         (error_tail) Add function attribute macros.  Use
1464         __builtin_expect.
1465
1466         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
1467
1468         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
1469
1470         * io/ftw.c: Include sys/param.h unconditionally.
1471
1472         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
1473
1474         [BZ #17125]
1475         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
1476         libc_freeres_ptr.
1477         (freecache): New function to free CACHE on exit.
1478
1479         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
1480         initialization.
1481
1482 2014-07-09  David S. Miller  <davem@davemloft.net>
1483
1484         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1485
1486         * sysdeps/sparc/nptl/internaltypes.h: Delete.
1487         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
1488         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
1489         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
1490         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
1491         * sysdeps/sparc/nptl/sem_init.c: Likewise.
1492         * sysdeps/sparc/nptl/sem_post.c: Likewise.
1493         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
1494         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
1495         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
1496         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
1497         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
1498         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
1499
1500 2014-07-09  Andreas Schwab  <schwab@suse.de>
1501
1502         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
1503         output.
1504         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
1505         (do_test): Likewise.
1506
1507         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1508
1509 2014-07-09  Will Newton  <will.newton@linaro.org>
1510
1511         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
1512         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
1513         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
1514         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
1515         * sysdeps/hppa/start.S (_start): Likewise.
1516
1517 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
1518
1519         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
1520
1521         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
1522         defined.
1523
1524 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1525
1526         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
1527         after checking that it is non-NULL.
1528
1529         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
1530
1531 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1532
1533         * sysdeps/powerpc/memmove.c: Remove file.
1534         * sysdeps/powerpc/powerpc32/power4/memcopy.h
1535         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
1536         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1537         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
1538         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
1539         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
1540         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
1541         string memmove instead of removed powerpc one.
1542
1543         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
1544         [weak_alias]: Fix compiler warning due trailing data.
1545         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
1546         [weak_alias]: Likewise.
1547         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
1548         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
1549
1550         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
1551         (__libc_ifunc_impl_list): Add memmove functions.
1552
1553 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1554
1555         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
1556         Remove code.
1557         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
1558         Likewise
1559         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
1560         Likewise
1561         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
1562         Likewise
1563         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
1564         Likewise
1565         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
1566         Likewise
1567         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
1568         Likewise
1569         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
1570         Likewise
1571         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
1572         Likewise
1573         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
1574         Likewise
1575         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
1576         Likewise
1577         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
1578         Likewise
1579         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
1580         Likewise
1581         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
1582         Likewise
1583         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
1584         Likewise
1585         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
1586         Likewise
1587         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
1588         Likewise
1589
1590 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1591
1592         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
1593         to avoid alignment traps in non-cacheable memory.
1594         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
1595
1596         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
1597         multiarch objects.
1598         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
1599         file: multiarch power7 memmove.
1600         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
1601         multiarch default memmove.
1602         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
1603         multiarch memove for powerpc32/power4.
1604
1605         * string/bcopy.c: Use full path to include memmove.c.
1606         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
1607         multiarch objects.
1608         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
1609         bcopy for powerpc64.
1610         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
1611         bcopy for powerpc64.
1612         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
1613         and memmove implementations.
1614         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
1615         optimized multiarch memmove for POWER7/powerpc64.
1616         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
1617         default multiarch memmove for powerpc64.
1618         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
1619         multiarch for powerpc64.
1620         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
1621         for POWER7/powerpc64.
1622         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
1623         memmove for POWER7/powerpc64.
1624
1625         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
1626         glibc default one.
1627
1628         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
1629         __ELF_NATIVE_CLASS equal to 64.
1630
1631 2014-07-07  Roland McGrath  <roland@hack.frob.com>
1632
1633         * sysdeps/nptl/lowlevellock.h: File removed.
1634
1635         * NEWS: NPTL is no longer an add-on!
1636         * nptl/internaltypes.h: Moved ...
1637         * sysdeps/nptl/internaltypes.h: ... here.
1638         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
1639         * sysdeps/nptl/fork.c: Likewise.
1640         * sysdeps/nptl/gai_misc.h: Likewise.
1641         * sysdeps/nptl/librt-cancellation.c: Likewise.
1642         * sysdeps/nptl/jmp-unwind.c: Likewise.
1643         * sysdeps/nptl/setxid.h: Likewise.
1644         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
1645         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
1646         * sysdeps/unix/sysv/linux/arm/Implies: New file.
1647         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
1648         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
1649         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
1650         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
1651         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
1652         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
1653         * sysdeps/unix/sysv/linux/mips/Implies: New file.
1654         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
1655         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
1656         * sysdeps/unix/sysv/linux/sh/Implies: New file.
1657         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
1658         * sysdeps/unix/sysv/linux/tile/Implies: New file.
1659         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
1660         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
1661         * nptl/Makeconfig: Moved ...
1662         * sysdeps/nptl/Makeconfig: ... here.
1663         * nptl/configure: File removed.
1664         * nptl/ANNOUNCE: File removed.
1665         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
1666         * sysdeps/unix/sysv/linux/configure: Regenerated.
1667
1668         * nptl/Makefile (routines): Add libc_pthread_init,
1669         libc_multiple_threads, register-atfork and unregister-atfork.
1670         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
1671         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
1672         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
1673         pthread-pi-defines.sym, structsem.sym.
1674         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
1675         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
1676         [$(subdir) = nptl] (tests): Add tst-setgetname.
1677         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
1678         * sysdeps/unix/sysv/linux/sigaction.c: Just include
1679         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
1680         [!LIBC_SIGACTION]: Remove aliases.
1681         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
1682         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
1683         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1684         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
1685         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1686         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
1687         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
1688         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
1689         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
1690         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
1691         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
1692         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
1693         __libc_allocate_rtsig_private.
1694         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
1695         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
1696         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
1697         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
1698         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
1699         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
1700         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
1701         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
1702         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
1703         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
1704         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
1705         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
1706         * nptl/internaltypes.h: ... here.
1707         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
1708         * sysdeps/nptl/jmp-unwind.c: ... here.
1709         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
1710         * nptl/libc-lowlevellock.c: ... here.
1711         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
1712         * nptl/libc_multiple_threads.c: ... here.
1713         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
1714         * nptl/libc_pthread_init.c: ... here.
1715         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
1716         * nptl/lowlevelbarrier.sym: ... here.
1717         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
1718         * nptl/lowlevelcond.sym: ... here.
1719         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
1720         * nptl/lowlevellock.c: ... here.
1721         * nptl/lowlevellock.h: Moved ...
1722         * sysdeps/nptl/lowlevellock.h: ... here.
1723         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
1724         * nptl/lowlevelrobustlock.c: ... here.
1725         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
1726         * nptl/lowlevelrobustlock.sym: ... here.
1727         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
1728         * nptl/lowlevelrwlock.sym: ... here.
1729         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
1730         * nptl/pt-fork.c: ... here.
1731         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
1732         * nptl/pthread-pi-defines.sym: ... here.
1733         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
1734         * nptl/pthread_attr_getaffinity.c: ... here.
1735         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
1736         * nptl/pthread_attr_setaffinity.c: ... here.
1737         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
1738         * nptl/pthread_mutex_cond_lock.c: ... here.
1739         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
1740         Update #include.
1741         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
1742         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
1743         * nptl/pthread_once.c: ... here, replacing old file.
1744         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
1745         * nptl/pthread_yield.c: ... here.
1746         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
1747         * nptl/register-atfork.c: ... here.
1748         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
1749         * nptl/sem_post.c: ... here.
1750         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
1751         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
1752         * nptl/sem_timedwait.c: ... here.
1753         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
1754         * nptl/sem_trywait.c: ... here.
1755         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
1756         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
1757         * nptl/sem_wait.c: ... here.
1758         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
1759         * nptl/structsem.sym: ... here.
1760         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
1761         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
1762         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
1763         * nptl/unregister-atfork.c: ... here.
1764         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
1765         * nptl/unwindbuf.sym: ... here.
1766         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
1767         * sysdeps/nptl/fork.c: ... here.
1768         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
1769         * sysdeps/nptl/fork.h: ... here.
1770         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
1771         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
1772         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
1773         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
1774         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
1775         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
1776         * sysdeps/unix/sysv/linux/getpid.c: ... here.
1777         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
1778         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
1779         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
1780         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
1781         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
1782         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
1783         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
1784         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
1785         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
1786         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
1787         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
1788         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
1789         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
1790         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
1791         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
1792         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
1793         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
1794         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
1795         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
1796         * sysdeps/unix/sysv/linux/raise.c: ... here.
1797         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
1798         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
1799         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
1800         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
1801         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
1802         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
1803         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
1804         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
1805         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
1806         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
1807         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
1808         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
1809         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
1810         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
1811         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
1812
1813 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
1814
1815         * sysdeps/generic/memcopy.h: Add comment for
1816         MEMCPY_OK_FOR_FWD_MEMMOVE.
1817
1818 2014-07-04  Will Newton  <will.newton@linaro.org>
1819
1820         * string/memchr.c: Merge from gnulib.
1821         [_LIBC]: Remove conditionals.
1822         (__ptr_t): Remove define.
1823         (LONG_MAX_32_BITS): Likewise.
1824         (LONG_MAX): Likewise.
1825         (MEMCHR): Use ANSI prototype and optimize algorithm.
1826
1827         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
1828
1829 2014-07-03  Roland McGrath  <roland@hack.frob.com>
1830
1831         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
1832         (lll_futex_timed_wait_bitset): Fix syscall argument count.
1833
1834         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
1835         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
1836         in a bare environment with no <stdlib.h> installed.
1837         * sysdeps/nptl/configure: Regenerated.
1838
1839         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
1840
1841         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
1842         AC_EGREP_CPP for kernel header checks, so they only succeed if
1843         including <linux/version.h> actually works right.
1844         * sysdeps/unix/sysv/linux/configure: Regenerated.
1845
1846         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
1847         value so it's not diagnosed as unused.
1848
1849         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
1850         thing) with "ifeq ($(subdir),rt)".
1851
1852 2014-07-03  Richard Henderson  <rth@redhat.com>
1853
1854         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
1855         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
1856         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
1857
1858         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
1859         (math_force_eval): New.
1860
1861         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
1862         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
1863
1864         * sysdeps/alpha/fpu/s_round.c: Remove file.
1865         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
1866
1867         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
1868         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
1869         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
1870         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
1871         (_dl_start, print_statistics): Likewise.
1872         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
1873         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
1874
1875         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1876         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1877         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1878         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1879         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1880         (HP_SMALL_TIMING_AVAIL): Define.
1881         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1882         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1883         (HP_SMALL_TIMING_AVAIL): Define.
1884         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1885         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1886
1887         * sysdeps/aarch64/hp-timing.h: New file.
1888
1889         * sysdeps/generic/hp-timing.h: Remove dead comment.
1890         * sysdeps/generic/hp-timing-common.h: New file.
1891         * sysdeps/alpha/hp-timing.h: Include it.
1892         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
1893         * sysdeps/i386/i686/hp-timing.h: Likewise.
1894         * sysdeps/ia64/hp-timing.h: Likewise.
1895         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
1896         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
1897         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
1898         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
1899         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
1900         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
1901         (hp_timing_t): New.
1902
1903         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
1904         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
1905         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
1906         * elf/rtld.c (_dl_start_final): Likewise.
1907         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
1908         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1909         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1910         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1911         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1912         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1913         (HP_TIMING_DIFF_INIT): Remove.
1914         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1915         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1916         (HP_TIMING_DIFF_INIT): Remove.
1917         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1918         * sysdeps/i386/i686/hp-timing.c: Remove file.
1919         * sysdeps/x86_64/hp-timing.c: Remove file.
1920         * sysdeps/ia64/hp-timing.c: Remove file.
1921         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
1922         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
1923         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
1924         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
1925
1926         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
1927         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
1928         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
1929         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1930         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1931         (HP_TIMING_ACCUM): Remove.
1932         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1933         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
1934         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1935
1936         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
1937         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
1938         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
1939         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
1940         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
1941         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1942         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
1943         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1944
1945         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
1946
1947 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
1948
1949         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
1950
1951 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1952
1953         Sync up with gettext.
1954         * intl/loadmsgcat.c: Define O_BINARY if not defined.
1955         [_MSC_VER]: Include malloc.h
1956         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
1957         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
1958         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
1959         TEMP_FAILURE_RETRY.  Cast return of alloca.
1960         [!_LIBC] Call gl_rwlock_init.
1961         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
1962
1963 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1964
1965         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
1966         before checking its value.
1967
1968 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1969
1970         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
1971
1972         * debug/memcpy_chk.c: Don't include pagecopy.h.
1973         * debug/mempcpy_chk.c: Likewise.
1974         * string/memcpy.c: Likewise.
1975         * string/memmove.c: Likewise.
1976         * sysdeps/powerpc/memmove.c: Likewise.
1977         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
1978         definition of PAGE_COPY_FWD_MAYBE here...
1979         * sysdeps/generic/pagecopy.h: ... from here.
1980         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
1981
1982 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
1983             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1984
1985         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
1986         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
1987         optimizations.
1988         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
1989         (__libc_ifunc_impl_list): Likewise.
1990         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
1991         multiarch strcat for PPC64.
1992         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
1993         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
1994
1995 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1996
1997         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
1998
1999 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2000
2001         * intl/loadmsgcat.c: Remove declaration of
2002         get_sysdep_segment_value.
2003         (get_sysdep_segment_value): Use ISO C style.
2004         (_nl_load_domain): Use ISO C style.  Get rid of redundant
2005         semicolon.  Fix typo and formatting in comment.
2006         (_nl_unload_domain): Use ISO C style.
2007
2008         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
2009
2010 2014-07-02  Will Newton  <will.newton@linaro.org>
2011
2012         * malloc/obstack.c: Merge from gnulib master.
2013         [HAVE_CONFIG_H]: Remove conditional code.
2014         [!_LIBC]: Include config.h.
2015         [!ELIDE_CODE]: Don't include inttypes.h, include
2016         stdint.h unconditionally.
2017         (print_and_abort): Mark as _Noreturn.
2018         (_obstack_allocated_p): Mark as __attribute_pure__.
2019         (obstack_free): Rename to __obstack_free.
2020         [!__attribute__]: Remove conditional code.
2021         * malloc/obstack.h: Merge from gnulib master.
2022         [__cplusplus]: Move conditional down.
2023         [!__attribute_pure__]: Define __attribute_pure__ here
2024         if it is not already defined.
2025         (_obstack_memory_used): Mark as __attribute_pure__.
2026         [!__obstack_free]: Define as obstack_free.
2027         [__GNUC__]: Remove check for ancient NeXT gcc.
2028
2029 2014-07-02  Will Newton  <will.newton@linaro.org>
2030             Paul Eggert  <eggert@cs.ucla.edu>
2031
2032         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
2033
2034 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2035
2036         * resolv/gethnamaddr.c: Add comment warning that the file is
2037         not maintained.
2038
2039 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
2040
2041         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
2042         entries.
2043
2044         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
2045         entry for aio_cancel and aio_cancel64.
2046         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
2047         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
2048         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
2049         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
2050         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
2051         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
2052         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
2053         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
2054         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
2055         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
2056         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
2057         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
2058         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
2059
2060 2014-07-01  Roland McGrath  <roland@hack.frob.com>
2061
2062         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
2063         * nptl/pthread_mutex_lock.c: Likewise.
2064         * nptl/pthread_mutex_timedlock.c: Likewise.
2065         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
2066
2067 2014-07-01  Richard henderson  <rth@redhat.com>
2068
2069         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
2070         (__isnan, __isnanl): Remove.
2071         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
2072
2073         * sysdeps/alpha/fpu/libm-test-ulps: Update.
2074
2075 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
2076
2077         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
2078
2079 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
2080
2081         * resolv/nss_dns/dns-host.c (getanswer_r)
2082         [MULTI_PTRS_ARE_ALIASES]: Remove code.
2083
2084 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
2085
2086         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2087         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
2088         undefine.
2089         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
2090         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
2091
2092 2014-07-01  Roland McGrath <roland@hack.frob.com>
2093
2094         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
2095         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
2096
2097         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
2098         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
2099
2100         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
2101         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
2102         ... here.
2103         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
2104         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
2105
2106         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
2107         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
2108         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
2109         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
2110
2111         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
2112         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
2113         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
2114         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
2115         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
2116         Moved ...
2117         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
2118         ... here.
2119         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
2120         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
2121         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
2122         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
2123         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
2124         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
2125         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
2126         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
2127         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
2128         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
2129         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
2130         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
2131         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
2132         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
2133         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
2134         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
2135         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
2136         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
2137         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
2138         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
2139         ... here.
2140         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
2141         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
2142         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
2143         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
2144         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
2145         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
2146         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
2147         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
2148
2149 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
2150
2151         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
2152         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
2153         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
2154         Add sysdep.
2155
2156 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2157
2158         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2159
2160 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2161
2162         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
2163         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
2164
2165         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
2166
2167         * sysdeps/arm/libm-test-ulps: Regenerated.
2168
2169 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2170             Roland McGrath <roland@hack.frob.com>
2171
2172         * test-skeleton.c (signal_handler): Kill the whole process group
2173         before killing the child individually.
2174         (main): Report any failure on `setpgid'.
2175
2176 2014-06-30  Roland McGrath  <roland@hack.frob.com>
2177
2178         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
2179         from _TLS_H to _ARM_NPTL_TLS_H.
2180         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
2181         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
2182
2183 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2184
2185         [BZ #16539]
2186         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
2187         (__expm1l): Return argument unchanged when small but not
2188         subnormal.
2189
2190         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
2191         include macro name.
2192         (_FP_UNPACK_RAW_1_P): Likewise.
2193         (_FP_PACK_RAW_1): Likewise.
2194         (_FP_PACK_RAW_1_P): Likewise.
2195         (_FP_MUL_MEAT_1_wide): Likewise.
2196         (_FP_MUL_MEAT_DW_1_hard): Likewise.
2197         (_FP_MUL_MEAT_1_hard): Likewise.
2198         (_FP_DIV_MEAT_1_imm): Likewise.
2199         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
2200         (_FP_DIV_MEAT_1_udiv): Likewise.
2201         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
2202         (_FP_UNPACK_RAW_2): Likewise.
2203         (_FP_UNPACK_RAW_2_P): Likewise.
2204         (_FP_PACK_RAW_2): Likewise.
2205         (_FP_PACK_RAW_2_P): Likewise.
2206         (_FP_MUL_MEAT_DW_2_wide): Likewise.
2207         (_FP_MUL_MEAT_2_wide): Likewise.
2208         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
2209         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2210         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
2211         (_FP_MUL_MEAT_2_gmp): Likewise.
2212         (_FP_DIV_MEAT_2_udiv): Likewise.
2213         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
2214         (_FP_FRAC_SRL_4): Likewise.
2215         (_FP_FRAC_SRST_4): Likewise.
2216         (_FP_FRAC_SRS_4): Likewise.
2217         (_FP_UNPACK_RAW_4): Likewise.
2218         (_FP_UNPACK_RAW_4_P): Likewise.
2219         (_FP_PACK_RAW_4): Likewise.
2220         (_FP_PACK_RAW_4_P): Likewise.
2221         (_FP_MUL_MEAT_DW_4_wide): Likewise.
2222         (_FP_MUL_MEAT_4_wide): Likewise.
2223         (_FP_MUL_MEAT_4_gmp): Likewise.
2224         (umul_ppppmnnn): Likewise.
2225         (_FP_DIV_MEAT_4_udiv): Likewise.
2226         (__FP_FRAC_ADD_4): Likewise.
2227         (__FP_FRAC_SUB_3): Likewise.
2228         (__FP_FRAC_SUB_4): Likewise.
2229         (__FP_FRAC_DEC_3): Likewise.
2230         (__FP_FRAC_DEC_4): Likewise.
2231         (__FP_FRAC_ADDI_4): Likewise.
2232         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
2233         (_FP_FRAC_SRL_8): Likewise.
2234         (_FP_FRAC_SRS_8): Likewise.
2235
2236         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
2237         include macro name.
2238         (FP_UNPACK_RAW_EP): Likewise.
2239         (FP_PACK_RAW_E): Likewise.
2240         (FP_PACK_RAW_EP): Likewise.
2241         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
2242         (_FP_ISSIGNAN): Likewise.
2243         (_FP_ADD_INTERNAL): Likewise.
2244         (_FP_FMA): Likewise.
2245         (_FP_CMP): Likewise.
2246         (_FP_SQRT): Likewise.
2247         (_FP_TO_INT): Likewise.
2248         (_FP_FROM_INT): Likewise.
2249         (FP_EXTEND): Likewise.
2250         (_FP_DIV_MEAT_N_loop): Likewise.
2251
2252 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2253
2254         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
2255         throughout.
2256
2257 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
2258
2259         [BZ #17097]
2260         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
2261         result with correct sign in case of exponents that produce
2262         overflow except for X very close to 1.
2263
2264 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
2265
2266         mktime: merge #if/#ifdef usage from glibc
2267         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
2268         as that works with both Glibc's and Gnulib's style.
2269         See thread starting at Siddhesh Poyarekar's bug report at:
2270         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
2271
2272 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
2273
2274         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
2275         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
2276         * sysdeps/tile/tilegx/memmove.c: Remove file.
2277
2278 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2279
2280         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
2281         abi-name definition.
2282         * scripts/soversions.awk: Do not handle or generate ABI lines.
2283         * shlib-versions: Remove ABI entries.
2284         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
2285         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
2286
2287 2014-06-27  Roland McGrath  <roland@hack.frob.com>
2288
2289         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
2290         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
2291         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
2292         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
2293         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
2294         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
2295         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
2296         Moved ...
2297         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
2298         ... here.
2299         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
2300         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
2301         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
2302         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
2303         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
2304         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
2305         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
2306         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
2307         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
2308         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
2309         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
2310         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
2311         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
2312         Moved ...
2313         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
2314         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
2315         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
2316         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
2317         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
2318         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
2319         Moved ...
2320         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
2321         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
2322         Moved ...
2323         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
2324         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
2325         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
2326         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
2327         Moved ...
2328         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
2329         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
2330         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
2331         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
2332         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
2333         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
2334         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
2335         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
2336         Moved ...
2337         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
2338         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
2339         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
2340         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
2341         Moved ...
2342         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
2343         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
2344         Moved ...
2345         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
2346         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
2347         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
2348         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
2349         Moved ...
2350         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
2351         ... here.
2352         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
2353         Identical file removed.
2354         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
2355         Moved ...
2356         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
2357         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
2358         Identical file removed.
2359         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
2360         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
2361         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
2362         Moved ...
2363         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
2364         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
2365         Identical file removed.
2366         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
2367         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
2368         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
2369         Identical file removed.
2370         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
2371         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
2372         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
2373         Identical file removed.
2374         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
2375         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
2376         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
2377         Identical file removed.
2378         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
2379         Moved ...
2380         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
2381         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
2382         Identical file removed.
2383         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
2384         Moved ...
2385         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
2386         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
2387         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
2388         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
2389         Identical file removed.
2390         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
2391         Moved ...
2392         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
2393         ... here.
2394         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
2395         Identical file removed.
2396         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
2397         Moved ...
2398         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
2399         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
2400         Identical file removed.
2401         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
2402         Moved ...
2403         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
2404         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
2405         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
2406         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
2407         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
2408         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
2409         Moved ...
2410         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
2411         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
2412         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
2413
2414         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
2415         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
2416         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
2417         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
2418         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
2419
2420 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
2421
2422         [BZ #17092]
2423         * nscd/nscd.c (monitor_child): Return exit status of child
2424         instead of return value from wait syscall.
2425
2426 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2427
2428         * configure.ac (libc_commonpagesize): Remove variable.
2429         (libc_relro_required): Likewise.
2430         (libc_cv_z_relro): Remove configure test.
2431         * configure: Regenerated.
2432         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
2433         variable.
2434         (libc_relro_required): Likewise.
2435         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
2436         (libc_relro_required): Likewise.
2437         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
2438         (libc_relro_required): Likewise.
2439         * sysdeps/arm/preconfigure: Regenerated.
2440         * sysdeps/ia64/preconfigure: Remove file.
2441         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
2442         variable.
2443         (libc_relro_required): Likewise.
2444
2445         [BZ #16561]
2446         [BZ #16562]
2447         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
2448         (__ieee754_yn): Set FE_TONEAREST mode internally and then
2449         recompute overflowing results in original rounding mode.
2450         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
2451         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
2452         recompute overflowing results in original rounding mode.
2453         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
2454         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2455         recompute overflowing results in original rounding mode.
2456         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
2457         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2458         recompute overflowing results in original rounding mode.
2459         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
2460         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2461         recompute overflowing results in original rounding mode.
2462         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
2463         (libc_feholdsetround_ctx): New macro.
2464         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
2465         * sysdeps/i386/fpu/libm-test-ulps: Update.
2466         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
2467
2468 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2469
2470         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
2471         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
2472         corresponding .cpsetup call.
2473
2474 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2475
2476         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
2477         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
2478         * sysdeps/arm/Makefile [$(subdir) = csu]
2479         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
2480         (static-only-routines): Add aeabi_read_tp here.
2481         (shared-only-routines): Add libc-aeabi_read_tp here.
2482         (CFLAGS-libc-start.c): Add -fexceptions here.
2483         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
2484         (sysdep_routines, static-only-routines, shared-only-routines):
2485         Don't add to these here.
2486         (CFLAGS-libc-start.c): Likewise.
2487
2488         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
2489         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
2490         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
2491         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
2492         * sysdeps/arm/Makefile [$(subdir) = rt]
2493         (librt-sysdep_routines, librt-shared-only-routines):
2494         Append rt-aeabi_unwind_cpp_pr1 here.
2495         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
2496         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
2497         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
2498         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2499         Append nptl-aeabi_unwind_cpp_pr1 here.
2500         (tests): Filter out tst-cleanupx4 here.
2501         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
2502         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
2503         Don't do those here.
2504
2505 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2506
2507         * scripts/list-sources.sh: Do not handle ports specially.
2508
2509 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2510
2511         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
2512         * sysdeps/arm/feupdateenv.c: Likewise.
2513
2514         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
2515
2516 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2517
2518         * manual/texinfo.tex: Update to version 2014-05-05.10 with
2519         trailing whitespace removed.
2520         * scripts/config.guess: Update to version 2014-03-23.
2521         * scripts/config.sub: Update to version 2014-05-01
2522         * scripts/install-sh: Update to version 2013-12-25.23.
2523         * scripts/move-if-change: Update from gnulib.
2524
2525 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2526
2527         * debug/memmove_chk.c: Remove pagecopy.h include.
2528
2529 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
2530
2531         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
2532         identical to gnulib mktime.
2533
2534 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2535
2536         * configure.ac: Do not test for machine being rs6000.  Do not test
2537         for powerpc*-*soft.
2538         * configure: Regenerated.
2539
2540         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
2541         test.
2542         * configure: Regenerated.
2543         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
2544         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
2545         Remove configure test.
2546         * sysdeps/arm/configure: Regenerated.
2547         * sysdeps/nptl/configure.ac: Do not check
2548         libc_cv_asm_cfi_directives.
2549         * sysdeps/nptl/configure: Regenerated.
2550         * sysdeps/x86_64/nptl/configure.ac: Remove file.
2551         * sysdeps/x86_64/nptl/configure: Remove generated file.
2552         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
2553         unconditional.
2554         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
2555
2556 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2557
2558         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
2559         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
2560         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
2561         it is defined.
2562
2563         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
2564         instead of whether it is defined.
2565         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
2566         * sysdeps/hppa/dl-machine.h: Likewise.
2567         * sysdeps/ia64/dl-machine.h: Likewise.
2568         * sysdeps/m68k/dl-machine.h: Likewise.
2569         * sysdeps/microblaze/dl-machine.h: Likewise.
2570         * sysdeps/mips/dl-machine.: Likewise.
2571         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
2572         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
2573         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
2574         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
2575         * sysdeps/sh/dl-machine.h: Likewise.
2576         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
2577         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
2578         * sysdeps/tile/dl-machine.h: Likewise.
2579         * sysdeps/x86_64/dl-machine.h: Likewise.
2580
2581         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
2582         code.
2583         (verify_persistent_db): Likewise.
2584
2585 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2586
2587         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
2588         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
2589         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
2590         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
2591         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
2592         Moved ...
2593         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
2594         ... here.
2595         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
2596         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
2597         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
2598         Identical file removed.
2599         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
2600         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
2601         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
2602         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
2603         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
2604         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
2605         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
2606         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
2607         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
2608         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
2609         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
2610         Moved ...
2611         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
2612         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
2613         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
2614         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
2615         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
2616         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
2617         Moved ...
2618         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
2619         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
2620         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
2621         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
2622         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
2623         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
2624         Identical file removed.
2625         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
2626         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
2627         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
2628         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
2629         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
2630         Moved ...
2631         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
2632         ... here.
2633         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
2634         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
2635         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
2636         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
2637         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
2638         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
2639         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
2640         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
2641         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
2642         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
2643         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
2644         Moved ...
2645         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
2646         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
2647         Moved ...
2648         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
2649         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
2650         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
2651         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
2652         Moved ...
2653         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
2654         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
2655         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
2656
2657         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
2658         folded into ...
2659         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
2660         * sysdeps/unix/sysv/linux/s390/Versions
2661         (libpthread: GLIBC_2.19): New version set.
2662         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
2663         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
2664         (librt: GLIBC_2.3.3): New version set.
2665         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
2666         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
2667         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
2668         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
2669         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
2670         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
2671         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
2672         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
2673         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
2674         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
2675         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
2676         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
2677         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
2678         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
2679         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
2680         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
2681         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
2682         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
2683         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
2684         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
2685         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
2686         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
2687         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
2688         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
2689         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
2690         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
2691         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
2692         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
2693         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
2694         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
2695         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
2696         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
2697         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
2698         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
2699         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
2700         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
2701         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
2702         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
2703         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
2704         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
2705         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
2706         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
2707         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
2708         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
2709         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
2710
2711         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
2712         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
2713         (__libc_vfork): Define the function under this name.
2714         [!NOT_IN_libc] (__vfork): Make this an alias.
2715         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2716         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
2717         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
2718         (__libc_vfork): Define the function under this name.
2719         [!NOT_IN_libc] (__vfork): Make this an alias.
2720         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2721         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
2722         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
2723         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
2724         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
2725         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2726
2727         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
2728         code that was previously under [RESET_PID].
2729         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
2730         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
2731         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
2732
2733         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
2734         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
2735         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
2736         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
2737         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
2738         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
2739         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
2740         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
2741         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
2742         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
2743         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
2744         Moved ...
2745         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
2746         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
2747         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
2748         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
2749         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
2750         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
2751         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
2752         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
2753         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
2754         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
2755         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
2756         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
2757         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
2758         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
2759         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
2760         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
2761         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
2762         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
2763         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
2764         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
2765         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
2766         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
2767         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
2768         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
2769         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
2770         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
2771         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
2772         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
2773         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
2774
2775 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2776
2777         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
2778         that was previously under [RESET_PID].
2779         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
2780
2781 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2782
2783         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
2784         not undefine and redefine.
2785         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
2786         [O_CLOEXEC]: Make code unconditional.
2787         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
2788         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
2789         <kernel-features.h>.
2790         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
2791         conditional variable definition.
2792         (shm_open) [O_CLOEXEC]: Make code unconditional.
2793         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
2794         code.
2795
2796         * configure.ac (USE_REGPARMS): Don't define here.
2797         * configure: Regenerated.
2798         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
2799         * sysdeps/i386/configure: Regenerated.
2800
2801         * nptl/createthread.c: Don't include kernel-features.h.
2802         * nptl/pthread_cancel.c: Likewise.
2803         * nptl/pthread_condattr_setclock.c: Likewise.
2804         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
2805         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
2806         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
2807         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
2808         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
2809         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
2810         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
2811         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
2812         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
2813         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
2814         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
2815         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
2816         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
2817         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
2818         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
2819         * nscd/gai.c: Likewise.
2820         * nss/nss_db/db-open.c: Likewise.
2821         * sysdeps/generic/ldsodefs.h: Likewise.
2822         * sysdeps/sh/nptl/tls.h: Likewise.
2823         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2824         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
2825         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
2826         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
2827         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
2828         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2829         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
2830         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
2831         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
2832         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
2833         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
2834         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
2835         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
2836         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
2837         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
2838         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
2839         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
2840         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
2841         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
2842         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
2843         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
2844         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
2845         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
2846         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
2847         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
2848         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
2849         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
2850         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
2851         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
2852         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
2853         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
2854         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
2855         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
2856         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
2857         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
2858         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2859         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
2860         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
2861         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
2862         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2863         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
2864         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
2865         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
2866         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
2867         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
2868         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
2869         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
2870         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
2871         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
2872         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
2873         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
2874         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
2875         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
2876         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2877         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
2878         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
2879         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
2880         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
2881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
2882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
2883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
2885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
2886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
2887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
2888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
2889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
2890         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
2891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
2892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
2893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
2895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
2896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
2897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2900         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
2901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2902         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
2903         * sysdeps/unix/sysv/linux/pread.c: Likewise.
2904         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
2905         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
2906         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
2907         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
2908         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
2909         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
2910         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
2911         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
2912         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
2913         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
2914         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
2915         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
2916         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
2917         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
2918         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
2919         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
2920         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
2921         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
2922         * sysdeps/unix/sysv/linux/system.c: Likewise.
2923         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
2924         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
2925         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
2926         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
2927         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
2928         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2929         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
2930
2931         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
2932         * configure: Regenerated.
2933         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
2934
2935         * configure.ac (base_machine): Do not set specially for particular
2936         machines here.
2937         * configure: Regenerated.
2938         * sysdeps/powerpc/preconfigure: Move machine and base_machine
2939         settings from configure.ac.
2940         * sysdeps/i386/preconfigure: New file.
2941         * sysdeps/s390/preconfigure: Likewise.
2942         * sysdeps/sh/preconfigure: Likewise.
2943         * sysdeps/sparc/preconfigure: Likewise.
2944
2945 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2946
2947         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
2948         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
2949         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
2950         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
2951         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
2952         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
2953         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
2954         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
2955         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
2956         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
2957         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
2958         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
2959         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
2960         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
2961         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
2962         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
2963         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
2964         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
2965         * sysdeps/sparc/sparc64/Makefile: ... appended here.
2966
2967         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
2968         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
2969         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
2970         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
2971         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
2972         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
2973         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
2974         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
2975         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
2976         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
2977         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
2978         * sysdeps/sparc/sparc32/sem_post.c: ... here.
2979         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
2980         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
2981         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
2982         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
2983         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
2984         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
2985         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
2986         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
2987         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
2988         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
2989         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
2990         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
2991         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
2992         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
2993         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
2994         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
2995         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
2996         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
2997         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
2998         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
2999         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
3000         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
3001         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
3002         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
3003         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
3004         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
3005
3006         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
3007         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
3008         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
3009         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
3010         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
3011         Moved ...
3012         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
3013         ... here.
3014         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
3015         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
3016         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
3017         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
3018         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
3019         Moved ...
3020         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
3021         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
3022         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
3023         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
3024         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
3025         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
3026         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
3027         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
3028         Moved ...
3029         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
3030         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
3031         Moved ...
3032         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
3033         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
3034         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
3035         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
3036         Moved ...
3037         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
3038         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
3039         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
3040         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
3041         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
3042         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
3043         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
3044         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
3045         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
3046         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
3047         Moved ...
3048         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
3049         ... here.
3050         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
3051         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
3052         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
3053         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
3054         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
3055         Moved ...
3056         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
3057         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
3058         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
3059         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
3060         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
3061         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
3062         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
3063         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
3064         Moved ...
3065         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
3066         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
3067         Moved ...
3068         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
3069         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
3070         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
3071         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
3072         Moved ...
3073         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
3074         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
3075         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
3076         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
3077         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
3078
3079 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3080
3081         * timezone/checktab.awk: Update from tzcode 2014e.
3082         * timezone/private.h: Likewise.
3083         * timezone/tzfile.h: Likewise.
3084         * timezone/zdump.c: Likewise.
3085         * timezone/zic.c: Likewise.
3086
3087         * sysdeps/unix/sysv/linux/kernel-features.h
3088         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
3089         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
3090         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
3091         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
3092         Remove conditional code.
3093
3094 2014-06-25  Will Newton  <will.newton@linaro.org>
3095
3096         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
3097         (_dl_arm_cap_flags): Add HWCAP2 values.
3098         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
3099         (_DL_HWCAP_COUNT): Increase to 37.
3100         (_DL_HWCAP_LAST): New define.
3101         (_DL_HWCAP2_LAST): New define.
3102         (_dl_procinfo): Add support for printing
3103         AT_HWCAP2 entries.
3104         (_dl_string_hwcap): Use _dl_hwcap_string.
3105
3106 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3107
3108         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3109
3110 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3111
3112         * README: Do not mention ports directory.
3113
3114         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
3115         Remove macro.
3116         * sysdeps/unix/sysv/linux/futimes.c: Do not include
3117         <kernel-features.h>.
3118         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
3119         conditional variable definition.
3120         (__futimes): Update comment.
3121         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
3122         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
3123
3124         [BZ #16560]
3125         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
3126         arguments close to 0.
3127         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
3128         Likewise.
3129         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
3130         Likewise.
3131         * math/auto-libm-test-in: Add more tests of exp10.
3132         * math/auto-libm-test-out: Regenerated.
3133         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3134
3135         * sysdeps/unix/sysv/linux/kernel-features.h
3136         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
3137         * sysdeps/unix/sysv/linux/readv.c: Do not include
3138         <kernel-features.h>.
3139         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3140         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3141         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3142         unconditional.
3143         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3144         conditional code.
3145         * sysdeps/unix/sysv/linux/writev.c: Do not include
3146         <kernel-features.h>.
3147         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3148         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3149         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3150         unconditional.
3151         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3152         conditional code.
3153
3154 2014-06-25  Will Newton  <will.newton@linaro.org>
3155
3156         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
3157         comment changes throughout the file.  Remove checks
3158         for HAVE_*_H definitions that are not required.
3159         (__gen_tempname): Call abort if an unknown kind value is
3160         passed.
3161
3162 2014-06-25  Andreas Schwab  <schwab@suse.de>
3163
3164         [BZ #17086]
3165         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
3166         scalbln, scalblnf, scalblnl in libc.
3167
3168 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
3169
3170         [BZ #17086]
3171         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
3172         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3173         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3174
3175 2014-06-24  Roland McGrath  <roland@hack.frob.com>
3176
3177         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
3178         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
3179         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
3180         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
3181         Update #include.
3182         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
3183         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
3184         Update #include.
3185         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
3186         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
3187         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
3188         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
3189         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
3190         * sysdeps/x86/bits/pthreadtypes.h: ... here.
3191         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
3192         * sysdeps/x86/bits/semaphore.h: ... here.
3193         * sysdeps/x86/nptl/elide.h: Moved ...
3194         * sysdeps/x86/elide.h: ... here.
3195         * sysdeps/x86_64/nptl/Implies: File removed.
3196         * sysdeps/i386/nptl/Implies: File removed.
3197
3198 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
3199
3200         [BZ #16539]
3201         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
3202         return the argument for normal arguments with exponent below -64.
3203         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
3204         Likewise.
3205         * math/auto-libm-test-in: Add another test of expm1.
3206         * math/auto-libm-test-out: Regenerated.
3207
3208         [BZ #16287]
3209         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
3210         calling __erfcl for arguments at least 16.
3211         * math/auto-libm-test-in: Add more tests of erf.
3212         * math/auto-libm-test-out: Regenerated.
3213
3214         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
3215         individual architectures.
3216         * sysdeps/unix/sysv/linux/configure: Regenerated.
3217         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
3218         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
3219         * sysdeps/unix/sysv/linux/powerpc/configure.ac
3220         (ldd_rewrite_script): Define variable.
3221         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
3222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
3223         file.
3224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
3225         generated file.
3226         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
3227         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
3228         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
3229         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
3230         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
3231         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
3232         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
3233         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
3234
3235 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3236
3237         [BZ #17084]
3238         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
3239         Rename member __data.d to __data.__elision_data.
3240
3241 2014-06-24  Wilco  <wdijkstr@arm.com>
3242
3243         * NEWS: Add 16918 to fixed bug list.
3244
3245 2014-06-24  Wilco  <wdijkstr@arm.com>
3246
3247         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
3248
3249 2014-06-24  Wilco  <wdijkstr@arm.com>
3250
3251         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
3252         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
3253         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
3254         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
3255         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
3256         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
3257         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
3258         Use _FPU_MASK_RM.
3259
3260 2014-06-24  Wilco  <wdijkstr@arm.com>
3261
3262         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
3263
3264 2014-06-24  Wilco  <wdijkstr@arm.com>
3265
3266         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
3267         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
3268         * sysdeps/arm/fesetround.c (fesetround): Remove space.
3269         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
3270
3271 2014-06-24  Wilco  <wdijkstr@arm.com>
3272
3273         [BZ #16918]
3274         * sysdeps/arm/feupdateenv.c (feupdateenv):
3275         Rewrite to reduce FPSCR accesses and fix return value.
3276
3277 2014-06-24  Wilco  <wdijkstr@arm.com>
3278
3279         * sysdeps/arm/fclrexcpt.c (feclearexcept):
3280         Optimize to avoid unnecessary FPSCR writes.
3281         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
3282         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
3283         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
3284         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
3285
3286 2014-06-24  Wilco  <wdijkstr@arm.com>
3287
3288         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
3289         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
3290         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
3291         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
3292         Call libc_fetestexcept_vfp.
3293         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
3294         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
3295         __SOFTFP__ ifdef so that they can be built for softfp.
3296
3297 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3298
3299         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
3300         argument type signed char.
3301
3302         * Makerules (check-abi): Dump diff of symlist if the test
3303         fails.
3304
3305 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3306
3307         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
3308         using abort.
3309
3310         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
3311         Remove unused variable ST.
3312
3313 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3314
3315         [BZ #16354]
3316         [BZ #17061]
3317         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
3318         small arguments before calling __expm1.
3319         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
3320         small arguments before calling __expm1f.
3321         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
3322         small arguments before calling __expm1l.
3323         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
3324         Likewise.
3325         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
3326         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
3327         spurious underflow for some cosh tests.
3328         * math/auto-libm-test-out: Regenerated.
3329         * sysdeps/i386/fpu/libm-test-ulps: Update.
3330
3331         [BZ #17050]
3332         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
3333         (__ieee754_y1): Set errno if return value overflows.
3334         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
3335         (__ieee754_y1f): Set errno if return value overflows.
3336         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
3337         (__ieee754_y1l): Set errno if return value overflows.
3338         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
3339         (__ieee754_y1l): Set errno if return value overflows.
3340         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
3341         * math/auto-libm-test-out: Regenerated.
3342
3343         * math/gen-auto-libm-tests.c: Document use of
3344         ignore-zero-inf-sign.
3345         (input_flag_type): Add value flag_ignore_zero_inf_sign.
3346         (input_flags): Add ignore-zero-inf-sign.
3347         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
3348         * math/gen-libm-test.pl (generate_testfile): Handle
3349         ignore-zero-inf-sign.
3350         * math/auto-libm-test-in: Mark some cpow tests with
3351         ignore-zero-inf-sign and some with xfail-rounding.
3352         * math/auto-libm-test-out: Regenerated.
3353         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
3354         * sysdeps/i386/fpu/libm-test-ulps: Update.
3355         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3356
3357         [BZ #16315]
3358         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
3359         overflowing or underflowing operations take place with sign of
3360         result.
3361         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
3362         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
3363         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
3364         (__ieee754_pow): Recompute overflowing and underflowing results in
3365         original rounding mode.
3366         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
3367         (__powl_helper): Allow negative argument X and scale negated value
3368         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
3369         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
3370         overflowing or underflowing operations take place with sign of
3371         result.
3372         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
3373         Include <math.h>.
3374         * math/auto-libm-test-in: Add more tests of pow.
3375         * math/auto-libm-test-out: Regenerated.
3376         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
3377         (pow_tonearest_test_data): Remove.
3378         (pow_test_tonearest): Likewise.
3379         (pow_towardzero_test_data): Likewise.
3380         (pow_test_towardzero): Likewise.
3381         (pow_downward_test_data): Likewise.
3382         (pow_test_downward): Likewise.
3383         (pow_upward_test_data): Likewise.
3384         (pow_test_upward): Likewise.
3385         (main): Don't call removed functions.
3386         * sysdeps/i386/fpu/libm-test-ulps: Update.
3387         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3388
3389 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3390
3391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
3392         Moved ...
3393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
3394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
3395         Moved ...
3396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
3397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
3398         Moved ...
3399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
3400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
3401         Moved ...
3402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
3403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
3404         File removed.
3405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
3406         File removed.
3407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
3408         File removed.
3409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
3410         File removed.
3411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
3412         File removed.
3413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
3414         File removed.
3415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
3416         File removed.
3417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
3418         File removed.
3419         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
3420         File removed.
3421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
3422         File removed.
3423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
3424         File removed.
3425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
3426         File removed.
3427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
3428         Moved ...
3429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
3430         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
3431         Moved ...
3432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
3433         ... here.
3434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
3435         Moved ...
3436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
3437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
3438         Moved ...
3439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
3440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
3441         Moved ...
3442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
3443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
3444         Moved ...
3445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
3446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
3447         Moved ...
3448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
3449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
3450         Moved ...
3451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
3452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
3453         Moved ...
3454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
3455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
3456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
3457         ... here.
3458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
3459         Moved ...
3460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
3461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
3462         Moved ...
3463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
3464         ... here.
3465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
3466         Moved ...
3467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
3468         ... here.
3469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
3470         Moved ...
3471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
3472         ... here.
3473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
3474         Moved ...
3475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
3476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
3477         Moved ...
3478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
3479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
3480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
3481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
3482         Moved ...
3483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
3484         ... here.
3485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
3486         Moved ...
3487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
3488         ... here.
3489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
3490         Moved ...
3491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
3492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
3493         Moved ...
3494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
3495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
3496         Moved ...
3497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
3498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
3499         Moved ...
3500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
3501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
3502         Moved ...
3503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
3504         ... here.
3505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
3506         Moved ...
3507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
3508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
3509         Moved ...
3510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
3511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
3512         Moved ...
3513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
3514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
3515         Moved ...
3516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
3517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
3518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
3519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
3520         Moved ...
3521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
3522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
3523         Moved ...
3524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
3525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
3526         Moved ...
3527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
3528         ... here.
3529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
3530         Moved ...
3531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
3532         ... here.
3533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
3534         Moved ...
3535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
3536         ... here.
3537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
3538         Moved ...
3539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
3540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
3541         Moved ...
3542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
3543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
3544         Moved ...
3545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
3546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
3547         Moved ...
3548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
3549         ... here.
3550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
3551         Moved ...
3552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
3553         ... here.
3554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
3555         Moved ...
3556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
3557         ... here.
3558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
3559         Moved ...
3560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
3561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
3562         Moved ...
3563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
3564
3565 2014-06-23  Will Newton  <will.newton@linaro.org>
3566             Wilco  <wdijkstr@arm.com>
3567
3568         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
3569         implementation.  Include get-rounding-mode.h.
3570         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
3571         [!libc_feholdsetround_noex_ctx]: Define
3572         libc_feholdsetround_noex_ctx.
3573         [!libc_feholdsetround_noexf_ctx]: Define
3574         libc_feholdsetround_noexf_ctx.
3575         [!libc_feholdsetround_noexl_ctx]: Define
3576         libc_feholdsetround_noexl_ctx.
3577         (libc_feholdsetround_ctx): New function.
3578         (libc_feresetround_ctx): New function.
3579         (libc_feholdsetround_noex_ctx): New function.
3580         (libc_feresetround_noex_ctx): New function.
3581
3582 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3583
3584         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
3585         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
3586         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
3587         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
3588         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
3589         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
3590
3591         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
3592         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
3593         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
3594         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
3595         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
3596         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
3597         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
3598         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
3599         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
3600         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
3601         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
3602         Moved ...
3603         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
3604         ... here.
3605         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
3606         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
3607         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
3608         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
3609         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
3610         Moved ...
3611         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
3612         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
3613         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
3614         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
3615         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
3616         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
3617         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
3618         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
3619         Moved ...
3620         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
3621         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
3622         Moved ...
3623         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
3624         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
3625         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
3626         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
3627         Moved ...
3628         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
3629         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
3630         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
3631         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
3632         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
3633         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
3634         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
3635         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
3636         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
3637         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
3638         Moved ...
3639         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
3640         ... here.
3641         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
3642         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
3643         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
3644         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
3645         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
3646         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
3647         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
3648         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
3649         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
3650         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
3651         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
3652         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
3653         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
3654         Moved ...
3655         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
3656         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
3657         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
3658         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
3659         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
3660         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
3661         Moved ...
3662         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
3663         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
3664         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
3665         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
3666         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
3667
3668         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
3669         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
3670         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
3671         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
3672         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
3673         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
3674         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
3675         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
3676         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
3677         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
3678         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
3679         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
3680         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
3681         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
3682         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
3683         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
3684         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
3685         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
3686         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
3687         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
3688         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
3689         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
3690         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
3691         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
3692         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
3693         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
3694         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
3695         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
3696
3697 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3698
3699         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
3700         (FALLOC_FL_COLLAPSE_RANGE): New macro.
3701         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
3702         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
3703         (IPV6_PMTUDISC_INTERFACE): Likewise.
3704         (IPV6_PMTUDISC_OMIT): Likewise.
3705
3706 2014-06-23  Andreas Schwab  <schwab@suse.de>
3707
3708         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
3709         Remove unused errout label.
3710
3711 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3712
3713         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
3714         macro: hardware supports Vector Crypto instructions.
3715
3716 2014-06-23  Will Newton  <will.newton@linaro.org>
3717
3718         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
3719         rather than __builtin_expect.
3720
3721         * elf/dl-lookup.c (undefined_msg): Remove variable.
3722         (_dl_lookup_symbol_x): Replace undefined_msg with string
3723         literal.
3724
3725         * elf/dl-lookup.c (do_lookup_unique): New function.
3726         (do_lookup_x): Move STB_GNU_UNIQUE handling code
3727         to a separate function.
3728
3729 2014-06-23  Andreas Schwab  <schwab@suse.de>
3730
3731         [BZ #17079]
3732         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
3733         before reading the next line.
3734
3735 2014-06-23  Will Newton  <will.newton@linaro.org>
3736
3737         * test-skeleton.c (signal_handler): Use printf and %m
3738         rather than perror.  Use printf rather than fprintf to
3739         stderr.  Use puts rather than fputs to stderr.
3740         (main): Likewise.
3741
3742 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
3743
3744         * nscd/nscd.c (thread_info_t): Remove typedef.
3745         (thread_info): Remove variable.
3746
3747 2014-06-21  Allan McRae  <allan@archlinux.org>
3748
3749         * NEWS: Mention CVE-2014-4043.
3750
3751 2014-06-20  Roland McGrath  <roland@hack.frob.com>
3752
3753         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
3754         * nptl/smp.h: ... here.
3755
3756         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
3757
3758         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
3759         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
3760         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
3761         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
3762
3763         * nptl/allocatestack.c: Include <stack-aliasing.h>.
3764         * nptl/stack-aliasing.h: New file.
3765         * sysdeps/i386/i686/stack-aliasing.h: New file.
3766         * sysdeps/i386/i686/nptl/Makefile: File removed.
3767         * sysdeps/x86_64/stack-aliasing.h: New file.
3768         * sysdeps/x86_64/nptl/Makefile
3769         (CFLAGS-pthread_create.c): Variable removed.
3770
3771         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
3772         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
3773         old file.
3774         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
3775         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
3776         old file.
3777
3778 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
3779
3780         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3781         (__ASSUME_SIGFRAME_V2): Remove macro.
3782         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
3783         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
3784         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
3785         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
3786         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
3787         Declare as function.  Remove conditional macro definitions.
3788         (__default_rt_sa_restorer): Likewise.
3789         (__default_sa_restorer_v1): Remove declaration.
3790         (__default_sa_restorer_v2): Likewise.
3791         (__default_rt_sa_restorer_v1): Likewise.
3792         (__default_rt_sa_restorer_v2): Likewise.
3793         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
3794         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
3795         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
3796
3797 2014-06-20  Roland McGrath  <roland@hack.frob.com>
3798
3799         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
3800         (libpthread-routines): Add sysdep.
3801         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
3802         * sysdeps/unix/sysv/linux/sparc/Versions
3803         (libpthread: GLIBC_2.3.3): New version set.
3804         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
3805         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
3806         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
3807         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
3808         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
3809         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
3810         Moved ...
3811         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
3812         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
3813         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
3814         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
3815         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
3816         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
3817         * sysdeps/sparc/nptl/sem_init.c: ... here.
3818         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
3819         * sysdeps/sparc/nptl/sem_post.c: ... here.
3820         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
3821         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
3822         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
3823         * sysdeps/sparc/nptl/sem_wait.c: ... here.
3824         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
3825         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
3826         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
3827         (libpthread-routines): Add cpu_relax.
3828         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
3829         File removed.
3830         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
3831         (librt: GLIBC_2.3.3): New version set.
3832         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
3833         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
3834         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
3835         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
3836         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
3837         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
3838         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
3839         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
3840         Moved ...
3841         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
3842         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
3843         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
3844         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
3845         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
3846         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
3847         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
3848         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
3849         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
3850         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
3851         Moved ...
3852         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
3853         Update #include.
3854         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
3855         Moved ...
3856         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
3857         Update #include.
3858         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
3859         Moved ...
3860         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
3861         Update #include.
3862         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
3863         Moved ...
3864         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
3865         Update #include.
3866         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
3867         Moved ...
3868         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
3869         Update #include.
3870         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
3871         Moved ...
3872         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
3873         Update #include.
3874         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
3875         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
3876         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
3877         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
3878         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
3879         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
3880         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
3881         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
3882         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
3883         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
3884         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
3885         Moved ...
3886         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
3887         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
3888         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
3889         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
3890         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
3891
3892 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3893
3894         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
3895         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
3896         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3897         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
3898         * nscd/nscd.c: Likewise.
3899         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
3900         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
3901         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
3902         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
3903
3904         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
3905         <kernel-features.h>.
3906         (init_mq_netlink): Remove conditional have_sock_cloexec
3907         definitions.  Remove code conditional on have_sock_cloexec < 0.
3908         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
3909         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
3910         * sysdeps/unix/sysv/linux/opensock.c: Do not include
3911         <kernel-features.h>.
3912         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
3913         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
3914
3915 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3916
3917         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
3918         Add tests for memset_chk and memset.
3919
3920         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
3921         with AVX2_Usable.
3922
3923 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3924
3925         [BZ #16046]
3926         * elf/tst-dl-iter-static.c: New file.
3927         * elf/Makefile (tests-static): Add tst-dl-iter-static.
3928
3929         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
3930         error.
3931
3932 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3933
3934         * sysdeps/unix/sysv/linux/kernel-features.h
3935         (__ASSUME_F_GETOWN_EX): Remove macro.
3936         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
3937         <kernel-features.h>.
3938         (miss_F_GETOWN_EX): Remove variable or macro.
3939         (do_fcntl): Do not check miss_F_GETOWN_EX.
3940         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
3941
3942         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
3943         Remove macro.
3944         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
3945         [!__ASSUME_AT_RANDOM]: Remove conditional code.
3946         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
3947
3948         * sysdeps/unix/sysv/linux/kernel-features.h
3949         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
3950         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
3951         [ADJ_OFFSET_SS_READ]: Make code unconditional.
3952         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
3953
3954 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3955
3956         [BZ #17075]
3957         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
3958         Fix calculation of the symbol's value.
3959         * sysdeps/arm/tst-armtlsdescloc.c: New file.
3960         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
3961         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
3962         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
3963         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
3964         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
3965         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
3966         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
3967         (modules-names): Add `tst-armtlsdescmod',
3968         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
3969         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
3970         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3971         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
3972         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
3973         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3974         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
3975         ($(objpfx)tst-armtlsdescloc): New dependency.
3976         ($(objpfx)tst-armtlsdescextnow): Likewise.
3977         ($(objpfx)tst-armtlsdescextlazy): Likewise.
3978         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
3979         TLS scheme support.
3980         * sysdeps/arm/configure: Regenerate.
3981
3982 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3983
3984         * include/fcntl.h (__atfct_seterrno): Remove prototype.
3985         (__atfct_seterrno_2): Likewise.
3986         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
3987         <kernel-features.h>.
3988         (__ASSUME_ATFCTS): Do not undefine and redefine.
3989         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
3990         (__have_atfcts): Remove conditional definition.
3991         (__fxstatat([__NR_fstatat64]: Make code unconditional.
3992         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
3993         unreachable if [__ASSUME_ATFCTS].
3994         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
3995         not undefine and redefine.
3996         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
3997         <kernel-features.h>.
3998         (faccessat) [__NR_faccessat]: Make code unconditional.
3999         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
4000         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
4001         <kernel-features.h>.
4002         (fchmodat) [__NR_fchmodat]: Make code unconditional.
4003         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4004         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
4005         <kernel-features.h>.
4006         (fchownat) [__NR_fchownat]: Make code unconditional.
4007         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
4008         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
4009         <kernel-features.h>.
4010         (futimesat) [__NR_futimesat]: Make code unconditional.
4011         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
4012         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
4013         <kernel-features.h>.
4014         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4015         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4016         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
4017         <kernel-features.h>.
4018         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
4019         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4020         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
4021         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
4022         <kernel-features.h>.
4023         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
4024         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4025         * sysdeps/unix/sysv/linux/linkat.c: Do not include
4026         <kernel-features.h>.
4027         (linkat) [__NR_linkat]: Make code unconditional.
4028         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4029         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
4030         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
4031         <kernel-features.h>.
4032         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
4033         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4034         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
4035         <kernel-features.h>.
4036         (mkdirat) [__NR_mkdirat]: Make code unconditional.
4037         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
4038         * sysdeps/unix/sysv/linux/openat.c: Do not include
4039         <kernel-features.h>.
4040         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
4041         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
4042         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
4043         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
4044         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
4045         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
4046         <kernel-features.h>.
4047         (readlinkat) [__NR_readlinkat]: Make code unconditional.
4048         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
4049         result of INLINE_SYSCALL directly, not via int variable.
4050         * sysdeps/unix/sysv/linux/renameat.c: Do not include
4051         <kernel-features.h>.
4052         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
4053         (renameat) [__NR_renameat]: Make code unconditional.
4054         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
4055         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
4056         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
4057         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
4058         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
4059         (__ASSUME_ATFCTS): Do not undefine and redefine.
4060         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
4061         <kernel-features.h>.
4062         (symlinkat) [__NR_symlinkat]: Make code unconditional.
4063         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4064         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
4065         <kernel-features.h>.
4066         (unlinkat) [__NR_unlinkat]: Make code unconditional.
4067         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4068         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
4069         (__ASSUME_ATFCTS): Do not undefine and redefine.
4070         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
4071         <kernel-features.h>.
4072         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4073         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4074         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
4075         <kernel-features.h>.
4076         (__xmknodat) [__NR_mknodat]: Make code unconditional.
4077         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4078
4079 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
4080
4081         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
4082
4083 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
4084
4085         [BZ #17069]
4086         * posix/regcomp.c (parse_reg_exp): Deallocate partially
4087         constructed tree before returning error.
4088         * posix/bug-regexp36.c: Expand test case.
4089
4090 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
4091
4092         [BZ #6803]
4093         * math/libm-test.inc (scalbln_test_date):
4094         Add errno expectations.
4095         * math/w_scalblnf.c: New File.
4096         Add wrapper which checks for setting errno to ERANGE.
4097         Add weak_alias for corresponding scalbln function.
4098         * math/w_scalbln.c: Likewise.
4099         * math/w_scalblnl.c: Likewise.
4100         * math/Makefile (libm-calls): Add w_scalbln.
4101         * sysdeps/ieee754/flt-32/s_scalblnf.c:
4102         Remove weak_alias for corresponding scalbln function.
4103         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
4104         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
4105         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
4106         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
4107         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
4108         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
4109         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
4110         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
4111         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
4112         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
4113         Remove long_double_symbol for scalblnl function in libm, libc.
4114         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
4115         Add wrapper which checks for setting errno to ERANGE.
4116         Add long_double_symbol for scalblnl function in libm, libc.
4117         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
4118         Remove long_double_symbol for scalblnl in libm.
4119         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
4120         Add wrapper which checks for setting errno to ERANGE.
4121         Add long_double_symbol for scalblnl function in libm.
4122         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
4123         Do not use wrapper because of own implementation.
4124
4125 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
4126
4127         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
4128         3 bytes for __pad1 for x32.
4129         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
4130
4131 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
4132             H.J. Lu  <hongjiu.lu@intel.com>
4133
4134         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
4135         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
4136         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4137         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4138         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
4139
4140 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
4141
4142         [BZ #17069]
4143         * posix/regcomp.c (parse_expression): Deallocate partially
4144         constructed tree before returning error.
4145         * posix/Makefile.c (tests): Add bug-regex36.
4146         (generated): Add bug-regex36.mtrace.
4147         (tests-special): Add $(objpfx)bug-regex36-mem.out
4148         (bug-regex36-ENV): New variable.
4149         ($(objpfx)bug-regex36-mem.out): New rule.
4150         * posix/bug-regex36.c: New file.
4151
4152 2014-06-19  Will Newton  <will.newton@linaro.org>
4153
4154         * malloc/malloc.c (systrim): If extra is zero then return
4155         early.
4156
4157 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4158
4159         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
4160
4161 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
4162
4163         * sysdeps/aarch64/strchr.S: New file.
4164
4165 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
4166
4167         [BZ #17022]
4168         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
4169         from arguments -2 or below.
4170         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
4171         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
4172
4173 2014-06-18  Andreas Schwab  <schwab@suse.de>
4174
4175         [BZ #17062]
4176         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
4177         of a bracket expr not to run off the end of the string.
4178         * posix/Makefile (tests): Add tst-fnmatch3.
4179         * posix/tst-fnmatch3.c: New file.
4180
4181 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
4182
4183         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
4184         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4185         [$(cross-compiling) = no]: Likewise.
4186         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4187         [$(cross-compiling) = no]: Likewise.
4188
4189 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4190
4191         [BZ #17031]
4192         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
4193         double, adjusted for any remainder from the high double.
4194         * math/libm-test.inc (nearbyint): Add tests.
4195         (rint): Likewise.
4196
4197 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4198
4199         * nptl/sysdeps/powerpc/Makefile: Moved ...
4200         * sysdeps/powerpc/nptl/Makefile: ... here.
4201         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
4202         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
4203         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
4204         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
4205         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
4206         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
4207         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
4208         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
4209         * nptl/sysdeps/powerpc/tls.h: Moved ...
4210         * sysdeps/powerpc/nptl/tls.h: ... here.
4211
4212 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
4213
4214         [BZ #16681]
4215         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
4216         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
4217         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
4218         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
4219         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
4220         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
4221         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
4222         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
4223         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
4224
4225 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
4226
4227         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4228
4229 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
4230
4231         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
4232         defined operator.
4233
4234         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
4235         $TIMEOUTFACTOR.
4236
4237 2014-06-16  Florian Weimer  <fweimer@redhat.com>
4238
4239         [BZ #17058]
4240         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
4241         non-executed part of the test.
4242
4243 2014-06-16  Andreas Schwab  <schwab@suse.de>
4244
4245         * string/bits/string2.h (strdup, strndup): Update feature guard.
4246
4247 2014-06-14  David S. Miller  <davem@davemloft.net>
4248
4249         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4250
4251 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
4252
4253         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
4254         that was previously under [RESET_PID].
4255         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
4256
4257         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
4258         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
4259         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
4260         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4261         (__libc_vfork): New strong alias.
4262         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
4263
4264 2014-06-14 Andi Kleen  <ak@linux.intel.com>
4265
4266         * sysdeps/generic/elide.h: New file.
4267
4268 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4269
4270         * Makefile (installed-headers): Adjust path of pthread.h header.
4271
4272 2014-06-13  Roland McGrath  <roland@hack.frob.com>
4273
4274         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
4275         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
4276         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
4277         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
4278
4279         * nptl/sysdeps/s390/Makefile: Moved ...
4280         * sysdeps/s390/nptl/Makefile: ... here.
4281         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
4282         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
4283         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
4284         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
4285         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
4286         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
4287         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
4288         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
4289         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
4290         * sysdeps/s390/nptl/pthreaddef.h: ... here.
4291         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
4292         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
4293         * nptl/sysdeps/s390/tls.h: Moved ...
4294         * sysdeps/s390/nptl/tls.h: ... here.
4295
4296         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
4297         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
4298
4299 2014-06-13  David S. Miller  <davem@davemloft.net>
4300
4301         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
4302         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
4303         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
4304         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
4305         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
4306         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
4307         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
4308         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
4309         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
4310         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
4311         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4312         Remove RESET_PID cpp guards.
4313         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4314         Remove RESET_PID cpp guards.
4315         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
4316
4317 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
4318
4319         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
4320         __sp to uintptr_t.
4321
4322 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4323
4324         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
4325         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
4326         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
4327         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
4328         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
4329         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
4330         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
4331         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
4332         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
4333         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
4334         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
4335         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
4336         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
4337         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
4338         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
4339         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
4340         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
4341         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
4342         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
4343         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
4344
4345         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4346         (pthread_rwlock_rdlock): Add elision.
4347         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
4348         (pthread_rwlock_wrlock): Add elision.
4349         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
4350         (pthread_rwlock_trywrlock): Add elision.
4351         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
4352         (pthread_rwlock_tryrdlock): Add elision.
4353         * nptl/pthread_rwlock_unlock.c: Include elide.h.
4354         (pthread_rwlock_tryrdlock): Add elision unlock.
4355         * nptl/sysdeps/pthread/pthread.h:
4356         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
4357         (PTHREAD_RWLOCK_INITIALIZER,
4358         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
4359         Handle new elision field.
4360         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
4361         * sysdeps/arm/nptl/bits/pthreadtypes.h
4362         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4363         * sysdeps/sh/nptl/bits/pthreadtypes.h
4364         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4365         * sysdeps/tile/nptl/bits/pthreadtypes.h
4366         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4367         * sysdeps/a/nptl/bits/pthreadtypes.h
4368         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4369         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
4370         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4371         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
4372         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4373         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
4374         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4375         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
4376         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4377         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
4378         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4379         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
4380         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4381         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
4382         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4383         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
4384         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4385         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
4386         (elision_init): Set try_xbegin to zero when no RTM.
4387         * sysdeps/x86/nptl/bits/pthreadtypes.h
4388         (pthread_rwlock_t): Change __pad1 to __rwelision.
4389         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4390
4391 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4392
4393         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
4394         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
4395         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
4396         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
4397
4398 2014-06-13  Meador Inge  <meadori@codesourcery.com>
4399
4400         [BZ #16996]
4401         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
4402         that the cached result has been set before returning it.
4403
4404 2014-06-12  Roland McGrath  <roland@hack.frob.com>
4405
4406         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
4407         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
4408         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
4409         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
4410         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
4411         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
4412
4413         * nptl/sysdeps/sparc/Makefile: Moved ...
4414         * sysdeps/sparc/nptl/Makefile: ... here.
4415         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
4416         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
4417         * nptl/sysdeps/sparc/tls.h: Moved ...
4418         * sysdeps/sparc/nptl/tls.h: ... here.
4419         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
4420         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
4421         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
4422         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
4423         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
4424         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
4425         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
4426         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
4427         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
4428         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
4429         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
4430         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
4431         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
4432         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
4433         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
4434         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
4435         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
4436         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
4437         Update #include.
4438         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
4439         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
4440         Update #include.
4441         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
4442         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
4443         Update #include.
4444         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
4445         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
4446         Update #include.
4447
4448         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4449
4450         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
4451         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
4452
4453         * sysdeps/pthread/posix-timer.h: Include <list.h>.
4454         (struct list_links): Type removed.
4455         (struct thread_node, struct timer_node): Replace struct list_links
4456         with struct list_head.
4457         (list_unlink_ip): Likewise.
4458         * sysdeps/pthread/timer_routines.c
4459         (timer_free_list, thread_free_list, thread_active_list): Likewise.
4460         (list_append, list_insbefore): Likewise.
4461         (list_init): Function removed.
4462         (thread_init, init_module): Use INIT_LIST_HEAD instead.
4463         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
4464         * sysdeps/pthread/Makefile: ... here, new file.
4465
4466         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
4467         * sysdeps/nptl/Implies: ... here.
4468         * sysdeps/unix/sysv/linux/Implies: Add nptl.
4469         * nptl/sysdeps/pthread/list.h: Moved ...
4470         * include/list.h: ... here.
4471         * nptl/sysdeps/pthread/createthread.c: Moved ...
4472         * nptl/createthread.c: ... here.
4473         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
4474         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
4475         * nptl/pt-longjmp.c: ... here.
4476         * nptl/sysdeps/pthread/Makefile: Moved ...
4477         * sysdeps/nptl/Makefile: ... here.
4478         * nptl/sysdeps/pthread/Subdirs: Moved ...
4479         * sysdeps/nptl/Subdirs: ... here.
4480         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
4481         * sysdeps/nptl/aio_misc.h: ... here.
4482         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
4483         * sysdeps/nptl/bits/libc-lock.h: ... here.
4484         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
4485         * sysdeps/nptl/bits/libc-lockP.h: ... here.
4486         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
4487         * sysdeps/nptl/bits/stdio-lock.h: ... here.
4488         * nptl/sysdeps/pthread/configure: Moved ...
4489         * sysdeps/nptl/configure: ... here.
4490         * nptl/sysdeps/pthread/configure.ac: Moved ...
4491         * sysdeps/nptl/configure.ac: ... here.
4492         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
4493         * sysdeps/nptl/gai_misc.h: ... here.
4494         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
4495         * sysdeps/nptl/librt-cancellation.c: ... here.
4496         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
4497         * sysdeps/nptl/malloc-machine.h: ... here.
4498         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
4499         * sysdeps/nptl/pthread-functions.h: ... here.
4500         * nptl/sysdeps/pthread/pthread.h: Moved ...
4501         * sysdeps/nptl/pthread.h: ... here.
4502         * nptl/sysdeps/pthread/setxid.h: Moved ...
4503         * sysdeps/nptl/setxid.h: ... here.
4504         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
4505         * sysdeps/nptl/sigfillset.c: ... here.
4506         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
4507         * sysdeps/nptl/tcb-offsets.h: ... here.
4508         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
4509         * sysdeps/nptl/tst-mqueue8x.c: ... here.
4510         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
4511         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
4512         * nptl/sysdeps/pthread/allocalim.h: Moved ...
4513         * sysdeps/pthread/allocalim.h: ... here.
4514         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
4515         * sysdeps/pthread/bits/sigthread.h: ... here.
4516         * nptl/sysdeps/pthread/flockfile.c: Moved ...
4517         * sysdeps/pthread/flockfile.c: ... here.
4518         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
4519         * sysdeps/pthread/ftrylockfile.c: ... here.
4520         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
4521         * sysdeps/pthread/funlockfile.c: ... here.
4522         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
4523         * sysdeps/pthread/posix-timer.h: ... here.
4524         * nptl/sysdeps/pthread/timer_create.c: Moved ...
4525         * sysdeps/pthread/timer_create.c: ... here.
4526         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
4527         * sysdeps/pthread/timer_delete.c: ... here.
4528         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
4529         * sysdeps/pthread/timer_getoverr.c: ... here.
4530         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
4531         * sysdeps/pthread/timer_gettime.c: ... here.
4532         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
4533         * sysdeps/pthread/timer_routines.c: ... here.
4534         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
4535         * sysdeps/pthread/timer_settime.c: ... here.
4536         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
4537         * sysdeps/pthread/tst-timer.c: ... here.
4538         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
4539         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
4540
4541         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
4542         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
4543
4544         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
4545         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
4546         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
4547         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
4548         Update #include target.
4549         * nptl/sysdeps/i386/i686/Makefile: Moved ...
4550         * sysdeps/i386/i686/nptl/Makefile: ... here.
4551         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
4552         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
4553         Update #include target.
4554         * nptl/sysdeps/i386/i686/tls.h: Moved ...
4555         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
4556         * nptl/sysdeps/i386/Makefile: Moved ...
4557         * sysdeps/i386/nptl/Makefile: ... here.
4558         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
4559         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
4560         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
4561         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
4562         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
4563         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
4564         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
4565         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
4566         * sysdeps/i386/nptl/pthreaddef.h: ... here.
4567         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
4568         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
4569         * nptl/sysdeps/i386/tls.h: Moved ...
4570         * sysdeps/i386/nptl/tls.h: ... here.
4571
4572         * sysdeps/sh/Makefile [$(subdir) = csu]
4573         (gen-as-const-headers): Add tcb-offsets.sym.
4574         * nptl/sysdeps/sh/Makefile: File removed.
4575         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
4576         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
4577         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
4578         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
4579         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
4580         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
4581         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
4582         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
4583         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
4584         * sysdeps/sh/nptl/pthreaddef.h: ... here.
4585         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
4586         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
4587         * nptl/sysdeps/sh/tls.h: Moved ...
4588         * sysdeps/sh/nptl/tls.h: ... here.
4589         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
4590         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
4591         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
4592         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
4593         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
4594         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
4595         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
4596         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
4597         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
4598         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
4599         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
4600         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
4601         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
4602         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
4603         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
4604         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
4605         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
4606         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
4607         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
4608         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
4609         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
4610         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
4611         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
4612         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
4613         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
4614         Moved ...
4615         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
4616         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
4617         Moved ...
4618         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
4619         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
4620         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
4621         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
4622         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
4623         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
4624         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
4625         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
4626         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
4627         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
4628         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
4629         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
4630         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
4631         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
4632         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
4633         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
4634         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
4635         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
4636         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
4637
4638 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4639
4640         * posix/spawn_faction_addopen.c: Include string.h.
4641
4642 2014-06-11  Roland McGrath  <roland@hack.frob.com>
4643
4644         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
4645         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
4646         * nptl/sysdeps/x86_64/Makefile: Moved ...
4647         * sysdeps/x86_64/nptl/Makefile: ... here.
4648         * nptl/sysdeps/x86_64/configure: Moved ...
4649         * sysdeps/x86_64/nptl/configure: ... here.
4650         * nptl/sysdeps/x86_64/configure.ac: Moved ...
4651         * sysdeps/x86_64/nptl/configure.ac: ... here.
4652         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
4653         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
4654         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
4655         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
4656         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
4657         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
4658         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
4659         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
4660         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
4661         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
4662         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
4663         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
4664         * nptl/sysdeps/x86_64/tls.h: Moved ...
4665         * sysdeps/x86_64/nptl/tls.h: ... here.
4666         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
4667         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
4668         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
4669         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
4670
4671         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
4672
4673 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4674
4675         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4676
4677 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
4678
4679         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
4680         type.
4681         [POSIX] (off_t): Likewise.
4682         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
4683         [POSIX] (S_ISBLK): Require macro.
4684         [POSIX] (S_ISCHR): Likewise.
4685         [POSIX] (S_ISDIR): Likewise.
4686         [POSIX] (S_ISFIFO): Likewise.
4687         [POSIX] (S_ISREG): Likewise.
4688         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
4689         optional-macro.
4690         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
4691         type.
4692         [POSIX] (time_t): Likewise.
4693         [POSIX] (timer_t): Likewise.
4694
4695 2014-06-11  Florian Weimer  <fweimer@redhat.com>
4696
4697         [BZ #17048]
4698         * posix/spawn_int.h (struct __spawn_action): Make the path string
4699         non-const to support deallocation.
4700         * posix/spawn_faction_addopen.c
4701         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
4702         * posix/spawn_faction_destroy.c
4703         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
4704         path in all spawn_do_open actions.
4705         * posix/tst-spawn.c (do_test): Exercise the copy operation in
4706         posix_spawn_file_actions_addopen.
4707
4708 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
4709
4710         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
4711         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
4712         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
4713         conditional code always true.
4714         (__libc_vfork): New alias.
4715
4716 2014-06-11  Roland McGrath  <roland@hack.frob.com>
4717
4718         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4719         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
4720
4721         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
4722
4723         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4724         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
4725
4726         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4727         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
4728
4729         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4730         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
4731
4732 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
4733
4734         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
4735         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
4736         multiarch strcmp for PPC64.
4737         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
4738         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
4739         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
4740         multiarch optimizations.
4741         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
4742         (__libc_ifunc_impl_list): Likewise.
4743
4744 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
4745
4746         * benchtests/scripts/validate_benchout.py: New script.
4747         * benchtests/Makefile (bench-func): Call it.
4748         * benchtests/scripts/benchout.schema.json: New file.
4749
4750 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
4751
4752         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
4753         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
4754         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
4755         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
4756         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
4757         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
4758         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
4759         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
4760         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
4761         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
4762         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
4763         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
4764         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
4765         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
4766         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
4767         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
4768         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
4769         Moved ...
4770         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
4771         ... here.
4772         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
4773         Moved ...
4774         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
4775         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
4776         Moved ...
4777         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
4778         ... here.
4779         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
4780         Moved ...
4781         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
4782         ... here.
4783         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
4784         Moved ...
4785         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
4786         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
4787         Moved ...
4788         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
4789         ... here.
4790         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
4791         Moved ...
4792         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
4793         ... here.
4794         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
4795         Moved ...
4796         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
4797         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
4798         Moved ...
4799         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
4800         ... here.
4801         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
4802         Moved ...
4803         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
4804         ... here.
4805         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
4806         Moved ...
4807         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
4808         ... here.
4809         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
4810         Moved ...
4811         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
4812         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
4813         Moved ...
4814         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
4815         ... here.
4816         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
4817         Moved ...
4818         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
4819         ... here.
4820         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
4821         Moved ...
4822         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
4823         ... here.
4824         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
4825         Moved ...
4826         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
4827         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
4828         Moved ...
4829         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
4830         ... here.
4831         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
4832         Moved ...
4833         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
4834         ... here.
4835         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
4836         Moved ...
4837         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
4838         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
4839         Moved ...
4840         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
4841         ... here.
4842         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
4843         Moved ...
4844         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
4845         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
4846         Moved ...
4847         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
4848         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
4849         Moved ...
4850         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
4851         ... here.
4852         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
4853         Moved ...
4854         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
4855         ... here.
4856         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
4857         Moved ...
4858         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
4859         ... here.
4860         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
4861         Moved ...
4862         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
4863         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
4864         Moved ...
4865         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
4866         ... here.
4867         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
4868         Moved ...
4869         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
4870         ... here.
4871         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
4872         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
4873         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
4874         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
4875         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
4876         Moved ...
4877         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
4878         ... here.
4879         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
4880         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
4881         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
4882         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
4883         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
4884         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
4885         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
4886         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
4887         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
4888         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
4889         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
4890         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
4891         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
4892         Moved ...
4893         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
4894         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
4895         Moved ...
4896         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
4897         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
4898         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
4899         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
4900         Moved ...
4901         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
4902         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
4903         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
4904         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
4905         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
4906         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
4907         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
4908
4909 2014-06-10  Wilco  <wdijkstr@arm.com>
4910
4911         * math/test-fenv-return.c: New file.
4912         * math/Makefile: Add new test test-fenv-return.
4913
4914 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
4915
4916         [BZ #17042]
4917         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
4918         when x - 1 is zero.
4919         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
4920         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
4921         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
4922         0.0L for an argument of 1.0L.
4923         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
4924         Likewise.
4925         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
4926         value when x - 1 is zero.
4927         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
4928         * sysdeps/i386/fpu/libm-test-ulps: Update.
4929         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4930
4931 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
4932
4933         [BZ #15119]
4934         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
4935
4936 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4937
4938         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
4939         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
4940
4941 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4942
4943         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4944         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
4945
4946         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4947         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
4948
4949         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4950         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
4951
4952         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4953         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
4954
4955         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
4956         if not already defined.
4957         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
4958         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
4959         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
4960         (TLS_INIT_TP): Use it.
4961         (TLS_DEFINE_INIT_TP): New macro.
4962         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
4963
4964 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
4965
4966         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
4967         constant.
4968         [POSIX] (IXANY): Likewise.
4969         [POSIX] (OLCUC): Likewise.
4970         [POSIX || POSIX2008] (CBAUD): Do not allow.
4971         [POSIX || POSIX2008] (DEFECHO): Likewise.
4972         [POSIX || POSIX2008] (ECHOCTL): Likewise.
4973         [POSIX || POSIX2008] (ECHOKE): Likewise.
4974         [POSIX || POSIX2008] (ECHOPRT): Likewise.
4975         [POSIX || POSIX2008] (EXTA): Likewise.
4976         [POSIX || POSIX2008] (EXTB): Likewise.
4977         [POSIX || POSIX2008] (FLUSHO): Likewise.
4978         [POSIX || POSIX2008] (LOBLK): Likewise.
4979         [POSIX || POSIX2008] (PENDIN): Likewise.
4980         [POSIX || POSIX2008] (SWTCH): Likewise.
4981         [POSIX || POSIX2008] (VDISCARD): Likewise.
4982         [POSIX || POSIX2008] (VDSUSP): Likewise.
4983         [POSIX || POSIX2008] (VLNEXT): Likewise.
4984         [POSIX || POSIX2008] (VREPRINT): Likewise.
4985         [POSIX || POSIX2008] (VSTATUS): Likewise.
4986         [POSIX || POSIX2008] (VWERASE): Likewise.
4987         (B*): Change to B[0123456789]*.
4988         * conform/data/time.h-data [POSIX || UNIX98]
4989         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
4990         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
4991         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
4992         [POSIX] (tm_*): Do not allow.
4993
4994 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
4995
4996         * Makefile (install): Don't set LANGUAGE.
4997         * Makefile.in (install): Likewise.
4998         * assert/Makefile (test-assert-ENV): Remove variable.
4999         (test-assert-perr-ENV): Likewise.
5000         * elf/Makefile (neededtest4-ENV): Likewise.
5001         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5002         [$(cross-compiling) = no]: Don't set LANGUAGE.
5003         * io/ftwtest-sh (LANG): Remove variable.
5004         * libio/Makefile (tst-widetext-ENV): Likewise.
5005         * manual/install.texi (Running make install): Don't refer to
5006         environment settings for make install.
5007         * INSTALL: Regenerated.
5008         * nptl/tst-tls6.sh: Don't set LANG.
5009         * posix/globtest.sh (LANG): Remove variable.
5010         * string/Makefile (tester-ENV): Likewise.
5011         (inl-tester-ENV): Likewise.
5012         (noinl-tester-ENV): Likewise.
5013         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5014         [$(cross-compiling) = no]: Don't set LANGUAGE.
5015         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
5016         without explicit environment settings.
5017
5018 2014-06-06  Roland McGrath  <roland@hack.frob.com>
5019
5020         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
5021         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
5022         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
5023         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
5024
5025 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
5026
5027         * crypt/crypt-private.h [DOS]: Add some includes taken from the
5028         other files in the crypt directory.
5029         * crypt/crypt.c: Remove duplicate includes.
5030         * crypt/crypt-entry.c: Likewise.
5031         * crypt/crypt_util.c: Likewise.
5032
5033 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
5034
5035         * Makeconfig (run-program-env): New variable.
5036         (run-program-prefix-before-env): Likewise.
5037         (run-program-prefix-after-env): Likewise.
5038         (run-program-prefix): Define in terms of new variables.
5039         (built-program-cmd-before-env): New variable.
5040         (built-program-cmd-after-env): Likewise.
5041         (built-program-cmd): Define in terms of new variables.
5042         (test-program-prefix-before-env): New variable.
5043         (test-program-prefix-after-env): Likewise.
5044         (test-program-prefix): Define in terms of new variables.
5045         (test-program-cmd-before-env): New variable.
5046         (test-program-cmd-after-env): Likewise.
5047         (test-program-cmd): Define in terms of new variables.
5048         * Rules (make-test-out): Use $(run-program-env).
5049         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
5050         (help): Do not mention environment variables.  Mention
5051         --timeoutfactor option.
5052         (timeoutfactor): New variable.
5053         (blacklist_exports): Remove function.
5054         (exports): Remove variable.
5055         (command): Do not include ${exports}.
5056         * manual/install.texi (Configuring and compiling): Do not mention
5057         test wrappers preserving environment variables.  Mention that last
5058         assignment to a variable must take precedence.
5059         * INSTALL: Regenerated.
5060         * benchtests/Makefile (run-bench): Use $(run-program-env).
5061         * catgets/Makefile ($(objpfx)test1.cat): Use
5062         $(built-program-cmd-before-env), $(run-program-env) and
5063         $(built-program-cmd-after-env).
5064         ($(objpfx)test2.cat): Do not specify environment variables
5065         explicitly.
5066         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
5067         $(run-program-env) and $(built-program-cmd-after-env).
5068         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
5069         $(run-program-env) and $(test-program-cmd-after-env).
5070         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
5071         explicitly.
5072         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
5073         run_program_env and test_program_cmd_after_env arguments.
5074         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
5075         * elf/tst-pathopt.sh: Use run_program_env argument.
5076         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
5077         $(test-wrapper-env) and $(run-program-env).
5078         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
5079         run_program_env arguments.
5080         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
5081         * intl/Makefile ($(objpfx)tst-gettext.out): Use
5082         $(test-program-prefix-before-env), $(run-program-env) and
5083         $(test-program-prefix-after-env).
5084         ($(objpfx)tst-gettext2.out): Likewise.
5085         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
5086         run_program_env and test_program_prefix_after_env arguments.
5087         * intl/tst-gettext2.sh: Likewise.
5088         * intl/tst-gettext4.sh: Do not set environment variables
5089         explicitly.
5090         * intl/tst-gettext6.sh: Likewise.
5091         * intl/tst-translit.sh: Likewise.
5092         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
5093         $(test-program-prefix-before-env), $(run-program-env) and
5094         $(test-program-prefix-after-env).
5095         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
5096         run_program_env and test_program_prefix_after_env arguments.
5097         * math/Makefile (run-regen-ulps): Use $(run-program-env).
5098         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
5099         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
5100         explicitly with each use of ${test_wrapper_env}.
5101         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
5102         $(test-program-prefix-before-env), $(run-program-env) and
5103         $(test-program-prefix-after-env).
5104         * posix/tst-getconf.sh: Do not set environment variables
5105         explicitly.
5106         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
5107         run_program_env and test_program_prefix_after_env arguments.
5108         * stdio-common/tst-printf.sh: Do not set environment variables
5109         explicitly.
5110         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
5111         $(test-program-prefix-before-env), $(run-program-env) and
5112         $(test-program-prefix-after-env).
5113         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
5114         run_program_env and test_program_prefix_after_env arguments.
5115         Split $test calls into $test_pre and $test.
5116         * timezone/Makefile (build-testdata): Use
5117         $(built-program-cmd-before-env), $(run-program-env) and
5118         $(built-program-cmd-after-env).
5119
5120 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5121
5122         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
5123         strlen for non SHARED builds.
5124
5125 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
5126
5127         * nptl/allocatestack.c (check_list): Inlined function...
5128         (__reclaim_stacks): ... here.
5129
5130 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
5131
5132         [BZ #15698]
5133         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
5134         memory overrun.
5135
5136 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
5137
5138         * Rules (make-test-out): Include
5139         LOCPATH=$(common-objpfx)localedata in default environment.
5140         * debug/Makefile (tst-chk1-ENV): Remove variable.
5141         (tst-chk2-ENV): Likewise.
5142         (tst-chk3-ENV): Likewise.
5143         (tst-chk4-ENV): Likewise.
5144         (tst-chk5-ENV): Likewise.
5145         (tst-chk6-ENV): Likewise.
5146         (tst-lfschk1-ENV): Likewise.
5147         (tst-lfschk2-ENV): Likewise.
5148         (tst-lfschk3-ENV): Likewise.
5149         (tst-lfschk4-ENV): Likewise.
5150         (tst-lfschk5-ENV): Likewise.
5151         (tst-lfschk6-ENV): Likewise.
5152         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
5153         (tst-iconv7-ENV): Likewise.
5154         * intl/Makefile (LOCPATH-ENV): Likewise.
5155         (tst-codeset-ENV): Likewise.
5156         (tst-gettext3-ENV): Likewise.
5157         (tst-gettext5-ENV): Likewise.
5158         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
5159         (tst-fopenloc-ENV): Likewise.
5160         (tst-fgetws-ENV): Remove variable.
5161         (tst-ungetwc1-ENV): Likewise.
5162         (tst-ungetwc2-ENV): Likewise.
5163         (bug-ungetwc2-ENV): Likewise.
5164         (tst-swscanf-ENV): Likewise.
5165         (bug-ftell-ENV): Likewise.
5166         (tst-fgetwc-ENV): Likewise.
5167         (tst-fseek-ENV): Likewise.
5168         (tst-ftell-partial-wide-ENV): Likewise.
5169         (tst-ftell-active-handler-ENV): Likewise.
5170         (tst-ftell-append-ENV): Likewise.
5171         * posix/Makefile (tst-fnmatch-ENV): Likewise.
5172         (tst-regexloc-ENV): Likewise.
5173         (bug-regex1-ENV): Likewise.
5174         (tst-regex-ENV): Likewise.
5175         (tst-regex2-ENV): Likewise.
5176         (bug-regex5-ENV): Likewise.
5177         (bug-regex6-ENV): Likewise.
5178         (bug-regex17-ENV): Likewise.
5179         (bug-regex18-ENV): Likewise.
5180         (bug-regex19-ENV): Likewise.
5181         (bug-regex20-ENV): Likewise.
5182         (bug-regex22-ENV): Likewise.
5183         (bug-regex23-ENV): Likewise.
5184         (bug-regex25-ENV): Likewise.
5185         (bug-regex26-ENV): Likewise.
5186         (bug-regex30-ENV): Likewise.
5187         (bug-regex32-ENV): Likewise.
5188         (bug-regex33-ENV): Likewise.
5189         (bug-regex34-ENV): Likewise.
5190         (bug-regex35-ENV): Likewise.
5191         (tst-rxspencer-ENV): Likewise.
5192         (tst-rxspencer-no-utf8-ENV): Likewise.
5193         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
5194         (tst-sscanf-ENV): Likewise.
5195         (tst-swprintf-ENV): Likewise.
5196         (tst-swscanf-ENV): Likewise.
5197         (test-vfprintf-ENV): Likewise.
5198         (scanf13-ENV): Likewise.
5199         (bug14-ENV): Likewise.
5200         (tst-grouping-ENV): Likewise.
5201         * stdlib/Makefile (tst-strtod-ENV): Likewise.
5202         (tst-strtod3-ENV): Likewise.
5203         (tst-strtod4-ENV): Likewise.
5204         (tst-strtod5-ENV): Likewise.
5205         (testmb2-ENV): Likewise./
5206         * string/Makefile (tst-strxfrm-ENV): Likewise.
5207         (tst-strxfrm2-ENV): Likewise.
5208         (bug-strcoll1-ENV): Likewise.
5209         (test-strcasecmp-ENV): Likewise.
5210         (test-strncasecmp-ENV): Likewise.
5211         * time/Makefile (tst-strptime-ENV): Likewise.
5212         (tst-ftime_l-ENV): Likewise.
5213         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
5214         (tst-mbrtowc-ENV): Likewise.
5215         (tst-wcrtomb-ENV): Likewise.
5216         (tst-mbrtowc2-ENV): Likewise.
5217         (tst-c16c32-1-ENV): Likewise.
5218         (tst-mbsnrtowcs-ENV): Likewise.
5219
5220 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
5221
5222         * manual/resource.texi (How to get information about the memory
5223         subsystem?): Fix typo.
5224         Reported by Peon de la Parra Ivan <peon@keba.com>
5225
5226 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
5227
5228         [BZ #16882]
5229         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
5230         (pthread_spin_lock): Branch out of spin loop to proper location.
5231         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
5232         (pthread_spin_lock): Likewise.
5233
5234         * nptl/tst-spin4.c: New test.
5235         * nptl/Makefile (tests): Add tst-spin4.
5236
5237 2014-06-03  Andreas Schwab  <schwab@suse.de>
5238
5239         [BZ #15946]
5240         * resolv/res_send.c (send_dg): Reload file descriptor after
5241         calling reopen.
5242
5243 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
5244
5245         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5246
5247 2014-06-03  Richard Henderson  <rth@redhat.com>
5248
5249         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
5250         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
5251         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
5252         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
5253         in the SAVE_PID block.
5254         (__libc_vfork): New alias.
5255         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
5256
5257         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
5258         child in registers, not on the stack.  Remove RESET_PID conditionals.
5259         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
5260
5261 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5262
5263         * sysdeps/aarch64/libm-test-ulps: Regenerate.
5264
5265 2014-06-03  Wilco  <wdijkstr@arm.com>
5266
5267         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
5268         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
5269         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5270         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
5271         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
5272         Likewise.
5273
5274 2014-06-03  Wilco  <wdijkstr@arm.com>
5275
5276         * sysdeps/aarch64/fpu/math_private.h
5277         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
5278         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
5279         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
5280         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5281         Fix declarations.
5282
5283 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5284
5285         * crypt/crypt-private.h: Include ufc-crypt.h.
5286         (__b64_from_24bit): Declare extern.
5287         * crypt/crypt_util.c(__b64_from_24bit): New function.
5288         (b64t): New static const variable.
5289         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
5290         (b64t): Remove variable.
5291         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
5292         * crypt/sha256-crypt.c: Include crypt-private.h.
5293         (b64t): Remove variable.
5294         (__sha256_crypt_r): Remove b64_from_24bit and replace
5295         with __b64_from_24bit.
5296         * crypt/sha512-crypt.c: Likewise.
5297
5298 2014-06-02  Roland McGrath  <roland@hack.frob.com>
5299
5300         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
5301         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
5302         Label the code __libc_vfork rather than __vfork.
5303         [!NOT_IN_libc] (vfork): Define as weak alias.
5304         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
5305         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
5306         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
5307
5308 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5309
5310         * malloc/malloc.c (malloc_info): Fix format specifier for
5311         n_mmaps.
5312
5313 2014-06-02  Wilco  <wdijkstr@arm.com>
5314
5315         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
5316         FPCR write.
5317
5318 2014-06-02  Wilco  <wdijkstr@arm.com>
5319
5320         [BZ #17009]
5321         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
5322         Rewrite to reduce FPCR/FPSR accesses.
5323
5324 2014-06-01  David S. Miller  <davem@davemloft.net>
5325
5326         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5327
5328 2014-05-31  David S. Miller  <davem@davemloft.net>
5329
5330         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
5331         to occur in round to nearest mode when |x| >= 2.0
5332
5333 2014-05-30  Richard Henderson  <rth@twiddle.net>
5334
5335         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
5336         (PSEUDO_RET_NOERRNO): Remove.
5337         (ret): Don't redefine.
5338         (ret_NOERRNO): Define in terms of ret.
5339         (ret_ERRVAL): Likewise.
5340
5341         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
5342         use of PSEUDO_RET; perform the error check directly.
5343
5344 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
5345
5346         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
5347         with __int128_t.
5348
5349 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5350
5351         * malloc/malloc (malloc_info): Fix formatting.
5352
5353 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5354             Roland McGrath  <roland@hack.frob.com>
5355
5356         * malloc/malloc (malloc_info): Also print mmapped statistics.
5357
5358 2014-05-30  Roland McGrath  <roland@hack.frob.com>
5359
5360         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
5361         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
5362
5363 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
5364
5365         * malloc/malloc.c (malloc_info): Inline mi_arena.
5366
5367 2014-05-29  Richard Henderson  <rth@twiddle.net>
5368
5369         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
5370         Remove comma before expanding ASM_ARGS_##nr.
5371         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
5372         Make _x0 a strict output; make _x8 a strict input; adjust expansion
5373         of ASM_ARGS_##nr.
5374         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
5375         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
5376         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
5377         (ASM_ARGS_1): Add leading comma.
5378
5379         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
5380         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
5381         to __errno_location.
5382         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
5383         Remove the expected plt for __errno_location.
5384
5385         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5386         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
5387         call to __read_tp.
5388
5389         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5390         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
5391         it and break it down.
5392         (DOCARGS_0, DOCARGS_1): Do nothing.
5393         (DOCARGS_2): Update to store into the new stack frame.
5394         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
5395         (UNDOCARGS_1): Update to restore from the new stack frame.
5396         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
5397         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
5398
5399         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5400         (SINGLE_THREAD_P): New parameter for result regno.
5401         (PSEUDO): Update to match; use cbz instead of beq.
5402
5403         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5404         Use ENTRY to define the _nocancel entry point.  Share the syscall
5405         and syscall error check paths with the cancel path.
5406         (PSEUDO_END): New.
5407
5408         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
5409         whitespace; tabs before and after asm mnemonics.
5410
5411 2014-05-29  Eric Wong  <normalperson@yhbt.net>
5412
5413         [BZ #15132]
5414         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5415         Call fstat64 or stat64 internally, depending on arguments passed.
5416         Replace stat buffer argument with file descriptor argument.
5417         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
5418         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
5419         Pass fd to __internal_statvfs instead of calling fstat64.
5420         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
5421         Pass fd to __internal_statvfs64 instead of calling fstat64.
5422         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
5423         Pass -1 to __internal_statvfs instead of calling stat64.
5424         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
5425         Pass -1 to __internal_statvfs64 instead of calling stat64.
5426
5427 2014-05-28  Roland McGrath  <roland@hack.frob.com>
5428
5429         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
5430         that was previously under [RESET_PID].
5431         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
5432
5433         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
5434         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
5435
5436 2014-05-27  Roland McGrath  <roland@hack.frob.com>
5437
5438         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
5439
5440         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
5441         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
5442
5443 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
5444
5445         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
5446
5447 2014-05-27  Andreas Schwab  <schwab@suse.de>
5448
5449         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
5450         TLS_INIT_TP macro.
5451         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
5452         * elf/rtld.c (init_tls, dl_main): Likewise.
5453         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
5454         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
5455         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
5456         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
5457         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
5458         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
5459         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
5460         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
5461         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
5462         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
5463         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
5464         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
5465         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
5466         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
5467         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
5468         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
5469         * sysdeps/generic/tls.h: Update description.
5470
5471 2014-05-27  Will Newton  <will.newton@linaro.org>
5472
5473         [BZ #16990]
5474         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
5475         and restore r2 rather than just restoring.
5476
5477 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
5478
5479         [BZ #16724]
5480         * libio/tst-ftell-append.c: New test case.
5481         * libio/Makefile (tests): Add test case.
5482         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
5483         append mode.
5484         * libio/wfileops.c (do_ftell_wide): Likewise.
5485
5486 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5487
5488         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5489
5490         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
5491         ...
5492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
5493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
5494         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
5495         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
5496         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
5497         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
5498         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
5499         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
5500         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5501         Moved ...
5502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
5503         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5504         Moved ...
5505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
5506         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
5507         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
5508         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
5509         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
5510         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
5511         ...
5512         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
5513         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
5514         Moved ...
5515         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
5516         here.
5517         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
5518         ...
5519         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
5520         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
5521         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
5522
5523         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
5524         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
5525         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
5526         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
5527
5528         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
5529         merge into ...
5530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
5531         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
5532         ...
5533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
5534         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
5535         ...
5536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
5537         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
5538         Moved ...
5539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
5540         here.
5541         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
5542         Moved ...
5543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
5544         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
5545         Moved ...
5546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
5547
5548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
5549         conditional [RESET_PID].
5550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
5551         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
5552         removed.
5553         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
5554         removed.
5555
5556         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
5557         <tcb-offsets.h>.
5558         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5559         (__libc_vfork): New strong alias.
5560         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
5561         removed.
5562         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
5563         Removed.
5564
5565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
5566         <tcb-offsets.h>.
5567         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
5568         (__libc_vfork): New strong alias.
5569         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
5570         removed.
5571         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
5572         removed.
5573
5574 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
5575
5576         * malloc/malloc.c (mi_arena): New function.
5577         (malloc_info): Remove nested function mi_arena. Call non-nosted
5578         function mi_arena.
5579
5580 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5581
5582         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
5583         by insrwi.
5584         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
5585         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
5586         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
5587         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
5588         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
5589         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
5590         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
5591
5592 2014-05-26  Andreas Schwab  <schwab@suse.de>
5593
5594         [BZ #16984]
5595         * locale/programs/repertoire.c (repertoire_read): Add slash
5596         between I18NPATH element and file name.
5597         * locale/programs/locfile.c (locfile_read): Likewise.
5598
5599 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
5600
5601         * nptl/pthread_mutexattr_settype.c
5602         (__pthread_mutexattr_settype):
5603         Disable lock elision for PTHREAD_MUTEX_NORMAL.
5604
5605 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
5606
5607         * nptl/tst-mutex5 (do_test):
5608         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
5609
5610 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5611
5612         * benchtests/README: Document 'init' directive.
5613         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
5614         BENCH_INIT.
5615         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
5616         (parse_file): Recognize 'init' directive.
5617
5618 2014-05-26  Kyle McMartin  <kyle@redhat.com>
5619
5620         [BZ #16796]
5621         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
5622         alignment of struct pthread.
5623
5624 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5625
5626         [BZ #16878]
5627         * nscd/netgroupcache.c (addgetnetgrentX): Look for
5628         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
5629         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
5630         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
5631
5632 2014-05-25  Richard Henderson  <rth@twiddle.net>
5633
5634         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5635         (SINGLE_THREAD_P_PIC): Remove.
5636         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
5637         (SINGLE_THREAD_P_PIC): Remove.
5638
5639         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
5640         branch to syscall error ...
5641         (PSEUDO): ... here.
5642         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
5643         from __local_syscall_error to .Lsyscall_error.
5644         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
5645         (SYSCALL_ERROR): Update label name.
5646
5647         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5648         Do not use DOARGS/UNDOARGS.
5649         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
5650         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
5651         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
5652         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
5653         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
5654
5655         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
5656         block comment.
5657
5658         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
5659         define if !NOT_IN_libc.
5660         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
5661         define with non-default symbol versions.
5662
5663 2014-05-23  Richard Henderson  <rth@twiddle.net>
5664
5665         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
5666         (vfork, __vfork): Define via compat_symbol.
5667
5668         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
5669         [!HAVE_IFUNC] (vfork_compat): Remove.
5670         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
5671
5672 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
5673
5674         [BZ #16978]
5675         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
5676         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
5677         variable.
5678
5679 2014-05-23  Richard Henderson  <rth@twiddle.net>
5680
5681         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
5682         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
5683         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
5684         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
5685
5686         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
5687         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
5688         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
5689         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
5690         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
5691         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
5692         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
5693         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
5694         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
5695         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
5696         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
5697         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
5698         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
5699         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
5700         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
5701         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
5702         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
5703         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
5704         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
5705         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
5706         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
5707         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
5708         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
5709         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
5710         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
5711         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
5712         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
5713         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
5714         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
5715         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
5716         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
5717         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
5718         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
5719         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
5720         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
5721         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
5722         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
5723         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
5724         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
5725         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
5726         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
5727         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
5728         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
5729         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
5730         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
5731         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
5732         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
5733         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
5734         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
5735         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
5736         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
5737         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
5738         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
5739         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
5740         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
5741         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
5742
5743         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
5744         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
5745         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
5746         before exiting on error.
5747         (__libc_vfork): New strong alias.
5748         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
5749         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
5750
5751         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
5752         that was previously under [RESET_PID].
5753         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
5754
5755         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
5756
5757 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
5758
5759         [BZ #16977]
5760         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
5761         value when x - 1 is zero.
5762         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
5763         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
5764         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
5765         0.0L for an argument of 1.0L.
5766         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
5767         Likewise.
5768         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
5769         value when x - 1 is zero.
5770         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
5771         * sysdeps/i386/fpu/libm-test-ulps: Update.
5772         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5773
5774 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
5775
5776         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
5777         alphasort and versionsort.
5778
5779 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5780
5781         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
5782         macro.
5783         [copysignf]: Likewise.
5784
5785 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
5786
5787         * crypt/md5-crypt.c: Fix formatting.
5788
5789 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5790
5791         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
5792         (b64_from_24bit): New function.
5793
5794 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5795
5796         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
5797         libc_hidden_builtin_def to ifunc.
5798         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
5799         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
5800
5801 2014-05-21  Roland McGrath  <roland@hack.frob.com>
5802
5803         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
5804         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
5805
5806 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
5807
5808         * nscd/Depend (linuxthreads): Remove.
5809         (nptl): Add.
5810         * resolv/Depend (linuxthreads): Remove.
5811         * rt/Depend (linuxthreads): Remove.
5812
5813         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
5814         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
5815         $(common-objpfx)elf/.
5816         (link-libc-before-gnulib): Likewise.
5817         (elfobjdir): Remove variable.
5818         * Makefile (install): Use $(elf-objpfx) instead of
5819         $(common-objpfx)elf/.
5820         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
5821         $(elfobjdir)/.
5822         (link-libc-deps): Likewise.
5823         ($(common-objpfx)libc.so): Likewise.
5824         ($(common-objpfx)linkobj/libc.so): Likewise.
5825         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
5826         instead of $(common-objpfx)elf/.
5827         (symbolic-link-list): Likewise.
5828         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5829         [$(cross-compiling) = no]: Likewise.
5830         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
5831         $(elfobjdir)/.
5832         (static-gnulib-arch): Likewise.
5833         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5834         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
5835         $(common-objpfx)elf/.
5836
5837 2014-05-21  Richard Henderson  <rth@redhat.com>
5838
5839         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5840         (SINGLE_THREAD_P): Use the correct width load.  Fold
5841         into the ldr offset.
5842
5843         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
5844         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
5845
5846 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
5847
5848         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
5849         (libgcc_s_resume): Use __attribute_used__.
5850         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
5851         Likewise.
5852
5853 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5854
5855         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
5856         optimization when used with float constants.
5857
5858         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5859
5860 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
5861
5862         [BZ #16915]
5863         * locale/nl_langinfo_l.c: Make direct reference to every
5864         _nl_current_CATEGORY symbol.
5865         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
5866         (tests-static): Add tst-langinfo-static.
5867         (tests-special): Add tst-langinfo-static.out.
5868         ($(objpfx)tst-langinfo.out): Redirect output.
5869         ($(objpfx)tst-langinfo-static.out): New.
5870         * localedata/tst-langinfo.sh: Send output to stdout.
5871         * localedata/tst-langinfo-static.c: New file.
5872
5873         [BZ #16965]
5874         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
5875         when the shift amount is modulo the limb size.
5876
5877 2014-05-20  Richard Henderson  <rth@redhat.com>
5878
5879         [BZ #16967]
5880         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
5881         Change type of sa_flags from unsigned int to int.
5882
5883         [BZ #16966]
5884         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
5885
5886         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
5887
5888 2014-05-20  Will Newton  <will.newton@linaro.org>
5889
5890         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5891         Test the return value of the system call in the nocancel case.
5892
5893 2014-05-20  Will Newton  <will.newton@linaro.org>
5894             Yvan Roux  <yvan.roux@linaro.org>
5895
5896         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
5897         #include of asm/ptrace.h.
5898         (PTRACE_GET_THREAD_AREA): Remove #undef.
5899         (PTRACE_GETHBPREGS): Likewise.
5900         (PTRACE_SETHBPREGS): Likewise.
5901         (struct user_regs_struct): New structure.
5902         (struct user_fpsimd_struct): New structure.
5903         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
5904         #include of asm/ptrace.h and second #include of sys/user.h.
5905         (PTRACE_GET_THREAD_AREA): Remove #undef.
5906         (PTRACE_GETHBPREGS): Likewise.
5907         (PTRACE_SETHBPREGS): Likewise.
5908         (ELF_NGREG): Use new struct user_regs_struct.
5909         (elf_fpregset_t): Use new struct user_fpsimd_struct.
5910
5911 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5912
5913         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
5914         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
5915
5916 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
5917
5918         [BZ #16958]
5919         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
5920         membar to avoid block loads/stores to overlap previous stores.
5921
5922 2014-05-17  Richard Henderson  <rth@redhat.com>
5923
5924         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
5925         Create the __##syscall_name##_nocancel entry point.
5926         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
5927         Remove; let the sysdep-cancel.h code create it.
5928
5929 2014-05-17  David S. Miller  <davem@davemloft.net>
5930
5931         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
5932         Protect with __USE_GNU.
5933         (TIOCSET_TEMPT): Likewise.
5934         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
5935         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
5936         these are already provided in bits/ioctl-types.h
5937
5938 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5939
5940         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
5941         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
5942
5943         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
5944         Use wait4 regardless of [__NR_waitpid].
5945
5946 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5947
5948         PR libgcc/60166
5949         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
5950         (_FP_NANSIGN_Q): Set the quiet bit.
5951
5952 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
5953
5954         * benchtests/Makefile
5955         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
5956         not $(common-objpfx)math/libm.so.
5957         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
5958         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
5959         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
5960         $(common-objpfx)dlfcn/libdl.so.
5961         ($(objpfx)tst-audit8): Depend on $(libm), not
5962         $(common-objpfx)math/libm.so.
5963         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
5964         not $(common-objpfx)dlfcn/libdl.so.
5965         * math/Makefile
5966         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
5967         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
5968         [$(build-shared) = yes].
5969         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
5970         $(common-objpfx)nptl/libpthread.so.
5971         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
5972         $(common-objpfx)math/libm.so$(libm.so-version) or
5973         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
5974         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
5975         $(common-objpfx)dlfcn/libdl.so.
5976         * setjmp/Makefile (link-libm): Remove variable.
5977         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
5978         * stdio-common/Makefile (link-libm): Remove variable.
5979         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
5980         * stdlib/Makefile (link-libm): Remove variable.
5981         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
5982         ($(objpfx)tst-strtod-round): Likewise.
5983         ($(objpfx)tst-tininess): Likewise.
5984         ($(objpfx)tst-strtod-underflow): Likewise.
5985         ($(objpfx)tst-strtod6): Likewise.
5986         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
5987         $(libdl), not $(common-objpfx)nptl/libpthread.so and
5988         $(common-objpfx)dlfcn/libdl.so.
5989
5990 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5991
5992         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
5993         BSD terminal modes definitions.
5994
5995 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5996
5997         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
5998         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
5999
6000         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
6001         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
6002         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
6003         Don't do #include_next.
6004         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
6005         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
6006         Don't do #include_next.
6007         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
6008         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
6009         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
6010         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
6011
6012 2014-05-16  Allan McRae  <allan@archlinux.org>
6013
6014         * po/sv.po: Update Swedish translation from translation project.
6015
6016         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
6017         in sed expression.
6018
6019 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
6020
6021         [BZ #16917]
6022         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
6023         errno if the TIOCGPTN ioctl fails with an error different than
6024         EINVAL.
6025         * login/tst-ptsname.c: New file.
6026         * login/Makefile (tests): Add tst-ptsname.
6027
6028         [BZ #16943]
6029         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
6030         and prlimit64.
6031
6032 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6033
6034         [BZ #16849]
6035         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
6036         herrno to return EAI_AGAIN.
6037
6038 2014-05-14  Roland McGrath  <roland@hack.frob.com>
6039
6040         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
6041         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
6042         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
6043         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
6044         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
6045         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
6046         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
6047         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
6048         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
6049         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
6050         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
6051         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
6052         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
6053         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
6054         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
6055         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
6056         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
6057         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
6058         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
6059         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
6060         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
6061         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
6062         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
6063         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
6064         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
6065         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
6066         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
6067         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
6068         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
6069         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
6070         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
6071         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
6072         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
6073         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
6074         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
6075         Moved ...
6076         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
6077         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
6078         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
6079         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
6080         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
6081         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
6082         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
6083         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
6084         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
6085         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
6086         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
6087         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
6088         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
6089         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
6090         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
6091         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
6092         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
6093         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
6094         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
6095         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
6096         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
6097         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
6098         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
6099         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
6100         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
6101         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
6102         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
6103         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
6104         Moved ...
6105         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
6106         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
6107         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
6108         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
6109         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
6110         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
6111         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
6112         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
6113         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
6114         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
6115         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
6116         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
6117         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
6118         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
6119         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
6120         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
6121         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
6122         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
6123         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
6124         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
6125         Moved ...
6126         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
6127         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
6128         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
6129
6130         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
6131         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
6132         (libpthread-sysdep_routines): Add elision-related stuff here instead.
6133         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
6134         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
6135         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
6136         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
6137         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
6138         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
6139         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
6140         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
6141         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
6142         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
6143         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
6144         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
6145         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
6146         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
6147         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
6148         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
6149         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
6150         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
6151         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
6152         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
6153         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
6154         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
6155         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
6156         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
6157         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
6158         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
6159         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
6160         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
6161
6162         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
6163         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
6164
6165         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
6166         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
6167         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
6168         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
6169         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
6170         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
6171         Moved ...
6172         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
6173         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
6174         Moved ...
6175         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
6176         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
6177         Moved ...
6178         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
6179         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
6180         Moved ...
6181         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
6182         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
6183         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
6184         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
6185         Moved ...
6186         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
6187         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
6188         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
6189         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
6190         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
6191         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
6192         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
6193         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
6194         Moved ...
6195         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
6196         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6197         Moved ...
6198         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6199         ... here.
6200         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
6201         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
6202         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
6203         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
6204         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6205         Moved ...
6206         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6207         ... here.
6208         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
6209         Moved ...
6210         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
6211         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
6212         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
6213         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
6214         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
6215         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
6216         Moved ...
6217         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
6218         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
6219         Moved ...
6220         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
6221         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
6222         Moved ...
6223         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
6224         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
6225         Moved ...
6226         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
6227         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
6228         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
6229         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
6230         Moved ...
6231         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
6232         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
6233         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
6234         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
6235         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
6236         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
6237         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
6238         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
6239         Moved ...
6240         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
6241         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6242         Moved ...
6243         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6244         ... here.
6245         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
6246         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
6247         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
6248         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
6249         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6250         Moved ...
6251         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6252         ... here.
6253         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
6254         Moved ...
6255         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
6256         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
6257         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
6258         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
6259         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
6260         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
6261         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
6262         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
6263         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
6264         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
6265         Moved ...
6266         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
6267         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
6268         Moved ...
6269         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
6270         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
6271         Moved ...
6272         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
6273         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
6274         Moved ...
6275         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
6276         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
6277         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
6278         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
6279         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
6280         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
6281         Moved ...
6282         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
6283         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
6284         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
6285         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
6286         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
6287         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
6288         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
6289         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
6290         Moved ...
6291         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
6292         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6293         Moved ...
6294         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6295         ... here.
6296         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
6297         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
6298         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
6299         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
6300         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6301         Moved ...
6302         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6303         ... here.
6304         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
6305         Moved ...
6306         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
6307         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
6308         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
6309         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
6310         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
6311         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
6312         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
6313         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
6314         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
6315         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
6316         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
6317
6318         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
6319         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
6320
6321         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
6322         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
6323
6324         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
6325         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
6326         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
6327         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
6328         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
6329         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
6330         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
6331         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
6332         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
6333         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
6334         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
6335         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
6336         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
6337         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
6338         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
6339         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
6340         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
6341         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
6342         Moved ...
6343         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
6344         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
6345         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
6346         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
6347         Moved ...
6348         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
6349         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
6350         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
6351         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
6352         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
6353         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
6354         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
6355         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
6356         Moved ...
6357         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
6358         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
6359         Moved ...
6360         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
6361         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
6362         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
6363         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
6364         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
6365         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
6366         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
6367         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
6368         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
6369         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
6370         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
6371         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
6372         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
6373         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
6374         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
6375         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
6376         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
6377
6378         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
6379         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
6380         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
6381         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
6382         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
6383
6384         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
6385         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
6386         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
6387         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
6388         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
6389         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
6390         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
6391         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
6392         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
6393         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
6394
6395         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
6396         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
6397
6398         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
6399         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
6400         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
6401         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
6402         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
6403         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
6404         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
6405         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
6406         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
6407         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
6408         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
6409         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
6410         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
6411         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
6412         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
6413         Update #include.
6414         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
6415         Likewise.
6416         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6417         Likewise.
6418         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6419         Likewise.
6420         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6421         Likewise.
6422         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
6423         Likewise.
6424         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
6425         Likewise.
6426         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
6427         Likewise.
6428         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
6429         Likewise.
6430         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
6431         Likewise.
6432         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
6433         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
6434         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
6435         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
6436         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
6437         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
6438         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
6439         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
6440         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
6441         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
6442         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
6443         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
6444         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
6445         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
6446         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
6447
6448         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
6449         that was previously under [RESET_PID].
6450         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
6451         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
6452         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
6453
6454         * sysdeps/i386/nptl/Implies: New file.
6455         * sysdeps/x86_64/nptl/Implies: New file.
6456         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
6457         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
6458         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
6459         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
6460
6461         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
6462         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6463         (__libc_vfork): New strong alias.
6464         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
6465         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
6466
6467         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
6468         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6469         (__libc_vfork): New strong alias.
6470         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
6471         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
6472
6473         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
6474         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6475         (__libc_vfork): New strong alias.
6476         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
6477         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
6478         * nptl/pt-vfork.c: New file.
6479         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
6480         (libpthread: GLIBC_2.20): New version set (empty).
6481
6482 2014-05-14  Will Newton  <will.newton@linaro.org>
6483
6484         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
6485         rather than #if.
6486
6487 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
6488
6489         [BZ #16564]
6490         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
6491         arguments with exponent 65 or above.
6492         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
6493         arguments 0x1p113L or above.
6494         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
6495         to arguments 0x1p107L or above.
6496         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
6497         positive arguments with exponent 65 or above.
6498         * math/auto-libm-test-in: Add more tests of log1p.
6499         * math/auto-libm-test-out: Regenerated.
6500
6501         [BZ #16928]
6502         * math/s_cacos.c (__cacos): Ensure zero real part of result from
6503         non-finite arguments is +0.
6504         * math/s_cacosf.c (__cacosf): Likewise.
6505         * math/s_cacosl.c (__cacosl): Likewise.
6506         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
6507         * sysdeps/i386/fpu/libm-test-ulps: Update.
6508         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6509
6510         [BZ #16927]
6511         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
6512         value.
6513         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
6514         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
6515         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
6516         for explicit high bit of mantissa when testing for argument equal
6517         to 1.
6518         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
6519         * sysdeps/i386/fpu/libm-test-ulps: Update.
6520         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6521
6522         [BZ #16516]
6523         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
6524         (__erf): Scale by 16 instead of 8 in potentially underflowing
6525         case.  Ensure exception if result actually underflows.
6526         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
6527         (__erff): Scale by 16 instead of 8 in potentially underflowing
6528         case.  Ensure exception if result actually underflows.
6529         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
6530         (efx8): Remove variable.
6531         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6532         case.  Ensure exception if result actually underflows.
6533         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
6534         (efx8): Remove variable.
6535         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6536         case.  Ensure exception if result actually underflows.
6537         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
6538         (efx8): Remove variable.
6539         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6540         case.  Ensure exception if result actually underflows.
6541         * math/auto-libm-test-in: Add more tests of erf.
6542         * math/auto-libm-test-out: Regenerated.
6543
6544 2014-05-14  Andreas Schwab  <schwab@suse.de>
6545
6546         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
6547         Remove code conditionalized on USE___THREAD.
6548
6549         * config.h.in (HAVE_PT_CHOWN): Define as 0.
6550         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
6551         not definedness.
6552
6553 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
6554
6555         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
6556         Define unconditionally.
6557         (__ASSUME_O_CLOEXEC): Likewise.
6558         (__ASSUME_SOCK_CLOEXEC): Likewise.
6559         (__ASSUME_IN_NONBLOCK): Likewise.
6560         (__ASSUME_PIPE2): Likewise.
6561         (__ASSUME_EVENTFD2): Likewise.
6562         (__ASSUME_SIGNALFD4): Likewise.
6563         (__ASSUME_DUP3): Likewise.
6564         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
6565         (__ASSUME_DUP3): Do not define.
6566         (__ASSUME_EVENTFD2): Likewise.
6567         (__ASSUME_IN_NONBLOCK): Likewise.
6568         (__ASSUME_O_CLOEXEC): Likewise.
6569         (__ASSUME_PIPE2): Likewise.
6570         (__ASSUME_SIGNALFD4): Likewise.
6571         (__ASSUME_SOCK_CLOEXEC): Likewise.
6572         (__ASSUME_UTIMES): Undefine.
6573         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6574         (__ASSUME_UTIMES): Do not define.
6575         (__ASSUME_O_CLOEXEC): Likewise.
6576         (__ASSUME_SOCK_CLOEXEC): Likewise.
6577         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
6578         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
6579         0x020621].
6580         (__ASSUME_PIPE2): Likewise.
6581         (__ASSUME_EVENTFD2): Likewise.
6582         (__ASSUME_SIGNALFD4): Likewise.
6583         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
6584         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
6585         Do not define.
6586         (__ASSUME_EVENTFD2): Likewise.
6587         (__ASSUME_SIGNALFD4): Likewise.
6588         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
6589         (__ASSUME_32BITUIDS): Likewise.
6590         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
6591         (__ASSUME_IPC64): Likewise.
6592         (__ASSUME_ST_INO_64_BIT): Likewise.
6593         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
6594         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
6595         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6596         (__ASSUME_UTIMES): Do not define.
6597         (__ASSUME_PSELECT): Likewise.
6598         (__ASSUME_PPOLL): Likewise.
6599         (__ASSUME_O_CLOEXEC): Likewise.
6600         (__ASSUME_SOCK_CLOEXEC): Likewise.
6601         (__ASSUME_IN_NONBLOCK): Likewise.
6602         (__ASSUME_PIPE2): Likewise.
6603         (__ASSUME_EVENTFD2): Likewise.
6604         (__ASSUME_SIGNALFD4): Likewise.
6605         (__ASSUME_DUP3): Likewise.
6606         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6607         (__ASSUME_UTIMES): Likewise.
6608         (__ASSUME_O_CLOEXEC): Likewise.
6609         (__ASSUME_SOCK_CLOEXEC): Likewise.
6610         (__ASSUME_IN_NONBLOCK): Likewise.
6611         (__ASSUME_PIPE2): Likewise.
6612         (__ASSUME_EVENTFD2): Likewise.
6613         (__ASSUME_SIGNALFD4): Likewise.
6614         (__ASSUME_DUP3): Likewise.
6615         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6616         (__ASSUME_UTIMES): Likewise.
6617         (__ASSUME_O_CLOEXEC): Likewise.
6618         (__ASSUME_SOCK_CLOEXEC): Likewise.
6619         (__ASSUME_IN_NONBLOCK): Likewise.
6620         (__ASSUME_PIPE2): Likewise.
6621         (__ASSUME_EVENTFD2): Likewise.
6622         (__ASSUME_SIGNALFD4): Likewise.
6623         (__ASSUME_DUP3): Likewise.
6624         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
6625         Likewise.
6626         (__ASSUME_UTIMES): Likewise.
6627         (__ASSUME_EVENTFD2): Likewise.
6628         (__ASSUME_SIGNALFD4): Likewise.
6629         * sysdeps/unix/sysv/linux/tile/kernel-features.h
6630         (__ASSUME_O_CLOEXEC): Likewise.
6631         (__ASSUME_SOCK_CLOEXEC): Likewise.
6632         (__ASSUME_IN_NONBLOCK): Likewise.
6633         (__ASSUME_PIPE2): Likewise.
6634         (__ASSUME_EVENTFD2): Likewise.
6635         (__ASSUME_SIGNALFD4): Likewise.
6636         (__ASSUME_DUP3): Likewise.
6637         (__ASSUME_UTIMES): Undefine.
6638
6639         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
6640         feclearexcept.  Remove symbol versioning code.
6641         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
6642         symbol versioning code.
6643         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
6644         symbol versioning code.
6645         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
6646         feupdateenv.  Remove symbol versioning code.
6647         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
6648         fegetexceptflag.  Remove symbol versioning code.
6649         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
6650         fesetexceptflag.  Remove symbol versioning code.
6651         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
6652         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
6653         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
6654         (__posix_fadvise64_l32): Remove prototype.
6655         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
6656         code.
6657
6658 2014-05-13  Roland McGrath  <roland@hack.frob.com>
6659
6660         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
6661         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
6662         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
6663         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
6664
6665 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
6666
6667         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
6668         current working directory
6669
6670 2014-05-13  Roland McGrath  <roland@hack.frob.com>
6671
6672         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
6673         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
6674         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
6675         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
6676         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
6677         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
6678         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
6679         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
6680         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
6681         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
6682         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
6683         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
6684         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
6685         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
6686         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
6687         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
6688         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
6689         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
6690         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
6691         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
6692         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
6693         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
6694         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
6695         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
6696         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
6697         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
6698         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
6699         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
6700         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
6701         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
6702         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
6703         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
6704         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
6705         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
6706         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
6707         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
6708         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
6709         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
6710         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
6711         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
6712         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
6713         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
6714
6715         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
6716         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
6717
6718         * sysdeps/unix/sysv/linux/arm/Makefile
6719         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
6720         Add rt-aeabi_unwind_cpp_pr1.
6721         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
6722         Add nptl-aeabi_unwind_cpp_pr1.
6723         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
6724         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
6725         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
6726         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6727         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
6728         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6729
6730         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
6731         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
6732         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
6733         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
6734
6735         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
6736         Deconditionalize the code that was previously under [RESET_PID].
6737         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
6738
6739         * sysdeps/generic/exit-thread.h: New file.
6740         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
6741         * include/unistd.h (__exit_thread): Remove declaration.
6742         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
6743         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
6744         * csu/libc-start.c: Include <exit-thread.h>.
6745         (LIBC_START_MAIN): Pass no argument to __exit_thread.
6746         * nptl/pthread_create.c: Include <exit-thread.h>.
6747         (start_thread): Call __exit_thread in place of __exit_thread_inline.
6748         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
6749         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
6750         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
6751         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
6752         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
6753         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
6754         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
6755         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
6756         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
6757         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
6758         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
6759         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
6760         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
6761         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
6762         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
6763         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
6764
6765 2014-05-13  Andreas Schwab  <schwab@suse.de>
6766
6767         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
6768
6769 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
6770
6771         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
6772         (__ASSUME_UTIMES): Do not condition on kernel version.
6773         (__ASSUME_PSELECT): Define unconditionally.
6774         (__ASSUME_PPOLL): Likewise.
6775         (__ASSUME_ATFCTS): Likewise.
6776         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
6777         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
6778         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
6779         (__ASSUME_UTIMENSAT): Define unconditionally.
6780         (__ASSUME_PRIVATE_FUTEX): Likewise.
6781         (__ASSUME_FALLOCATE): Likewise.
6782         (__ASSUME_O_CLOEXEC): Likewise.
6783         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
6784         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
6785         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
6786         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
6787         (__ASSUME_IN_NONBLOCK): Likewise.
6788         (__ASSUME_PIPE2): Likewise.
6789         (__ASSUME_EVENTFD2): Likewise.
6790         (__ASSUME_SIGNALFD4): Likewise.
6791         (__ASSUME_DUP3): Likewise.
6792         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6793         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
6794         (__ASSUME_AT_RANDOM): Likewise.
6795         (__ASSUME_PREADV): Likewise.
6796         (__ASSUME_PWRITEV): Likewise.
6797         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
6798         (__ASSUME_F_GETOWN_EX): Define unconditionally.
6799         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
6800         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
6801         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
6802         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6803         (__ASSUME_O_CLOEXEC): Define unconditionally.
6804         (__ASSUME_PSELECT): Do not undefine conditionally.
6805         (__ASSUME_PPOLL): Likewise.
6806         (__ASSUME_ATFCTS): Likewise.
6807         (__ASSUME_SET_ROBUST_LIST): Likewise.
6808         (__ASSUME_UTIMENSAT): Likewise.
6809         (__ASSUME_FDATASYNC): Define unconditionally.
6810         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6811         (__ASSUME_SIGFRAME_V2): Likewise.
6812         )__ASSUME_EVENTFD2): Likewise.
6813         (__ASSUME_SIGNALFD4): Likewise.
6814         (__ASSUME_PSELECT): Do not undefine conditionally.
6815         (__ASSUME_PPOLL): Likewise.
6816         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6817         (__ASSUME_PSELECT): Define unconditionally.
6818         (__ASSUME_PPOLL): Likewise.
6819         (__ASSUME_O_CLOEXEC): Likewise.
6820         (__ASSUME_SOCK_CLOEXEC): Likewise.
6821         (__ASSUME_IN_NONBLOCK): Likewise.
6822         (__ASSUME_PIPE2): Likewise.
6823         (__ASSUME_EVENTFD2): Likewise.
6824         (__ASSUME_SIGNALFD4): Likewise.
6825         (__ASSUME_DUP3): Likewise.
6826         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6827         (__ASSUME_O_CLOEXEC): Likewise.
6828         (__ASSUME_SOCK_CLOEXEC): Likewise.
6829         (__ASSUME_IN_NONBLOCK): Likewise.
6830         (__ASSUME_PIPE2): Likewise.
6831         (__ASSUME_EVENTFD2): Likewise.
6832         (__ASSUME_SIGNALFD4): Likewise.
6833         (__ASSUME_DUP3): Likewise.
6834         * sysdeps/unix/sysv/linux/mips/kernel-features.h
6835         (__ASSUME_EVENTFD2): Likewise.
6836         (__ASSUME_SIGNALFD4): Likewise.
6837         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6838
6839 2014-05-12  Andreas Schwab  <schwab@suse.de>
6840
6841         [BZ #16932]
6842         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
6843         (_nss_nis_gethostbyname4_r): Return error if item length is larger
6844         than maximum RPC packet size.
6845         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
6846         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
6847         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
6848         (_nss_nis_getservbyport_r): Likewise.
6849
6850 2014-05-12  Will Newton  <will.newton@linaro.org>
6851
6852         * malloc/Makefile (tests): Add tst-mallopt.
6853         * malloc/tst-mallopt.c: New file.
6854
6855 2014-05-09  Roland McGrath  <roland@hack.frob.com>
6856
6857         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
6858         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
6859
6860 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6861
6862         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
6863         (tst-tlsmod6.so): Likewise.
6864
6865 2014-05-09  Roland McGrath  <roland@hack.frob.com>
6866
6867         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
6868
6869 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
6870
6871         [BZ #16064]
6872         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
6873         and <dl-procinfo.h>.
6874         (__fegetenv): Save SSE state in envp->__eip if supported.
6875         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
6876         envp->__eip if supported.
6877         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
6878         and <dl-procinfo.h>.
6879         (__fesetenv): Always set __eip, __cs_selector, __opcode,
6880         __data_offset and __data_selector in environment to 0.  Set SSE
6881         state if supported.
6882         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
6883         test-fenv-sse.
6884         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
6885         -mfpmath=sse.
6886         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
6887
6888 2014-05-09  Will Newton  <will.newton@linaro.org>
6889
6890         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
6891         and libc_relro_required for ARM.
6892         * sysdeps/arm/preconfigure: Regenerate.
6893
6894 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6895             Stefan Liebler  <stli@linux.vnet.ibm.com>
6896
6897         * config.make.in (enable-lock-elision): New Makefile variable.
6898         * configure.ac: Likewise.
6899         * configure: Regenerate.
6900         * sysdeps/s390/configure.ac:
6901         Add check for gcc transactions support.
6902         * sysdeps/s390/configure: Regenerate.
6903         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
6904         Build elision files if enabled.
6905         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
6906         Add lock elision support for s390.
6907         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
6908         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
6909         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
6910         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
6911         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
6912         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
6913         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
6914         Likewise.
6915         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
6916         Likewise.
6917         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
6918         Likewise.
6919         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
6920         Likewise.
6921         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
6922         (__lll_timedlock_elision, __lll_lock_elision)
6923         (__lll_unlock_elision, __lll_trylock_elision)
6924         (lll_timedlock_elision, lll_lock_elision)
6925         (lll_unlock_elision, lll_trylock_elision): Add.
6926         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6927         (pthread_mutex_t): Add lock elision support for s390.
6928
6929 2014-05-14  Wilco  <wdijkstr@arm.com>
6930
6931         * sysdeps/arm/fclrexcpt.c: Cleanup.
6932         * sysdeps/arm/fedisblxcpt.c: Cleanup.
6933         * sysdeps/arm/feenablxcpt.c: Cleanup.
6934         * sysdeps/arm/fegetenv.c: Cleanup.
6935         * sysdeps/arm/fegetexcept.c: Cleanup.
6936         * sysdeps/arm/fegetround.c: Cleanup.
6937         * sysdeps/arm/feholdexcpt.c: Cleanup.
6938         * sysdeps/arm/fesetenv.c: Cleanup.
6939         * sysdeps/arm/fesetround.c: Cleanup.
6940         * sysdeps/arm/feupdateenv.c: Cleanup.
6941         * sysdeps/arm/fgetexcptflg.c: Cleanup.
6942         * sysdeps/arm/fraiseexcpt.c: Cleanup.
6943         * sysdeps/arm/fsetexcptflg.c: Cleanup.
6944         * sysdeps/arm/ftestexcept.c: Cleanup.
6945         * sysdeps/arm/get-rounding-mode.h: Cleanup.
6946         * sysdeps/arm/setfpucw.c: Cleanup.
6947
6948 2014-05-09  Will Newton  <will.newton@linaro.org>
6949
6950         * sysdeps/arm/armv7/strcmp.S: New file.
6951         * NEWS: Mention addition of ARMv7 optimized strcmp.
6952
6953 2014-05-08  Roland McGrath  <roland@hack.frob.com>
6954
6955         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
6956         look for %.ac rather than %.in.
6957
6958         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
6959         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
6960         * sysdeps/mach/hurd/configure: Regenerated.
6961         * sysdeps/unix/sysv/linux/configure: Regenerated.
6962
6963         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
6964
6965 2014-05-07  Steve Ellcey  <sellcey@mips.com>
6966
6967         [BZ# 16922]
6968         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
6969         (LONG_SUB): Ditto.
6970         (PTR_SUB): Ditto.
6971
6972 2014-05-07  Andreas Schwab  <schwab@suse.de>
6973
6974         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
6975         when skipping over non-matching result from nscd.
6976
6977 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
6978
6979         [BZ #16876]
6980         * nptl/sockperf.c (client): Check socket return value.
6981
6982         [BZ #16877]
6983         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
6984         nscd security class.
6985
6986 2014-05-06  Roland McGrath  <roland@hack.frob.com>
6987
6988         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
6989         * sysdeps/arm/unwind.h: ... here.
6990
6991 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
6992
6993         [BZ# 16916]
6994         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
6995         Define.
6996
6997 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6998
6999         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
7000         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
7001         multiarch strncpy for PPC64.
7002         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
7003         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
7004         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
7005         multiarch optimizations.
7006         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7007         (__libc_ifunc_impl_list): Likewise.
7008         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
7009         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
7010         multiarch stpncpy for PPC64.
7011         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
7012         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
7013
7014 2014-05-06  Andreas Schwab  <schwab@suse.de>
7015
7016         [BZ #16912]
7017         * gmon/mcount.c (_MCOUNT_DECL): Use
7018         atomic_compare_and_exchange_bool_acq instead of
7019         catomic_compare_and_exchange_bool_acq.
7020
7021 2014-05-05  Roland McGrath  <roland@hack.frob.com>
7022
7023         * elf/Makefile (others, install-bin): Remove pldd.
7024         (pldd-modules): Variable removed.
7025         ($(objpfx)pldd): Target removed.
7026         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
7027         (others, install-bin): Append pldd here.
7028         ($(objpfx)pldd): New target.
7029
7030         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
7031         to 0, so the first #if test emitted later doesn't see it undefined.
7032         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
7033         * sysdeps/gnu/errlist.c: Regenerated.
7034
7035 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7036
7037         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
7038         [libc_hidden_builtin_def]: Define to empty value.
7039         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
7040         [libc_hidden_builtin_def]: Likewise.
7041         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
7042         [libc_hidden_builtin_def]: Likewise.
7043         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
7044         [libc_hidden_builtin_def]: Likewise.
7045         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
7046         __redirect_memcpy and define ifunc as default hidden symbol.
7047         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
7048         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
7049
7050 2014-05-04  Adam Conrad  <adconrad@0c3.net>
7051
7052         * locale/iso-4217.def: Reintroduce XDR currency.
7053
7054 2014-05-04  Allan McRae  <allan@archlinux.org>
7055
7056         * po/eo.po: Update Esperanto translation from translation project.
7057
7058 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
7059
7060         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
7061         and FEATURE_INDEX_MAX to 1.
7062         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
7063
7064 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7065
7066         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
7067         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
7068         * iconvdata/big5.c (ONE_DIRECTION): Define.
7069         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
7070         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
7071         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
7072         * iconvdata/cp932.c (ONE_DIRECTION): Define.
7073         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
7074         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
7075         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
7076         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
7077         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
7078         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
7079         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
7080         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
7081         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
7082         * iconvdata/gbk.c (ONE_DIRECTION): Define.
7083         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
7084         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
7085         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
7086         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
7087         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
7088         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
7089         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
7090         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
7091         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
7092         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
7093         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
7094         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
7095         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
7096         * iconvdata/iso646.c (ONE_DIRECTION): Define.
7097         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
7098         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
7099         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
7100         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
7101         * iconvdata/johab.c (ONE_DIRECTION): Define.
7102         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
7103         * iconvdata/sjis.c (ONE_DIRECTION): Define.
7104         * iconvdata/t.61.c (ONE_DIRECTION): Define.
7105         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
7106         * iconvdata/tscii.c (ONE_DIRECTION): Define.
7107         * iconvdata/uhc.c (ONE_DIRECTION): Define.
7108         * iconvdata/unicode.c (ONE_DIRECTION): Define.
7109         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
7110         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
7111         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
7112
7113 2014-05-01  Roland McGrath  <roland@hack.frob.com>
7114
7115         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
7116         (_IO_JUMPS_OFFSET): Define to 0.
7117
7118         * nptl/sysdeps/pthread/bits/libc-lock.h
7119         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7120         (__libc_lock_define_initialized_recursive): Always define using
7121         initializer.  Modern compilers treat uninitialized (implicit zero) and
7122         explicit zero initializers the same (i.e. put the datum in bss).
7123
7124 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7125
7126         * nscd/nscd-client.h: Include <string.h>.
7127
7128 2014-05-01  David S. Miller  <davem@davemloft.net>
7129
7130         [BZ #16885]
7131         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
7132         multiple zero bytes exist at the end of a string.
7133         Reported by Aurelien Jarno <aurelien@aurel32.net>
7134
7135         * string/test-strcmp.c (check): Add explicit test for situations where
7136         there are multiple zero bytes after the first.
7137
7138 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7139
7140         [BZ #16890]
7141         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
7142         when compiling wprintf.
7143         * stdio-common/tstdiomisc.c (t3): New function.
7144         (main): Call it.
7145
7146 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7147
7148         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
7149         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
7150         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
7151         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
7152
7153 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7154
7155         * stdlib/longlong.h: Updated from GCC.
7156
7157 2014-05-01  Will Newton  <will.newton@linaro.org>
7158             Bernard Ogden  <bernie.ogden@linaro.org>
7159
7160         * NEWS: Update fixed bug list.
7161
7162         [BZ #15119]
7163         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
7164
7165 2014-04-30  David S. Miller  <davem@davemloft.net>
7166
7167         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
7168         (libc_feholdexcept_setround_sparc_ctx): New function.
7169         (libc_fesetenv_sparc_ctx): Likewise.
7170         (libc_feupdateenv_sparc_ctx): Likewise.
7171         (libc_feholdsetround_sparc_ctx): Likewise.
7172         (libc_feholdexcept_setround_ctx): Define.
7173         (libc_feholdexcept_setroundf_ctx): Likewise.
7174         (libc_feholdexcept_setroundl_ctx): Likewise.
7175         (libc_fesetenv_ctx): Likewise.
7176         (libc_fesetenvf_ctx): Likewise.
7177         (libc_fesetenvl_ctx): Likewise.
7178         (libc_feupdateenv_ctx): Likewise.
7179         (libc_feupdateenvf_ctx): Likewise.
7180         (libc_feupdateenvl_ctx): Likewise.
7181         (libc_feresetround_ctx): Likewise.
7182         (libc_feresetroundf_ctx): Likewise.
7183         (libc_feresetroundl_ctx): Likewise.
7184         (libc_feholdsetround_ctx): Likewise.
7185         (libc_feholdsetroundf_ctx): Likewise.
7186         (libc_feholdsetroundl_ctx): Likewise.
7187
7188         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7189         with __USE_GNU instead of XOPEN cpp guards.
7190
7191         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
7192         0.
7193
7194         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7195         with XOPEN cpp guards.
7196
7197 2014-04-30  Julian Brown  <julian@codesourcery.com>
7198
7199         [BZ #16888]
7200         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
7201         handling.
7202
7203 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
7204
7205         [BZ #9894]
7206         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
7207         Change to 2.6.32.
7208         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
7209         * sysdeps/unix/sysv/linux/configure: Regenerated.
7210         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
7211         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
7212         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
7213         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
7214         * README: Update reference to required Linux kernel version.
7215         * manual/install.texi (Linux): Update reference to required Linux
7216         kernel headers version.
7217         * INSTALL: Regenerated.
7218
7219         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
7220         header inclusion.
7221         [POSIX] (limits.h): Likewise.
7222         [POSIX] (math.h): Likewise.
7223         [POSIX] (sys/wait.h): Likewise.
7224         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
7225         function.
7226         [POSIX] (stddef.h): Do not allow header inclusion.
7227
7228 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7229
7230         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
7231
7232 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
7233
7234         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
7235         Return immediately after lll_futex_wake.
7236
7237 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7238
7239         [BZ #16791]
7240         * nscd/nscd-client.h (datahead_init_common): Initialize entire
7241         structure.
7242         (datahead_init_pos): Call datahead_init_common early.
7243         (datahead_init_neg): Likewise.
7244
7245         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
7246         datahead_init_neg): New functions.
7247         * nscd/aicache.c (addhstaiX): Use them.
7248         * nscd/grpcache.c (cache_addgr): Likewise.
7249         * nscd/hstcache.c (cache_addhst): Likewise.
7250         * nscd/initgrcache.c (addinitgroupsX): Likewise.
7251         * nscd/netgroupcache.c (do_notfound): Likewise.
7252         (addgetnetgrentX): Likewise.
7253         (addinnetgrX): Likewise.
7254         * nscd/pwdcache.c (cache_addpw): Likewise.
7255         * nscd/servicescache.c (cache_addserv): Likewise.
7256
7257 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7258             Atsushi Onoe  <atsushi@onoe.org>
7259
7260         [BZ #14308]
7261         [BZ #12994]
7262         [BZ #13651]
7263         * resolv/res_query.c (__libc_res_nsearch): Return if at least
7264         one response is valid.
7265         * resolv/res_send.c (send_dg): Check for validity of other
7266         response if the current response is a referral.
7267
7268 2014-04-29  Steve Ellcey  <sellcey@mips.com>
7269
7270         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
7271
7272 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
7273
7274         [BZ #16823]
7275         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
7276         Always divide by positive zero when computing -Inf result.
7277         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
7278         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
7279
7280 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7281
7282         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
7283         FPSCR if value do not change.
7284         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7285         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
7286         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
7287         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
7288         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
7289         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
7290         function.
7291
7292 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
7293
7294         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
7295         * sysdeps/unix/sysv/linux/hppa: Move directory from
7296         ports/systeps/unix/sysv/linux/hppa.
7297         * README: Update listing for hppa-*-linux-gnu.
7298
7299 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
7300
7301         [BZ #16754]
7302         * manual/stdio.texi (Hook functions): Fix types of stream hook
7303         functions.
7304         [BZ #16854]
7305         * socket/sys/socket.h: Fix typo in comment.
7306
7307 2014-04-28  Wilco  <wdijkstr@arm.com>
7308
7309         * sysdeps/arm/fenv_private.h: New file.
7310         * sysdeps/arm/math_private.h: New file.
7311         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
7312
7313 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
7314
7315         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
7316         with __int128_t.
7317         (La_x86_64_retval): Likewise.
7318
7319 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
7320
7321         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
7322         fpsr if value didn't change.
7323         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
7324         to fpcr if value didn't change.
7325         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
7326         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
7327         fpsr or fpcr if value didn't change.
7328         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
7329         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
7330         fpcr if value didn't change.
7331         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
7332         to fpsr if value didn't change.
7333
7334 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
7335
7336         * nptl/tst-sem3.c: Use test-skeleton.c
7337         (main): Rename to do_test.  Use return instead of
7338         exit.
7339         * nptl/tst-sem4.c: Use test-skeleton.c
7340         (main): Rename to do_test.
7341
7342 2014-04-22  David S. Miller  <davem@davemloft.net>
7343
7344         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
7345         (struct sigaction): New struct member __glibc_reserved0, change
7346         type of sa_flags to int.
7347
7348 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
7349
7350         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
7351         (COUNT_LEADING_ZEROS_0): Define for AArch64.
7352
7353 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
7354
7355         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
7356         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
7357
7358 2014-04-22  Will Newton  <will.newton@linaro.org>
7359             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
7360
7361         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
7362         (__longjmp): Add longjmp and longjmp_target SystemTap
7363         probes.
7364         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
7365         (__sigsetjmp): Add setjmp SystemTap probe.
7366
7367 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
7368
7369         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
7370         match manual order.
7371
7372 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7373
7374         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
7375
7376         * sysdeps/powerpc/fpu/fenv_private.h
7377         (libc_feholdexcept_setroundl_ctx): Define to
7378         libc_feholdexcept_setround_ppc_ctx.
7379         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
7380         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
7381         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
7382         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
7383
7384 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7385
7386         * sysdeps/aarch64/math-tests.h: New file.
7387
7388 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
7389
7390         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
7391         New.
7392         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7393         Check and set bit_AVX2_Usable.
7394         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
7395         macro.
7396         (bit_AVX2): Likewise.
7397         (index_AVX2_Usable): Likewise.
7398         (CPUID_AVX2): Likewise.
7399         (HAS_AVX2): Likewise.
7400
7401 2014-04-17  Will Newton  <will.newton@linaro.org>
7402
7403         * manual/setjmp.texi (System V contexts): Add note that
7404         calling setcontext on a context created by a call to a
7405         signal handler is undefined.  Update text to note that
7406         setcontext from a signal handler is possible but not
7407         recommended.
7408
7409         [BZ #16629]
7410         * stdlib/tst-setcontext.c: Include signal.h.
7411         (main): Check that the signal stack before and
7412         after swapcontext is the same.
7413
7414         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
7415         Re-implement to restore registers in user code and avoid
7416         rt_sigreturn system call.
7417
7418 2014-04-17  Wilco  <wdijkstr@arm.com>
7419
7420         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
7421         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
7422         * math/test-fenv.c: Skip exception trap tests on targets which only
7423         support non-stop mode.
7424
7425 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7426             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7427
7428         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
7429         (libc_feholdsetround_aarch64_ctx)
7430         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
7431         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
7432         (libc_feresetround_ctx, libc_feresetroundf_ctx)
7433         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
7434         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
7435         (libc_feresetround_noexl_ctx): Define.
7436
7437 2014-04-16  Richard Henderson  <rth@redhat.com>
7438
7439         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
7440
7441         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
7442         unwind tables.
7443
7444         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
7445         const from the non-libc, non-ldso copy.
7446
7447         * sysdeps/alpha/libm-test-ulps: Regenerate.
7448
7449 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
7450             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7451
7452         * sysdeps/aarch64/fpu/math_private.h: New file.
7453
7454 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7455
7456         * sysdeps/aarch64/libm-test-ulps: Regenerate.
7457
7458 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
7459
7460         [BZ #16275]
7461         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
7462         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
7463         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
7464         Intel MPX bound registers before _dl_profile_fixup.
7465         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
7466         registers after _dl_profile_fixup.  Save and restore bound
7467         registers bnd0/bnd1 when calling _dl_call_pltexit.
7468         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
7469         (LR_BND_OFFSET): Likewise.
7470         (LRV_BND0_OFFSET): Likewise.
7471         (LRV_BND1_OFFSET): Likewise.
7472
7473 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7474
7475         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
7476         to...
7477         * sysdeps/mach/hurd/i386/tls.h: ... here.
7478         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
7479         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
7480         fields.
7481
7482 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7483
7484         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
7485
7486 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
7487
7488         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7489
7490 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
7491
7492         [BZ #14770]
7493         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
7494         * sysdeps/s390/configure: Regenerate.
7495
7496         [BZ #16824]
7497         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
7498         Set round-to-nearest internally to reduce error accumulation.
7499
7500 2014-04-16  Alan Modra  <amodra@gmail.com>
7501
7502         [BZ #16740]
7503         [BZ #16619]
7504         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
7505         * math/libm-test.inc (frexp_test_data): Add tests.
7506         * NEWS: Update fixed bug list.
7507
7508 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7509
7510         * benchtests/Makefile: Depend on libraries in build directory.
7511         (bench-math): Separate out math tests.
7512         (bench-pthread): Separate out pthread tests.
7513         (bench): Include math and pthread tests.
7514
7515 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
7516
7517         [BZ #16831]
7518         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
7519         _dl_debug_initialize.
7520
7521         * configure.ac: Remove SELinux header check.
7522         * configure: Regenerate.
7523         * nscd/selinux.c (perms): Array of const char* to permission names.
7524         (nscd_request_avc_has_perm): Call security_deny_unknown to find
7525         default policy. Call string_to_security_class and string_to_av_perm to
7526         translate strings. Enforce default policy and call avs_has_perm with
7527         results of translated strings.
7528
7529 2014-04-13  David S. Miller  <davem@davemloft.net>
7530
7531         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7532
7533 2014-04-12  Allan McRae  <allan@archlinux.org>
7534
7535         [BZ #16838]
7536         * manual/string.texi (Collation Functions): Fix qsort argument
7537         order in example.
7538         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
7539
7540 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
7541
7542         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
7543         Make the test a no-op if there are no exceptions defined.
7544
7545 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
7546
7547         * elf/Makefile (tests): make tst-dlopen-aout conditional on
7548         enable-hardcoded-path-in-tests
7549
7550 2014-04-11  Will Newton  <will.newton@linaro.org>
7551
7552         * benchtests/Makefile (extra-objs): Add json-lib.o.
7553         (bench-func): Tidy up JSON output.
7554         * benchtests/bench-skeleton.c: Include json-lib.h.
7555         (main): Use JSON library functions to do output of
7556         benchmark results.
7557         * benchtests/bench-timing-type.c (main): Output the
7558         timing type simply, leaving formatting to the user.
7559         * benchtests/json-lib.c: New file.
7560         * benchtests/json-lib.h: Likewise.
7561
7562 2014-04-11  Torvald Riegel  <triegel@redhat.com>
7563
7564         [BZ #15215]
7565         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
7566         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
7567         memory barriers.  Add comments.
7568         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
7569         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
7570         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
7571         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
7572         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
7573         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
7574
7575 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
7576
7577         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
7578         * sysdeps/s390/s390-64/configure.ac: ... this ...
7579         * sysdeps/s390/configure.ac: ... to here.
7580         * sysdeps/s390/s390-32/configure: Delete file.
7581         * sysdeps/s390/s390-64/configure: Delete file.
7582         * sysdeps/s390/configure: Regenerate.
7583
7584 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
7585
7586         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
7587
7588 2014-04-11  Will Newton  <will.newton@linaro.org>
7589
7590         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
7591         to zero if it is not defined elsewhere.  (mtrim): Test
7592         the value of MALLOC_DEBUG with #if rather than #ifdef.
7593
7594 2014-04-10 Torvald Riegel  <triegel@redhat.com>
7595
7596         * benchtests/pthread_once-inputs: New file.
7597         * benchtests/pthread_once-source.c: New file.
7598         * benchtests/README: Update documentation.
7599
7600 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
7601             H.J. Lu  <hongjiu.lu@intel.com>
7602
7603         [BZ #16275]
7604         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
7605         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
7606         * sysdeps/x86_64/configure: Regenerated.
7607         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
7608         macro.
7609         (REGISTER_SAVE_RAX): Likewise.
7610         (REGISTER_SAVE_RCX): Likewise.
7611         (REGISTER_SAVE_RDX): Likewise.
7612         (REGISTER_SAVE_RSI): Likewise.
7613         (REGISTER_SAVE_RDI): Likewise.
7614         (REGISTER_SAVE_R8): Likewise.
7615         (REGISTER_SAVE_R9): Likewise.
7616         (REGISTER_SAVE_BND0): Likewise.
7617         (REGISTER_SAVE_BND1): Likewise.
7618         (REGISTER_SAVE_BND2): Likewise.
7619         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
7620         bound registers when calling _dl_fixup.
7621
7622 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7623
7624         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
7625         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
7626         of its definition.
7627         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
7628         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
7629         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
7630         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
7631         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
7632         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
7633         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
7634
7635 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
7636
7637         [BZ #15514]
7638         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
7639         pathconf(_PC_NAME_MAX).
7640
7641 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7642
7643         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
7644         Remove macro usage.
7645         (__PTHREAD_SPINS): Move definition to ...
7646         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7647         (__PTHREAD_SPINS): ... here.
7648         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7649         (__PTHREAD_SPIN): Likewise.
7650         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
7651         (__PTHREAD_SPIN): Likewise.
7652         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
7653         (__PTHREAD_SPIN): Likewise.
7654         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
7655         (__PTHREAD_SPIN): Likewise.
7656         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7657         (__PTHREAD_SPIN): Likewise.
7658         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7659         (__PTHREAD_SPIN): Likewise.
7660         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
7661         (__PTHREAD_SPIN): Likewise.
7662         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7663         (__PTHREAD_SPIN): Likewise.
7664         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7665         (__PTHREAD_SPIN): Likewise.
7666         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7667         (__PTHREAD_SPIN): Likewise.
7668         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7669         (__PTHREAD_SPIN): Likewise.
7670         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
7671         (__PTHREAD_SPIN): Likewise.
7672
7673         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
7674         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
7675         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
7676         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
7677         imply folder.
7678         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
7679         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
7680         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
7681         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
7682         correct imply path.
7683         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
7684         strlen symbol for non multi-arch builds.
7685         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
7686         missing hidden_def and weak_alias.
7687
7688 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
7689
7690         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
7691
7692 2014-04-07  Will Newton  <will.newton@linaro.org>
7693
7694         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
7695         and contents.  [!_LIBC] Remove #ifndef and contents.
7696         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
7697         * string/memccpy.c (__memccpy): Use ANSI prototype.
7698         * string/memfrob.c (memfrob): Likewise.
7699         * string/strcoll.c (STRCOLL): Likewise.
7700         * string/strlen.c (strlen): Likewise.
7701         * string/strtok.c (STRTOK): Likewise.
7702         * string/strcat.c: Remove unused #include of memcopy.h.
7703         (strcat): Use ANSI prototype.
7704         * string/strchr.c: Remove unused #include of memcopy.h.
7705         (strchr): Use ANSI prototype.
7706         * string/strcmp.c: Remove unused #include of memcopy.h.
7707         (strcmp): Use ANSI prototype.
7708         * string/strcpy.c: Remove unused #include of memcopy.h.
7709         (strcpy): Use ANSI prototype.
7710
7711 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7712
7713         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
7714         * config.make.in (config-extra-cppflags): Set it from
7715         libc_extra_cppflags.
7716         * configure.ac (libc_extra_cflags): Make it accumulate over
7717         configure fragments.
7718         (libc_extra_cppflags): New flag.
7719         * configure. Regenerate.
7720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7721         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
7722         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
7724
7725         [BZ #16815]
7726         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
7727         result for FE_DOWNWARD rounding mode.
7728         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
7729         Likewise.
7730         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7731
7732 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
7733
7734         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
7735         in function argument name.
7736
7737 2014-04-03  David Svoboda  <svoboda@cert.org>
7738
7739         [BZ #5666]
7740         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
7741         explicitly.
7742
7743 2014-04-03  Roland McGrath  <roland@hack.frob.com>
7744
7745         * elf/dl-unmap-segments.h: New file.
7746         * sysdeps/generic/ldsodefs.h
7747         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
7748         * elf/dl-close.c: Include <dl-unmap-segments.h>.
7749         * elf/dl-fptr.c: Likewise.
7750         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
7751         * sysdeps/aarch64/tlsdesc.c: Likewise.
7752         * sysdeps/arm/tlsdesc.c: Likewise.
7753         * sysdeps/i386/tlsdesc.c: Likewise.
7754         * sysdeps/tile/dl-runtime.c: Likewise.
7755         * sysdeps/x86_64/tlsdesc.c: Likewise.
7756         * elf/dl-load.h: New file.
7757         * elf/dl-load.c: Include it.
7758         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
7759         Macros moved to dl-load.h.
7760         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
7761         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
7762         Use _dl_unmap_segments in place of __munmap.
7763         Break out segment-mapping loop into ...
7764         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
7765
7766 2014-04-03  Will Newton  <will.newton@linaro.org>
7767
7768         * elf/dl-lookup.c (do_lookup_x): Remove comment
7769         referring to nested function and move variable
7770         declarations down to before first use.
7771
7772 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
7773
7774         [BZ #16799]
7775         [BZ #16800]
7776         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
7777         with 0 numerator.
7778         * math/s_catanf.c (__catanf): Likewise.
7779         * math/s_catanh.c (__catanh): Likewise.
7780         * math/s_catanhf.c (__catanhf): Likewise.
7781         * math/s_catanhl.c (__catanhl): Likewise.
7782         * math/s_catanl.c (__catanl): Likewise.
7783         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
7784         by positive zero when computing -Inf result.
7785         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
7786         (catanh_test): Likewise.
7787         * sysdeps/i386/fpu/libm-test-ulps: Update.
7788         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7789
7790         [BZ #16789]
7791         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
7792         instead of using underflowing value in computing result.
7793         * math/s_clog10.c (__clog10): Likewise.
7794         * math/s_clog10f.c (__clog10f): Likewise.
7795         * math/s_clog10l.c (__clog10l): Likewise.
7796         * math/s_clogf.c (__clogf): Likewise.
7797         * math/s_clogl.c (__clogl): Likewise.
7798         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
7799         (clog10_test): Likewise.
7800         * sysdeps/i386/fpu/libm-test-ulps: Update.
7801         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7802
7803 2014-04-02  Alan Modra  <amodra@gmail.com>
7804
7805         [BZ #16739]
7806         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
7807         output when value is near a power of two.  Use int64_t for lx and
7808         remove casts.  Use decimal rather than hex exponent constants.
7809         Don't use long double multiplication when double will suffice.
7810         * math/libm-test.inc (nextafter_test_data): Add tests.
7811         * NEWS: Add 16739 and 16786 to bug list.
7812
7813         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
7814
7815         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
7816
7817 2014-04-01  Will Newton  <will.newton@linaro.org>
7818
7819         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
7820         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
7821
7822 2014-04-01  Florian Weimer  <fweimer@redhat.com>
7823
7824         [BZ #13347]
7825         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
7826         * nptl/tst-setuid2.c: New file.
7827         * nptl/Makefile (xtests): Add tst-setuid2.
7828
7829 2014-04-01  Alan Modra  <amodra@gmail.com>
7830
7831         [BZ #16786]
7832         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
7833
7834 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
7835
7836         [BZ #6803]
7837         [BZ #6804]
7838         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
7839         set errno as appropriate.
7840         * math/w_scalbf.c (__scalbf): Likewise.
7841         * math/w_scalbl.c (__scalbl): Likewise.
7842         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
7843         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
7844         * math/libm-test.inc (scalb_test_data): Add errno expectations.
7845         Add more NaN tests.
7846
7847         [BZ #16349]
7848         * math/w_atan2.c: Include <errno.h>.
7849         (__atan2): Set errno for result underflowing to zero.
7850         * math/w_atan2f.c: Include <errno.h>.
7851         (__atan2f): Set errno for result underflowing to zero.
7852         * math/w_atan2l.c: Include <errno.h>.
7853         (__atan2l): Set errno for result underflowing to zero.
7854         * math/auto-libm-test-in: Don't allow missing errno for some atan2
7855         tests.
7856         * math/auto-libm-test-out: Regenerated.
7857
7858 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7859
7860         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
7861         Encode instruction correctly in little endian.
7862         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
7863         Likewise.
7864         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
7865         Likewise.
7866         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
7867         Likewise.
7868         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
7869         Likewise.
7870
7871 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
7872
7873         [BZ #9894]
7874         * sysdeps/unix/sysv/linux/kernel-features.h
7875         [__sparc__ && !__arch64__ && !__sparc_v9__]
7876         (__ASSUME_SET_ROBUST_LIST): Do not define.
7877         [__sparc__ && !__arch64__ && !__sparc_v9__]
7878         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7879         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
7880         Likewise.
7881         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7882         (__ASSUME_FUTEX_LOCK_PI): Undefine.
7883         (__ASSUME_REQUEUE_PI): Likewise.
7884         (__ASSUME_SET_ROBUST_LIST): Likewise.
7885         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7886         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
7887         Undefine.
7888         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7889         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
7890         Likewise.
7891         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
7892         Likewise.
7893         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
7894         Likewise.
7895         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7896         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
7897         Undefine.
7898         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
7899         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
7900         Likewise.
7901
7902         [BZ #16648]
7903         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7904         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
7905         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
7906
7907 2014-03-31  Will Newton  <will.newton@linaro.org>
7908
7909         * benchtests/Makefile (bench): Add ffs and ffsll to list
7910         of tests.
7911         * benchtests/ffs-inputs: New file.
7912         * benchtests/ffsll-inputs: Likewise.
7913
7914 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
7915
7916         [BZ #16770]
7917         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
7918         too large before casting to int.
7919         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
7920         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
7921         * math/libm-test.inc (scalb_test_data): Add more tests.
7922
7923 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
7924
7925         * benchtests/Makefile (DETAILED_OPT): New make option.
7926         (bench-func): Run benchmark program with -d if DETAILED_OPT is
7927         set.
7928         * benchtests/bench-skeleton.c: Include stdbool.h.
7929         (main): Store and print timings per input.
7930         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
7931         member to each argument value.
7932         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
7933         (_print_arg_data): Initialize per-input timing to 0.
7934
7935         * benchtests/Makefile (timing-type): New binary.
7936         (bench-clean): Also remove bench-timing-type.
7937         (bench): New target for timing-type.
7938         (bench-func): Print output in JSON format.
7939         * benchtests/bench-skeleton.c (main): Print output in JSON
7940         format.
7941         * benchtests/bench-timing-type.c: New file.
7942         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
7943         (TIMING_PRINT_STATS): Remove.
7944         * benchtests/scripts/bench.py (_print_arg_data): Store variant
7945         name separately.
7946
7947         * benchtests/bench-modf.c: Remove.
7948         * benchtests/modf-inputs: New inputs file.
7949
7950 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
7951
7952         [BZ #16362]
7953         * math/s_clog10.c (M_PI_LOG10E): New macro.
7954         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
7955         imaginary parts are 0.
7956         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
7957         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
7958         imaginary parts are 0.
7959         * math/s_clog10l.c (M_PI_LOG10El): New macro.
7960         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
7961         imaginary parts are 0.
7962         * math/libm-test.inc (clog10_test_data): Update expected results
7963         for when real and imaginary parts are 0.
7964
7965 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
7966
7967         * elf/dl-load.c: Finish conversion of __builtin_expect into
7968         __glibc_{un}likely.
7969
7970 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
7971
7972         [BZ #16348]
7973         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
7974         1+x for argument with exponent below -67.
7975         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
7976         Likewise.
7977         * math/auto-libm-test-in: Add more tests of exp.
7978         * math/auto-libm-test-out: Regenerated.
7979
7980 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7981
7982         [BZ #16759]
7983         * inet/getnetgrent_r.c (get_nonempty_val): New function.
7984         (nscd_getnetgrent): Use it.
7985
7986         [BZ #16760]
7987         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
7988         of stpcpy.
7989
7990 2014-03-27  Andi Kleen  <ak@linux.intel.com>
7991
7992         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
7993         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7994         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7995         (lll_robust_unlock): Remove out of line section. Use cfi
7996         intrinsics.
7997         (LLL_STUB_UNWIND_INFO*): Remove.
7998         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
7999         (lll_robust_lock, lll_cond_lock, lll_timedlock)
8000         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8001         (lll_robust_unlock): Remove out of line section. Use cfi
8002         intrinsics.
8003         (LLL_STUB_UNWIND_INFO*): Remove.
8004
8005 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8006
8007         [BZ #16758]
8008         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
8009         blank values.
8010
8011 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
8012
8013         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
8014
8015 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
8016
8017         [BZ #16198]
8018         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
8019         fnstenv.
8020         * math/test-fenv-preserve.c: New file.
8021         * math/Makefile (tests): Add test-fenv-preserve.
8022
8023 2014-03-26  Will Newton <will.newton@linaro.org>
8024
8025         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
8026
8027 2014-03-25  Roland McGrath  <roland@hack.frob.com>
8028
8029         * scripts/versionlist.awk: Partition the version sets and emit all
8030         GLIBC_* (sorted) before all others (sorted).
8031
8032 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
8033
8034         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
8035         GLIBC_2.2.5 version.
8036
8037 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8038
8039         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
8040         calls.
8041
8042         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
8043         previous change.
8044
8045         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8046
8047 2014-03-25  Andreas Schwab  <schwab@suse.de>
8048
8049         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
8050         label to be used after in6ailist is initialized.
8051
8052 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8053
8054         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8055         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8056
8057 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
8058
8059         [BZ #16357]
8060         [BZ #16599]
8061         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
8062         min_plus_half.
8063         (fp_formats): Update initializers.
8064         (init_fp_formats): Initialize new field.
8065         (output_for_one_input_case): Allow underflow for results up to
8066         min_plus_half.
8067         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
8068         * math/auto-libm-test-in: Don't mark some underflows from asin and
8069         atanh as spurious.
8070         * math/auto-libm-test-out: Regenerated.
8071         * sysdeps/i386/fpu/libm-test-ulps: Update.
8072         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8073
8074 2014-03-25  Andreas Schwab  <schwab@suse.de>
8075
8076         * libio/Makefile (tst-ftell-partial-wide-ENV)
8077         (tst-ftell-active-handler-ENV): Define.
8078
8079 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
8080
8081         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
8082
8083 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
8084
8085         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
8086
8087 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
8088
8089         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
8090         * sysdeps/x86_64/fpu/multiarch/e_exp.c
8091         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
8092
8093 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
8094
8095         [BZ #16634]
8096         * elf/dl-load.c (open_verify): Add mode parameter.
8097         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
8098         (open_path): Change from boolean 'secure' to complete flag 'mode'
8099         (_dl_map_object): Adjust.
8100         * elf/Makefile (tests): Add tst-dlopen-aout.
8101         * elf/tst-dlopen-aout.c: New test.
8102
8103 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
8104
8105         [BZ #16714]
8106         * sysdeps/unix/sysv/linux/s390/bits/stat.h
8107         (struct stat): Rename member pad0 to __glibc_reserved0.
8108
8109         [BZ #16712]
8110         * sysdeps/s390/s390-32/bits/wordsize.h
8111         (__WORDSIZE32_SIZE_ULONG): New define.
8112         * sysdeps/s390/s390-64/bits/wordsize.h
8113         (__WORDSIZE32_SIZE_ULONG): Likewise.
8114         * sysdeps/generic/stdint.h (SIZE_MAX):
8115         Define as UL if __WORDSIZE32_SIZE_ULONG.
8116
8117         [BZ #16713]
8118         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
8119         (__glibc_reserved0): New variable.
8120         (sa_flags): Change type to int.
8121
8122         * posix/Makefile (before-compile): Use += before-compile instead
8123         of a :=.
8124
8125         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8126         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8127
8128 2014-03-20  Andreas Schwab  <schwab@suse.de>
8129
8130         [BZ #16743]
8131         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
8132         non-matching result from nscd.
8133
8134 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8135
8136         * scripts/bench.py: Moved to ...
8137         * benchtests/scripts/bench.py: ... here.
8138         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
8139
8140 2014-03-24  Andreas Schwab  <schwab@suse.de>
8141
8142         [BZ #16002]
8143         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
8144         alloca_account and account alloca use for struct in6ailist.
8145
8146 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
8147
8148         [BZ #16284]
8149         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
8150         rounding mode to recompute results that overflow to infinity or
8151         underflow to zero.
8152         * math/auto-libm-test-in: Don't mark tests as expected to fail for
8153         bug 16284.
8154         * math/auto-libm-test-out: Regenerated.
8155         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
8156         (ccosh_test): Likewise.
8157         (csin_test_data): Use plus_oflow.
8158         (csin_test): Use ALL_RM_TEST.
8159         (csinh_test_data): Use plus_oflow.
8160         (csinh_test): Use ALL_RM_TEST.
8161         * sysdeps/i386/fpu/libm-test-ulps: Update.
8162         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8163
8164 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
8165
8166         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
8167         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
8168         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
8169
8170         [BZ #16731]
8171         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
8172         when x - 1 is zero.
8173         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
8174         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
8175         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8176         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
8177         argument is 1.
8178         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
8179         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
8180         zero.
8181         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
8182         * sysdeps/i386/fpu/libm-test-ulps: Update.
8183         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8184
8185 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8186
8187         * scripts/bench.pl: Remove file.
8188         * scripts/bench.py: New benchmark script.
8189         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
8190         * benchtests/README: Mention python dependency.
8191         * scripts/pylintrc: New file.
8192         * scripts/pylint: New file.
8193
8194         * bits/mathdef.h: Use #ifdef instead of #if.
8195         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
8196         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8197         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
8198         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8199         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
8200         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8201
8202 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8203             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8204
8205         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
8206         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
8207         and strpbrk-ppc64 objects.
8208         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8209         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
8210         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
8211         multiarch strpbrk for POWER7.
8212         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
8213         multiarch strpbrk for PPC64.
8214         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
8215         ifunc selector.
8216         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
8217         strpbrk for POWER7.
8218
8219 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
8220
8221         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
8222         (atan_test): Likewise.
8223         (atanh_test_data): Use NO_TEST_INLINE for two tests.
8224         (atanh_test): Use ALL_RM_TEST.
8225         (atan2_test_data): Likewise.
8226         (cabs_test): Likewise.
8227         (cacosh_test): Likewise.
8228         (carg_test): Likewise.
8229         (casin_test): Likewise.
8230         (casinh_test): Likewise.
8231         (cbrt_test): Likewise.
8232         (csqrt_test): Likewise.
8233         (erf_test): Likewise.
8234         (erfc_test): Likewise.
8235         (pow10_test): Likewise.
8236         (exp2_test): Likewise.
8237         (hypot_test): Likewise.
8238         (j0_test): Likewise.
8239         (j1_test): Likewise.
8240         (lgamma_test): Likewise.
8241         (gamma_test): Likewise.
8242         (sincos_test): Likewise.
8243         (tanh_test): Likewise.
8244         (y0_test): Likewise.
8245         (y1_test): Likewise.
8246         * sysdeps/i386/fpu/libm-test-ulps: Update.
8247         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8248
8249 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8250
8251         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
8252         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
8253         and strcspn-ppc64 objects.
8254         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8255         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
8256         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
8257         multiarch strcspn for POWER7.
8258         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
8259         multiarch strcspn for PPC64.
8260         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
8261         ifunc selector.
8262         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
8263         strcspn for POWER7.
8264
8265 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
8266
8267         * math/gen-libm-test.pl (generate_testfile): Expect only function
8268         name as argument to AUTO_TESTS_* and pass results for all rounding
8269         modes to parse_args.
8270         (parse_auto_input): Separate inputs of automatic tests from
8271         outputs before storing in %auto_tests.
8272         * math/libm-test.inc (acos_test_data): Update call to
8273         AUTO_TESTS_f_f.
8274         (acos_test): Use ALL_RM_TEST.
8275         (acos_tonearest_test_data): Remove.
8276         (acos_test_tonearest): Likewise.
8277         (acos_towardzero_test_data): Likewise.
8278         (acos_test_towardzero): Likewise.
8279         (acos_downward_test_data): Likewise.
8280         (acos_test_downward): Likewise.
8281         (acos_upward_test_data): Likewise.
8282         (acos_test_upward): Likewise.
8283         (acosh_test_data): Update call to AUTO_TESTS_f_f.
8284         (asin_test_data): Likewise.
8285         (asin_test): Use ALL_RM_TEST.
8286         (asin_tonearest_test_data): Remove.
8287         (asin_test_tonearest): Likewise.
8288         (asin_towardzero_test_data): Likewise.
8289         (asin_test_towardzero): Likewise.
8290         (asin_downward_test_data): Likewise.
8291         (asin_test_downward): Likewise.
8292         (asin_upward_test_data): Likewise.
8293         (asin_test_upward): Likewise.
8294         (asinh_test_data): Update call to AUTO_TESTS_f_f.
8295         (atan_test_data): Likewise.
8296         (atanh_test_data): Likewise.
8297         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
8298         (cabs_test_data): Update call to AUTO_TESTS_c_f.
8299         (carg_test_data): Likewise.
8300         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
8301         (ccos_test_data): Update call to AUTO_TESTS_c_c.
8302         (ccosh_test_data): Likewise.
8303         (cexp_test_data): Likewise.
8304         (clog_test_data): Likewise.
8305         (clog10_test_data): Likewise.
8306         (cos_test_data): Update call to AUTO_TESTS_f_f.
8307         (cos_test): Use ALL_RM_TEST.
8308         (cos_tonearest_test_data): Remove.
8309         (cos_test_tonearest): Likewise.
8310         (cos_towardzero_test_data): Likewise.
8311         (cos_test_towardzero): Likewise.
8312         (cos_downward_test_data): Likewise.
8313         (cos_test_downward): Likewise.
8314         (cos_upward_test_data): Likewise.
8315         (cos_test_upward): Likewise.
8316         (cosh_test_data): Update call to AUTO_TESTS_f_f.
8317         (cosh_test): Use ALL_RM_TEST.
8318         (cosh_tonearest_test_data): Remove.
8319         (cosh_test_tonearest): Likewise.
8320         (cosh_towardzero_test_data): Likewise.
8321         (cosh_test_towardzero): Likewise.
8322         (cosh_downward_test_data): Likewise.
8323         (cosh_test_downward): Likewise.
8324         (cosh_upward_test_data): Likewise.
8325         (cosh_test_upward): Likewise.
8326         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
8327         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
8328         (ctan_test_data): Likewise.
8329         (ctan_test): Use ALL_RM_TEST.
8330         (ctan_tonearest_test_data): Remove.
8331         (ctan_test_tonearest): Likewise.
8332         (ctan_towardzero_test_data): Likewise.
8333         (ctan_test_towardzero): Likewise.
8334         (ctan_downward_test_data): Likewise.
8335         (ctan_test_downward): Likewise.
8336         (ctan_upward_test_data): Likewise.
8337         (ctan_test_upward): Likewise.
8338         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
8339         (ctanh_test): Use ALL_RM_TEST.
8340         (ctanh_tonearest_test_data): Remove.
8341         (ctanh_test_tonearest): Likewise.
8342         (ctanh_towardzero_test_data): Likewise.
8343         (ctanh_test_towardzero): Likewise.
8344         (ctanh_downward_test_data): Likewise.
8345         (ctanh_test_downward): Likewise.
8346         (ctanh_upward_test_data): Likewise.
8347         (ctanh_test_upward): Likewise.
8348         (erf_test_data): Update call to AUTO_TESTS_f_f.
8349         (erfc_test_data): Likewise.
8350         (exp_test_data): Likewise.
8351         (exp_test): Use ALL_RM_TEST.
8352         (exp_tonearest_test_data): Remove.
8353         (exp_test_tonearest): Likewise.
8354         (exp_towardzero_test_data): Likewise.
8355         (exp_test_towardzero): Likewise.
8356         (exp_downward_test_data): Likewise.
8357         (exp_test_downward): Likewise.
8358         (exp_upward_test_data): Likewise.
8359         (exp_test_upward): Likewise.
8360         (exp10_test_data): Update call to AUTO_TESTS_f_f.
8361         (exp10_test): Use ALL_RM_TEST.
8362         (exp10_tonearest_test_data): Remove.
8363         (exp10_test_tonearest): Likewise.
8364         (exp10_towardzero_test_data): Likewise.
8365         (exp10_test_towardzero): Likewise.
8366         (exp10_downward_test_data): Likewise.
8367         (exp10_test_downward): Likewise.
8368         (exp10_upward_test_data): Likewise.
8369         (exp10_test_upward): Likewise.
8370         (exp2_test_data): Update call to AUTO_TESTS_f_f.
8371         (expm1_test_data): Likewise.
8372         (expm1_test): Use ALL_RM_TEST.
8373         (expm1_tonearest_test_data): Remove.
8374         (expm1_test_tonearest): Likewise.
8375         (expm1_towardzero_test_data): Likewise.
8376         (expm1_test_towardzero): Likewise.
8377         (expm1_downward_test_data): Likewise.
8378         (expm1_test_downward): Likewise.
8379         (expm1_upward_test_data): Likewise.
8380         (expm1_test_upward): Likewise.
8381         (fma_test_data): Update call to AUTO_TESTS_fff_f.
8382         (fma_test): Use ALL_RM_TEST.
8383         (fma_towardzero_test_data): Remove.
8384         (fma_test_towardzero): Likewise.
8385         (fma_downward_test_data): Likewise.
8386         (fma_test_downward): Likewise.
8387         (fma_upward_test_data): Likewise.
8388         (fma_test_upward): Likewise.
8389         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
8390         (j0_test_data): Update call to AUTO_TESTS_f_f.
8391         (j1_test_data): Likewise.
8392         (jn_test_data): Update call to AUTO_TESTS_if_f.
8393         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
8394         (log_test_data): Update call to AUTO_TESTS_f_f.
8395         (log10_test_data): Likewise.
8396         (log1p_test_data): Likewise.
8397         (log2_test_data): Likewise.
8398         (pow_test_data): Update call to AUTO_TESTS_ff_f.
8399         (pow_tonearest_test_data): Likewise.
8400         (sin_test_data): Update call to AUTO_TESTS_f_f.
8401         (sin_test): Use ALL_RM_TEST.
8402         (sin_tonearest_test_data): Remove.
8403         (sin_test_tonearest): Likewise.
8404         (sin_towardzero_test_data): Likewise.
8405         (sin_test_towardzero): Likewise.
8406         (sin_downward_test_data): Likewise.
8407         (sin_test_downward): Likewise.
8408         (sin_upward_test_data): Likewise.
8409         (sin_test_upward): Likewise.
8410         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
8411         (sinh_test_data): Update call to AUTO_TESTS_f_f.
8412         (sinh_test): Use ALL_RM_TEST.
8413         (sinh_tonearest_test_data): Remove.
8414         (sinh_test_tonearest): Likewise.
8415         (sinh_towardzero_test_data): Likewise.
8416         (sinh_test_towardzero): Likewise.
8417         (sinh_downward_test_data): Likewise.
8418         (sinh_test_downward): Likewise.
8419         (sinh_upward_test_data): Likewise.
8420         (sinh_test_upward): Likewise.
8421         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
8422         (sqrt_test): Use ALL_RM_TEST.
8423         (sqrt_tonearest_test_data): Remove.
8424         (sqrt_test_tonearest): Likewise.
8425         (sqrt_towardzero_test_data): Likewise.
8426         (sqrt_test_towardzero): Likewise.
8427         (sqrt_downward_test_data): Likewise.
8428         (sqrt_test_downward): Likewise.
8429         (sqrt_upward_test_data): Likewise.
8430         (sqrt_test_upward): Likewise.
8431         (tan_test_data): Update call to AUTO_TESTS_f_f.
8432         (tan_test): Use ALL_RM_TEST.
8433         (tan_tonearest_test_data): Remove.
8434         (tan_test_tonearest): Likewise.
8435         (tan_towardzero_test_data): Likewise.
8436         (tan_test_towardzero): Likewise.
8437         (tan_downward_test_data): Likewise.
8438         (tan_test_downward): Likewise.
8439         (tan_upward_test_data): Likewise.
8440         (tan_test_upward): Likewise.
8441         (tanh_test_data): Update call to AUTO_TESTS_f_f.
8442         (tgamma_test_data): Likewise.
8443         (y0_test_data): Likewise.
8444         (y1_test_data): Likewise.
8445         (yn_test_data): Update call to AUTO_TESTS_if_f.
8446         (main): Do not call removed functions.
8447
8448 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
8449
8450         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
8451         (ldexp_test_data): Remove.
8452         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
8453         scalbn_test_data.
8454         (scalb_test): Use ALL_RM_TEST.
8455
8456 2014-03-19  Andreas Schwab  <schwab@suse.de>
8457
8458         * nscd/nscd.service: Also invalidate netgroup cache on reload.
8459
8460 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
8461
8462         [BZ #16649]
8463         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
8464         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
8465         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
8466         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8467         (__ASSUME_PREADV): Undefine.
8468         (__ASSUME_PWRITEV): Likewise.
8469
8470 2014-03-18  Roland McGrath  <roland@hack.frob.com>
8471
8472         * bits/mman-linux.h: Add comment about non-Linux use.
8473         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
8474         bits/mman-linux.h resting place.
8475
8476         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
8477         * bits/mman-linux.h: ... here.
8478
8479 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8480
8481         * conform/conformtest.pl: Add standard definition when calling C
8482         preprocessor on data files.
8483         (checknamespace): Remove unused variable.
8484
8485 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
8486
8487         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
8488         minus_oflow, plus_uflow and minus_uflow in expected results.
8489         * math/libm-test.inc (scalbn_test_data): Add more tests of
8490         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
8491         minus_uflow.
8492         (scalbn_test): Use ALL_RM_TEST.
8493         (scalbln_test_data): Add more tests of negative arguments.  Use
8494         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
8495         (scalbln_test): Use ALL_RM_TEST.
8496
8497 2014-03-18  Roland McGrath  <roland@hack.frob.com>
8498
8499         * scripts/abilist.awk: Ignore symbols marked with .hidden.
8500
8501 2014-03-18  Will Newton  <will.newton@linaro.org>
8502
8503         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
8504         inaccurate comment.
8505
8506 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
8507
8508         * Makerules [!subdir] (check-abi): Exit with error status if a
8509         test failed.
8510
8511 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
8512
8513         * math/libm-test.inc (nearbyint_test_data): Include all tests used
8514         for rint.  Include results for all rounding modes.
8515         (nearbyint_test): Use ALL_RM_TEST.
8516         (rint_test_data): Include all tests used for nearbyint.
8517
8518 2014-03-17  Will Newton  <will.newton@linaro.org>
8519
8520         * nptl/sysdeps/pthread/pthread.h: Revert previous
8521         change.
8522
8523         * sysdeps/generic/ldsodefs.h: Revert previous
8524         change.
8525
8526         * libio/genops.c: Revert previous change.
8527         * libio/libioP.h: Likewise.
8528         * stdio-common/vfprintf.c: Likewise.
8529
8530         * sysdeps/generic/math_private.h: Revert previous
8531         change.
8532
8533         * sysdeps/generic/math_private.h: Check whether
8534         HAVE_RM_CTX is defined with #ifdef rather
8535         than #if.
8536
8537         * argp/argp-fmtstream.h: Check whether
8538         __STRICT_ANSI__ is defined with #ifdef rather
8539         than #if.
8540         * argp/argp.h: Likewise.
8541
8542         * libio/genops.c: Check whether
8543         _IO_JUMPS_OFFSET is defined with #ifdef rather
8544         than #if.
8545         * libio/libioP.h: Likewise.
8546         * stdio-common/vfprintf.c: Likewise.
8547
8548         * sysdeps/generic/ldsodefs.h: Check whether
8549         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
8550         than #if.
8551
8552         * nptl/sysdeps/pthread/pthread.h: Check
8553         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
8554         its value.
8555
8556 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
8557
8558         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
8559         setting O_APPEND.
8560         * libio/tst-ftell-active-handler.c (do_append_test): Add a
8561         test case.
8562
8563         [BZ #16680]
8564         * libio/fileops.c (_IO_file_open): Seek to end of file but
8565         don't cache the offset.
8566         (get_file_offset): Remove function.
8567         (do_ftell): Use cached offset when available.
8568         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
8569         don't cache the offset.
8570         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
8571         case.
8572         (do_one_test): Call it.
8573         (do_ftell_test): Fix up expected old offset for a+ mode.
8574         * libio/wfileops.c (do_ftell_wide): Used cached offset when
8575         available.
8576
8577         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
8578         up test status with function return status.
8579         (do_write_test): Likewise.
8580         (do_append_test): Likewise.
8581
8582         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
8583         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
8584         Remove.
8585
8586 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
8587
8588         * math/gen-libm-test.pl (parse_args): Handle results specified for
8589         each rounding mode separately.
8590         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
8591         tests and results from lrint_tonearest_test_data,
8592         lrint_towardzero_test_data, lrint_downward_test_data and
8593         lrint_upward_test_data.
8594         (lrint_test): Use ALL_RM_TEST.
8595         (lrint_tonearest_test_data): Remove.
8596         (lrint_test_tonearest): Likewise.
8597         (lrint_towardzero_test_data): Likewise.
8598         (lrint_test_towardzero): Likewise.
8599         (lrint_downward_test_data): Likewise.
8600         (lrint_test_downward): Likewise.
8601         (lrint_upward_test_data): Likewise.
8602         (lrint_test_upward): Likewise.
8603         (llrint_test_data): Merge in per-rounding-mode tests and results
8604         from llrint_tonearest_test_data, llrint_towardzero_test_data,
8605         llrint_downward_test_data and llrint_upward_test_data.
8606         (llrint_test): Use ALL_RM_TEST.
8607         (llrint_tonearest_test_data): Remove.
8608         (llrint_test_tonearest): Likewise.
8609         (llrint_towardzero_test_data): Likewise.
8610         (llrint_test_towardzero): Likewise.
8611         (llrint_downward_test_data): Likewise.
8612         (llrint_test_downward): Likewise.
8613         (llrint_upward_test_data): Likewise.
8614         (llrint_test_upward): Likewise.
8615         (rint_test_data): Merge in per-rounding-mode tests and results
8616         from rint_tonearest_test_data, rint_towardzero_test_data,
8617         rint_downward_test_data and rint_upward_test_data.  Add
8618         per-rounding-mode results for tests not in those arrays.
8619         (rint_test): Use ALL_RM_TEST.
8620         (rint_tonearest_test_data): Remove.
8621         (rint_test_tonearest): Likewise.
8622         (rint_towardzero_test_data): Likewise.
8623         (rint_test_towardzero): Likewise.
8624         (rint_downward_test_data): Likewise.
8625         (rint_test_downward): Likewise.
8626         (rint_upward_test_data): Likewise.
8627         (rint_test_upward): Likewise.
8628         (main): Don't call removed functions.
8629
8630 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8631
8632         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
8633         "Compiled on ..." crapola.  It is anti-useful.
8634
8635 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
8636
8637         * scripts/evaluate-test.sh: Handle fourth argument to determine
8638         whether test run should stop on failure.
8639         * Makeconfig (stop-on-test-failure): New variable.
8640         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
8641         $(stop-on-test-failure).
8642         * Makefile (tests): Give a summary of results from testing and
8643         exit with failure status if they include an ERROR or FAIL.
8644         (xtests): Likewise.
8645         * manual/install.texi (Configuring and compiling): Mention
8646         stop-on-test-failure=y.
8647         * INSTALL: Regenerated.
8648
8649 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8650
8651         * scripts/versionlist.awk: New file.
8652         * Makerules [$(build-shared) = yes]
8653         (postclean-generated): Add Versions.def, not Versions.def.v and
8654         Versions.def.v.i.
8655         ($(common-objpfx)Versions.def.v.i): Target removed.
8656         ($(common-objpfx)Versions.def): New target.
8657         ($(common-objpfx)Versions.all): Depend on that rather that
8658         $(common-objpfx)Versions.def.v.
8659         * Versions.def: File removed.
8660
8661         * Makeconfig (+gccwarn): Add -Wundef.
8662         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
8663         a dl-sysdep.h breaking its contract.
8664         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
8665         * include/stackinfo.h: New file.
8666         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
8667         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
8668         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
8669         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
8670         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
8671         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
8672         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8673         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8674         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8675         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8676         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8677         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
8678         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8679         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8680         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8681
8682 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8683
8684         [BZ #16707]
8685         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
8686         implementation.
8687         * math/libm-test.inc (round_test_data): Add more tests.
8688
8689         [BZ #16706]
8690         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
8691         implementation.
8692         * math/libm-test.inc (nearbyint_test_data): Add more tests.
8693
8694         [BZ #16701]
8695         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
8696         implementation.
8697         * math/libm-test.inc (ceil_test_data): Add more tests.
8698
8699         * math/libm-test.inc (trunc_test_data): Add more tests related to
8700         BZ#16414.
8701
8702 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8703
8704         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
8705         with #if rather than #ifdef.
8706         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
8707
8708 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
8709
8710         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
8711         first.  Disable AVX-512 GCC support if assembler doesn't support
8712         it.
8713         * sysdeps/x86_64/configure: Regenerated.
8714
8715 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
8716
8717         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
8718         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
8719         (__old_pthread_attr_setstack): Likewise.
8720         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
8721         [!_STACK_GROWS_DOWN]: Likewise.
8722
8723 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
8724
8725         * config.make.in (have-bash2): Delete.
8726         * configure.ac (libc_cv_have_bash2): Delete.
8727         * configure: Regenerate.
8728         * elf/Makefile (common-ldd-rewrite): Rename to ...
8729         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
8730         (sh-ldd-rewrite): Delete.
8731         (bash-ldd-rewrite): Delete.
8732         (have-bash2): Delete checks.
8733         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
8734         ldd-rewrite.
8735
8736         * config.make.in (have-ksh): Delete.
8737         (KSH): Delete.
8738         * configure.ac (libc_cv_have_ksh): Delete.
8739         * configure: Regenerate.
8740
8741         * elf/Makefile: Delete $(have-ksh) check.
8742         ($(objpfx)sotruss): Change KSH to BASH.
8743         * elf/sotruss.ksh: Rename to ...
8744         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
8745         function style to match POSIX.  Drop ksh vim mode setting.
8746
8747         * manual/time.texi (Specifying the Time Zone with TZ): Change
8748         Tuesday to Thursday.
8749
8750         * debug/tst-longjmp_chk2.c: Update header comment.
8751         (stackoverflow_handler): Add comment.  Call assert on pass value.
8752
8753 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
8754
8755         [BZ #16194]
8756         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
8757         (HAVE_AVX512_ASM_SUPPORT): Likewise.
8758         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
8759         (La_x86_64_vector): Add zmm.
8760         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
8761         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
8762         ($(objpfx)tst-audit10): New target.
8763         ($(objpfx)tst-audit10.out): Likewise.
8764         (tst-audit10-ENV): New.
8765         (AVX512-CFLAGS): Likewise.
8766         (CFLAGS-tst-audit10.c): Likewise.
8767         (CFLAGS-tst-auditmod10a.c): Likewise.
8768         (CFLAGS-tst-auditmod10b.c): Likewise.
8769         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
8770         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
8771         * sysdeps/x86_64/configure: Regenerated.
8772         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
8773         AVX-512 zmm register support.
8774         (_dl_x86_64_save_sse): Likewise.
8775         (_dl_x86_64_restore_sse): Likewise.
8776         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
8777         size vector registers.
8778         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
8779         (ZMM_SIZE): Likewise.
8780         * sysdeps/x86_64/tst-audit10.c: New file.
8781         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
8782         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
8783
8784 2014-03-13  Roland McGrath  <roland@hack.frob.com>
8785
8786         * configure.ac (HAVE_EHDR_START): New check.
8787         * configure: Regenerated.
8788         * config.h.in (HAVE_EHDR_START): New #undef.
8789         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
8790         assuming the lowest-addressed segment maps the start of the file.
8791
8792 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
8793
8794         * INSTALL: Regenerated.
8795
8796 2014-03-13  Will Newton  <will.newton@linaro.org>
8797
8798         * manual/setjmp.texi (System V contexts): Improve
8799         clarity and grammar of documentation.
8800
8801 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
8802
8803         [BZ #16381]
8804         * elf/Makefile (tests): Add tst-pie2.
8805         (tests-pie): Add tst-pie2.
8806         * elf/tst-pie2.c: New file.
8807         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
8808         for ET_EXEC.
8809         * elf/rtld.c (map_doit): Load executable as lt_executable.
8810         (dl_main): Likewise.
8811
8812 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
8813
8814         [BZ #16642]
8815         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8816         (__ASSUME_PSELECT): Undefine.
8817
8818 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8819
8820         [BZ #16689]
8821         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
8822         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
8823         static build.
8824         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
8825         selector for static builds.
8826
8827 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8828
8829         [BZ #16695]
8830         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
8831         key in the buffer.
8832
8833 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8834
8835         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
8836         IFUNC selector for static builds.
8837
8838 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
8839
8840         * sysdeps/mips/math_private.h [__mips_hard_float]
8841         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
8842         libc_feresetround_mips_ctx.
8843         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
8844         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
8845         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
8846
8847         [BZ #16677]
8848         * math/s_nextafter.c (__nextafter): Do not return value from
8849         overflowing computation.
8850         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
8851         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
8852         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
8853         Likewise.
8854         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
8855         Likewise.
8856         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
8857         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
8858
8859 2014-03-11  Roland McGrath  <roland@hack.frob.com>
8860
8861         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
8862         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
8863         Move sfi_sp use from the load-multiple (that no longer sets sp) to
8864         the new mov targetting sp.
8865
8866 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8867
8868         [BZ #16683]
8869         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
8870         Define it for static builds as well.
8871         (NO_BZERO_IMPL): Likewise.
8872
8873 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8874
8875         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
8876         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
8877         multiarch strspn for PPC64.
8878         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
8879         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
8880         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8881         (__libc_ifunc_impl_list): Likewise.
8882         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
8883         multiarch optimizations
8884         * string/strspn.c (strspn): Using macro to redefine symbol name.
8885
8886 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8887             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8888
8889         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
8890         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
8891         multiarch strncat for PPC64.
8892         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
8893         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
8894         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8895         (__libc_ifunc_impl_list): Likewise.
8896         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
8897         multiarch optimizations
8898
8899 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8900
8901         [BZ #16639]
8902         * nscd/nscd.service: Make service type forking.
8903
8904 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8905
8906         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
8907         sign in non default rounding modes.
8908         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
8909
8910 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
8911
8912         * math/libm-test.inc (ALL_RM_TEST): New macro.
8913         (ceil_test): Use ALL_RM_TEST.
8914         (cimag_test): Likewise.
8915         (conj_test): Likewise.
8916         (copysign_test): Likewise.
8917         (cproj_test): Likewise.
8918         (creal_test): Likewise.
8919         (fabs_test): Likewise.
8920         (floor_test): Likewise.
8921         (fmax_test): Likewise.
8922         (fmin_test): Likewise.
8923         (fmod_test): Likewise.
8924         (fpclassify_test): Likewise.
8925         (frexp_test): Likewise.
8926         (ilogb_test): Likewise.
8927         (isfinite_test): Likewise.
8928         (finite_test): Likewise.
8929         (isgreater_test): Likewise.
8930         (isgreaterequal_test): Likewise.
8931         (isinf_test): Likewise.
8932         (isless_test): Likewise.
8933         (islessequal_test): Likewise.
8934         (islessgreater_test): Likewise.
8935         (isnan_test): Likewise.
8936         (isnormal_test): Likewise.
8937         (issignaling_test): Likewise.
8938         (isunordered_test): Likewise.
8939         (logb_test): Likewise.
8940         (logb_downward_test_data): Remove.
8941         (logb_test_downward): Likewise.
8942         (lround_test): Use ALL_RM_TEST.
8943         (llround_test): Likewise.
8944         (modf_test): Likewise.
8945         (nexttoward_test): Likewise.
8946         (remainder_test): Likewise.
8947         (drem_test): Likewise.
8948         (remainder_tonearest_test_data): Likewise.
8949         (remainder_test_tonearest): Likewise.
8950         (drem_test_tonearest): Likewise.
8951         (remainder_towardzero_test_data): Likewise.
8952         (remainder_test_towardzero): Likewise.
8953         (drem_test_towardzero): Likewise.
8954         (remainder_downward_test_data): Likewise.
8955         (remainder_test_downward): Likewise.
8956         (drem_test_downward): Likewise.
8957         (remainder_upward_test_data): Likewise.
8958         (remainder_test_upward): Likewise.
8959         (drem_test_upward): Likewise.
8960         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
8961         (round_test): Use ALL_RM_TEST.
8962         (signbit_test): Likewise.
8963         (trunc_test): Likewise.
8964         (significand_test): Likewise.
8965         (main): Don't call removed functions.
8966
8967 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
8968
8969         [BZ #16674]
8970         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
8971         || __USE_XOPEN2K8].
8972         (ILL_ILLOPN): Likewise.
8973         (ILL_ILLADR): Likewise.
8974         (ILL_ILLTRP): Likewise.
8975         (ILL_PRVOPC): Likewise.
8976         (ILL_PRVREG): Likewise.
8977         (ILL_COPROC): Likewise.
8978         (ILL_BADSTK): Likewise.
8979         (FPE_INTDIV): Likewise.
8980         (FPE_INTOVF): Likewise.
8981         (FPE_FLTDIV): Likewise.
8982         (FPE_FLTOVF): Likewise.
8983         (FPE_FLTUND): Likewise.
8984         (FPE_FLTRES): Likewise.
8985         (FPE_FLTINV): Likewise.
8986         (FPE_FLTSUB): Likewise.
8987         (SEGV_MAPERR): Likewise.
8988         (SEGV_ACCERR): Likewise.
8989         (BUS_ADRALN): Likewise.
8990         (BUS_ADRERR): Likewise.
8991         (BUS_OBJERR): Likewise.
8992         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8993         (TRAP_TRACE): Likewise.
8994         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8995         __USE_XOPEN2K8].
8996         (CLD_KILLED): Likewise.
8997         (CLD_DUMPED): Likewise.
8998         (CLD_TRAPPED): Likewise.
8999         (CLD_STOPPED): Likewise.
9000         (CLD_CONTINUED): Likewise.
9001         (POLL_IN): Likewise.
9002         (POLL_OUT): Likewise.
9003         (POLL_MSG): Likewise.
9004         (POLL_ERR): Likewise.
9005         (POLL_PRI): Likewise.
9006         (POLL_HUP): Likewise.
9007         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
9008         Likewise.
9009         (ILL_ILLOPN): Likewise.
9010         (ILL_ILLADR): Likewise.
9011         (ILL_ILLTRP): Likewise.
9012         (ILL_PRVOPC): Likewise.
9013         (ILL_PRVREG): Likewise.
9014         (ILL_COPROC): Likewise.
9015         (ILL_BADSTK): Likewise.
9016         (FPE_INTDIV): Likewise.
9017         (FPE_INTOVF): Likewise.
9018         (FPE_FLTDIV): Likewise.
9019         (FPE_FLTOVF): Likewise.
9020         (FPE_FLTUND): Likewise.
9021         (FPE_FLTRES): Likewise.
9022         (FPE_FLTINV): Likewise.
9023         (FPE_FLTSUB): Likewise.
9024         (SEGV_MAPERR): Likewise.
9025         (SEGV_ACCERR): Likewise.
9026         (BUS_ADRALN): Likewise.
9027         (BUS_ADRERR): Likewise.
9028         (BUS_OBJERR): Likewise.
9029         (BUS_MCEERR_AR): Likewise.
9030         (BUS_MCEERR_AO): Likewise.
9031         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9032         (TRAP_TRACE): Likewise.
9033         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9034         __USE_XOPEN2K8].
9035         (CLD_KILLED): Likewise.
9036         (CLD_DUMPED): Likewise.
9037         (CLD_TRAPPED): Likewise.
9038         (CLD_STOPPED): Likewise.
9039         (CLD_CONTINUED): Likewise.
9040         (POLL_IN): Likewise.
9041         (POLL_OUT): Likewise.
9042         (POLL_MSG): Likewise.
9043         (POLL_ERR): Likewise.
9044         (POLL_PRI): Likewise.
9045         (POLL_HUP): Likewise.
9046         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
9047         (ILL_ILLOPN): Likewise.
9048         (ILL_ILLADR): Likewise.
9049         (ILL_ILLTRP): Likewise.
9050         (ILL_PRVOPC): Likewise.
9051         (ILL_PRVREG): Likewise.
9052         (ILL_COPROC): Likewise.
9053         (ILL_BADSTK): Likewise.
9054         (FPE_INTDIV): Likewise.
9055         (FPE_INTOVF): Likewise.
9056         (FPE_FLTDIV): Likewise.
9057         (FPE_FLTOVF): Likewise.
9058         (FPE_FLTUND): Likewise.
9059         (FPE_FLTRES): Likewise.
9060         (FPE_FLTINV): Likewise.
9061         (FPE_FLTSUB): Likewise.
9062         (SEGV_MAPERR): Likewise.
9063         (SEGV_ACCERR): Likewise.
9064         (BUS_ADRALN): Likewise.
9065         (BUS_ADRERR): Likewise.
9066         (BUS_OBJERR): Likewise.
9067         (BUS_MCEERR_AR): Likewise.
9068         (BUS_MCEERR_AO): Likewise.
9069         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9070         (TRAP_TRACE): Likewise.
9071         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9072         __USE_XOPEN2K8].
9073         (CLD_KILLED): Likewise.
9074         (CLD_DUMPED): Likewise.
9075         (CLD_TRAPPED): Likewise.
9076         (CLD_STOPPED): Likewise.
9077         (CLD_CONTINUED): Likewise.
9078         (POLL_IN): Likewise.
9079         (POLL_OUT): Likewise.
9080         (POLL_MSG): Likewise.
9081         (POLL_ERR): Likewise.
9082         (POLL_PRI): Likewise.
9083         (POLL_HUP): Likewise.
9084         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
9085         Likewise.
9086         (ILL_ILLOPN): Likewise.
9087         (ILL_ILLADR): Likewise.
9088         (ILL_ILLTRP): Likewise.
9089         (ILL_PRVOPC): Likewise.
9090         (ILL_PRVREG): Likewise.
9091         (ILL_COPROC): Likewise.
9092         (ILL_BADSTK): Likewise.
9093         (ILL_BADIADDR): Likewise.
9094         (ILL_BREAK): Likewise.
9095         (FPE_INTDIV): Likewise.
9096         (FPE_INTOVF): Likewise.
9097         (FPE_FLTDIV): Likewise.
9098         (FPE_FLTOVF): Likewise.
9099         (FPE_FLTUND): Likewise.
9100         (FPE_FLTRES): Likewise.
9101         (FPE_FLTINV): Likewise.
9102         (FPE_FLTSUB): Likewise.
9103         (FPE_DECOVF): Likewise.
9104         (FPE_DECDIV): Likewise.
9105         (FPE_DECERR): Likewise.
9106         (FPE_INVASC): Likewise.
9107         (FPE_INVDEC): Likewise.
9108         (SEGV_MAPERR): Likewise.
9109         (SEGV_ACCERR): Likewise.
9110         (SEGV_PSTKOVF): Likewise.
9111         (BUS_ADRALN): Likewise.
9112         (BUS_ADRERR): Likewise.
9113         (BUS_OBJERR): Likewise.
9114         (BUS_MCEERR_AR): Likewise.
9115         (BUS_MCEERR_AO): Likewise.
9116         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9117         (TRAP_TRACE): Likewise.
9118         (TRAP_BRANCH): Likewise.
9119         (TRAP_HWBKPT): Likewise.
9120         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9121         __USE_XOPEN2K8].
9122         (CLD_KILLED): Likewise.
9123         (CLD_DUMPED): Likewise.
9124         (CLD_TRAPPED): Likewise.
9125         (CLD_STOPPED): Likewise.
9126         (CLD_CONTINUED): Likewise.
9127         (POLL_IN): Likewise.
9128         (POLL_OUT): Likewise.
9129         (POLL_MSG): Likewise.
9130         (POLL_ERR): Likewise.
9131         (POLL_PRI): Likewise.
9132         (POLL_HUP): Likewise.
9133         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
9134         (ILL_ILLOPN): Likewise.
9135         (ILL_ILLADR): Likewise.
9136         (ILL_ILLTRP): Likewise.
9137         (ILL_PRVOPC): Likewise.
9138         (ILL_PRVREG): Likewise.
9139         (ILL_COPROC): Likewise.
9140         (ILL_BADSTK): Likewise.
9141         (FPE_INTDIV): Likewise.
9142         (FPE_INTOVF): Likewise.
9143         (FPE_FLTDIV): Likewise.
9144         (FPE_FLTOVF): Likewise.
9145         (FPE_FLTUND): Likewise.
9146         (FPE_FLTRES): Likewise.
9147         (FPE_FLTINV): Likewise.
9148         (FPE_FLTSUB): Likewise.
9149         (SEGV_MAPERR): Likewise.
9150         (SEGV_ACCERR): Likewise.
9151         (BUS_ADRALN): Likewise.
9152         (BUS_ADRERR): Likewise.
9153         (BUS_OBJERR): Likewise.
9154         (BUS_MCEERR_AR): Likewise.
9155         (BUS_MCEERR_AO): Likewise.
9156         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9157         (TRAP_TRACE): Likewise.
9158         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9159         __USE_XOPEN2K8].
9160         (CLD_KILLED): Likewise.
9161         (CLD_DUMPED): Likewise.
9162         (CLD_TRAPPED): Likewise.
9163         (CLD_STOPPED): Likewise.
9164         (CLD_CONTINUED): Likewise.
9165         (POLL_IN): Likewise.
9166         (POLL_OUT): Likewise.
9167         (POLL_MSG): Likewise.
9168         (POLL_ERR): Likewise.
9169         (POLL_PRI): Likewise.
9170         (POLL_HUP): Likewise.
9171         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
9172         (ILL_ILLOPN): Likewise.
9173         (ILL_ILLADR): Likewise.
9174         (ILL_ILLTRP): Likewise.
9175         (ILL_PRVOPC): Likewise.
9176         (ILL_PRVREG): Likewise.
9177         (ILL_COPROC): Likewise.
9178         (ILL_BADSTK): Likewise.
9179         (FPE_INTDIV): Likewise.
9180         (FPE_INTOVF): Likewise.
9181         (FPE_FLTDIV): Likewise.
9182         (FPE_FLTOVF): Likewise.
9183         (FPE_FLTUND): Likewise.
9184         (FPE_FLTRES): Likewise.
9185         (FPE_FLTINV): Likewise.
9186         (FPE_FLTSUB): Likewise.
9187         (SEGV_MAPERR): Likewise.
9188         (SEGV_ACCERR): Likewise.
9189         (BUS_ADRALN): Likewise.
9190         (BUS_ADRERR): Likewise.
9191         (BUS_OBJERR): Likewise.
9192         (BUS_MCEERR_AR): Likewise.
9193         (BUS_MCEERR_AO): Likewise.
9194         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9195         (TRAP_TRACE): Likewise.
9196         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9197         __USE_XOPEN2K8].
9198         (CLD_KILLED): Likewise.
9199         (CLD_DUMPED): Likewise.
9200         (CLD_TRAPPED): Likewise.
9201         (CLD_STOPPED): Likewise.
9202         (CLD_CONTINUED): Likewise.
9203         (POLL_IN): Likewise.
9204         (POLL_OUT): Likewise.
9205         (POLL_MSG): Likewise.
9206         (POLL_ERR): Likewise.
9207         (POLL_PRI): Likewise.
9208         (POLL_HUP): Likewise.
9209         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
9210         (ILL_ILLOPN): Likewise.
9211         (ILL_ILLADR): Likewise.
9212         (ILL_ILLTRP): Likewise.
9213         (ILL_PRVOPC): Likewise.
9214         (ILL_PRVREG): Likewise.
9215         (ILL_COPROC): Likewise.
9216         (ILL_BADSTK): Likewise.
9217         (FPE_INTDIV): Likewise.
9218         (FPE_INTOVF): Likewise.
9219         (FPE_FLTDIV): Likewise.
9220         (FPE_FLTOVF): Likewise.
9221         (FPE_FLTUND): Likewise.
9222         (FPE_FLTRES): Likewise.
9223         (FPE_FLTINV): Likewise.
9224         (FPE_FLTSUB): Likewise.
9225         (SEGV_MAPERR): Likewise.
9226         (SEGV_ACCERR): Likewise.
9227         (BUS_ADRALN): Likewise.
9228         (BUS_ADRERR): Likewise.
9229         (BUS_OBJERR): Likewise.
9230         (BUS_MCEERR_AR): Likewise.
9231         (BUS_MCEERR_AO): Likewise.
9232         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9233         (TRAP_TRACE): Likewise.
9234         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9235         __USE_XOPEN2K8].
9236         (CLD_KILLED): Likewise.
9237         (CLD_DUMPED): Likewise.
9238         (CLD_TRAPPED): Likewise.
9239         (CLD_STOPPED): Likewise.
9240         (CLD_CONTINUED): Likewise.
9241         (POLL_IN): Likewise.
9242         (POLL_OUT): Likewise.
9243         (POLL_MSG): Likewise.
9244         (POLL_ERR): Likewise.
9245         (POLL_PRI): Likewise.
9246         (POLL_HUP): Likewise.
9247         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
9248         (ILL_ILLOPN): Likewise.
9249         (ILL_ILLADR): Likewise.
9250         (ILL_ILLTRP): Likewise.
9251         (ILL_PRVOPC): Likewise.
9252         (ILL_PRVREG): Likewise.
9253         (ILL_COPROC): Likewise.
9254         (ILL_BADSTK): Likewise.
9255         (ILL_DBLFLT): Likewise.
9256         (ILL_HARDWALL): Likewise.
9257         (FPE_INTDIV): Likewise.
9258         (FPE_INTOVF): Likewise.
9259         (FPE_FLTDIV): Likewise.
9260         (FPE_FLTOVF): Likewise.
9261         (FPE_FLTUND): Likewise.
9262         (FPE_FLTRES): Likewise.
9263         (FPE_FLTINV): Likewise.
9264         (FPE_FLTSUB): Likewise.
9265         (SEGV_MAPERR): Likewise.
9266         (SEGV_ACCERR): Likewise.
9267         (BUS_ADRALN): Likewise.
9268         (BUS_ADRERR): Likewise.
9269         (BUS_OBJERR): Likewise.
9270         (BUS_MCEERR_AR): Likewise.
9271         (BUS_MCEERR_AO): Likewise.
9272         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9273         (TRAP_TRACE): Likewise.
9274         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9275         __USE_XOPEN2K8].
9276         (CLD_KILLED): Likewise.
9277         (CLD_DUMPED): Likewise.
9278         (CLD_TRAPPED): Likewise.
9279         (CLD_STOPPED): Likewise.
9280         (CLD_CONTINUED): Likewise.
9281         (POLL_IN): Likewise.
9282         (POLL_OUT): Likewise.
9283         (POLL_MSG): Likewise.
9284         (POLL_ERR): Likewise.
9285         (POLL_PRI): Likewise.
9286         (POLL_HUP): Likewise.
9287         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
9288         (ILL_ILLOPN): Likewise.
9289         (ILL_ILLADR): Likewise.
9290         (ILL_ILLTRP): Likewise.
9291         (ILL_PRVOPC): Likewise.
9292         (ILL_PRVREG): Likewise.
9293         (ILL_COPROC): Likewise.
9294         (ILL_BADSTK): Likewise.
9295         (FPE_INTDIV): Likewise.
9296         (FPE_INTOVF): Likewise.
9297         (FPE_FLTDIV): Likewise.
9298         (FPE_FLTOVF): Likewise.
9299         (FPE_FLTUND): Likewise.
9300         (FPE_FLTRES): Likewise.
9301         (FPE_FLTINV): Likewise.
9302         (FPE_FLTSUB): Likewise.
9303         (SEGV_MAPERR): Likewise.
9304         (SEGV_ACCERR): Likewise.
9305         (BUS_ADRALN): Likewise.
9306         (BUS_ADRERR): Likewise.
9307         (BUS_OBJERR): Likewise.
9308         (BUS_MCEERR_AR): Likewise.
9309         (BUS_MCEERR_AO): Likewise.
9310         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9311         (TRAP_TRACE): Likewise.
9312         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9313         __USE_XOPEN2K8].
9314         (CLD_KILLED): Likewise.
9315         (CLD_DUMPED): Likewise.
9316         (CLD_TRAPPED): Likewise.
9317         (CLD_STOPPED): Likewise.
9318         (CLD_CONTINUED): Likewise.
9319         (POLL_IN): Likewise.
9320         (POLL_OUT): Likewise.
9321         (POLL_MSG): Likewise.
9322         (POLL_ERR): Likewise.
9323         (POLL_PRI): Likewise.
9324         (POLL_HUP): Likewise.
9325         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
9326         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9327
9328         [BZ #16670]
9329         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
9330         before #include of <time.h>.
9331         [!__USE_XOPEN2K] (__need_timespec): Likewise.
9332         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
9333         (test-xfail-UNIX98/sched.h/conform): Likewise.
9334
9335 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9336
9337         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
9338         error absence of trapping exception support.
9339         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
9340
9341 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9342
9343         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
9344         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
9345         * timezone/Makefile (testdata): Move definition above include of
9346         Rules.
9347         (test-zones): New variable.
9348         (tests-special): Add zone files.
9349         (build-testdata): Use $(evaluate-test).
9350
9351         * elf/Makefile (tests-special): Rename tests to end with .out.
9352         ($(objpfx)noload-mem): Likewise.
9353         ($(objpfx)tst-leaks1-mem): Likewise.
9354         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
9355         * iconv/Makefile (xtests-special): Change test-iconvconfig to
9356         $(objpfx)test-iconvconfig.out.
9357         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
9358         set -e inside subshell and redirect output to file.
9359         * iconvdata/Makefile (generated): Rename tests to end with .out.
9360         Correct type.
9361         (tests-special): Rename tests to end with .out.
9362         ($(objpfx)mtrace-tst-loading): Likewise.
9363         * intl/Makefile (generated): Likewise.
9364         (tests-special): Likewise.
9365         ($(objpfx)mtrace-tst-gettext): Likewise.
9366         * misc/Makefile (generated): Likewise.
9367         (tests-special): Likewise.
9368         ($(objpfx)tst-error1-mem): Likewise.
9369         * nptl/Makefile (tests-special): Likewise.
9370         ($(objpfx)tst-stack3-mem): Likewise.
9371         (generated): Likewise.
9372         * posix/Makefile (generated): Likewise.
9373         (tests-special): Likewise.
9374         (xtests-special): Likewise.
9375         ($(objpfx)tst-fnmatch-mem): Likewise.
9376         ($(objpfx)bug-regex2-mem): Likewise.
9377         ($(objpfx)bug-regex14-mem): Likewise.
9378         ($(objpfx)bug-regex21-mem): Likewise.
9379         ($(objpfx)bug-regex31-mem): Likewise.
9380         ($(objpfx)tst-vfork3-mem): Likewise.
9381         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9382         ($(objpfx)tst-pcre-mem): Likewise.
9383         ($(objpfx)tst-boost-mem): Likewise.
9384         ($(objpfx)bug-ga2-mem): Likewise.
9385         ($(objpfx)bug-glob2-mem): Likewise.
9386         * resolv/Makefile (generate): Likewise.
9387         (tests-special): Likewise.
9388         (xtests-special): Likewise.
9389         (generated): Likewise.
9390         ($(objpfx)mtrace-tst-leaks): Likewise.
9391         ($(objpfx)mtrace-tst-leaks2): Likewise.
9392
9393         * scripts/merge-test-results.sh: New file.
9394         * Makefile (tests-special-notdir): New variable.
9395         (tests): Run merge-test-results.sh.
9396         (xtests): Likewise.
9397         * Rules (tests-special-notdir): New variable.
9398         (xtests-special-notdir): Likewise.
9399         (tests): Run merge-test-results.sh
9400         (xtests): Likewise.
9401
9402         * Makeconfig (test-xfail-name): New variable.
9403         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
9404         compute variable name for expected failures.
9405         * conform/Makefile (conformtest-headers-data): New variable.
9406         (conformtest-standards): Likewise.
9407         (conformtest-headers-ISO): Likewise.
9408         (conformtest-headers-ISO99): Likewise.
9409         (conformtest-headers-ISO11): Likewise.
9410         (conformtest-headers-POSIX): Likewise.
9411         (conformtest-headers-XPG3): Likewise.
9412         (conformtest-headers-XPG4): Likewise.
9413         (conformtest-headers-UNIX98): Likewise.
9414         (conformtest-headers-XOPEN2K): Likewise.
9415         (conformtest-headers-POSIX2008): Likewise.
9416         (conformtest-headers-XOPEN2K8): Likewise.
9417         (conformtest-header-list-base): Likewise.
9418         (conformtest-header-list-tests): Likewise.
9419         (conformtest-header-base): Likewise.
9420         (conformtest-header-tests): Likewise.
9421         (tests-special): Add $(conformtest-header-list-tests).  If
9422         [$(fast-check) && !$(cross-compiling)], add
9423         $(conformtest-header-tests) instead of
9424         $(objpfx)run-conformtest.out.
9425         (generated): Add $(conformtest-header-list-base).  If
9426         [$(fast-check) && !$(cross-compiling)], add
9427         $(conformtest-header-base).  Remove previous setting.
9428         ($(conformtest-header-list-tests)): New target.
9429         (test-xfail-run-conformtest): Remove variable.
9430         ($(objpfx)run-conformtest.out): Remove target.
9431         (test-xfail-ISO11/complex.h/conform): New variable.
9432         (test-xfail-ISO11/stdalign.h/conform): Likewise.
9433         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
9434         (test-xfail-XPG3/varargs.h/conform): Likewise.
9435         (test-xfail-XPG4/varargs.h/conform): Likewise.
9436         (test-xfail-UNIX98/varargs.h/conform): Likewise.
9437         (test-xfail-XPG4/ndbm.h/conform): Likewise.
9438         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
9439         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
9440         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
9441         (test-xfail-XPG3/fcntl.h/conform): Likewise.
9442         (test-xfail-XPG3/ftw.h/conform): Likewise.
9443         (test-xfail-XPG3/grp.h/conform): Likewise.
9444         (test-xfail-XPG3/langinfo.h/conform): Likewise.
9445         (test-xfail-XPG3/limits.h/conform): Likewise.
9446         (test-xfail-XPG3/pwd.h/conform): Likewise.
9447         (test-xfail-XPG3/search.h/conform): Likewise.
9448         (test-xfail-XPG3/signal.h/conform): Likewise.
9449         (test-xfail-XPG3/stdio.h/conform): Likewise.
9450         (test-xfail-XPG3/stdlib.h/conform): Likewise.
9451         (test-xfail-XPG3/string.h/conform): Likewise.
9452         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
9453         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
9454         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
9455         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
9456         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
9457         (test-xfail-XPG3/sys/types.h/conform): Likewise.
9458         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
9459         (test-xfail-XPG3/termios.h/conform): Likewise.
9460         (test-xfail-XPG3/time.h/conform): Likewise.
9461         (test-xfail-XPG3/unistd.h/conform): Likewise.
9462         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
9463         (test-xfail-XPG4/fcntl.h/conform): Likewise.
9464         (test-xfail-XPG4/langinfo.h/conform): Likewise.
9465         (test-xfail-XPG4/netdb.h/conform): Likewise.
9466         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
9467         (test-xfail-XPG4/signal.h/conform): Likewise.
9468         (test-xfail-XPG4/stdio.h/conform): Likewise.
9469         (test-xfail-XPG4/stdlib.h/conform): Likewise.
9470         (test-xfail-XPG4/stropts.h/conform): Likewise.
9471         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
9472         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
9473         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
9474         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
9475         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
9476         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
9477         (test-xfail-XPG4/sys/time.h/conform): Likewise.
9478         (test-xfail-XPG4/sys/types.h/conform): Likewise.
9479         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
9480         (test-xfail-XPG4/termios.h/conform): Likewise.
9481         (test-xfail-XPG4/ucontext.h/conform): Likewise.
9482         (test-xfail-XPG4/unistd.h/conform): Likewise.
9483         (test-xfail-XPG4/utmpx.h/conform): Likewise.
9484         (test-xfail-POSIX/sched.h/conform): Likewise.
9485         (test-xfail-POSIX/signal.h/conform): Likewise.
9486         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9487         (test-xfail-POSIX/tar.h/conform): Likewise.
9488         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
9489         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
9490         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
9491         (test-xfail-UNIX98/netdb.h/conform): Likewise.
9492         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
9493         (test-xfail-UNIX98/sched.h/conform): Likewise.
9494         (test-xfail-UNIX98/signal.h/conform): Likewise.
9495         (test-xfail-UNIX98/stdio.h/conform): Likewise.
9496         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
9497         (test-xfail-UNIX98/stropts.h/conform): Likewise.
9498         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
9499         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
9500         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
9501         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
9502         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
9503         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
9504         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
9505         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
9506         (test-xfail-UNIX98/unistd.h/conform): Likewise.
9507         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
9508         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
9509         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
9510         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
9511         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
9512         (test-xfail-XOPEN2K/math.h/conform): Likewise.
9513         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
9514         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
9515         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
9516         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
9517         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
9518         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
9519         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
9520         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
9521         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
9522         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
9523         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
9524         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
9525         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
9526         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
9527         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
9528         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
9529         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
9530         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
9531         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
9532         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
9533         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
9534         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
9535         (test-xfail-POSIX2008/signal.h/conform): Likewise.
9536         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
9537         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
9538         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
9539         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
9540         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
9541         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
9542         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
9543         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
9544         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
9545         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
9546         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
9547         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
9548         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
9549         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
9550         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
9551         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
9552         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
9553         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
9554         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
9555         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
9556         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
9557         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
9558         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
9559         (conformtest-cc-flags): Likewise.
9560         ($(conformtest-header-tests): New target.
9561         * conform/check-header-lists.sh: New file.
9562         * conform/run-conformtest.sh: Remove.
9563
9564         * conform/conformtest.pl: Allow ' and \ in values given for
9565         constants.
9566         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
9567         inclusion.
9568         [POSIX] (sys/types.h): Likewise.
9569         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
9570         inclusion.
9571         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
9572         inclusion.
9573         * conform/data/signal.h-data (SIGIO): Remove expectation.
9574         [XPG3] (SIGBUS): Do not expect.
9575         [POSIX || XPG3] (SIGPOLL): Likewise.
9576         [POSIX || XPG3] (SIGPROF): Likewise.
9577         [POSIX || XPG3] (SIGSYS): Likewise.
9578         [XPG3] (SIGTRAP): Likewise.
9579         [POSIX || XPG3] (SIGURG): Likewise.
9580         [POSIX || XPG3] (SIGVTALRM): Likewise.
9581         [POSIX || XPG3] (SIGXCPU): Likewise.
9582         [POSIX || XPG3] (SIGXFSZ): Likewise.
9583         [POSIX] (SA_SIGINFO): Expect.
9584         [XPG3] (siginfo_t): Do not expect type or contents.
9585         [POSIX] (si_pid): Do not expect element.
9586         [POSIX] (si_uid): Likewise.
9587         [POSIX] (si_addr): Likewise.
9588         [POSIX] (si_status): Likewise.
9589         [POSIX] (si_band): Likewise.
9590         [XPG4] (si_value): Likewise.
9591         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
9592         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
9593         [POSIX || XPG3] (ILL_ILLADR): Likewise.
9594         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
9595         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
9596         [POSIX || XPG3] (ILL_PRVREG): Likewise.
9597         [POSIX || XPG3] (ILL_COPROC): Likewise.
9598         [POSIX || XPG3] (ILL_BADSTK): Likewise.
9599         [POSIX || XPG3] (FPE_INTDIV): Likewise.
9600         [POSIX || XPG3] (FPE_INTOVF): Likewise.
9601         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
9602         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
9603         [POSIX || XPG3] (FPE_FLTUND): Likewise.
9604         [POSIX || XPG3] (FPE_FLTRES): Likewise.
9605         [POSIX || XPG3] (FPE_FLTINV): Likewise.
9606         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
9607         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
9608         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
9609         [POSIX || XPG3] (BUS_ADRALN): Likewise.
9610         [POSIX || XPG3] (BUS_ADRERR): Likewise.
9611         [POSIX || XPG3] (BUS_OBJERR): Likewise.
9612         [POSIX || XPG3] (CLD_EXITED): Likewise.
9613         [POSIX || XPG3] (CLD_KILLED): Likewise.
9614         [POSIX || XPG3] (CLD_DUMPED): Likewise.
9615         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
9616         [POSIX || XPG3] (CLD_STOPPED): Likewise.
9617         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
9618         [POSIX || XPG3] (POLL_IN): Likewise.
9619         [POSIX || XPG3] (POLL_OUT): Likewise.
9620         [POSIX || XPG3] (POLL_MSG): Likewise.
9621         [POSIX || XPG3] (POLL_ERR): Likewise.
9622         [POSIX || XPG3] (POLL_PRI): Likewise.
9623         [POSIX || XPG3] (POLL_HUP): Likewise.
9624         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
9625         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
9626         (SIG*): Do not allow.
9627         [XPG3] (si_*): Likewise.
9628         [XPG3] (SI_*): Likewise.
9629         [XPG3 || XPG4] (sigev_*): Likewise.
9630         [XPG3 || XPG4] (SIGEV_*): Likewise.
9631         [XPG3 || XPG4] (sival_*): Likewise.
9632         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
9633         [POSIX || XPG3] (BUS_*): Likewise.
9634         [POSIX || XPG3] (CLD_*): Likewise.
9635         [POSIX || XPG3] (FPE_*): Likewise.
9636         [POSIX || XPG3] (ILL_*): Likewise.
9637         [POSIX || XPG3] (POLL_*): Likewise.
9638         [POSIX || XPG3] (SEGV_*): Likewise.
9639         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
9640         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
9641         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
9642         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
9643         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
9644         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
9645         Specify type and value.
9646         (TVERSLEN): Likewise.
9647         (REGTYPE): Likewise.
9648         (AREGTYPE): Likewise.
9649         (LNKTYPE): Likewise.
9650         (SYMTYPE): Likewise.
9651         (CHRTYPE): Likewise.
9652         (BLKTYPE): Likewise.
9653         (DIRTYPE): Likewise.
9654         (FIFOTYPE): Likewise.
9655         (CONTTYPE): Likewise.
9656         (TSUID): Likewise.
9657         (TSGID): Likewise.
9658         (TSVTX): Likewise.
9659         (TUREAD): Likewise.
9660         (TUWRITE): Likewise.
9661         (TUEXEC): Likewise.
9662         (TGREAD): Likewise.
9663         (TGWRITE): Likewise.
9664         (TGEXEC): Likewise.
9665         (TOREAD): Likewise.
9666         (TOWRITE): Likewise.
9667         (TOEXEC): Likewise.
9668         [POSIX] (TSVTX): Expect constant.
9669
9670 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
9671
9672         * Makefile (tests): Change dependencies to ....
9673         (tests-special): ... additions to this variable.
9674         (tests): Depend on $(tests-special).
9675         * Makerules (check-abi-list): New variable.
9676         (check-abi): Depend on $(check-abi-list).
9677         [$(subdir) = elf] (tests-special): Add
9678         $(objpfx)check-abi-libc.out.
9679         [$(build-shared) = yes && subdir] (tests-special): Add
9680         $(check-abi-list).
9681         [$(build-shared) = yes && subdir] (tests): Do not depend on
9682         check-abi.
9683         * Rules (tests): Depend on $(tests-special).
9684         (xtests): Depend on $(xtests-special).
9685         * catgets/Makefile (tests): Change dependencies to ....
9686         (tests-special): ... additions to this variable.
9687         * conform/Makefile (tests): Change dependencies to ....
9688         (tests-special): ... additions to this variable.
9689         * elf/Makefile (tests): Change dependencies to ....
9690         (tests-special): ... additions to this variable.
9691         * grp/Makefile (tests): Change dependencies to ....
9692         (tests-special): ... additions to this variable.
9693         * iconv/Makefile (xtests): Change dependencies to ....
9694         (xtests-special): ... additions to this variable.
9695         * iconvdata/Makefile (tests): Change dependencies to ....
9696         (tests-special): ... additions to this variable.
9697         * intl/Makefile (tests): Change dependencies to ....
9698         (tests-special): ... additions to this variable.  Also add
9699         $(objpfx)tst-gettext.out.
9700         * io/Makefile (tests): Change dependencies to ....
9701         (tests-special): ... additions to this variable.
9702         * libio/Makefile (tests): Change dependencies to ....
9703         (tests-special): ... additions to this variable.
9704         * malloc/Makefile (tests): Change dependencies to ....
9705         (tests-special): ... additions to this variable.
9706         * misc/Makefile (tests): Change dependencies to ....
9707         (tests-special): ... additions to this variable.
9708         * nptl/Makefile (tests): Change dependencies to ....
9709         (tests-special): ... additions to this variable.
9710         * nptl_db/Makefile (tests): Change dependencies to ....
9711         (tests-special): ... additions to this variable.
9712         * posix/Makefile (tests): Change dependencies to ....
9713         (tests-special): ... additions to this variable.
9714         (xtests): Change dependencies to ....
9715         (xtests-special): ... additions to this variable.
9716         * resolv/Makefile (tests): Change dependencies to ....
9717         (tests-special): ... additions to this variable.
9718         (xtests): Change dependencies to ....
9719         (xtests-special): ... additions to this variable.
9720         * stdio-common/Makefile (tests): Change dependencies to ....
9721         (tests-special): ... additions to this variable.
9722         (do-tst-unbputc): Remove target.
9723         (do-tst-printf): Likewise.
9724         * stdlib/Makefile (tests): Change dependencies to ....
9725         (tests-special): ... additions to this variable.
9726         * string/Makefile (tests): Change dependencies to ....
9727         (tests-special): ... additions to this variable.
9728         * sysdeps/x86/Makefile (tests): Change dependencies to ....
9729         (tests-special): ... additions to this variable.
9730
9731         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
9732         whole file.
9733         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
9734         whole file.
9735         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
9736         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
9737
9738         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
9739         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
9740         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
9741         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
9742         * conform/data/libgen.h-data [XPG3]: Likewise.
9743         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
9744         * conform/data/ndbm.h-data [XPG3]: Likewise.
9745         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9746         * conform/data/netdb.h-data [XPG3]: Likewise.
9747         * conform/data/netinet/in.h-data [XPG3]: Likewise.
9748         * conform/data/poll.h-data [XPG3]: Likewise.
9749         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9750         * conform/data/strings.h-data [XPG3]: Likewise.
9751         * conform/data/stropts.h-data [XPG3]: Likewise.
9752         * conform/data/sys/mman.h-data [XPG3]: Likewise.
9753         * conform/data/sys/resource.h-data [XPG3]: Likewise.
9754         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
9755         Likewise.
9756         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
9757         * conform/data/sys/time.h-data [XPG3]: Likewise.
9758         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
9759         * conform/data/sys/uio.h-data [XPG3]: Likewise.
9760         * conform/data/sys/un.h-data [XPG3]: Likewise.
9761         * conform/data/syslog.h-data [XPG3]: Likewise.
9762         * conform/data/ucontext.h-data [XPG3]: Likewise.
9763         * conform/data/utmpx.h-data [XPG3]: Likewise.
9764         * conform/data/varargs.h-data [UNIX98]: Enable file.
9765
9766         * manual/Makefile (INSTALL_INFO): Remove variable setting.
9767
9768         * math/libm-test.inc (struct test_f_f_data): Move expected results
9769         into structure for each rounding mode.
9770         (struct test_ff_f_data): Likewise.
9771         (struct test_ff_f_data_nexttoward): Likewise.
9772         (struct test_fi_f_data): Likewise.
9773         (struct test_fl_f_data): Likewise.
9774         (struct test_if_f_data): Likewise.
9775         (struct test_fff_f_data): Likewise.
9776         (struct test_c_f_data): Likewise.
9777         (struct test_f_f1_data): Likewise.
9778         (struct test_fF_f1_data): Likewise.
9779         (struct test_ffI_f1_data): Likewise.
9780         (struct test_c_c_data): Likewise.
9781         (struct test_cc_c_data): Likewise.
9782         (struct test_f_i_data): Likewise.
9783         (struct test_ff_i_data): Likewise.
9784         (struct test_f_l_data): Likewise.
9785         (struct test_f_L_data): Likewise.
9786         (struct test_fFF_11_data): Likewise.
9787         (RM_): New macro.
9788         (RM_FE_DOWNWARD): Likewise.
9789         (RM_FE_TONEAREST): Likewise.
9790         (RM_FE_TOWARDZERO): Likewise.
9791         (RM_FE_UPWARD): Likewise.
9792         (RUN_TEST_LOOP_f_f): Update references to expected results.
9793         (RUN_TEST_LOOP_2_f): Likewise.
9794         (RUN_TEST_LOOP_fff_f): Likewise.
9795         (RUN_TEST_LOOP_c_f): Likewise.
9796         (RUN_TEST_LOOP_f_f1): Likewise.
9797         (RUN_TEST_LOOP_fF_f1): Likewise.
9798         (RUN_TEST_LOOP_fI_f1): Likewise.
9799         (RUN_TEST_LOOP_ffI_f1): Likewise.
9800         (RUN_TEST_LOOP_c_c): Likewise.
9801         (RUN_TEST_LOOP_cc_c): Likewise.
9802         (RUN_TEST_LOOP_f_i): Likewise.
9803         (RUN_TEST_LOOP_f_i_tg): Likewise.
9804         (RUN_TEST_LOOP_ff_i_tg): Likewise.
9805         (RUN_TEST_LOOP_f_b): Likewise.
9806         (RUN_TEST_LOOP_f_b_tg): Likewise.
9807         (RUN_TEST_LOOP_f_l): Likewise.
9808         (RUN_TEST_LOOP_f_L): Likewise.
9809         (RUN_TEST_LOOP_fFF_11): Likewise.
9810         * math/gen-libm-test.pl (parse_args): Output four copies of
9811         expected results for each test.
9812
9813         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9814         (__ASSUME_UTIMES): Remove.
9815         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9816         (__ASSUME_UTIMES): Likewise.
9817
9818         * math/gen-auto-libm-tests.c: Update comment on output format.
9819         (output_for_one_input_case): Generate before-rounding and
9820         after-rounding information as conditions on output flags not
9821         floating-point format.
9822         * math/auto-libm-test-out: Regenerated.
9823         * math/gen-libm-test.pl (cond_value): New function.
9824         (or_cond_value): Use cond_value.
9825         (generate_testfile): Handle conditional exceptions.
9826
9827 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
9828
9829         * math/libm-test.inc (max_valid_error): New variable.
9830         (init_max_error): Take new argument specifying whether function
9831         results are exactly determined.  Set max_valid_error and bound
9832         other variables for errors based on this argument.
9833         (set_max_error): Do not record results above max_valid_error.
9834         (check_float_internal): Only accept errors of up to 0.5ulps if
9835         also at most max_valid_error.
9836         (START): Take new argument EXACT and pass it to init_max_error.
9837         (acos_test): Update call to START.
9838         (acos_test_tonearest): Likewise.
9839         (acos_test_towardzero): Likewise.
9840         (acos_test_downward): Likewise.
9841         (acos_test_upward): Likewise.
9842         (acosh_test): Likewise.
9843         (asin_test): Likewise.
9844         (asin_test_tonearest): Likewise.
9845         (asin_test_towardzero): Likewise.
9846         (asin_test_downward): Likewise.
9847         (asin_test_upward): Likewise.
9848         (asinh_test): Likewise.
9849         (atan_test): Likewise.
9850         (atanh_test): Likewise.
9851         (atan2_test): Likewise.
9852         (cabs_test): Likewise.
9853         (cacos_test): Likewise.
9854         (cacosh_test): Likewise.
9855         (carg_test): Likewise.
9856         (casin_test): Likewise.
9857         (casinh_test): Likewise.
9858         (catan_test): Likewise.
9859         (catanh_test): Likewise.
9860         (cbrt_test): Likewise.
9861         (ccos_test): Likewise.
9862         (ccosh_test): Likewise.
9863         (ceil_test): Likewise.
9864         (cexp_test): Likewise.
9865         (cimag_test): Likewise.
9866         (clog_test): Likewise.
9867         (clog10_test): Likewise.
9868         (conj_test): Likewise.
9869         (copysign_test): Likewise.
9870         (cos_test): Likewise.
9871         (cos_test_tonearest): Likewise.
9872         (cos_test_towardzero): Likewise.
9873         (cos_test_downward): Likewise.
9874         (cos_test_upward): Likewise.
9875         (cosh_test): Likewise.
9876         (cosh_test_tonearest): Likewise.
9877         (cosh_test_towardzero): Likewise.
9878         (cosh_test_downward): Likewise.
9879         (cosh_test_upward): Likewise.
9880         (cpow_test): Likewise.
9881         (cproj_test): Likewise.
9882         (creal_test): Likewise.
9883         (csin_test): Likewise.
9884         (csinh_test): Likewise.
9885         (csqrt_test): Likewise.
9886         (ctan_test): Likewise.
9887         (ctan_test_tonearest): Likewise.
9888         (ctan_test_towardzero): Likewise.
9889         (ctan_test_downward): Likewise.
9890         (ctan_test_upward): Likewise.
9891         (ctanh_test): Likewise.
9892         (ctanh_test_tonearest): Likewise.
9893         (ctanh_test_towardzero): Likewise.
9894         (ctanh_test_downward): Likewise.
9895         (ctanh_test_upward): Likewise.
9896         (erf_test): Likewise.
9897         (erfc_test): Likewise.
9898         (exp_test): Likewise.
9899         (exp_test_tonearest): Likewise.
9900         (exp_test_towardzero): Likewise.
9901         (exp_test_downward): Likewise.
9902         (exp_test_upward): Likewise.
9903         (exp10_test): Likewise.
9904         (exp10_test_tonearest): Likewise.
9905         (exp10_test_towardzero): Likewise.
9906         (exp10_test_downward): Likewise.
9907         (exp10_test_upward): Likewise.
9908         (pow10_test): Likewise.
9909         (exp2_test): Likewise.
9910         (expm1_test): Likewise.
9911         (expm1_test_tonearest): Likewise.
9912         (expm1_test_towardzero): Likewise.
9913         (expm1_test_downward): Likewise.
9914         (expm1_test_upward): Likewise.
9915         (fabs_test): Likewise.
9916         (fdim_test): Likewise.
9917         (floor_test): Likewise.
9918         (fma_test): Likewise.
9919         (fma_test_towardzero): Likewise.
9920         (fma_test_downward): Likewise.
9921         (fma_test_upward): Likewise.
9922         (fmax_test): Likewise.
9923         (fmin_test): Likewise.
9924         (fmod_test): Likewise.
9925         (fpclassify_test): Likewise.
9926         (frexp_test): Likewise.
9927         (hypot_test): Likewise.
9928         (ilogb_test): Likewise.
9929         (isfinite_test): Likewise.
9930         (finite_test): Likewise.
9931         (isgreater_test): Likewise.
9932         (isgreaterequal_test): Likewise.
9933         (isinf_test): Likewise.
9934         (isless_test): Likewise.
9935         (islessequal_test): Likewise.
9936         (islessgreater_test): Likewise.
9937         (isnan_test): Likewise.
9938         (isnormal_test): Likewise.
9939         (issignaling_test): Likewise.
9940         (isunordered_test): Likewise.
9941         (j0_test): Likewise.
9942         (j1_test): Likewise.
9943         (jn_test): Likewise.
9944         (ldexp_test): Likewise.
9945         (lgamma_test): Likewise.
9946         (gamma_test): Likewise.
9947         (lrint_test): Likewise.
9948         (lrint_test_tonearest): Likewise.
9949         (lrint_test_towardzero): Likewise.
9950         (lrint_test_downward): Likewise.
9951         (lrint_test_upward): Likewise.
9952         (llrint_test): Likewise.
9953         (llrint_test_tonearest): Likewise.
9954         (llrint_test_towardzero): Likewise.
9955         (llrint_test_downward): Likewise.
9956         (llrint_test_upward): Likewise.
9957         (log_test): Likewise.
9958         (log10_test): Likewise.
9959         (log1p_test): Likewise.
9960         (log2_test): Likewise.
9961         (logb_test): Likewise.
9962         (logb_test_downward): Likewise.
9963         (lround_test): Likewise.
9964         (llround_test): Likewise.
9965         (modf_test): Likewise.
9966         (nearbyint_test): Likewise.
9967         (nextafter_test): Likewise.
9968         (nexttoward_test): Likewise.
9969         (pow_test): Likewise.
9970         (pow_test_tonearest): Likewise.
9971         (pow_test_towardzero): Likewise.
9972         (pow_test_downward): Likewise.
9973         (pow_test_upward): Likewise.
9974         (remainder_test): Likewise.
9975         (drem_test): Likewise.
9976         (remainder_test_tonearest): Likewise.
9977         (drem_test_tonearest): Likewise.
9978         (remainder_test_towardzero): Likewise.
9979         (drem_test_towardzero): Likewise.
9980         (remainder_test_downward): Likewise.
9981         (drem_test_downward): Likewise.
9982         (remainder_test_upward): Likewise.
9983         (drem_test_upward): Likewise.
9984         (remquo_test): Likewise.
9985         (rint_test): Likewise.
9986         (rint_test_tonearest): Likewise.
9987         (rint_test_towardzero): Likewise.
9988         (rint_test_downward): Likewise.
9989         (rint_test_upward): Likewise.
9990         (round_test): Likewise.
9991         (scalb_test): Likewise.
9992         (scalbn_test): Likewise.
9993         (scalbln_test): Likewise.
9994         (signbit_test): Likewise.
9995         (sin_test): Likewise.
9996         (sin_test_tonearest): Likewise.
9997         (sin_test_towardzero): Likewise.
9998         (sin_test_downward): Likewise.
9999         (sin_test_upward): Likewise.
10000         (sincos_test): Likewise.
10001         (sinh_test): Likewise.
10002         (sinh_test_tonearest): Likewise.
10003         (sinh_test_towardzero): Likewise.
10004         (sinh_test_downward): Likewise.
10005         (sinh_test_upward): Likewise.
10006         (sqrt_test): Likewise.
10007         (sqrt_test_tonearest): Likewise.
10008         (sqrt_test_towardzero): Likewise.
10009         (sqrt_test_downward): Likewise.
10010         (sqrt_test_upward): Likewise.
10011         (tan_test): Likewise.
10012         (tan_test_tonearest): Likewise.
10013         (tan_test_towardzero): Likewise.
10014         (tan_test_downward): Likewise.
10015         (tan_test_upward): Likewise.
10016         (tanh_test): Likewise.
10017         (tgamma_test): Likewise.
10018         (trunc_test): Likewise.
10019         (y0_test): Likewise.
10020         (y1_test): Likewise.
10021         (yn_test): Likewise.
10022         (significand_test): Likewise.
10023
10024         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
10025         individual tests in comment.
10026         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
10027         (prev_max_error): New variable.
10028         (prev_real_max_error): Likewise.
10029         (prev_imag_max_error): Likewise.
10030         (compare_ulp_data): Don't refer to test names in comment.
10031         (find_test_ulps): Remove function.
10032         (find_function_ulps): Likewise.
10033         (find_complex_function_ulps): Likewise.
10034         (init_max_error): Take function name as argument.  Look up ulps
10035         for that function.
10036         (print_ulps): Remove function.
10037         (print_max_error): Use prev_max_error instead of calling
10038         find_function_ulps.
10039         (print_complex_max_error): Use prev_real_max_error and
10040         prev_imag_max_error instead of calling find_complex_function_ulps.
10041         (check_float_internal): Take max_ulp parameter instead of calling
10042         find_test_ulps.  Don't call print_ulps.
10043         (check_float): Update call to check_float_internal.
10044         (check_complex): Update calls to check_float_internal.
10045         (START): Pass argument to init_max_error.
10046         * math/gen-libm-test.pl (%results): Don't include "kind"
10047         information.
10048         (parse_ulps): Don't handle ulps of individual tests.
10049         (print_ulps_file): Likewise.
10050         (output_ulps): Likewise.
10051         * math/README.libm-test: Update.
10052         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
10053         individual tests.
10054         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
10055         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
10056         * sysdeps/arm/libm-test-ulps: Likewise.
10057         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
10058         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
10059         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
10060         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
10061         * sysdeps/microblaze/libm-test-ulps: Likewise.
10062         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
10063         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10064         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
10065         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
10066         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
10067         * sysdeps/sh/libm-test-ulps: Likewise.
10068         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
10069         * sysdeps/tile/libm-test-ulps: Likewise.
10070         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10071
10072 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
10073
10074         * math/libm-test.inc (print_complex_max_error): Check separately
10075         whether real and imaginary errors are within allowed range and
10076         pass 0 to print_complex_function_ulps instead of value within
10077         allowed range.
10078
10079 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
10080
10081         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
10082         formatting.
10083         (get_handles_fopen): Likewise.
10084         (do_write_test): Likewise.
10085
10086         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
10087
10088         * libio/fileops.c (do_ftell): Use cached offset when
10089         available.
10090         * libio/iofwide.c (do_ftell_wide): Likewise.
10091         * libio/iofdopen.c (_IO_new_fdopen): Don't use
10092         _IO_file_attach.
10093         * libio/wfileops.c (_IO_fwide): Don't cache offset.
10094
10095         [BZ #16532]
10096         * libio/libioP.h (get_file_offset): New function.
10097         * libio/fileops.c (get_file_offset): Likewise.
10098         (do_ftell): Likewise.
10099         (_IO_new_file_seekoff): Split out ftell logic.
10100         * libio/wfileops.c (do_ftell_wide): Likewise.
10101         (_IO_wfile_seekoff): Split out ftell logic.
10102         * libio/tst-ftell-active-handler.c: New test case.
10103         * libio/Makefile (tests): Add it.
10104
10105 2014-03-03  Roland McGrath  <roland@hack.frob.com>
10106
10107         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
10108         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
10109
10110 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
10111
10112         [BZ #16639]
10113         * nscd/connections.c (nscd_init): Call do_exit.
10114         (start_threads): Call do_exit and notify_parent.
10115         (begin_drop_privileges): Call do_exit.
10116         (finish_drop_privileges): Likewise.
10117         * nscd/selinux.c (preserve_capabilities): Likewise.
10118         (install_real_capabilities): Likewise.
10119         (nscd_selinux_enabled): Likewise.
10120         (avc_create_thread): Likewise.
10121         (avc_alloc_lock): Likewise.
10122         (nscd_avc_init): Likewise.
10123         * nscd/nscd.c (parent_fd): New static variable.
10124         (main): Create a pipe between parent and child processes.
10125         Skip closing parent_fd.
10126         (monitor_child): New function.
10127         (do_exit): Likewise.
10128         (notify_parent): Likewise.
10129         * nscd/nscd.h (notify_parent): Likewise.
10130         (do_exit): Likewise.
10131
10132 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
10133
10134         * malloc/malloc.c (__libc_calloc): Revert last change.
10135
10136 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10137
10138         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10139
10140 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10141
10142         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
10143         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
10144         implementation.
10145         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10146         (__libc_ifunc_impl_list): Likewise.
10147         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
10148         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
10149         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
10150         * string/strrchr.c: Define STRRCHR.
10151
10152 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
10153
10154         * benchtest/bench-strtok.c (simple_strtok): Delete.
10155         (strtok_string): Use as benchmark.
10156         * string/strtok (STRTOK): New macro.
10157
10158 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
10159
10160         * manual/threads.texi: Add header and standard comments to all
10161         functions.
10162
10163         * elf/dl-lookup.c (check_match): New function.
10164         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
10165         (do_lookup_x): Remove nested function check_match. Use non-nested
10166         function check_match.
10167
10168 2014-02-28  Roland McGrath  <roland@hack.frob.com>
10169
10170         * csu/Makefile (generated, before-compile): Use += rather than =.
10171         * catgets/Makefile (generated, generated-dirs): Likewise.
10172         * debug/Makefile (generated): Likewise.
10173         * dlfcn/Makefile (generated): Likewise.
10174         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
10175         * iconvdata/Makefile (before-compile, generated): Likewise.
10176         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
10177         * libio/Makefile (generated): Likewise.
10178         * malloc/Makefile (generated): Likewise.
10179         * manual/Makefile (generated, generated-dirs): Likewise.
10180         * misc/Makefile (generated): Likewise.
10181         * posix/Makefile (generated): Likewise.
10182         * resolv/Makefile (generated): Likewise.
10183         * sunrpc/Makefile (generated, generated-dirs): Likewise.
10184         * timezone/Makefile (generated, generated-dirs): Likewise.
10185
10186         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
10187
10188 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10189
10190         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
10191         power8 implementation.
10192         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
10193         file: POWER8 llround ifunc implementation.
10194         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
10195         (__lllround): Add POWER8 implementation.
10196         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
10197         POWER8 llround implementation.
10198
10199         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
10200         power8 implementation.
10201         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
10202         file: POWER8 llrint ifunc implementation.
10203         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
10204         Add POWER8 implementation.
10205         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
10206         POWER8 llrint implementation.
10207
10208         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
10209         power8 implementation.
10210         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
10211         file: POWER8 finite ifunc implementation.
10212         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
10213         Add POWER8 implementation.
10214         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
10215         Likewise.
10216         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
10217         POWER8 finite implementation.
10218         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
10219
10220         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
10221         power8 implementation.
10222         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
10223         file: POWER8 isinf ifunc implementation.
10224         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
10225         POWER8 implementation.
10226         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
10227         Likewise.
10228         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
10229         isinf implementation.
10230         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
10231
10232         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
10233         (INIT_ARCH): Add hwcap2 initialization.
10234         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
10235         power8 implementation.
10236         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
10237         file: POWER8 isnan ifunc implementation.
10238         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
10239         POWER8 implementation.
10240         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
10241         Likewise.
10242         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
10243         isnan implementation.
10244         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
10245
10246 2014-02-27  Joey Ye  <joey.ye@arm.com>
10247
10248         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10249         (_FP_NANFRAC_Q): Set to zero.
10250
10251 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
10252
10253         [BZ #16623]
10254         * math/auto-libm-test-in: New test inputs.
10255         * math/auto-libm-test-out: Regenerate.
10256         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
10257         and DA.
10258         (__cos): Likewise.
10259         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
10260
10261 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
10262
10263         * scripts/evaluate-test.sh: Take new argument indicating whether
10264         failure is expected.
10265         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
10266         indicating whether failure is expected.
10267         * conform/Makefile (test-xfail-run-conformtest): New variable.
10268         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
10269         level.
10270         * posix/Makefile (test-xfail-annexc): New variable.
10271         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
10272
10273 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
10274
10275         * argp/Makefile: Include Makeconfig immediately after defining
10276         subdir.
10277         * assert/Makefile: Likewise.
10278         * benchtests/Makefile: Likewise.
10279         * catgets/Makefile: Likewise.
10280         * conform/Makefile: Likewise.
10281         * crypt/Makefile: Likewise.
10282         * csu/Makefile: Likewise.
10283         (all): Remove target.
10284         * ctype/Makefile: Include Makeconfig immediately after defining
10285         subdir.
10286         * debug/Makefile: Likewise.
10287         * dirent/Makefile: Likewise.
10288         * dlfcn/Makefile: Likewise.
10289         * gmon/Makefile: Likewise.
10290         * gnulib/Makefile: Likewise.
10291         * grp/Makefile: Likewise.
10292         * gshadow/Makefile: Likewise.
10293         * hesiod/Makefile: Likewise.
10294         * hurd/Makefile: Likewise.
10295         (all): Remove target.
10296         * iconvdata/Makefile: Include Makeconfig immediately after
10297         defining subdir.
10298         * inet/Makefile: Likewise.
10299         * intl/Makefile: Likewise.
10300         * io/Makefile: Likewise.
10301         * libio/Makefile: Likewise.
10302         (all): Remove target.
10303         * locale/Makefile: Include Makeconfig immediately after defining
10304         subdir.
10305         * login/Makefile: Likewise.
10306         * mach/Makefile: Likewise.
10307         (all): Remove target.
10308         * malloc/Makefile: Include Makeconfig immediately after defining
10309         subdir.
10310         (all): Remove target.
10311         * manual/Makefile: Include Makeconfig immediately after defining
10312         subdir.
10313         * math/Makefile: Likewise.
10314         * misc/Makefile: Likewise.
10315         * nis/Makefile: Likewise.
10316         * nss/Makefile: Likewise.
10317         * po/Makefile: Likewise.
10318         (all): Remove target.
10319         * posix/Makefile: Include Makeconfig immediately after defining
10320         subdir.
10321         * pwd/Makefile: Likewise.
10322         * resolv/Makefile: Likewise.
10323         * resource/Makefile: Likewise.
10324         * rt/Makefile: Likewise.
10325         * setjmp/Makefile: Likewise.
10326         * shadow/Makefile: Likewise.
10327         * signal/Makefile: Likewise.
10328         * socket/Makefile: Likewise.
10329         * soft-fp/Makefile: Likewise.
10330         * stdio-common/Makefile: Likewise.
10331         * stdlib/Makefile: Likewise.
10332         * streams/Makefile: Likewise.
10333         * string/Makefile: Likewise.
10334         * sunrpc/Makefile: Likewise.
10335         (all): Remove target.
10336         * sysvipc/Makefile: Include Makeconfig immediately after defining
10337         subdir.
10338         * termios/Makefile: Likewise.
10339         * time/Makefile: Likewise.
10340         * timezone/Makefile: Likewise.
10341         (all): Remove target.
10342         * wcsmbs/Makefile: Include Makeconfig immediately after defining
10343         subdir.
10344         * wctype/Makefile: Likewise.
10345
10346 2014-02-26  Steve Ellcey  <sellcey@mips.com>
10347
10348         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
10349         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
10350         (libc_feholdexcept_setround_mips): Ditto.
10351         (libc_feholdsetround): New.
10352         (libc_feholdsetroundf): New.
10353         (libc_feholdsetroundl): New.
10354         (libc_feupdateenv_test_mips): New.
10355         (libc_feupdateenv_test): New.
10356         (libc_feupdateenv_testf): New.
10357         (libc_feupdateenv_testl): New.
10358         (libc_feresetround): New.
10359         (libc_feresetroundf): New.
10360         (libc_feresetroundl): New.
10361         (libc_fetestexcept_mips): New.
10362         (libc_fetestexcept): New.
10363         (libc_fetestexceptf): New.
10364         (libc_fetestexceptl): New.
10365         (HAVE_RM_CTX): New.
10366         (libc_feholdexcept_setround_mips_ctx): New.
10367         (libc_feholdexcept_setround_ctx): New.
10368         (libc_feholdexcept_setroundf_ctx): New.
10369         (libc_feholdexcept_setroundl_ctx): New.
10370         (libc_fesetenv_mips_ctx): New.
10371         (libc_fesetenv_ctx): New.
10372         (libc_fesetenv_ctxf): New.
10373         (libc_fesetenv_ctxl): New.
10374         (libc_feupdateenv_mips_ctx): New.
10375         (libc_feupdateenv_ctx): New.
10376         (libc_feupdateenvf_ctx): New.
10377         (libc_feupdateenvl_ctx): New.
10378         (libc_feholdsetround_mips_ctx): New.
10379         (libc_feholdsetround_ctx): New.
10380         (libc_feholdsetroundf_ctx): New.
10381         (libc_feholdsetroundl_ctx): New.
10382         (libc_feresetround_mips_ctx): New.
10383         (libc_feresetround_ctx): New.
10384         (libc_feresetroundf_ctx): New.
10385         (libc_feresetroundl_ctx): New.
10386
10387 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
10388
10389         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
10390
10391         * manual/ipc.texi: New file.
10392         * manual/Makefile (chapters): Add ipc.
10393         * manual/job.texi: Add "Inter-Process Communication" to next.
10394         * manual/process.texi: Add "Inter-Process Communication" to prev.
10395
10396 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10397
10398         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10399
10400 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
10401
10402         * malloc/malloc.c (__libc_calloc): Simplify implementation.
10403
10404         * manual/arith.texi: Fix spaces after sentences.
10405         * manual/charset.texi: Likewise.
10406         * manual/errno.texi: Likewise.
10407         * manual/install.texi: Likewise.
10408         * manual/llio.texi: Likewise.
10409         * manual/locale.texi: Likewise.
10410         * manual/maint.texi: Likewise.
10411         * manual/math.texi: Likewise.
10412         * manual/memory.texi: Likewise.
10413         * manual/message.texi: Likewise.
10414         * manual/probes.texi: Likewise.
10415         * manual/resource.texi: Likewise.
10416         * manual/signal.texi: Likewise.
10417         * manual/socket.texi: Likewise.
10418         * manual/stdio.texi: Likewise.
10419         * manual/string.texi: Likewise.
10420         * manual/time.texi: Likewise.
10421         * manual/users.texi: Likewise.
10422
10423 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
10424
10425         [BZ #16632]
10426         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
10427         _DEFAULT_SOURCE is defined.
10428
10429 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
10430             Carlos O'Donell  <carlos@redhat.com>
10431
10432         [BZ #16613]
10433         * elf/dl-tls.c (_dl_count_modids): New function.
10434         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
10435         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
10436         audit library and increment generation counter.
10437         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
10438         * elf/tst-audit9.c: New file.
10439         * elf/tst-auditmod9a.c: New file.
10440         * elf/tst-auditmod9b.c: New file.
10441         * elf/Makefile: Add rules to build and run tst-audit9.
10442
10443 2014-02-25  Florian Weimer  <fweimer@redhat.com>
10444
10445         [BZ #15347]
10446         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
10447
10448 2014-02-25  Will Newton  <will.newton@linaro.org>
10449
10450         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
10451         (__longjmp): Restore sp and lr before restoring callee
10452         saved registers.  Add longjmp and longjmp_target
10453         SystemTap probe point.
10454         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
10455         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
10456         Define to zero to match jmpbuf layout.
10457         * sysdeps/arm/setjmp.S: Include stap-probe.h.
10458         (__sigsetjmp): Save sp and lr before saving callee
10459         saved registers.  Add setjmp SystemTap probe point.
10460
10461 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
10462
10463         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10464
10465 2014-02-24  Andreas Schwab  <schwab@suse.de>
10466
10467         [BZ #15804]
10468         * elf/pldd.c (wait_for_ptrace_stop): New function.
10469         (main): Call it after attaching.
10470
10471 2014-02-22  Roland McGrath  <roland@hack.frob.com>
10472
10473         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
10474         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
10475         Versions files is now verboten.
10476         * hurd/Versions (libc: GLIBC_2.0):
10477         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
10478         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
10479         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
10480         * mach/Versions: Likewise.
10481
10482         * csu/Versions: Remove unused %include.
10483         * resolv/Versions: Likewise.
10484
10485 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
10486
10487         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
10488         ($(objpfx)check-local-headers.out): Likewise.
10489         ($(objpfx)begin-end-check.out): Likewise.
10490         * Makerules (check-abi-%.out): Likewise.
10491         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
10492         ($(objpfx)test2.cat): Likewise.
10493         ($(objpfx)de/libc.cat): Likewise.
10494         ($(objpfx)test-gencat.out): Likewise.
10495         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
10496         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
10497         ($(objpfx)noload-mem): Likewise.
10498         ($(objpfx)tst-pathopt.out): Likewise.
10499         ($(objpfx)tst-rtld-load-self.out): Likewise.
10500         ($(objpfx)tst-array1-cmp.out): Likewise.
10501         ($(objpfx)tst-array1-static-cmp.out): Likewise.
10502         ($(objpfx)tst-array2-cmp.out): Likewise.
10503         ($(objpfx)tst-array3-cmp.out): Likewise.
10504         ($(objpfx)tst-array4-cmp.out): Likewise.
10505         ($(objpfx)tst-array5-cmp.out): Likewise.
10506         ($(objpfx)tst-array5-static-cmp.out): Likewise.
10507         ($(objpfx)check-textrel.out): Likewise.
10508         ($(objpfx)check-execstack.out): Likewise.
10509         ($(objpfx)check-localplt.out): Likewise.
10510         ($(objpfx)order2-cmp.out): Likewise.
10511         ($(objpfx)tst-leaks1-mem): Likewise.
10512         ($(objpfx)tst-leaks1-static-mem): Likewise.
10513         ($(objpfx)tst-initorder-cmp.out): Likewise.
10514         ($(objpfx)tst-initorder2-cmp.out): Likewise.
10515         ($(objpfx)tst-unused-dep.out): Likewise.
10516         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
10517         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
10518         * iconv/Makefile (test-iconvconfig): Likewise.
10519         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
10520         ($(objpfx)iconv-test.out): Likewise.
10521         ($(objpfx)tst-tables.out): Likewise.
10522         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
10523         ($(objpfx)tst-gettext.out): Likewise.
10524         ($(objpfx)tst-translit.out): Likewise.
10525         ($(objpfx)tst-gettext2.out): Likewise.
10526         ($(objpfx)tst-gettext4.out): Likewise.
10527         ($(objpfx)tst-gettext6.out): Likewise.
10528         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
10529         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
10530         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
10531         ($(objpfx)tst-fopenloc-mem.out): Likewise.
10532         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
10533         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
10534         * posix/Makefile ($(objpfx)globtest.out): Likewise.
10535         ($(objpfx)wordexp-tst.out): Likewise.
10536         ($(objpfx)annexc.out): Likewise.
10537         ($(objpfx)tst-fnmatch-mem): Likewise.
10538         ($(objpfx)bug-regex2-mem): Likewise.
10539         ($(objpfx)bug-regex14-mem): Likewise.
10540         ($(objpfx)bug-regex21-mem): Likewise.
10541         ($(objpfx)bug-regex31-mem): Likewise.
10542         ($(objpfx)tst-vfork3-mem): Likewise.
10543         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
10544         ($(objpfx)tst-pcre-mem): Likewise.
10545         ($(objpfx)tst-boost-mem): Likewise.
10546         ($(objpfx)tst-getconf.out): Likewise.
10547         ($(objpfx)bug-ga2-mem): Likewise.
10548         ($(objpfx)bug-glob2-mem): Likewise.
10549         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
10550         ($(objpfx)mtrace-tst-leaks2): Likewise.
10551         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
10552         ($(objpfx)tst-printf.out): Likewise.
10553         ($(objpfx)tst-setvbuf1.out): Likewise.
10554         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
10555         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
10556         ($(objpfx)tst-fmtmsg.out): Likewise.
10557         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
10558         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
10559
10560         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
10561         * bits/sigaction.h [__USE_MISC]: Likewise.
10562         * bits/waitstatus.h: Update #endif comments.
10563         * ctype/ctype.h: Likewise.
10564         * dirent/dirent.h: Likewise.
10565         [__USE_MISC]: Remove redundant conditionals.
10566         * grp/grp.h: Update #endif comments.
10567         [__USE_GNU]: Remove redundant conditionals.
10568         [__USE_MISC]: Likewise.
10569         * inet/netinet/in.h [__USE_GNU]: Likewise.
10570         * io/sys/stat.h [__USE_MISC]: Likewise.
10571         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
10572         * libio/bits/stdio.h: Update #endif comments.
10573         [__USE_MISC]: Remove redundant conditionals.
10574         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
10575         * libio/stdio.h: Update #endif comments.
10576         [__USE_MISC]: Remove redundant conditionals.
10577         * math/bits/math-finite.h [__USE_MISC]: Likewise.
10578         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
10579         * math/math.h: Update #else and #endif comments.
10580         [__USE_MISC]: Remove redundant conditionals.
10581         * misc/sys/uio.h: Update #endif comments.
10582         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
10583         * posix/glob.h [__USE_MISC]: Likewise.
10584         * posix/sys/types.h: Update #endif comments.
10585         [__USE_MISC]: Remove redundant conditionals.
10586         * posix/sys/wait.h: Update #endif comments.
10587         [__USE_MISC]: Remove redundant conditionals.
10588         * posix/unistd.h: Update #endif comments.
10589         [__USE_MISC]: Remove redundant conditionals.
10590         * pwd/pwd.h [__USE_GNU]: Likewise.
10591         [__USE_MISC]: Likewise.
10592         * resolv/netdb.h [__USE_GNU]: Likewise.
10593         * signal/signal.h: Update #endif comments.
10594         [__USE_MISC]: Remove redundant conditionals.
10595         * stdlib/stdlib.h: Update #else and #endif comments.
10596         [__USE_MISC]: Remove redundant conditionals.
10597         [__USE_GNU]: Likewise.
10598         * string/bits/string2.h [__USE_MISC]: Likewise.
10599         * string/string.h: Update #endif comments.
10600         [__USE_MISC]: Remove redundant conditionals.
10601         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
10602         Likewise.
10603         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
10604         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
10605         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
10606         Likewise.
10607         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
10608         Likewise.
10609         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
10610         comments.
10611         [__USE_MISC]: Remove redundant conditionals.
10612         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
10613         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
10614         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
10615         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
10616         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
10617         Likewise.
10618         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
10619         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
10620         Likewise.
10621         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
10622         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
10623         Likewise.
10624         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
10625         Likewise.
10626         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
10627         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
10628         Likewise.
10629         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
10630         Likewise.
10631         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
10632         * sysdeps/x86/bits/string.h: Update #endif comments.
10633         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
10634         conditionals.
10635         * time/sys/time.h: Update #endif comments.
10636         * time/time.h: Likewise.
10637         [__USE_MISC]: Remove redundant conditionals.
10638
10639 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
10640
10641         [BZ #16600]
10642         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
10643
10644 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
10645
10646         * Versions.def (librt): Add GLIBC_2.17.
10647
10648 2014-02-21  Adam Conrad  <adconrad@0c3.net>
10649
10650         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
10651         synonym for _SYS_AUXV_H to allow direct inclusion.
10652         * sysdeps/sparc/bits/hwcap.h: Likewise.
10653         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
10654         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
10655         * sysdeps/sparc/sysdep.h: Likewise.
10656
10657 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
10658
10659         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
10660
10661 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
10662
10663         * benchtests/bench-strrchr.c: Print length instead of position.
10664
10665 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
10666
10667         [BZ #16611]
10668         * sysdeps/unix/sysv/linux/kernel-features.h
10669         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
10670         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
10671         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
10672         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
10673         Likewise.
10674         [__i386__ || __powerpc__ || __sh__ || __sparc__]
10675         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10676         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
10677         (__ASSUME_SENDMMSG): Define instead of using previous
10678         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
10679         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10680         (__ASSUME_SENDMMSG_SYSCALL): Define.
10681         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10682         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
10683         Likewise.
10684         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10685         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10686         Likewise.
10687         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10688         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10689         Likewise.
10690         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
10691         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10692         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10693         [__ASSUME_SENDMMSG]: Change conditionals to
10694         [__ASSUME_SENDMMSG_SOCKETCALL].
10695         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10696         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
10697         Define.
10698         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10699         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
10700         Likewise.
10701         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
10702         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10703         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10704         [!__ASSUME_SENDMMSG]: Change conditional to
10705         [!__ASSUME_SENDMMSG_SOCKETCALL].
10706         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10707         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10708         Define.
10709
10710         [BZ #16610]
10711         * sysdeps/unix/sysv/linux/kernel-features.h
10712         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
10713         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
10714         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
10715         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
10716         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10717         [__i386__ || __sparc__]
10718         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10719         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
10720         (__ASSUME_RECVMMSG): Define instead of using previous
10721         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
10722         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10723         (__ASSUME_RECVMMSG_SYSCALL): Define.
10724         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10725         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10726         Likewise.
10727         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10728         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10729         Likewise.
10730         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10731         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10732         Likewise.
10733         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
10734         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10735         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10736         [__ASSUME_RECVMMSG]: Change condition to
10737         [__ASSUME_RECVMMSG_SOCKETCALL].
10738         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10739         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10740         Define.
10741         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10742         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10743         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10744         Likewise.
10745         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
10746         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10747         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10748         [!__ASSUME_RECVMMSG]: Change condition to
10749         [!__ASSUME_RECVMMSG_SOCKETCALL].
10750         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10751         (__ASSUME_RECVMMSG_SYSCALL): Define.
10752
10753         [BZ #16609]
10754         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
10755         __powerpc__ || __s390__ || __sh__ || __sparc__]
10756         (__ASSUME_SOCKETCALL): Define.
10757         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
10758         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
10759         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
10760         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
10761         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10762         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
10763         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
10764         (__ASSUME_ACCEPT4): Define instead of using previous
10765         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
10766         __powerpc__ || __sparc__ || __s390__)] condition.
10767         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10768         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10769         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
10770         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10771         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10772         [!__ASSUME_ACCEPT4]: Change condition to
10773         [!__ASSUME_ACCEPT4_SOCKETCALL].
10774         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10775         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
10776         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
10777         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10778         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
10779         __ASSUME_ACCEPT4_SYSCALL.
10780         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
10781         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
10782         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10783         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
10784         __ASSUME_ACCEPT4_SYSCALL.
10785         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
10786         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10787         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10788         [__ASSUME_ACCEPT4]: Change condition to
10789         [__ASSUME_ACCEPT4_SOCKETCALL].
10790         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10791         (__ASSUME_SOCKETCALL): Define.
10792         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
10793         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10794         (__ASSUME_SOCKETCALL): Define.
10795         (__ASSUME_ACCEPT4): Remove.
10796         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
10797         Define.
10798         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10799         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
10800         Likewise.
10801         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10802         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10803
10804         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
10805         macro.
10806         (HWCAP_ARM_LPAE): Likewise.
10807         (HWCAP_ARM_EVTSTRM): Likewise.
10808         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
10809         Add vpfd32, lpae and evtstrm.
10810         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
10811         Increase to 22.
10812
10813 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
10814
10815         * math/auto-libm-test-in: Add tests of clog10.
10816         * math/auto-libm-test-out: Regenerated.
10817         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
10818         * sysdeps/i386/fpu/libm-test-ulps: Update.
10819         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10820
10821 2014-02-18  Andreas Schwab  <schwab@suse.de>
10822
10823         [BZ #16574]
10824         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
10825         Store non-zero if the second buffer was newly allocated.
10826         (send_dg): Likewise.
10827         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
10828         to send_vc and send_dg.
10829         (res_nsend): Pass NULL for ansp2_malloced.
10830         * resolv/res_query.c (__libc_res_nquery): Add parameter
10831         answerp2_malloced and pass it down to __libc_res_nsend.
10832         (res_nquery): Pass additional NULL to __libc_res_nquery.
10833         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
10834         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
10835         second answer buffer if answerp2_malloced was set.
10836         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
10837         (__libc_res_nquerydomain): Add parameter
10838         answerp2_malloced and pass it down to __libc_res_nquery.
10839         (res_nquerydomain): Pass additional NULL to
10840         __libc_res_nquerydomain.
10841         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
10842         additional NULL to __libc_res_nsend and __libc_res_nquery.
10843         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
10844         additional NULL to __libc_res_nsearch.
10845         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
10846         parameter of __libc_res_nsearch to check for separately allocated
10847         second buffer.
10848         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
10849         __libc_res_nquery.
10850         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
10851         additional NULL to __libc_res_nquery.
10852         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
10853         __libc_res_nsearch.
10854         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
10855         * include/resolv.h: Update prototypes of __libc_res_nquery,
10856         __libc_res_nsearch, __libc_res_nsend.
10857
10858 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
10859
10860         * math/auto-libm-test-in: Add tests of fma.
10861         * math/auto-libm-test-out: Regenerated.
10862         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
10863         (fma_towardzero_test_data): Likewise.
10864         (fma_downward_test_data): Likewise.
10865         (fma_upward_test_data): Likewise.
10866         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
10867         mpc_mode.
10868         (rounding_modes): Add values for new field.
10869         (func_calc_method): Add value mpfr_fff_f.
10870         (func_calc_desc): Add mpfr_fff_f union field.
10871         (test_function): Add field exact_args.
10872         (FUNC): Add macro argument EXACT_ARGS.
10873         (FUNC_mpfr_f_f): Update call to FUNC.
10874         (FUNC_mpfr_f_f): Likewise.
10875         (FUNC_mpfr_ff_f): Likewise.
10876         (FUNC_mpfr_if_f): Likewise.
10877         (FUNC_mpc_c_f): Likewise.
10878         (FUNC_mpc_c_c): Likewise.
10879         (test_functions): Add fma.  Update calls to FUNC.
10880         (handle_input_arg): Add argument exact_args.
10881         (add_test): Update call to handle_input_arg.
10882         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
10883         (output_for_one_input_case): Update call to calc_generic_results.
10884         Recalculate exact zero results in each rounding mode.
10885
10886         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
10887         non-negative before setting low bit.
10888         * math/auto-libm-test-in: Mark one asin test possibly having
10889         spurious underflow.
10890         * math/auto-libm-test-out: Regenerated.
10891         * sysdeps/i386/fpu/libm-test-ulps: Update.
10892         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10893
10894 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
10895
10896         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
10897         * sysdeps/unix/sysv/linux/microblaze: Move directory from
10898         ports/sysdeps/unix/sysv/linux/microblaze.
10899         * README: Add missing listing for microblaze*-*-linux-gnu.
10900
10901 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
10902
10903         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
10904         duplicate code
10905
10906 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
10907
10908         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
10909         * sysdeps/unix/sysv/linux/ia64: Move directory from
10910         ports/sysdeps/unix/sysv/linux/ia64.
10911         * README: Update listing for ia64-*-linux-gnu.
10912
10913 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
10914             Joseph Myers  <joseph@codesourcery.com>
10915
10916         * Makeconfig (test-name): New variable.
10917         (evaluate-test): Likewise.
10918         * Makerules (do-test-clean): Remove .test-result files.
10919         (common-mostlyclean): Likewise.
10920         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
10921         * scripts/evaluate-test.sh: New file.
10922
10923 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
10924
10925         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
10926         separate $(objpfx)tst-fopenloc-cmp.out and
10927         $(objpfx)tst-fopenloc-mem.out targets.
10928         (tests): Update dependencies.
10929         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
10930         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
10931         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
10932         (tst-rxspencer-no-utf8-ARGS): New variable.
10933         (tst-rxspencer-no-utf8-ENV): Likewise.
10934         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
10935         instead of $(objpfx)tst-rxspencer-mem.
10936         ($(objpfx)tst-rxspencer-mem): Change target to
10937         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
10938         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
10939         * posix/tst-rxspencer-no-utf8.c: New file.
10940
10941         * elf/Makefile ($(objpfx)order.out): Remove rule.
10942         [$(run-built-tests) = yes] (tests): Depend on
10943         $(objpfx)order-cmp.out.
10944         ($(objpfx)order-cmp.out): New rule.
10945         [$(run-built-tests) = yes] (tests): Depend on
10946         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
10947         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
10948         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
10949         $(objpfx)tst-array5-static-cmp.out.
10950         ($(objpfx)tst-array1.out): Remove rule.
10951         ($(objpfx)tst-array1-cmp.out): New rule.
10952         ($(objpfx)tst-array1-static.out): Remove rule.
10953         ($(objpfx)tst-array1-static-cmp.out): New rule.
10954         ($(objpfx)tst-array2.out): Remove rule.
10955         ($(objpfx)tst-array2-cmp.out): New rule.
10956         ($(objpfx)tst-array3.out): Remove rule.
10957         ($(objpfx)tst-array3-cmp.out): New rule.
10958         ($(objpfx)tst-array4.out): Remove rule.
10959         ($(objpfx)tst-array4-cmp.out): New rule.
10960         ($(objpfx)tst-array5.out): Remove rule.
10961         ($(objpfx)tst-array5-cmp.out): New rule.
10962         ($(objpfx)tst-array5-static.out): Remove rule.
10963         ($(objpfx)tst-array5-static-cmp.out): New rule.
10964         [$(run-built-tests) = yes] (tests): Depend on
10965         $(objpfx)order2-cmp.out.
10966         ($(objpfx)order2.out): Remove rule.
10967         ($(objpfx)order2-cmp.out): New rule.
10968         ($(objpfx)tst-initorder.out): Remove rule.
10969         [$(run-built-tests) = yes] (tests): Depend on
10970         $(objpfx)tst-initorder-cmp.out.
10971         ($(objpfx)tst-initorder-cmp.out): New rule.
10972         ($(objpfx)tst-initorder2.out): Remove rule.
10973         [$(run-built-tests) = yes] (tests): Depend on
10974         $(objpfx)tst-initorder2-cmp.out.
10975         ($(objpfx)tst-initorder2-cmp.out): New rule.
10976         [$(run-built-tests) = yes] (tests): Depend on
10977         $(objpfx)tst-unused-dep-cmp.out.
10978         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
10979         ($(objpfx)tst-unused-dep-cmp.out): New rule.
10980         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
10981         on $(objpfx)tst-setvbuf1-cmp.out.
10982         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
10983         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
10984         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
10985         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
10986         ($(objpfx)tst-svc.out): Remove rule.
10987         ($(objpfx)tst-svc-cmp.out): New rule.
10988
10989 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
10990
10991         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
10992         * ctype/ctype.h [__USE_MISC]: Likewise.
10993         * dirent/dirent.h [__USE_MISC]: Likewise.
10994         * grp/grp.h [__USE_MISC]: Likewise.
10995         * io/fcntl.h [__USE_MISC]: Likewise.
10996         * io/sys/stat.h [__USE_MISC]: Likewise.
10997         * libio/stdio.h [__USE_MISC]: Likewise.
10998         * posix/unistd.h [__USE_MISC]: Likewise.
10999         * pwd/pwd.h [__USE_MISC]: Likewise.
11000         * stdlib.h [__USE_MISC]: Likewise.
11001         * string/bits/string2.h [__USE_MISC]: Likewise.
11002         * string/string.h [__USE_MISC]: Likewise.
11003         * time/time.h [__USE_MISC]: Likewise.
11004
11005 2014-02-13  Andreas Schwab  <schwab@suse.de>
11006
11007         [BZ #16574]
11008         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
11009         second answer buffer if it was separately allocated.
11010
11011 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
11012
11013         * sysdeps/mips/math-tests.h: Include <features.h>.
11014         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11015         (ROUNDING_TESTS_long_double): Do not define.
11016         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11017         (EXCEPTION_TESTS_long_double): Likewise.
11018         * sysdeps/mips/mips64/libm-test-ulps: Update.
11019
11020         * include/features.h (__USE_BSD): Remove macro definitions.
11021         (__USE_SVID): Likewise.
11022         (_BSD_SOURCE): Likewise.
11023         (_SVID_SOURCE): Likewise.
11024         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
11025         from definition of _DEFAULT_SOURCE.
11026         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
11027         [_DEFAULT_SOURCE].
11028         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
11029         * bits/mman.h [__USE_BSD]: Likewise.
11030         * bits/termios.h [__USE_BSD]: Likewise.
11031         * bits/waitstatus.h [__USE_BSD]: Likewise.
11032         * ctype/ctype.h [__USE_SVID]: Likewise.
11033         * dirent/dirent.h [__USE_BSD]: Likewise.
11034         * grp/grp.h [__USE_SVID]: Likewise.
11035         [__USE_BSD]: Likewise.
11036         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
11037         * io/fcntl.h [__USE_BSD]: Likewise.
11038         * io/ftw.h [__USE_BSD]: Likewise.
11039         * io/sys/stat.h [__USE_BSD]: Likewise.
11040         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
11041         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
11042         * libio/stdio.h [__USE_SVID]: Likewise.
11043         [__USE_BSD]: Likewise.
11044         * math/math.h [__USE_SVID]: Likewise.
11045         [__USE_BSD]: Likewise.
11046         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
11047         * misc/bits/syslog.h [__USE_BSD]: Likewise.
11048         * misc/search.h [__USE_SVID]: Likewise.
11049         * misc/sys/mman.h [__USE_BSD]: Likewise.
11050         * misc/sys/syslog.h [__USE_BSD]: Likewise.
11051         * misc/sys/uio.h [__USE_BSD]: Likewise.
11052         * posix/bits/unistd.h [__USE_BSD]: Likewise.
11053         * posix/glob.h [__USE_BSD]: Likewise.
11054         * posix/regex.h [__USE_BSD]: Likewise.
11055         * posix/sys/types.h [__USE_BSD]: Likewise.
11056         [__USE_SVID]: Likewise.
11057         * posix/sys/utsname.h [__USE_SVID]: Likewise.
11058         * posix/sys/wait.h [__USE_BSD]: Likewise.
11059         [__USE_SVID]: Likewise.
11060         * posix/unistd.h [__USE_BSD]: Likewise.
11061         [__USE_SVID]: Likewise.
11062         * pwd/pwd.h [__USE_SVID]: Likewise.
11063         * resolv/netdb.h [__USE_BSD]: Likewise.
11064         * setjmp/setjmp.h [__USE_BSD]: Likewise.
11065         * signal/signal.h [__USE_BSD]: Likewise.
11066         [__USE_SVID]: Likewise.
11067         * socket/sys/socket.h [__USE_BSD]: Likewise.
11068         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
11069         * stdlib/stdlib.h [__USE_BSD]: Likewise.
11070         [__USE_SVID]: Likewise.
11071         * string/bits/string2.h [__USE_BSD]: Likewise.
11072         [__USE_SVID]: Likewise.
11073         * string/bits/string3.h [__USE_BSD]: Likewise.
11074         * string/endian.h [__USE_BSD]: Likewise.
11075         * string/string.h [__USE_SVID]: Likewise.
11076         [__USE_BSD]: Likewise.
11077         * string/strings.h [__USE_BSD]: Likewise.
11078         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
11079         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
11080         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
11081         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
11082         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
11083         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
11084         Likewise.
11085         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
11086         Likewise.
11087         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
11088         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
11089         Likewise.
11090         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
11091         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
11092         Likewise.
11093         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
11094         Likewise.
11095         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
11096         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
11097         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
11098         Likewise.
11099         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
11100         Likewise.
11101         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
11102         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
11103         * termios/termios.h [__USE_BSD]: Likewise.
11104         * time/sys/time.h [__USE_BSD]: Likewise.
11105         * time/time.h [__USE_BSD]: Likewise.
11106         [__USE_SVID]: Likewise.
11107
11108         * Makefile (subdir_targets): Remove subdir_lint.out.
11109
11110         * stdio-common/Makefile (do-tst-unbputc): Remove target.
11111         (do-tst-printf): Likewise.
11112         (tests): Depend directly on $(objpfx)tst-unbputc.out and
11113         $(objpfx)tst-printf.out.
11114
11115         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
11116
11117         * Makerules (check-abi-%): Change target to
11118         $(objpfx)check-abi-%.out.
11119         (check-abi target): Update dependencies.
11120         (check-abi-pattern variable): Redirect output of diff to $@.
11121         (check-abi variable): Likewise.
11122         * elf/Makefile (check-abi): Update dependencies.
11123
11124         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
11125         unused.
11126         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
11127         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
11128         subnormal range.
11129         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
11130         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
11131         value has largest subnormal exponent.
11132         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
11133         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
11134         * sysdeps/aarch64/soft-fp/sfp-machine.h
11135         (_FP_TININESS_AFTER_ROUNDING): New macro.
11136         * sysdeps/alpha/soft-fp/sfp-machine.h
11137         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11138         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11139         Likewise.
11140         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
11141         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11142         * sysdeps/mips/soft-fp/sfp-machine.h
11143         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11144         * sysdeps/powerpc/soft-fp/sfp-machine.h
11145         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11146         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11147         Likewise.
11148         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
11149         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11150         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
11151         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11152         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11153         Likewise.
11154
11155 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
11156
11157         [BZ #16545]
11158         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
11159         model 1.
11160
11161 2014-02-12  Richard Henderson  <rth@redhat.com>
11162
11163         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
11164         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
11165         * sysdeps/unix/sysv/linux/alpha: Move directory from
11166         ports/sysdeps/unix/sysv/linux/alpha.
11167         * README: Update listing for alpha-*-linux-gnu.
11168
11169 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
11170
11171         * include/features.h: Update comment documenting feature test
11172         macros.
11173         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
11174         _DEFAULT_SOURCE.
11175         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
11176         (_SVID_SOURCE): Likewise.
11177         (_DEFAULT_SOURCE): Update description of default features.
11178         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
11179         with _GNU_SOURCE.
11180         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
11181         (S_ISVTX): Likewise.
11182         * manual/math.texi (Mathematical Constants): Likewise.
11183         * manual/signal.texi (Interrupted Primitives): Likewise.
11184         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
11185         * math/test-matherr.c (_SVID_SOURCE): Do not define.
11186         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
11187         Don't refer to _SVID_SOURCE in warning text.
11188
11189         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11190
11191         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
11192         already defined.
11193         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
11194         * sysdeps/mips/dl-lookup.c: Remove.
11195         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
11196
11197 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11198
11199         [BZ #16447]
11200         * math/auto-libm-test-in: Add testcase for expl.
11201         * math/auto-libm-test-out: Regenerate.
11202         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
11203         calculation of unsafe.
11204         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
11205
11206 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11207
11208         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
11209         * sysdeps/unix/sysv/linux/aarch64: Move directory from
11210         ports/sysdeps/unix/sysv/linux/aarch64.
11211         * README: Update listing for aarch64*-*-linux-gnu.
11212
11213 2014-02-11  Will Newton  <will.newton@linaro.org>
11214
11215         * manual/probes.texi (Mathematical Function Probes): Use
11216         "triggered" instead of "hit".
11217
11218         * manual/probes.texi (Internal Probes): Add documentation
11219         of setjmp, longjmp and longjmp_target probes.
11220
11221         * include/stap-probe.h: Add comment about probe argument
11222         format.
11223
11224         * malloc/mtrace.c (attribute_hidden): Remove unused macro
11225         definition.  (tr_where, tr_freehook, tr_mallochook,
11226         tr_reallochook, tr_memalignhook): Use ANSI protoype.
11227
11228 2014-02-11  David S. Miller  <davem@davemloft.net>
11229
11230         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
11231         processing int_tests.
11232
11233 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
11234
11235         * sysdeps/mips: Move directory from ports/sysdeps/mips.
11236         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
11237         * sysdeps/unix/sysv/linux/mips: Move directory from
11238         ports/sysdeps/unix/sysv/linux/mips.
11239         * README: Update listing for mips-*-linux-gnu and
11240         mips64-*-linux-gnu.
11241
11242 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
11243
11244         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
11245         * sysdeps/unix/sysv/linux/m68k: Move directory from
11246         ports/sysdeps/unix/sysv/linux/m68k.
11247         * README: Update listing for m68k-*-linux-gnu.
11248
11249 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
11250
11251         * sysdeps/tile: Move directory from ports/sysdeps/tile.
11252         * sysdeps/unix/sysv/linux/generic: Move directory from
11253         ports/sysdeps/unix/sysv/linux/generic.
11254         * sysdeps/unix/sysv/linux/tile: Move directory from
11255         ports/sysdeps/unix/sysv/linux/tile.
11256         * README: Update listing for tile*-*-linux-gnu.
11257
11258 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
11259
11260         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
11261         __builtin_expect.
11262         * benchtests/bench-memmem.c (simple_memmem): Likewise.
11263         * catgets/open_catalog.c (__open_catalog): Likewise.
11264         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
11265         * debug/confstr_chk.c: Likewise.
11266         * debug/fread_chk.c (__fread_chk): Likewise.
11267         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
11268         * debug/getgroups_chk.c: Likewise.
11269         * debug/mbsnrtowcs_chk.c: Likewise.
11270         * debug/mbsrtowcs_chk.c: Likewise.
11271         * debug/mbstowcs_chk.c: Likewise.
11272         * debug/memcpy_chk.c: Likewise.
11273         * debug/memmove_chk.c: Likewise.
11274         * debug/mempcpy_chk.c: Likewise.
11275         * debug/memset_chk.c: Likewise.
11276         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
11277         * debug/strcat_chk.c (__strcat_chk): Likewise.
11278         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
11279         * debug/strncat_chk.c (__strncat_chk): Likewise.
11280         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
11281         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
11282         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
11283         * debug/wcpncpy_chk.c: Likewise.
11284         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
11285         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
11286         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
11287         * debug/wcsncpy_chk.c: Likewise.
11288         * debug/wcsnrtombs_chk.c: Likewise.
11289         * debug/wcsrtombs_chk.c: Likewise.
11290         * debug/wcstombs_chk.c: Likewise.
11291         * debug/wmemcpy_chk.c: Likewise.
11292         * debug/wmemmove_chk.c: Likewise.
11293         * debug/wmempcpy_chk.c: Likewise.
11294         * debug/wmemset_chk.c: Likewise.
11295         * dirent/scandirat.c (SCANDIRAT): Likewise.
11296         * dlfcn/dladdr1.c (dladdr1): Likewise.
11297         * dlfcn/dladdr.c (dladdr): Likewise.
11298         * dlfcn/dlclose.c (dlclose_doit): Likewise.
11299         * dlfcn/dlerror.c (__dlerror): Likewise.
11300         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
11301         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
11302         * dlfcn/dlopen.c (dlopen_doit): Likewise.
11303         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
11304         * dlfcn/dlsym.c (dlsym_doit): Likewise.
11305         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
11306         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
11307         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
11308         Likewise.
11309         * elf/dl-conflict.c: Likewise.
11310         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
11311         * elf/dl-dst.h: Likewise.
11312         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
11313         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
11314         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
11315         * elf/dl-init.c (call_init, _dl_init): Likewise.
11316         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
11317         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
11318         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
11319         Likewise.
11320         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
11321         Likewise.
11322         * elf/dl-minimal.c (__libc_memalign): Likewise.
11323         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
11324         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11325         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11326         * elf/dl-sym.c (do_sym): Likewise.
11327         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
11328         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
11329         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
11330         * elf/dl-writev.h (_dl_writev): Likewise.
11331         * elf/ldconfig.c (search_dir): Likewise.
11332         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
11333         (dl_main): Likewise.
11334         * elf/setup-vdso.h (setup_vdso): Likewise.
11335         * grp/compat-initgroups.c (compat_call): Likewise.
11336         * grp/fgetgrent.c (fgetgrent): Likewise.
11337         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
11338         * grp/putgrent.c (putgrent): Likewise.
11339         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
11340         Likewise.
11341         * hurd/hurdinit.c: Likewise.
11342         * iconvdata/8bit-gap.c (struct): Likewise.
11343         * iconvdata/ansi_x3.110.c : Likewise.
11344         * iconvdata/big5.c : Likewise.
11345         * iconvdata/big5hkscs.c : Likewise.
11346         * iconvdata/cp1255.c: Likewise.
11347         * iconvdata/cp1258.c : Likewise.
11348         * iconvdata/cp932.c : Likewise.
11349         * iconvdata/euc-cn.c: Likewise.
11350         * iconvdata/euc-jisx0213.c : Likewise.
11351         * iconvdata/euc-jp.c: Likewise.
11352         * iconvdata/euc-jp-ms.c : Likewise.
11353         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
11354         * iconvdata/gb18030.c : Likewise.
11355         * iconvdata/gbbig5.c (const): Likewise.
11356         * iconvdata/gbgbk.c: Likewise.
11357         * iconvdata/gbk.c : Likewise.
11358         * iconvdata/ibm1364.c : Likewise.
11359         * iconvdata/ibm930.c : Likewise.
11360         * iconvdata/ibm932.c: Likewise.
11361         * iconvdata/ibm933.c : Likewise.
11362         * iconvdata/ibm935.c : Likewise.
11363         * iconvdata/ibm937.c : Likewise.
11364         * iconvdata/ibm939.c : Likewise.
11365         * iconvdata/ibm943.c: Likewise.
11366         * iconvdata/iso_11548-1.c: Likewise.
11367         * iconvdata/iso-2022-cn.c : Likewise.
11368         * iconvdata/iso-2022-cn-ext.c : Likewise.
11369         * iconvdata/iso-2022-jp-3.c: Likewise.
11370         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
11371         * iconvdata/iso-2022-kr.c : Likewise.
11372         * iconvdata/iso646.c (gconv_end): Likewise.
11373         * iconvdata/iso_6937-2.c : Likewise.
11374         * iconvdata/iso_6937.c : Likewise.
11375         * iconvdata/iso8859-1.c: Likewise.
11376         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
11377         * iconvdata/shift_jisx0213.c : Likewise.
11378         * iconvdata/sjis.c : Likewise.
11379         * iconvdata/t.61.c : Likewise.
11380         * iconvdata/tcvn5712-1.c : Likewise.
11381         * iconvdata/tscii.c: Likewise.
11382         * iconvdata/uhc.c : Likewise.
11383         * iconvdata/unicode.c (gconv_end): Likewise.
11384         * iconvdata/utf-16.c (gconv_end): Likewise.
11385         * iconvdata/utf-32.c (gconv_end): Likewise.
11386         * iconvdata/utf-7.c (base64): Likewise.
11387         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
11388         * iconv/gconv_close.c (__gconv_close): Likewise.
11389         * iconv/gconv_open.c (__gconv_open): Likewise.
11390         * iconv/gconv_simple.c (internal_ucs4_loop_single)
11391         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
11392         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
11393         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
11394         (ucs4le_internal_loop_single): Likewise.
11395         * iconv/iconv.c (iconv): Likewise.
11396         * iconv/iconv_close.c: Likewise.
11397         * iconv/loop.c (SINGLE): Likewise.
11398         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
11399         * include/atomic.h: Likewise.
11400         * inet/inet6_option.c (option_alloc): Likewise.
11401         * intl/bindtextdom.c (set_binding_values): Likewise.
11402         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
11403         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
11404         * intl/localealias.c (read_alias_file): Likewise.
11405         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
11406         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
11407         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
11408         * libio/fmemopen.c (fmemopen): Likewise.
11409         * libio/iofgets.c (_IO_fgets): Likewise.
11410         * libio/iofgets_u.c (fgets_unlocked): Likewise.
11411         * libio/iofgetws.c (fgetws): Likewise.
11412         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
11413         * libio/iogetdelim.c (_IO_getdelim): Likewise.
11414         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
11415         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
11416         * locale/findlocale.c (_nl_find_locale): Likewise.
11417         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
11418         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
11419         Likewise.
11420         * locale/setlocale.c (setlocale): Likewise.
11421         * login/programs/pt_chown.c (main): Likewise.
11422         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
11423         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
11424         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
11425         (mmap, mmap64, mremap, munmap): Likewise.
11426         * math/e_exp2l.c: Likewise.
11427         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
11428         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
11429         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
11430         * math/s_catan.c (__catan): Likewise.
11431         * math/s_catanf.c (__catanf): Likewise.
11432         * math/s_catanh.c (__catanh): Likewise.
11433         * math/s_catanhf.c (__catanhf): Likewise.
11434         * math/s_catanhl.c (__catanhl): Likewise.
11435         * math/s_catanl.c (__catanl): Likewise.
11436         * math/s_ccosh.c (__ccosh): Likewise.
11437         * math/s_ccoshf.c (__ccoshf): Likewise.
11438         * math/s_ccoshl.c (__ccoshl): Likewise.
11439         * math/s_cexp.c (__cexp): Likewise.
11440         * math/s_cexpf.c (__cexpf): Likewise.
11441         * math/s_cexpl.c (__cexpl): Likewise.
11442         * math/s_clog10.c (__clog10): Likewise.
11443         * math/s_clog10f.c (__clog10f): Likewise.
11444         * math/s_clog10l.c (__clog10l): Likewise.
11445         * math/s_clog.c (__clog): Likewise.
11446         * math/s_clogf.c (__clogf): Likewise.
11447         * math/s_clogl.c (__clogl): Likewise.
11448         * math/s_csin.c (__csin): Likewise.
11449         * math/s_csinf.c (__csinf): Likewise.
11450         * math/s_csinh.c (__csinh): Likewise.
11451         * math/s_csinhf.c (__csinhf): Likewise.
11452         * math/s_csinhl.c (__csinhl): Likewise.
11453         * math/s_csinl.c (__csinl): Likewise.
11454         * math/s_csqrt.c (__csqrt): Likewise.
11455         * math/s_csqrtf.c (__csqrtf): Likewise.
11456         * math/s_csqrtl.c (__csqrtl): Likewise.
11457         * math/s_ctan.c (__ctan): Likewise.
11458         * math/s_ctanf.c (__ctanf): Likewise.
11459         * math/s_ctanh.c (__ctanh): Likewise.
11460         * math/s_ctanhf.c (__ctanhf): Likewise.
11461         * math/s_ctanhl.c (__ctanhl): Likewise.
11462         * math/s_ctanl.c (__ctanl): Likewise.
11463         * math/w_pow.c: Likewise.
11464         * math/w_powf.c: Likewise.
11465         * math/w_powl.c: Likewise.
11466         * math/w_scalb.c (sysv_scalb): Likewise.
11467         * math/w_scalbf.c (sysv_scalbf): Likewise.
11468         * math/w_scalbl.c (sysv_scalbl): Likewise.
11469         * misc/error.c (error_tail): Likewise.
11470         * misc/pselect.c (__pselect): Likewise.
11471         * nis/nis_callback.c (__nis_create_callback): Likewise.
11472         * nis/nis_call.c (__nisfind_server): Likewise.
11473         * nis/nis_creategroup.c (nis_creategroup): Likewise.
11474         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
11475         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
11476         * nis/nis_getservlist.c (nis_getservlist): Likewise.
11477         * nis/nis_lookup.c (nis_lookup): Likewise.
11478         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
11479         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
11480         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
11481         * nis/nis_xdr.c (xdr_endpoint): Likewise.
11482         * nis/nss_compat/compat-grp.c (getgrent_next_file)
11483         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
11484         * nis/nss_compat/compat-initgroups.c (add_group)
11485         (internal_getgrent_r): Likewise.
11486         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
11487         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
11488         * nis/nss_compat/compat-spwd.c (getspent_next_file)
11489         (internal_getspnam_r): Likewise.
11490         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
11491         (_nss_nis_getaliasbyname_r): Likewise.
11492         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
11493         (_nss_nis_getntohost_r): Likewise.
11494         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
11495         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
11496         (_nss_nis_getgrgid_r): Likewise.
11497         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
11498         (internal_nis_gethostent_r, internal_gethostbyname2_r)
11499         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
11500         (_nss_nis_gethostbyname4_r): Likewise.
11501         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
11502         (initgroups_netid): Likewise.
11503         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
11504         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
11505         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
11506         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
11507         (_nss_nis_getprotobynumber_r): Likewise.
11508         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
11509         (_nss_nis_getsecretkey): Likewise.
11510         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
11511         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
11512         (_nss_nis_getpwuid_r): Likewise.
11513         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
11514         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
11515         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
11516         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
11517         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
11518         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
11519         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
11520         Likewise.
11521         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
11522         (_nss_nisplus_getntohost_r): Likewise.
11523         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
11524         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
11525         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
11526         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
11527         Likewise.
11528         * nis/nss_nisplus/nisplus-initgroups.c
11529         (_nss_nisplus_initgroups_dyn): Likewise.
11530         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
11531         (_nss_nisplus_getnetbyaddr_r): Likewise.
11532         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
11533         (_nss_nisplus_getprotobynumber_r): Likewise.
11534         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
11535         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
11536         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
11537         Likewise.
11538         * nis/nss_nisplus/nisplus-service.c
11539         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
11540         (_nss_nisplus_getservbyport_r): Likewise.
11541         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
11542         (_nss_nisplus_getspnam_r): Likewise.
11543         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
11544         Likewise.
11545         * nscd/aicache.c (addhstaiX): Likewise.
11546         * nscd/cache.c (cache_search, prune_cache): Likewise.
11547         * nscd/connections.c (register_traced_file, send_ro_fd)
11548         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
11549         (main_loop_epoll): Likewise.
11550         * nscd/grpcache.c (addgrbyX): Likewise.
11551         * nscd/hstcache.c (addhstbyX): Likewise.
11552         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11553         * nscd/mem.c (gc, mempool_alloc): Likewise.
11554         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
11555         (addinnetgrX): Likewise.
11556         * nscd/nscd-client.h (__nscd_acquire_maplock)
11557         (__nscd_drop_map_ref): Likewise.
11558         * nscd/nscd_getai.c (__nscd_getai): Likewise.
11559         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
11560         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
11561         Likewise.
11562         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
11563         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
11564         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
11565         (__nscd_get_map_ref): Likewise.
11566         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
11567         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
11568         Likewise.
11569         * nscd/pwdcache.c (addpwbyX): Likewise.
11570         * nscd/selinux.c (preserve_capabilities): Likewise.
11571         * nscd/servicescache.c (addservbyX): Likewise.
11572         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
11573         * posix/fnmatch.c (fnmatch): Likewise.
11574         * posix/getopt.c (_getopt_internal_r): Likewise.
11575         * posix/glob.c (glob, glob_in_dir): Likewise.
11576         * posix/wordexp.c (exec_comm_child): Likewise.
11577         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
11578         (getanswer_r, gaih_getanswer_slice): Likewise.
11579         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
11580         * resolv/res_init.c: Likewise.
11581         * resolv/res_mkquery.c (res_nmkquery): Likewise.
11582         * resolv/res_query.c (__libc_res_nquery): Likewise.
11583         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
11584         Likewise.
11585         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
11586         * stdio-common/perror.c (perror): Likewise.
11587         * stdio-common/printf_fp.c (___printf_fp): Likewise.
11588         * stdio-common/tmpnam.c (tmpnam): Likewise.
11589         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
11590         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
11591         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
11592         Likewise.
11593         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
11594         * stdlib/putenv.c (putenv): Likewise.
11595         * stdlib/setenv.c (__add_to_environ): Likewise.
11596         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
11597         * stdlib/strtol_l.c (INTERNAL): Likewise.
11598         * string/memmem.c (memmem): Likewise.
11599         * string/strerror.c (strerror): Likewise.
11600         * string/strnlen.c (__strnlen): Likewise.
11601         * string/test-memmem.c (simple_memmem): Likewise.
11602         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
11603         * sunrpc/pm_getport.c (__get_socket): Likewise.
11604         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
11605         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
11606         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
11607         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
11608         Likewise.
11609         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
11610         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
11611         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
11612         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
11613         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
11614         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
11615         Likewise.
11616         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
11617         Likewise.
11618         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
11619         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
11620         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
11621         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
11622         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
11623         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
11624         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11625         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
11626         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
11627         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
11628         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
11629         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
11630         Likewise.
11631         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
11632         Likewise.
11633         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
11634         Likewise.
11635         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
11636         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
11637         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
11638         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
11639         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
11640         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
11641         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
11642         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
11643         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
11644         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
11645         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
11646         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
11647         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
11648         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
11649         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
11650         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
11651         Likewise.
11652         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
11653         Likewise.
11654         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
11655         Likewise.
11656         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
11657         Likewise.
11658         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
11659         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
11660         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
11661         Likewise.
11662         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
11663         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
11664         * sysdeps/posix/opendir.c (__opendirat): Likewise.
11665         * sysdeps/posix/sleep.c: Likewise.
11666         * sysdeps/posix/tempname.c: Likewise.
11667         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
11668         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
11669         Likewise.
11670         * sysdeps/powerpc/powerpc32/dl-machine.h
11671         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
11672         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
11673         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
11674         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
11675         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
11676         Likewise.
11677         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
11678         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
11679         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
11680         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
11681         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
11682         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
11683         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
11684         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
11685         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
11686         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
11687         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
11688         (elf_machine_lazy_rel): Likewise.
11689         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
11690         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
11691         (elf_machine_lazy_rel): Likewise.
11692         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
11693         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
11694         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
11695         * sysdeps/unix/grantpt.c (grantpt): Likewise.
11696         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
11697         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
11698         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
11699         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
11700         Likewise.
11701         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
11702         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
11703         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
11704         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
11705         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
11706         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
11707         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
11708         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
11709         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
11710         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
11711         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
11712         Likewise.
11713         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
11714         (__posix_fallocate64_l64): Likewise.
11715         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
11716         (posix_fallocate): Likewise.
11717         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
11718         Likewise.
11719         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
11720         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
11721         (getifaddrs_internal): Likewise.
11722         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
11723         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
11724         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
11725         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
11726         * sysdeps/unix/sysv/linux/posix_fallocate64.c
11727         (__posix_fallocate64_l64): Likewise.
11728         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
11729         Likewise.
11730         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
11731         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
11732         (__get_clockfreq): Likewise.
11733         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
11734         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
11735         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
11736         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
11737         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
11738         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
11739         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
11740         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
11741         Likewise.
11742         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
11743         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
11744         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
11745         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
11746         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
11747         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
11748         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
11749         Likewise.
11750         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
11751         (posix_fallocate): Likewise.
11752         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
11753         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
11754         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
11755         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
11756         (elf_machine_rela, elf_machine_rela_relative)
11757         (elf_machine_lazy_rel): Likewise.
11758         * time/asctime.c (asctime_internal): Likewise.
11759         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
11760         * time/tzset.c (__tzset_parse_tz): Likewise.
11761         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
11762         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
11763         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
11764         * wcsmbs/wcsmbsload.h: Likewise.
11765
11766         [BZ #15894]
11767         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
11768
11769         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
11770         (arena_get2): Remove THREAD_STATS conditionals.
11771         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
11772         (__malloc_stats, int): Likewise.
11773
11774 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
11775
11776         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
11777         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
11778
11779         * manual/setjmp.texi: Fix typos/grammar errors.
11780
11781         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
11782         Only return early when n is <= 0.  Delete unused return statement.
11783
11784         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
11785         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
11786         * debug/tst-longjmp_chk3.c: New file.
11787
11788         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
11789         (test_main): Replace code with set_fortify_handler call.
11790         * debug/test-strcpy_chk.c: Likewise.
11791         * debug/tst-chk1.c: Likewise.
11792         * debug/tst-longjmp_chk.c: Likewise.
11793         * test-skeleton.c: Include fcntl.h & paths.h
11794         (set_fortify_handler): Define.
11795
11796         * debug/tst-longjmp_chk.c: Add header comment and include
11797         ../test-skeleton.c.
11798         (do_test): Mark static.
11799         (TEST_FUNCTION): Define.
11800
11801         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
11802         (IP_PMTUDISC_INTERFACE): Likewise.
11803         (IP_MULTICAST_IF): Likewise.
11804         (IP_MULTICAST_TTL): Likewise.
11805         (IP_MULTICAST_LOOP): Likewise.
11806         (IP_ADD_MEMBERSHIP): Likewise.
11807         (IP_DROP_MEMBERSHIP): Likewise.
11808         (IP_UNBLOCK_SOURCE): Likewise.
11809         (IP_BLOCK_SOURCE): Likewise.
11810         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
11811         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
11812         (IP_MSFILTER): Likewise.
11813         (MCAST_JOIN_GROUP): Likewise.
11814         (MCAST_BLOCK_SOURCE): Likewise.
11815         (MCAST_UNBLOCK_SOURCE): Likewise.
11816         (MCAST_LEAVE_GROUP): Likewise.
11817         (MCAST_JOIN_SOURCE_GROUP): Likewise.
11818         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
11819         (MCAST_MSFILTER): Likewise.
11820         (IP_MULTICAST_ALL): Likewise.
11821         (IP_UNICAST_IF): Likewise.
11822
11823         * timezone/Makefile: Delete $(have-ksh) check.
11824         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
11825         * timezone/tzselect.ksh: Add +x mode bits.
11826
11827         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
11828         (ANON_INODE_FS_MAGIC): Likewise.
11829         (BDEVFS_MAGIC): Likewise.
11830         (BINFMTFS_MAGIC): Likewise.
11831         (BTRFS_TEST_MAGIC): Likewise.
11832         (CRAMFS_MAGIC_WEND): Likewise.
11833         (DEBUGFS_MAGIC): Likewise.
11834         (ECRYPTFS_SUPER_MAGIC): Likewise.
11835         (EXT3_SUPER_MAGIC): Likewise.
11836         (EXT4_SUPER_MAGIC): Likewise.
11837         (FUTEXFS_SUPER_MAGIC): Likewise.
11838         (HOSTFS_SUPER_MAGIC): Likewise.
11839         (HUGETLBFS_MAGIC): Likewise.
11840         (MINIX3_SUPER_MAGIC): Likewise.
11841         (MTD_INODE_FS_MAGIC): Likewise.
11842         (NILFS_SUPER_MAGIC): Likewise.
11843         (OPENPROM_SUPER_MAGIC): Likewise.
11844         (PIPEFS_MAGIC): Likewise.
11845         (PSTOREFS_MAGIC): Likewise.
11846         (QNX6_SUPER_MAGIC): Likewise.
11847         (RAMFS_MAGIC): Likewise.
11848         (REISERFS_SUPER_MAGIC_STRING): Likewise.
11849         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
11850         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
11851         (SECURITYFS_MAGIC): Likewise.
11852         (SELINUX_MAGIC): Likewise.
11853         (SMACK_MAGIC): Likewise.
11854         (SOCKFS_MAGIC): Likewise.
11855         (SQUASHFS_MAGIC): Likewise.
11856         (STACK_END_MAGIC): Likewise.
11857         (TMPFS_MAGIC): Likewise.
11858         (USBDEVICE_SUPER_MAGIC): Likewise.
11859         (V9FS_MAGIC): Likewise.
11860         (XENFS_SUPER_MAGIC): Likewise.
11861         (CRAMFS_MAGIC): Fix typo in comment.
11862         (EXT2_SUPER_MAGIC): Update comment.
11863         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
11864
11865 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
11866
11867         * sysdeps/arm: Move directory from ports/sysdeps/arm.
11868         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
11869         * sysdeps/unix/sysv/linux/arm: Move directory from
11870         ports/sysdeps/unix/sysv/linux/arm.
11871         * README: Update listing for arm-*-linux-gnueabi.
11872
11873         * README: Remove mention of am33.
11874
11875 2014-02-07  Roland McGrath  <roland@hack.frob.com>
11876
11877         * bits/sigset.h (__sigemptyset): Use a statement expression rather
11878         than the comma operator, to avoid "rhs of comma has no effect"
11879         compiler warnings.
11880         (__sigfillset, __sigandset, __sigorset): Likewise.
11881         * include/signal.h (__sigemptyset): Likewise.
11882         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
11883
11884 2014-02-07  Allan McRae  <allan@archlinux.org>
11885
11886         * version.h (RELEASE): Set to "development".
11887         (VERSION): Set to "2.19.90"
11888         * NEWS: Add 2.20 section.
11889
11890 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
11891
11892         [BZ #16529]
11893         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
11894
11895 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
11896
11897         * manual/contrib.texi: Update entry for Carlos O'Donell,
11898         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
11899
11900 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
11901
11902         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
11903
11904         * sysdeps/unix/sysv/linux/kernel-features.h
11905         [__LINUX_KERNEL_VERSION >= 0x020621]
11906         (__ASSUME_PROC_PID_TASK_COMM): Define.
11907
11908 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11909
11910         [BZ #16398]
11911         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
11912         conversion when destination buffer does not have enough space.
11913         * libio/tst-ftell-partial-wide.c: New test case.
11914         * libio/Makefile (tests): Add tst-ftell-partial-wide.
11915
11916         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
11917         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
11918         Leonard and Allan McRae.
11919
11920 2014-02-04  David S. Miller  <davem@davemloft.net>
11921
11922         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
11923         32-bit.
11924
11925 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11926
11927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11928         New file
11929         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11930         New file
11931         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11932         New file.
11933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11934         New file.
11935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11936         New file.
11937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11938         New file.
11939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11940         New file.
11941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11942         New file.
11943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11944         New file.
11945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11946         New file.
11947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11948         New file.
11949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11950         New file.
11951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11952         New file.
11953
11954 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11955
11956         * nptl/shlib-versions: Change powerpc*le start to 2.17.
11957         * shlib-versions: Likewise.
11958
11959 2014-02-04  Roland McGrath  <roland@hack.frob.com>
11960             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11961
11962         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
11963         (abilist-pattern): New variable, set to %-le.abilist.
11964
11965         * Makerules (abilist-pattern): New variable.
11966         (vpath): Use $(abilist-pattern) in place of %.abilist.
11967         (check-abi-% pattern rule): Likewise.
11968         (check-abi, update-abi): Likewise.
11969
11970 2014-02-04  Eric Wong  <normalperson@yhbt.net>
11971
11972         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11973
11974 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
11975
11976         * manual/startup.texi: Add next, previous, and top entries for
11977         the `Program Arguments' and `Environment Variables' nodes.
11978
11979 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
11980
11981         * manual/macros.texi: Add comments before MTASC-safety macros.
11982
11983         * manual/users.texi: Document MTASC-safety properties.
11984
11985         * manual/threads.texi (pthread_key_create, pthread_key_delete)
11986         (pthread_getspecific, pthread_setspecific): Format with
11987         @deftypefun, and add @safety note.
11988         * manual/signal.texi: Move comments that analyze the above
11989         functions to their home place.
11990
11991 2014-02-03  Allan McRae  <allan@archlinux.org>
11992
11993         * po/sl.po: Update Slovenian translation from translation project.
11994
11995 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
11996
11997         * manual/time.texi (timegm): Add missing blank after @c.
11998         Reported by Joseph Myers <joseph@codesourcery.com>.
11999
12000 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
12001
12002         * manual/check-safety.sh: New.
12003         * manual/Makefile ($(objpfx)stamp-summary): Run it.
12004
12005         * manual/terminal.texi: Document MTASC-safety properties.
12006
12007         * manual/filesys.texi: Document MTASC-safety properties.
12008
12009         * manual/errno.texi: Document MTASC-safety properties.
12010
12011         * manual/intro.texi: Document safety identifiers and
12012         conditionals.
12013
12014         * manual/string.texi (wcstok): Fix prototype.
12015         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
12016
12017         * manual/time.texi: Document MTASC-safety properties.
12018
12019         * manual/string.texi: Document MTASC-safety properties.
12020
12021         * manual/threads.texi: Document MTASC-safety properties.
12022
12023         * manual/stdio.texi: Document MTASC-safety properties.
12024
12025         * manual/syslog.texi: Document MTASC-safety properties.
12026
12027         * manual/sysinfo.texi: Document MTASC-safety properties.
12028
12029         * manual/startup.texi: Document MTASC-safety properties.
12030
12031         * manual/socket.texi: Document MTASC-safety properties.
12032
12033         * manual/signal.texi: Document MTASC-safety properties.
12034
12035 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
12036
12037         * manual/setjmp.texi: Document MTASC-safety properties.
12038
12039         * manual/search.texi: Document MTASC-safety properties.
12040
12041         * manual/resource.texi: Document MTASC-safety properties.
12042
12043         * manual/process.texi: Document MTASC-safety properties.
12044
12045         * manual/platform.texi: Document MTASC-safety properties.
12046
12047         * manual/pipe.texi: Document MTASC-safety properties.
12048
12049         * manual/pattern.texi: Document MTASC-safety properties.
12050
12051         * manual/message.texi: Document MTASC-safety properties.
12052
12053         [BZ #12751]
12054         * manual/memory.texi: Document MTASC-safety properties.
12055
12056         * manual/math.texi: Document MTASC-safety properties.
12057
12058         * manual/locale.texi: Document MTASC-safety properties.
12059
12060         * manual/llio.texi: Document MTASC-safety properties.
12061
12062         * manual/libdl.texi: New.
12063
12064         * manual/lang.texi: Document MTASC-safety properties.
12065
12066         * manual/job.texi: Document MTASC-safety properties.
12067
12068         * manual/getopt.texi: Document MTASC-safety properties.
12069
12070         * manual/ctype.texi: Document MTASC-safety properties.
12071
12072 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
12073
12074         [BZ #16046]
12075         * csu/libc-tls.c (static_map): Remove variable.
12076         (__libc_setup_tls): Use main executable's link map for TLS data.
12077         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
12078         casing for LM_ID_BASE and GL(dl_nns).
12079         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
12080         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
12081         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
12082         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
12083         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
12084         member.
12085         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
12086         l_phnum members.
12087
12088 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
12089
12090         * manual/debug.texi: Document MTASC-safety properties.
12091
12092 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
12093
12094         [BZ #16510]
12095         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
12096         of __x86_64__ when disabling x87 inline functions.
12097
12098 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
12099
12100         * manual/charset.texi: Document MTASC-safety properties.
12101
12102         * manual/crypt.texi: Document MTASC-safety properties.
12103
12104         * manual/conf.texi: Document MTASC-safety properties.
12105
12106         * manual/arith.texi: Document MTASC-safety properties.
12107
12108         * manual/argp.texi: Document MTASC-safety properties.
12109
12110         * manual/macros.texi: Introduce macros to document multi
12111         thread, asynchronous signal and asynchronous cancellation
12112         safety properties.
12113         * manual/intro.texi: Introduce the properties themselves.
12114
12115 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12116
12117         * sysdeps/sh/sh4/Makefile: New file.
12118
12119 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
12120
12121         * math/gen-libm-test.pl ($srcdir): New variable.
12122         ($auto_input): Use it.
12123
12124 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12125
12126         [BZ #16506]
12127         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
12128         access beyond array bounds when parsing netgroups file.
12129
12130         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
12131         the old buffer before realloc.
12132
12133 2014-01-27  Allan McRae  <allan@archlinux.org>
12134
12135         * po/fr.po: Update French translation from translation project.
12136
12137 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12138
12139         * sysdeps/sh/libm-test-ulps: Regenerate.
12140
12141 2014-01-24  David S. Miller  <davem@davemloft.net>
12142
12143         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
12144
12145 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12146
12147         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
12148         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
12149
12150 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12151
12152         [BZ #16474]
12153         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
12154         string pointers after reallocation.
12155
12156 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12157
12158         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
12159         __SH4A__ instead of __SH_FPU_ANY__.
12160
12161 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12162
12163         * sysdeps/sh/fpu_control.h: New file.
12164         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
12165         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
12166         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
12167         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
12168         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
12169         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
12170         * sysdeps/sh/sys/ucontext.h: Remove.
12171         * sysdeps/sh/sys: Remove directory.
12172
12173 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12174
12175         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
12176         s390/sys/ucontext.h.
12177         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12178         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
12179
12180 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
12181
12182         [BZ #15605]
12183         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
12184
12185 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12186
12187         [BZ#16431]
12188         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
12189         Adjust the vDSO correctly for internal calls.
12190         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
12191
12192 2014-01-20  Allan McRae  <allan@archlinux.org>
12193
12194         * po/ca.po: Update Catalan translation from translation project.
12195
12196 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
12197
12198         * sysdeps/s390/sotruss-lib.c: New file.
12199
12200 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12201
12202         [BZ#16430]
12203         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
12204         (__GI___gettimeofday): Alias for a different internal symbol to avoid
12205         local calls issues by not having a PLT stub required for IFUNC calls.
12206         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
12207
12208 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
12209
12210         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
12211         * math/test-fpucw-static.c: Likewise.
12212
12213 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12214
12215         [BZ #16453]
12216         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
12217
12218 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12219
12220         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
12221         implementation for powerpc.
12222
12223 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
12224
12225         [BZ #14782]
12226         * sysdeps/posix/system.c (__libc_system): Do not enable
12227         asynchronous cancellation.
12228
12229 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12230
12231         [BZ #16427]
12232         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
12233         handling only for numbers special also in the IEEE case.
12234
12235 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12236
12237         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12238
12239 2014-01-11  Allan McRae  <allan@archlinux.org>
12240
12241         * po/bg.po: Update Bulgarian translation from translation project.
12242
12243         * po/de.po: Update German translation from translation project.
12244
12245 2014-01-10  Roland McGrath  <roland@hack.frob.com>
12246
12247         * sysdeps/generic/gcc-compat.h: New file.
12248
12249 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12250
12251         * benchtests/asin-inputs: Correct slow inputs.
12252         * benchtests/acos-inputs: Likewise.
12253
12254 2014-01-10  Allan McRae  <allan@archlinux.org>
12255
12256         * po:sv.po: Update Swedish translation from translation project.
12257
12258         * po/vi.po: Update Vietnamese translation from translation project.
12259
12260         * po/eo.po: Update Esperanto translation from translation project.
12261
12262         * po/cs.po: Update Czech translation from translation project.
12263
12264         * po/nl.po: Update Dutch translation from translation project.
12265
12266         * po/pl.po: Update Polish translation from translation project.
12267
12268         * po/ru.po: Update Russian translation from translation project.
12269
12270         * po/uk.po: Update Ukrainian translation from translation project.
12271
12272 2014-01-08  Brooks Moses  <bmoses@google.com>
12273
12274         * elf/dl-load.c: Fix comment typo.
12275
12276 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
12277
12278         * po/header.pot: Rename to...
12279         * po/pot.header: ... this.
12280         * po/Makefile: Use pot.header.
12281
12282 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
12283             Maxim Kuvyrkov  <maxim@kugelworks.com>
12284
12285         [BZ #16394]
12286         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
12287         SRC and DEST against LEN.
12288
12289 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12290
12291         [BZ #16414]
12292         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
12293         implementation.
12294         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
12295
12296 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12297
12298         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12299
12300 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
12301
12302         [BZ #16408]
12303         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
12304         for large positive arguments.
12305
12306 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
12307
12308         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12309
12310         * math/auto-libm-test-in: Mark various tests with
12311         xfail-rounding:ldbl-128ibm.
12312         * math/auto-libm-test-out: Regenerated.
12313
12314         [BZ #16407]
12315         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
12316         Increase overflow threshold.
12317
12318 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
12319
12320         [BZ #14286]
12321         * stdio-common/vfprintf.c: Check for integer overflow.
12322
12323 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12324
12325         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
12326         the first argument and return value of __tls_get_addr_internal.
12327
12328 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12329
12330         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
12331         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
12332
12333 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12334
12335         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
12336         * sysdeps/s390/rtld-global-offsets.sym: New file.
12337         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
12338         GLIBC_2.19 symbol.
12339         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
12340         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
12341         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
12342         ... this.
12343         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
12344         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
12345         ... this.
12346         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12347         Regenerate.
12348         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12349         Regenerate.
12350         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
12351         halfs of GPRs for high_gprs contexts.
12352         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
12353         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
12354         field.
12355         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
12356         uc_flags field.
12357         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
12358         64 bit versions:
12359         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
12360         for high GPRs (uc_high_gprs) and for future extensions
12361         (__reserved).
12362         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
12363         for future extensions (__reserved).
12364         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
12365         64 bit versions:
12366         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
12367         SC_HIGHGPRS offset definition.
12368         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
12369         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
12370
12371         * Versions.def: Add GLIBC_2.19 for libpthread.
12372         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
12373         siglongjmp for libpthread with GLIBC_2.19 symver.
12374         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
12375         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
12376         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
12377         * sysdeps/s390/__longjmp.c: New file.
12378         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
12379         * sysdeps/s390/longjmp.c: New file.
12380         * sysdeps/s390/setjmp.S: New file.
12381         * sysdeps/s390/sigjmp.S: New file.
12382         * sysdeps/s390/v1-longjmp.c: New file.
12383         * sysdeps/s390/v1-setjmp.h: New file.
12384         * sysdeps/s390/v1-sigjmp.c: New file.
12385         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
12386         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
12387         GLIBC_2.19 version.
12388         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
12389         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
12390         versioned symbols for ____longjmp_chk.
12391         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
12392         Likewise.
12393         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12394         Regenerate.
12395         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
12396         Regenerate.
12397         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12398         Regenerate.
12399         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
12400         Regenerate.
12401         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
12402         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
12403         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
12404         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
12405         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
12406         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
12407         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
12408         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
12409         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
12410         * sysdeps/s390/rtld-__longjmp.c: New file.
12411         * sysdeps/s390/rtld-setjmp.S: New file.
12412
12413 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
12414
12415         [BZ #16400]
12416         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12417         Return -__logl (x) for small positive arguments without evaluating
12418         a polynomial.
12419
12420 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
12421
12422         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
12423         Rename to ...
12424         (__ptrace_peeksiginfo_args): ... this.
12425         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
12426         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
12427         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
12428
12429 2014-01-06  Allan McRae  <allan@archlinux.org>
12430
12431         * inet/netinet/in.h: Fix typo in comment.
12432
12433 2014-01-05  Andreas Jaeger  <aj@suse.de>
12434
12435         * sysdeps/i386/fpu/libm-test-ulps: Update.
12436
12437 2014-01-05  Allan McRae  <allan@archlinux.org>
12438
12439         * po/libc.pot: Regenerated.
12440
12441         * malloc/memusagestat.c: Fix gettext call formatting.
12442
12443 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
12444
12445         * nscd/nscd.c: Improve usage() output.
12446
12447 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
12448
12449         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
12450         * sysdeps/unix/sysv/linux/configure: Regenerated.
12451         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
12452         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
12453
12454 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
12455
12456         [BZ #16390]
12457         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
12458         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
12459
12460 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12461
12462         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
12463         extra tokens at end of #undef directive.
12464         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
12465         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
12466         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
12467
12468 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
12469
12470         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12471
12472         * math/auto-libm-test-in: Mark various tests with
12473         xfail-rounding:ldbl-128ibm.
12474         * math/auto-libm-test-out: Regenerated.
12475
12476 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
12477
12478         [BZ #16386]
12479         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
12480         numbers with subnormal high part when calculating exponent.
12481
12482         [BZ #16385]
12483         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
12484         fabs.
12485
12486         [BZ #16384]
12487         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
12488         M_LN2l.
12489         (__ieee754_acoshl): Use __log1pl not __log1p.
12490
12491 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
12492
12493         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
12494         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
12495         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
12496         (grow_heap, heap_trim, _int_new_arena, get_free_list)
12497         (reused_arena, arena_get2): Convert to GNU style.
12498         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
12499         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
12500         (memalign_check, __malloc_set_state): Likewise.
12501         * malloc/mallocbug.c (main): Likewise.
12502         * malloc/malloc.c (__malloc_assert, malloc_init_state)
12503         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
12504         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
12505         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
12506         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
12507         (__posix_memalign, malloc_info): Likewise.
12508         * malloc/malloc.h: Likewise.
12509         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
12510         (mallochook, memalignhook, reallochook, mabort): Likewise.
12511         * malloc/mcheck.h: Likewise.
12512         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
12513         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
12514         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
12515         * malloc/morecore.c (__default_morecore): Likewise.
12516         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
12517         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
12518         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
12519         (print_and_abort): Likewise.
12520         * malloc/obstack.h: Likewise.
12521         * malloc/set-freeres.c (__libc_freeres): Likewise.
12522         * malloc/tst-mallocstate.c (main): Likewise.
12523         * malloc/tst-mtrace.c (main): Likewise.
12524         * malloc/tst-realloc.c (do_test): Likewise.
12525
12526 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12527
12528         [BZ #16366]
12529         * nscd/netgroupcache.c (do_notfound): New function.
12530         (addgetnetgrentX): Use it.
12531
12532         [BZ # 16365]
12533         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
12534         NSS_STATUS_NOTFOUND.
12535
12536 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
12537
12538         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
12539         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12540
12541 2014-01-01  Allan McRae  <allan@archlinux.org>
12542
12543         * scripts/update-copyrights: Update configure input file suffix.
12544
12545         * NEWS: Update copyright year.
12546         * catgets/gencat.c: Likewise.
12547         * csu/version.c: Likewise.
12548         * debug/catchsegv.sh: Likewise.
12549         * debug/pcprofiledump.c: Likewise.
12550         * debug/xtrace.sh: Likewise.
12551         * elf/ldconfig.c: Likewise.
12552         * elf/ldd.bash.in: Likewise.
12553         * elf/pldd.c: Likewise.
12554         * elf/sotruss.ksh: Likewise.
12555         * elf/sprof.c: Likewise.
12556         * iconv/iconv_prog.c: Likewise.
12557         * iconv/iconvconfig.c: Likewise.
12558         * locale/programs/locale.c: Likewise.
12559         * locale/programs/localedef.c: Likewise.
12560         * login/programs/pt_chown.c: Likewise.
12561         * malloc/memusage.sh: Likewise.
12562         * malloc/memusagestat.c: Likewise.
12563         * malloc/mtrace.pl: Likewise.
12564         * manual/libc.texinfo: Likewise.
12565         * nscd/nscd.c: Likewise.
12566         * nss/getent.c: Likewise.
12567         * nss/makedb.c: Likewise.
12568         * posix/getconf.c: Likewise.
12569         * scripts/test-installation.pl: Likewise.
12570
12571         * All files with FSF copyright notices: Update copyright dates
12572         using scripts/update-copyrights.
12573         * intl/plural.c: Regenerated.
12574         * locale/programs/charmap-kw.h: Likewise.
12575         * locale/programs/locfile-kw.h: Likewise.
12576
12577 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
12578
12579         * sysdeps/unix/sysv/linux/configure: Regenerated.
12580         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
12581         the linux/fanotify.h header.
12582         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
12583         HAVE_LINUX_FANOTIFY_H is defined.
12584
12585 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
12586
12587         * benchtests/cos-inputs: New inputs.
12588         * benchtests/sin-inputs: Likewise.
12589
12590         * benchtests/atan-inputs: New inputs. Fix name of multiple
12591         precision fallback inputs.
12592
12593         * benchtests/atanh-inputs: New inputs.
12594         * benchtests/tanh-inputs: Likewise.
12595
12596         * benchtests/acosh-inputs: New inputs.
12597         * benchtests/asinh-inputs: Likewise.
12598
12599         * benchtests/cosh-inputs: New inputs.
12600         * benchtests/sinh-inputs: Likewise.
12601
12602         * benchtests/acos-inputs: Add more inputs.
12603         * benchtests/asin-inputs: Likewise.
12604
12605 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
12606
12607         [BZ #16375]
12608         * manual/arith.texi: Fix spelling.
12609         * manual/charset.texi: Likewise.
12610         * manual/errno.texi: Likewise.
12611         * manual/filesys.texi: Likewise.
12612         * manual/lang.texi: Likewise.
12613         * manual/llio.texi: Likewise.
12614         * manual/locale.texi: Likewise.
12615         * manual/message.texi: Likewise.
12616         * manual/resource.texi: Likewise.
12617         * manual/search.texi: Likewise.
12618         * manual/setjmp.texi: Likewise.
12619         * manual/stdio.texi: Likewise.
12620         * manual/string.texi: Likewise.
12621         * manual/sysinfo.texi: Likewise.
12622         * manual/time.texi: Likewise.
12623
12624 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
12625
12626         * po/sl.po: New file.
12627
12628 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
12629
12630         * .gitignore: Add core/.gdbinit/.gdb_history.
12631
12632 2013-12-27  Allan McRae  <allan@archlinux.org>
12633
12634         [BZ #16369]
12635         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
12636         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
12637
12638 2013-12-24  Brooks Moses  <bmoses@google.com>
12639
12640         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
12641         all compilers that claim C++98 compliance, not just GCC.
12642         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
12643         Likewise.
12644
12645 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
12646
12647         * NEWS: Restore accidentally deleted bug-fix entries.
12648
12649 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
12650             Ondřej Bílka  <neleai@seznam.cz>
12651
12652         [BZ #15073]
12653         * malloc/malloc.c (_int_free): Perform sanity check only if we
12654         have_lock.
12655
12656 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
12657
12658         [BZ #12986]
12659         * manual/stdio.texi (String Input Conversions): Clarify that character
12660         classes are not supported.
12661
12662 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12663
12664         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12665
12666 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
12667
12668         [BZ #16337]
12669         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12670         Calculate results for small negative arguments directly rather
12671         than using reflection formula with special underflow handling.
12672
12673         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
12674         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
12675         sysdeps/unix/bsd/bsd4.4/syscalls.list.
12676         (fchflags): Likewise.
12677         (revoke): Likewise.
12678         (setlogin): Likewise.
12679         (sigaltstack): Likewise.
12680         (wait4): Likewise.
12681         (sigblock): Remove.
12682         (sigsetmask): Likewise.
12683         (wait3): Likewise.
12684         (waitpid): Likewise.
12685         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
12686         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
12687         file.
12688         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
12689         * sysdeps/unix/bsd/Makefile: ... here.
12690         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
12691         * sysdeps/unix/bsd/Versions: ... here.
12692         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
12693         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
12694         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
12695         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
12696         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
12697         * sysdeps/unix/bsd/sigblock.c: ... here.
12698         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
12699         * sysdeps/unix/bsd/sigsetmask.c: ... here.
12700         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
12701         * sysdeps/unix/bsd/sigvec.c: ... here.
12702         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
12703         * sysdeps/unix/bsd/tcdrain.c: ... here.
12704         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
12705         * sysdeps/unix/bsd/tcgetattr.c: ... here.
12706         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
12707         * sysdeps/unix/bsd/tcsetattr.c: ... here.
12708         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
12709         * sysdeps/unix/bsd/wait.c: ... here.
12710         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
12711         * sysdeps/unix/bsd/wait3.c: ... here.
12712         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
12713         * sysdeps/unix/bsd/waitpid.c: ... here.
12714
12715 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
12716
12717         [BZ #16356]
12718         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
12719         round-to-nearest for [!USE_AS_EXPM1L].
12720         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
12721         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
12722         more tests of exp and exp10.  Expect some exp10 tests to miss
12723         exceptions or fail in directed rounding modes.
12724         * math/auto-libm-test-out: Regenerated.
12725         * math/libm-test.inc (exp10_tonearest_test_data): New array.
12726         (exp10_test_tonearest): New function.
12727         (exp10_towardzero_test_data): New array.
12728         (exp10_test_towardzero): New function.
12729         (exp10_downward_test_data): New array.
12730         (exp10_test_downward): New function.
12731         (exp10_upward_test_data): New array.
12732         (exp10_test_upward): New function.
12733         (main): Call the new functions.
12734         * sysdeps/i386/fpu/libm-test-ulps: Update.
12735         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12736
12737 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
12738
12739         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
12740         asinh, atan, atan2, atanh, cbrt, cos and cosh.
12741         * math/auto-libm-test-out: Regenerated.
12742         * math/libm-test.inc (acosh_test_data): Add more tests.
12743         (atanh_test_data): Likewise.
12744         (ceil_test_data): Likewise.
12745         (copysign_test_data): Likewise.
12746         * sysdeps/i386/fpu/libm-test-ulps: Update.
12747         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12748
12749         * timezone/checktab.awk: Update from tzcode 2013i.
12750         * timezone/private.h: Likewise.
12751         * timezone/scheck.c: Likewise.
12752         * timezone/tzfile.h: Likewise.
12753         * timezone/tzselect.ksh: Likewise.
12754         * timezone/zdump.c: Likewise.
12755         * timezone/zic.c: Likewise.
12756
12757         * math/auto-libm-test-in: Add tests of cpow.
12758         * math/auto-libm-test-out: Regenerated.
12759         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
12760         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12761         mpc_cc_c.
12762         (func_calc_desc): Add mpc_cc_c union field.
12763         (test_functions): Add cpow.
12764         (special_fill_2pi): New function.
12765         (special_real_inputs): Add 2pi.
12766         (calc_generic_results): Handle mpc_cc_c.
12767         * sysdeps/i386/fpu/libm-test-ulps: Update.
12768         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12769
12770         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
12771         csqrt, ctan and ctanh.
12772         * math/auto-libm-test-out: Regenerated.
12773         * math/libm-test.inc (TEST_COND_x86_64): New macro.
12774         (TEST_COND_x86): Likewise.
12775         (ccos_test_data): Use AUTO_TESTS_c_c.
12776         (ccosh_test_data): Likewise.
12777         (cexp_test_data): Likewise.
12778         (clog_test_data): Likewise.
12779         (csqrt_test_data): Likewise.
12780         (ctan_test_data): Likewise.
12781         (ctan_tonearest_test_data): Likewise.
12782         (ctan_towardzero_test_data): Likewise.
12783         (ctan_downward_test_data): Likewise.
12784         (ctan_upward_test_data): Likewise.
12785         (ctanh_test_data): Likewise.
12786         (ctanh_tonearest_test_data): Likewise.
12787         (ctanh_towardzero_test_data): Likewise.
12788         (ctanh_downward_test_data): Likewise.
12789         (ctanh_upward_test_data): Likewise.
12790         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12791         mpc_c_c.
12792         (func_calc_desc): Add mpc_c_c union field.
12793         (FUNC_mpc_c_c): New macro.
12794         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
12795         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
12796         ctanh.
12797         (special_fill_min_subnorm_p120): New function.
12798         (special_real_inputs): Add min_subnorm_p120.
12799         (calc_generic_results): Handle mpc_c_c.
12800         * sysdeps/i386/fpu/libm-test-ulps: Update.
12801         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12802
12803 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
12804
12805         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
12806         (do_sin_slow): New functions.
12807         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
12808         (cslow2, csloww1, csloww2): Use the new functions.
12809
12810         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
12811         Use M to change sign of result instead of X.  Assume X is
12812         positive.
12813         (csloww1): Likewise.
12814         (__sin): Adjust.
12815         (__cos): Adjust.
12816
12817         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
12818         arguments A and DA.
12819         (__sin): Adjust.
12820         (__cos): Likewise.
12821
12822         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
12823         (__cos): Likewise.
12824         (sloww1): Don't adjust sign of DX.
12825         (csloww1): Likewise.
12826         (sloww2): Use X directly and don't adjust sign of DX.
12827         (csloww2): Likewise.
12828
12829 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12830
12831         * math/auto-libm-test-in: Add tests of cabs and carg.
12832         * math/auto-libm-test-out: Regenerated.
12833         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
12834         (carg_test_data): Likewise.
12835         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12836         mpc_c_f.
12837         (func_calc_desc): Add mpc_c_f union field.
12838         (test_functions): Add cabs and carg.
12839         (calc_generic_results): Handle mpc_c_f.
12840
12841         * sysdeps/powerpc/powerpc32/libgcc-compat.S
12842         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
12843         as a macro and a compat symbol.
12844         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
12845         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
12846         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
12847         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
12848         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
12849         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
12850         not use .hidden.
12851         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
12852         Likewise.
12853         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
12854         Likewise.
12855         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
12856         Likewise.
12857         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
12858         Likewise.
12859         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
12860         Likewise.
12861         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
12862         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
12863         from GLIBC_2.3.2.
12864
12865 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12866
12867         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12868
12869 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12870
12871         * manual/texinfo.tex: Update to version 2013-11-26.10 with
12872         trailing whitespace removed.
12873         * scripts/config.guess: Update to version 2013-11-29.
12874         * scripts/config.sub: Update to version 2013-10-01.
12875
12876         * math/auto-libm-test-in: Add tests of sincos.
12877         * math/auto-libm-test-out: Regenerated.
12878         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
12879         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12880         mpfr_f_11.
12881         (func_calc_desc): Add mpfr_f_11 union field.
12882         (test_functions): Add sincos.
12883         (calc_generic_results): Handle mpfr_f_11.
12884         * sysdeps/i386/fpu/libm-test-ulps: Update.
12885         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12886
12887 2013-12-19  Andreas Schwab  <schwab@suse.de>
12888
12889         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
12890         CALL_MCOUNT.
12891         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
12892         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
12893         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
12894
12895 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12896
12897         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
12898         * sysdeps/i386/fpu/libm-test-ulps: Update.
12899         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12900
12901         [BZ #16293]
12902         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
12903         round-to-nearest mode when using frndint.
12904         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
12905         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
12906         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
12907         Likewise.
12908         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
12909         sinh test to fail.
12910         * math/auto-libm-test-out: Regenerated.
12911         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
12912         (TEST_COND_x86): Likewise.
12913         (expm1_tonearest_test_data): New array.
12914         (expm1_test_tonearest): New function.
12915         (expm1_towardzero_test_data): New array.
12916         (expm1_test_towardzero): New function.
12917         (expm1_downward_test_data): New array.
12918         (expm1_test_downward): New function.
12919         (expm1_upward_test_data): New array.
12920         (expm1_test_upward): New function.
12921         (main): Run the new test functions.
12922         * sysdeps/i386/fpu/libm-test-ulps: Update.
12923         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12924
12925         * include/features.h: Update comment documenting feature test
12926         macros.  Mention _DEFAULT_SOURCE in comment.
12927         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
12928         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
12929         _BSD_SOURCE and _SVID_SOURCE.
12930         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
12931         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
12932         !_SVID_SOURCE]: Likewise.
12933         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12934         (__USE_POSIX_IMPLICITLY): Define.
12935         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12936         (_POSIX_SOURCE): Undefine and redefine.
12937         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12938         (_POSIX_C_SOURCE): Likewise.
12939         * manual/creature.texi (_DEFAULT_SOURCE): Document.
12940         (Feature Test Macros): Update documentation of default features.
12941
12942 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
12943
12944         * benchtests/Makefile: Add bench-strtok.
12945         * benchtests/bench-strtok.c: New file: strtok benchtest.
12946
12947 2013-12-19  Allan McRae  <allan@archlinux.org>
12948
12949         * manual/install.texi: Suppress menu for plain text output.
12950         * INSTALL: Regenerated.
12951
12952 2013-12-18  Brooks Moses  <bmoses@google.com>
12953
12954         [BZ #15846]
12955         * misc/getauxval.c: Include errno.h.
12956         (__getauxval): Set errno to ENOENT if the requested type is not
12957         found.
12958         * misc/sys/auxv.h (getauxval): Document that it may set errno;
12959         don't declare with __attribute_const__.
12960         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
12961         * manual/startup.texi: Document that getauxval sets errno.
12962
12963 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12964
12965         * math/auto-libm-test-in: Add tests of jn and yn.
12966         * math/auto-libm-test-out: Regenerated.
12967         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
12968         (yn_test_data): Likewise.
12969         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12970         mpfr_if_f.
12971         (func_calc_desc): Add mpfr_if_f union field.
12972         (FUNC_mpfr_if_f): New macro.
12973         (test_functions): Add jn and yn.
12974         (calc_generic_results): Assert type of second input for
12975         mpfr_ff_f.  Handle mpfr_if_f.
12976         (output_for_one_input_case): Disable all checking for arguments
12977         fitting floating-point types in case of an integer argument.
12978         * sysdeps/i386/fpu/libm-test-ulps: Update.
12979         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12980
12981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
12982         Don't expect fegetround reference in libm.so.
12983
12984 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
12985
12986         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
12987         $(config-cflags-nofma).
12988
12989 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12990
12991         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
12992         * math/auto-libm-test-out: Regenerated.
12993
12994         [BZ #16338]
12995         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
12996         to determine exponent and adjust argument to have exponent of -1.
12997         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
12998         log2.
12999         * math/auto-libm-test-out: Regenerated.
13000         * sysdeps/i386/fpu/libm-test-ulps: Update.
13001         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13002
13003 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
13004
13005         * manual/probes.texi: Remove cases when per-thread arenas are
13006         disabled.
13007
13008 2013-12-18  Andreas Schwab  <schwab@suse.de>
13009
13010         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
13011         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
13012         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
13013         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
13014         * sysdeps/i386/i686/multiarch/Makefile: Update.
13015         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
13016
13017 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13018
13019         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
13020         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
13021
13022 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
13023
13024         [BZ #15968]
13025         Support TZ transition times < 00:00:00.
13026         This is needed for version-3 tz-format files; it supports time
13027         stamps past 2037 for America/Godthab (the only entry in the tz
13028         database for which this change is relevant).
13029         * manual/time.texi (TZ Variable): Document transition times
13030         from -167:59:59 through -00:00:01.
13031         * time/tzset.c (tz_rule): Time of day is now signed.
13032         (__tzset_parse_tz): Parse negative time of day.
13033
13034         Document TZ transition times >= 25:00:00.
13035         * manual/time.texi (TZ Variable): Document transition times from
13036         25:00:00 through 167:59:59.  These are already supported, and this
13037         support will help with version-3 tz-format files.
13038
13039         * manual/time.texi (TZ Variable): Modernize North America example
13040         to reflect current (i.e., 2007-and-later) daylight saving rules.
13041
13042         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
13043
13044 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13045
13046         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
13047         * sysdeps/unix/bsd/bits/stat.h: Likewise.
13048         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
13049         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
13050         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
13051         * sysdeps/unix/bsd/bsdstat.h: Likewise.
13052         * sysdeps/unix/bsd/clock.c: Likewise.
13053         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
13054         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
13055         * sysdeps/unix/bsd/init-posix.c: Likewise.
13056         * sysdeps/unix/bsd/poll.c: Likewise.
13057         * sysdeps/unix/bsd/ptsname.c: Likewise.
13058         * sysdeps/unix/bsd/seekdir.c: Likewise.
13059         * sysdeps/unix/bsd/setegid.c: Likewise.
13060         * sysdeps/unix/bsd/seteuid.c: Likewise.
13061         * sysdeps/unix/bsd/setgid.c: Likewise.
13062         * sysdeps/unix/bsd/setrgid.c: Likewise.
13063         * sysdeps/unix/bsd/setruid.c: Likewise.
13064         * sysdeps/unix/bsd/setsid.c: Likewise.
13065         * sysdeps/unix/bsd/setuid.c: Likewise.
13066         * sysdeps/unix/bsd/sigaction.c: Likewise.
13067         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
13068         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
13069         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
13070         * sysdeps/unix/bsd/telldir.c: Likewise.
13071         * sysdeps/unix/bsd/times.c: Likewise.
13072         * sysdeps/unix/bsd/usleep.c: Likewise.
13073
13074         * misc/Makefile (install-lib): Remove libbsd-compat.a.
13075         ($(objpfx)libbsd-compat.a): Remove rule.
13076
13077         * include/features.h (__FAVOR_BSD): Do not define.
13078         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
13079         features conflicting with POSIX.
13080         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
13081         (_BSD_SOURCE): Remove description of not being a subset of other
13082         feature test macros.
13083         * manual/job.texi (getpgrp): Do not document BSD version.
13084         (getpgid): Do not document by reference to BSD getpgrp.
13085         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
13086         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
13087         * signal/signal.h [__FAVOR_BSD]: Likewise.
13088         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
13089         instead of making contents conditional on [__FAVOR_BSD].
13090         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
13091
13092 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13093
13094         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13095
13096 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13097
13098         [BZ #16314]
13099         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
13100         values below 2**-450, not 2**-500.
13101         * math/auto-libm-test-in: Don't allow spurious underflow from
13102         hypot.
13103         * math/auto-libm-test-out: Regenerated.
13104
13105         [BZ #16316]
13106         [BZ #16330]
13107         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
13108         values of ha and hb and sort them after adjusting subnormal
13109         arguments.
13110         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
13111         Likewise.
13112         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
13113         values of ea and eb and sort them after adjusting subnormal
13114         arguments.
13115         * math/auto-libm-test-in: Do not expect some hypot tests of
13116         subnormals to fail.  Add more hypot tests.
13117         * math/auto-libm-test-out: Regenerated.
13118
13119 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13120
13121         [BZ #13304]
13122         * sysdeps/sh/s_fma.c: New file.
13123         * sysdeps/sh/s_fmaf.c: New file.
13124         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
13125         version.
13126         * sysdeps/sh/Implies: Add sh/soft-fp.
13127
13128 2013-12-16  Roland McGrath  <roland@hack.frob.com>
13129
13130         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
13131         level of indirection to members `objname', `errstring', `malloced'.
13132         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
13133         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
13134         it as the __longjmp argument (just pass 1 instead).
13135         (_dl_catch_error): Initialize C with argument pointers and address of
13136         volatile local ERRCODE rather than copying values out of C at return.
13137
13138 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
13139
13140         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
13141         * math/auto-libm-test-out: Regenerated.
13142         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
13143         (hypot_test_data): Likewise.
13144         (pow_test_data): Likewise.
13145         (pow_tonearest_test_data): Likewise.
13146         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13147         mpfr_ff_f.
13148         (func_calc_desc): Add mpfr_ff_f union field.
13149         (FUNC_mpfr_ff_f): New macro.
13150         (test_functions): Add atan2, hypot and pow.
13151         (special_fill_min): New function.
13152         (special_fill_minus_min): Likewise.
13153         (special_fill_min_subnorm): Likewise.
13154         (special_fill_minus_min_subnorm): Likewise.
13155         (special_real_inputs): Add min, -min, min_subnorm and
13156         -min_subnorm.
13157         (calc_generic_results): Handle mpfr_ff_f.
13158         * sysdeps/i386/fpu/libm-test-ulps: Update.
13159         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13160
13161 2013-12-16  Will Newton  <will.newton@linaro.org>
13162
13163         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
13164         (Aligned Memory Blocks): Add documentation for aligned_alloc
13165         and suggest it as an alternative to posix_memalign.
13166         (Hooks for Malloc): Document __memalign_hook is also called
13167         for aligned_alloc.  (Summary of Malloc): Add summary for
13168         aligned alloc.  Document __memalign_hook is also called
13169         for aligned_alloc.
13170
13171 2013-12-16  Will Newton  <will.newton@linaro.org>
13172
13173         * manual/memory.texi (Malloc Examples): Clarify default
13174         alignment documentation.  Suggest posix_memalign rather
13175         than memalign or valloc.
13176         (Aligned Memory Blocks): Remove suggestion to use memalign
13177         or valloc.  Remove obsolete comment about BSD.
13178         Document memalign errno values and mark the function obsolete.
13179         Document posix_memalign returned error codes.  Mark valloc
13180         as obsolete.  (Hooks for Malloc): __memalign_hook is also
13181         called for posix_memalign and valloc.
13182         (Summary of Malloc): Add posix_memalign to function summary.
13183         __memalign_hook is also called for posix_memalign and valloc.
13184
13185 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
13186
13187         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
13188         TAYLOR_SIN.
13189         (__sin): Adjust.
13190         (__cos): Likewise.
13191         (sloww): Use mynumber union.  Expand ternary operator into
13192         if-else statements.
13193         (cslow): use mynumber union.
13194
13195 2013-12-16  Allan McRae  <allan@archlinux.org>
13196
13197         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
13198         * configure: Regenerated.
13199
13200         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
13201
13202         [BZ #14120]
13203         * configure.ac: Added --enable-maintainer-mode. Check for
13204         autoconf when enabled.
13205         * configure: Regenerated.
13206
13207         * nscd/nscd.service: New file.
13208         * nscd/nscd.tmpfiles: New file.
13209
13210 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
13211
13212         [BZ #12100]
13213         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
13214         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
13215         * sysdeps/x86_64/multiarch/strstr.c: ... here.
13216         (strstr): Add __strstr_sse2_unaligned ifunc.
13217         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
13218         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
13219         (strcasestr): Remove __strcasestr_sse42 ifunc.
13220         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
13221         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
13222         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
13223
13224 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13225
13226         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
13227         * sysdeps/sh/bits/fenv.h: ... here.
13228         * sysdeps/sh/sh4/fpu/bits: Remove directory.
13229
13230 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13231
13232         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
13233
13234         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
13235         hypotf multiarch implementations.
13236         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
13237         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
13238         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
13239         multiarch hypot for PPC64.
13240         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
13241         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
13242         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
13243         multiarch hypotf for PPC64.
13244
13245         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
13246         modff multiarch implementations.
13247         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
13248         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
13249         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
13250         multiarch modf for PPC64.
13251         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
13252         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
13253         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
13254         multiarch modff for PPC64.
13255
13256         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
13257         and logl multiarch implementations.
13258         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
13259         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
13260         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
13261         multiarch logb for PPC64.
13262         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
13263         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
13264         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
13265         multiarch logb for PPC64.
13266         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
13267         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
13268         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
13269         multiarch logb for PPC64.
13270
13271         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
13272         isinff multiarch implementation.
13273         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
13274         file.
13275         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
13276         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
13277         multiarch isinf for PPC64.
13278         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
13279         file.
13280         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
13281         multiarch isinff for PPC64.
13282
13283         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
13284         finitef multiarch implementation.
13285         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
13286         file.
13287         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
13288         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
13289         multiarch finite for PPC64.
13290         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
13291         file.
13292         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
13293         multiarch finitef for PPC64.
13294
13295         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
13296         lrint multiarch implementation.
13297         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
13298         file.
13299         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
13300         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
13301         multiarch llrint for PPC64.
13302         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
13303         multiarch lrint for PPC64.
13304
13305         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
13306         copysignf multiarch implementation.
13307         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
13308         file.
13309         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
13310         file.
13311         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
13312         multiarch copysign for PPC64.
13313         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
13314         multiarch copysignf for PPC64.
13315
13316         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
13317         multiarch implementation.
13318         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
13319         file.
13320         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
13321         file.
13322         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
13323         file.
13324         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
13325         file.
13326         multiarch llround for PPC64.
13327         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
13328         multiarch trunc for PPC64.
13329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
13330         multiarch truncf for PPC64.
13331
13332         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
13333         multiarch implementation.
13334         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
13335         file.
13336         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
13337         file.
13338         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
13339         file.
13340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
13341         file.
13342         multiarch llround for PPC64.
13343         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
13344         multiarch round for PPC64.
13345         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
13346         multiarch roundf for PPC64.
13347
13348         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
13349         multiarch implementation.
13350         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
13351         file.
13352         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
13353         file.
13354         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
13355         file.
13356         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
13357         file.
13358         multiarch llround for PPC64.
13359         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
13360         multiarch floor for PPC64.
13361         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
13362         multiarch floorf for PPC64.
13363
13364         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
13365         multiarch implementation.
13366         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
13367         file.
13368         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
13369         file.
13370         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
13371         file.
13372         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
13373         file.
13374         multiarch llround for PPC64.
13375         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
13376         multiarch ceil for PPC64.
13377         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
13378         multiarch ceilf for PPC64.
13379
13380         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13381         multiarch implementation.
13382         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
13383         file.
13384         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
13385         file.
13386         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
13387         file.
13388         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
13389         multiarch llround for PPC64.
13390         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
13391         multiarch lround for PPC64.
13392
13393         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13394         multiarch implementation.
13395         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
13396         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
13397         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
13398         file.
13399         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
13400         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
13401         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
13402         multiarch isnan for PPC64.
13403         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
13404         multiarch isnanf for PPC64.
13405
13406         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
13407         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
13408         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
13409         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
13410         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
13411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
13412
13413         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
13414         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
13415         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
13416         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
13417
13418         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
13419         multiarch implementations.
13420         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13421         (__libc_ifunc_impl_list): Likewise.
13422         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
13423         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
13424         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
13425         multiarch stpcpy for PPC64.
13426
13427         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
13428         multiarch implementations.
13429         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13430         (__libc_ifunc_impl_list): Likewise.
13431         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
13432         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
13433         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
13434         multiarch strcpy for PPC64.
13435
13436         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
13437         redefine function name.
13438         (_wordcopy_fwd_dest_aligned): Likewise.
13439         (_wordcopy_bwd_aligned): Likewise.
13440         (_wordcopy_bwd_dest_aligned): Likewise.
13441         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
13442         multiarch implementations.
13443         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13444         (__libc_ifunc_impl_list): Likewise.
13445         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
13446         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
13447         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
13448         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
13449         multiarch wcscpy for PPC64.
13450
13451         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
13452         multiarch implementations.
13453         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13454         (__libc_ifunc_impl_list): Likewise.
13455         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
13456         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
13457         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
13458         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
13459         multiarch wcscpy for PPC64.
13460
13461         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
13462         multiarch implementations.
13463         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13464         (__libc_ifunc_impl_list): Likewise.
13465         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
13466         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
13467         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
13468         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
13469         multiarch wcsrchr for PPC64.
13470
13471         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
13472         multiarch implementations.
13473         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13474         (__libc_ifunc_impl_list): Likewise.
13475         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
13476         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
13477         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
13478         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
13479         multiarch wcschr for PPC64.
13480
13481         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
13482         multiarch implementations.
13483         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13484         (__libc_ifunc_impl_list): Likewise.
13485         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
13486         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
13487         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
13488         multiarch strchrnul for PPC64.
13489
13490         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
13491         implementations.
13492         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13493         (__libc_ifunc_impl_list): Likewise.
13494         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
13495         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
13496         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
13497         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
13498         strchr for PPC64.
13499
13500         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
13501         implementations.
13502         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13503         (__libc_ifunc_impl_list): Likewise.
13504         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
13505         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
13506         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
13507         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
13508         strncmp for PPC64.
13509
13510         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
13511         multiarch implementations.
13512         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13513         (__libc_ifunc_impl_list): Likewise.
13514         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
13515         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
13516         strncasecmp for PPC64.
13517         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
13518         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
13519         multiarch strncasecmp_l for PPC64.
13520
13521         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
13522         multiarch implementations.
13523         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13524         (__libc_ifunc_impl_list): Likewise.
13525         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
13526         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
13527         multiarch strcasecmp for PPC64.
13528         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
13529         file.
13530         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
13531         multiarch strcasecmp_l for PPC64.
13532
13533         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
13534         implementations.
13535         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13536         (__libc_ifunc_impl_list): Likewise.
13537         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
13538         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
13539         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
13540         strnlen for PPC64.
13541
13542         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
13543         implementations.
13544         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13545         (__libc_ifunc_impl_list): Likewise.
13546         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
13547         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
13548         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
13549         strlen for PPC64.
13550
13551         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
13552         implementations.
13553         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13554         (__libc_ifunc_impl_list): Likewise.
13555         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
13556         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
13557         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
13558         rawmemrchr for PPC64.
13559
13560         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
13561         implementation.
13562         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13563         (__libc_ifunc_impl_list): Likewise.
13564         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
13565         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
13566         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
13567         memrchr for PPC64.
13568
13569         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
13570         implementation.
13571         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13572         (__libc_ifunc_impl_list): Likewise.
13573         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
13574         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
13575         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
13576         memchr for PPC64.
13577
13578         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
13579         implementation.
13580         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13581         (__libc_ifunc_impl_list): Likewise.
13582         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
13583         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
13584         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
13585         mempcpy for PPC64.
13586
13587         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
13588         avoid cretion of __bzero symbol.
13589         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
13590         Likewise.
13591         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
13592         Likewise.
13593         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
13594         Likewise.
13595         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
13596         multiarch implementations.
13597         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13598         (__libc_ifunc_impl_list): Likewise.
13599         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
13600         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
13601         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
13602         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
13603         bzero for PPC32.
13604         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
13605         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
13606         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
13607         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
13608         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
13609         memset for PPC64.
13610         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
13611
13612         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
13613         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
13614         implementations.
13615         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13616         (__libc_ifunc_impl_list): Likewise.
13617         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
13618         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
13619         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
13620         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
13621         memcmp for PPC64.
13622
13623         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
13624         multiarch for POWER/PPC64.
13625         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
13626         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
13627         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
13628         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
13629         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
13630         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
13631         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
13632         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
13633         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
13634         memcpy for PPC64.
13635
13636         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
13637         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
13638         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
13639         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
13640         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
13641         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
13642         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
13643         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
13644         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
13645         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
13646         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
13647         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
13648         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
13649         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
13650         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
13651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
13652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
13653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
13654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
13655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
13656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
13657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
13658
13659 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13660
13661         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
13662
13663 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
13664
13665         * benchtests/Makefile (bench): Add exp2 and log2.
13666         (LDLIBS-bench-exp2): Add -lm.
13667         (LDLIBS-bench-log2): Likewise.
13668         * benchtests/exp2-inputs: New inputs file.
13669         * benchtests/log2-inputs: New inputs file.
13670         * benchtests/log-inputs: Add new inputs.
13671         * benchtests/tan-inputs: Likewise.
13672
13673 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
13674
13675         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
13676         definition...
13677         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
13678         (csloww2): ... from here.
13679
13680         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
13681         instead of structures.
13682         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
13683         (POLYNOMIAL): Likewise.
13684         (TAYLOR_SLOW): Likewise.
13685         (__sin): Likewise.
13686         (__cos): Likewise.
13687         (slow1): Likewise.
13688         (slow2): Likewise.
13689         (sloww): Likewise.
13690         (sloww1); Likewise.
13691         (sloww2): Likewise.
13692         (bsloww1): Likewise.
13693         (bsloww2): Likewise.
13694         (cslow2): Likewise.
13695         (csloww): Likewise.
13696         (csloww1): Likewise.
13697         (csloww2): Likewise.
13698
13699 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
13700
13701         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
13702         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
13703         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
13704         * malloc/hooks.c (realloc_check): Likewise.
13705
13706         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
13707         * malloc/arena.c: Remove PER_THREAD conditional.
13708         [!PER_THREAD]: Remove code.
13709         (ptmalloc_unlock_all2): Likewise.
13710         (ptmalloc_init): Likewise.
13711         (_int_new_arena): Likewise.
13712         (arena_get2): Likewise.
13713         * malloc/hooks.c (__malloc_get_state): Likewise.
13714         (__malloc_set_state): Likewise.
13715         * malloc/malloc.c: Likewise.
13716         (struct malloc_state): Likewise.
13717         (struct malloc_par): Likewise.
13718         (__libc_realloc): Likewise.
13719         (__libc_mallopt): Likewise.
13720
13721 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13722
13723         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
13724
13725 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
13726
13727         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
13728         macro to a function.  Check for zero perturb_byte.
13729         (_int_malloc, _int_free): Remove zero perturb_byte checks.
13730
13731         * malloc/malloc.c: (force_reg): Remove.
13732         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
13733         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
13734         force_reg by atomic_forced_read.
13735         * malloc/arena.c (ptmalloc_init): Likewise.
13736         * malloc/hooks.c (top_check): Likewise.
13737
13738 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13739
13740         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13741
13742 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
13743
13744         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13745
13746 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
13747
13748         * math/auto-libm-test-in: Add tests of lgamma.
13749         * math/auto-libm-test-out: Regenerated.
13750         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
13751         (M_LOG_2_SQRT_PIl): Likewise.
13752         (lgamma_test_data): Use AUTO_TESTS_f_f1.
13753         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13754         mpfr_f_f1.
13755         (func_calc_desc): Add mpfr_f_f1 union field.
13756         (ARGS1): New macro.
13757         (ARGS2): Likewise.
13758         (ARGS3): Likewise.
13759         (ARGS4): Likewise.
13760         (RET1): Likewise.
13761         (RET2): Likewise.
13762         (CALC): Likewise.
13763         (FUNC): Likewise.
13764         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
13765         (test_functions): Add lgamma.
13766         (calc_generic_results): Handle mpfr_f_f1.
13767         * sysdeps/i386/fpu/libm-test-ulps: Update.
13768         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13769
13770 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13771
13772         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
13773         __mpn_add_n for PowerPC64/POWER7.
13774         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
13775         __mpn_sub_n for PowerPC64/POWER7.
13776
13777         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
13778         __mpn_addmul_1 for PowerPC64.
13779         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
13780         __mpn_submul_1 for PowerPC64.
13781         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
13782         for PowerPC64.
13783         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
13784         for PowerPC64.
13785
13786 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
13787
13788         [BZ #15089]
13789         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
13790
13791 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13792
13793         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
13794
13795         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
13796         add multiarch folders.
13797         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
13798         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
13799         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
13800         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
13801         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
13802         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
13803         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
13804         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
13805         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
13806         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
13807         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
13808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
13809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
13810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
13811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
13812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
13813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
13814
13815         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13816         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
13817         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
13818         New file.
13819         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
13820         New file.
13821         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
13822         multiarch __ieee754_hypot for PowerPC32.
13823         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
13824         New file.
13825         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
13826         New file.
13827         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
13828         multiarch __ieee754_hypotf for PowerPC32.
13829
13830         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
13831         long_double_symbol only if __logbl is defined.
13832         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
13833         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
13834         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
13835         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
13836         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
13837         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
13838         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
13839         path for implementation.
13840         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
13841         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
13842         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
13843         logb, and logbl multiarch implementations for PowerPC32.
13844         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
13845         file.
13846         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
13847         file.
13848         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
13849         multiarch logb for PowerPC32.
13850         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
13851         file.
13852         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
13853         file.
13854         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
13855         multiarch logbf for PowerPC32.
13856         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
13857         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
13858         file.
13859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
13860         multiarch logbl implementation for PowerPC32.
13861
13862         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
13863         and modff multiarch implementations.
13864         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
13865         New file.
13866         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
13867         New file.
13868         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
13869         multiarch modf for PowerPC32.
13870         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
13871         New file.
13872         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
13873         New file.
13874         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
13875         multiarch modff for PowerPC32.
13876
13877         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
13878         and lrintf multiarch implementations.
13879         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
13880         New file.
13881         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
13882         New file.
13883         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
13884         multiarch lrint for PowerPC32.
13885         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
13886         file: multiarch lrintf for PowerPC32.
13887
13888         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
13889         and lroundf multiarch implementations.
13890         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
13891         New file.
13892         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
13893         New file.
13894         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
13895         New file.
13896         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
13897         multiarch lround for PowerPC32.
13898         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
13899         file: multiarch lroundf for PowerPC32.
13900
13901         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13902         copysign and copysignf multiarch implementations.
13903         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
13904         New file.
13905         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
13906         New file.
13907         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
13908         file: multiarch copysign for PowerPC32.
13909         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
13910         file: multiarch copysignf for PowerPC32.
13911
13912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
13913         and truncf multiarch implementations.
13914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
13915         New file.
13916         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
13917         file.
13918         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
13919         multiarch trunc for PowerPC32.
13920         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
13921         New file.
13922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
13923         New file.
13924         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
13925         multiarch truncf for PowerPC32.
13926
13927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
13928         and roundf multiarch implementations.
13929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
13930         New file.
13931         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
13932         file.
13933         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
13934         multiarch round for PowerPC32.
13935         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
13936         New file.
13937         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
13938         New file.
13939         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
13940         multiarch roundf for PowerPC32.
13941
13942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
13943         and floorf multiarch implementations.
13944         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
13945         New file.
13946         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
13947         file.
13948         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
13949         multiarch floor for PowerPC32.
13950         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
13951         New file.
13952         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
13953         New file.
13954         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
13955         multiarch floorf for PowerPC32.
13956
13957         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
13958         and ceilf multiarch implementations.
13959         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
13960         New file.
13961         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
13962         file.
13963         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
13964         multiarch ceil for PowerPC32.
13965         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
13966         New file.
13967         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
13968         file.
13969         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
13970         multiarch ceilf for PowerPC32.
13971
13972         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
13973         is defined.
13974         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
13975         FINITEF is defined.
13976         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
13977         and finitef multiarch implementations.
13978         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
13979         New file.
13980         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
13981         file.
13982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
13983         multiarch finite for PowerPC32.
13984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
13985         New file.
13986         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
13987         file: multiarch finitef for PowerPC32.
13988
13989         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
13990         and isinff multiarch implementations.
13991         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
13992         file.
13993         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
13994         file.
13995         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
13996         multiarch isinf for PowerPC32.
13997         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
13998         New file.
13999         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
14000         multiarch isinff for PowerPC32.
14001
14002         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
14003         alias when __isnan is defined.
14004         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
14005         and isnanf multiarch implementations.
14006         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
14007         file.
14008         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
14009         file.
14010         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
14011         file.
14012         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
14013         file.
14014         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
14015         multiarch isnan for PowerPC32.
14016         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
14017         New file.
14018         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
14019         New file.
14020         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
14021         multiarch isnanf for PowerPC32.
14022
14023         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
14024         and sqrtf multiarch implementations.
14025         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
14026         file.
14027         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
14028         file.
14029         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
14030         multiarch sqrt for PowerPC32.
14031         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
14032         file.
14033         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
14034         file.
14035         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
14036         multiarch sqrtf for PowerPC32.
14037
14038         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
14039         and llroundf multiarch implementations.
14040         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
14041         New file.
14042         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
14043         New file.
14044         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
14045         New file.
14046         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
14047         file: multiarch llround for PowerPC32.
14048         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
14049         file: multiarch llroundf for PowerPC32.
14050
14051         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
14052         multiarch PowerPC32 fpu implementations.
14053         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
14054         New file.
14055         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
14056         New file.
14057         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
14058         multiarch llrint for PowerPC32.
14059         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
14060         New file.
14061         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
14062         New file.
14063         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
14064         file.
14065
14066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
14067
14068         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
14069         file.
14070         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
14071         file.
14072         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
14073         file.
14074         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
14075         multiarch wordcopy for PPC32.
14076         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14077         wordcopy objects.
14078         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14079         (__libc_ifunc_impl_list): Likewise.
14080         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
14081         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
14082         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
14083         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
14084         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
14085         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
14086
14087         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
14088         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
14089         file.
14090         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
14091         file.
14092         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
14093         file.
14094         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
14095         multiarch wcscpy for PPC32.
14096         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14097         multiarch objects.
14098         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14099         (__libc_ifunc_impl_list): Likewise.
14100         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14101         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14102         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
14103         sysdeps/powerpc/power6/wcscpy.c.
14104
14105         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
14106         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
14107         file.
14108         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
14109         file.
14110         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
14111         file.
14112         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
14113         multiarch wcsrchr for PPC32.
14114         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14115         multiarch objects.
14116         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14117         (__libc_ifunc_impl_list): Likewise.
14118         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14119         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14120         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
14121         sysdeps/powerpc/power6/wcsrchr.c.
14122
14123         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
14124         file.
14125         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
14126         file.
14127         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
14128         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
14129         multiarch wcschr for PPc32.
14130         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14131         multiarch objects.
14132         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14133         (__libc_ifunc_impl_list): Likewise.
14134         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
14135         * sysdeps/powerpc/power6/wcschr.c: ... to here.
14136         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
14137         sysdeps/powerpc/power6/wcschr.c.
14138
14139         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
14140         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
14141         file.
14142         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
14143         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
14144         file: multiarch strchr for PPC32.
14145         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
14146         multiarch objects.
14147         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14148         (__libc_ifunc_impl_list): Likewise.
14149
14150         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
14151         name.
14152         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
14153         file.
14154         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
14155         file.
14156         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
14157         multiarch strchrnul for PPC32.
14158         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
14159         multiarch objects.
14160         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14161         (__libc_ifunc_impl_list): Likewise.
14162
14163         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
14164         file.
14165         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
14166         multiarch strncasecmp for PPC32.
14167         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
14168         file.
14169         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
14170         multiarch strncasecmp_l for PPC32.
14171         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
14172         strncasecmp multiarch objects.
14173         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14174         (__libc_ifunc_impl_list): Likewise.
14175
14176         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
14177         file.
14178         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
14179         multiarch strncasecmp for PPC32.
14180         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
14181         New file.
14182         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
14183         multiarch strcasecmp_l for PPC32.
14184         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
14185         multiarch objects.
14186         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14187         (__libc_ifunc_impl_list): Likewise.
14188
14189         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
14190         file.
14191         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
14192         file.
14193         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
14194         multiarch strncmp for PPC32.
14195         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
14196         multiarch objects.
14197         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14198         (__libc_ifunc_impl_list): Likewise.
14199
14200         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
14201         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
14202         file.
14203         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
14204         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
14205         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
14206         multiarch objects.
14207         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14208         (__libc_ifunc_impl_list): Likewise.
14209
14210         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
14211         file.
14212         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
14213         file.
14214         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
14215         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
14216         multiarch objects.
14217         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14218         (__libc_ifunc_impl_list): Likewise.
14219
14220         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
14221         file.
14222         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
14223         file.
14224         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
14225         multiarch rawmemchr for PPC32.
14226         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
14227         multiarch objects.
14228         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14229         (__libc_ifunc_impl_list): Likewise.
14230
14231         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
14232         file.
14233         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
14234         file.
14235         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
14236         file: memrchr multiarch for PPC32.
14237         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
14238         multiarch objects.
14239         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14240         (__libc_ifunc_impl_list): Likewise.
14241
14242         * string/memchr.c (__memchr): Using macro to redefine symbol name.
14243         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
14244         file.
14245         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
14246         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
14247         multiarch memchr for PPC32.
14248         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
14249         multiarch objects.
14250         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14251         (__libc_ifunc_impl_list): Likewise.
14252
14253         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
14254         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
14255         file.
14256         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
14257         file.
14258         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
14259         file: multiarch mempcpy for PPC32.
14260         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
14261         multiarch objects.
14262         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14263         (__libc_ifunc_impl_list): Likewise.
14264
14265         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
14266         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
14267         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
14268         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
14269         multiarch bzero for PPC32.
14270         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
14271         file.
14272         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
14273         file.
14274         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
14275         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
14276         file: multiarch memset for PPC32.
14277         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
14278         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
14279         memset multiarch objects.
14280         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14281         (__libc_ifunc_impl_list): Likewise.
14282
14283         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
14284         file.
14285         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
14286         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
14287         memcmp for PPC32.
14288         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
14289         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
14290         multiarch objects.
14291         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14292         (__libc_ifunc_impl_list): Likewise.
14293
14294         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
14295         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
14296         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
14297         file.
14298         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
14299         file.
14300         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
14301         file.
14302         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
14303         multiarch memcpy for PPC32.
14304         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
14305         multiarch objects.
14306         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14307         (__libc_ifunc_impl_list): Likewise.
14308
14309         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
14310         support multiarch for POWER/PPC32.
14311         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
14312         Likewise.
14313         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
14314         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
14315         Implies file to make multiarch folder appers before the fpu and
14316         default folder for power4 configuration.
14317
14318 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
14319
14320         * scripts/bench.pl: Append volatile keyword to type.
14321
14322 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14323
14324         * sysdeps/sh/sotruss-lib.c: New file.
14325         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
14326
14327 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14328
14329         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14330
14331 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
14332
14333         [BZ #6810]
14334         * math/w_tgamma.c: Include <errno.h>.
14335         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
14336         * math/w_tgammaf.c: Include <errno.h>.
14337         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
14338         * math/w_tgammal.c: Include <errno.h>.
14339         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
14340         * math/auto-libm-test-in: Do not allow missing errno on tgamma
14341         underflow.  Add more tgamma tests.
14342         * math/auto-libm-test-out: Regenerated.
14343         * sysdeps/i386/fpu/libm-test-ulps: Update.
14344         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14345
14346         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
14347         sin, sinh, tan, tanh, tgamma, y0 and y1.
14348         * math/auto-libm-test-out: Regenerated.
14349         * math/libm-test.inc (TEST_COND_x86_64): New macro.
14350         (TEST_COND_x86): Likewise.
14351         (M_E2l): Remove macro.
14352         (M_E3l): Likewise.
14353         (M_2_SQRT_PIl): Likewise.
14354         (M_SQRT_PIl): Likewise.
14355         (M_1_DIV_El): Likewise.
14356         (log_test_data): Use AUTO_TESTS_f_f.
14357         (log10_test_data): Likewise.
14358         (log1p_test_data): Likewise.
14359         (log2_test_data): Likewise.
14360         (sin_test_data): Likewise.
14361         (sin_tonearest_test_data): Likewise.
14362         (sin_towardzero_test_data): Likewise.
14363         (sin_downward_test_data): Likewise.
14364         (sin_upward_test_data): Likewise.
14365         (sinh_test_data): Likewise.
14366         (sinh_tonearest_test_data): Likewise.
14367         (sinh_towardzero_test_data): Likewise.
14368         (sinh_downward_test_data): Likewise.
14369         (sinh_upward_test_data): Likewise.
14370         (tan_test_data): Likewise.
14371         (tan_tonearest_test_data): Likewise.
14372         (tan_towardzero_test_data): Likewise.
14373         (tan_downward_test_data): Likewise.
14374         (tan_upward_test_data): Likewise.
14375         (tanh_test_data): Likewise.
14376         (tgamma_test_data): Likewise.
14377         (y0_test_data): Likewise.
14378         (y1_test_data): Likewise.
14379         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
14380         (special_real_inputs): Add pi/4.
14381         * sysdeps/i386/fpu/libm-test-ulps: Update.
14382         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14383
14384 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14385
14386         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
14387         "longjmp_target" static probes.
14388         (__longjmp): Rename to __longjmp_symbol.
14389         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
14390         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
14391         on which longjmp to generate.
14392         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
14393         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
14394         probe.
14395         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14396         (__sigjmp_save): Rename to __sigjmp_save_symbol.
14397         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
14398         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
14399         and __sigjmp_save_symbol based on which sigsetjmp to generated.
14400         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
14401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
14402         __longjmp_symbol based on which __longjmp to generate.
14403         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
14404         probe.
14405         (setjmp): Rename to setjmp_symbol.
14406         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14407         (_setjmp): Rename to _setjmp_symbol.
14408         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14409         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
14410         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
14411         which setjmp to generate.
14412         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
14413         "longjmp_target" static probes.
14414
14415 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
14416
14417         * benchtests/README: Add note about output arguments.
14418         * benchtests/bench-sincos.c: Remove file.
14419         * benchtests/sincos-inputs: New file.
14420         * scripts/bench.pl: Identify output arguments and define
14421         static variables for them.
14422
14423         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
14424
14425         [BZ #15941]
14426         * Makefile (INSTALL): Add install-plain.texi as the primary
14427         dependency.
14428         * manual/install-plain.texi: New file.
14429         * manual/install.texi: Include node directive only for
14430         non-plaintext output.
14431
14432 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
14433
14434         * stdlib/longlong.h: Update from GCC.
14435
14436         [BZ #6807]
14437         [BZ #15901]
14438         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
14439         * math/w_j0f.c (y0f): Likewise.
14440         * math/w_j0l.c (__y0l): Likewise.
14441         * math/w_j1.c (y1): Likewise.
14442         * math/w_j1f.c (y1f): Likewise.
14443         * math/w_j1l.c (__y1l): Likewise
14444         * math/w_jn.c (yn): Likewise.
14445         * math/w_jnf.c (ynf): Likewise.
14446         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
14447         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
14448         value for Bessel function domain errors outside _SVID_ mode.
14449         Adjust sign of return value for yn (negative integer, 0).
14450         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
14451         by zero in return for negative x and set sign appropriately for
14452         negative n.
14453         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
14454         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
14455         * math/libm-test.inc (y0_test_data): Add more tests and adjust
14456         expectations in error cases.
14457         (y1_test_data): Likewise.
14458         (yn_test_data): Likewise.
14459         * sysdeps/i386/fpu/libm-test-ulps: Update.
14460         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14461
14462 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14463
14464         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
14465         "64" to "64-v1".  Add "64-v2".
14466         (abi-64-options): Rename to ...
14467         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
14468         (abi-64-condition): Rename to ...
14469         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
14470         (abi-64-ld-soname): Rename to ...
14471         (abi-64-v1-ld-soname): ... this.
14472         (abi-64-v2-options): Define.
14473         (abi-64-v2-condition): Likewise.
14474         (abi-64-v2-ld-soname): Likewise.
14475         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
14476         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
14477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
14478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
14479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
14480
14481 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14482             Alan Modra  <amodra@gmail.com>
14483
14484         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
14485         New versions for use with the ELFv2 ABI.
14486         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
14487         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
14488         declaration.
14489         (struct La_ppc64v2_retval): Likewise.
14490         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
14491         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
14492         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
14493         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
14494         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
14495         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
14496         Do not save or restore CR.
14497         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
14498         (_dl_profile_resolve): Do no save or restore CR.  Support extended
14499         return values for ELFv2 ABI.  Fix location of FPR return registers.
14500         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
14501         updated values for _CALL_ELF == 2.
14502         (La_regs, La_retval, int_retval): Likewise.
14503
14504 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14505
14506         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
14507         (FRAME_MIN_SIZE_PARM): Likewise.
14508         (FRAME_BACKCHAIN): Likewise.
14509         (FRAME_CR_SAVE): Likewise.
14510         (FRAME_LR_SAVE): Likewise.
14511         (FRAME_TOC_SAVE): Likewise.
14512         (FRAME_PARM_SAVE): Likewise.
14513         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
14514         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
14515         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
14516         (call_mcount_parm_offset): New macro.
14517         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
14518         (PROF): Use symbolic stack frame offsets.
14519         (TAIL_CALL_SYSCALL_ERROR): Likewise.
14520         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
14521         Redefine in terms of FRAME_MIN_SIZE.
14522         (_dl_runtime_resolve): Use symbolic stack frame offsets.
14523         (_dl_profile_resolve): Likewise.  Update comment.
14524         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
14525         symbols stack frame offsets.
14526         (__sigsetjmp): Likewise.
14527         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
14528         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
14529         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
14530         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
14531
14532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
14533         (FRAME_BACKCHAIN): Remove.
14534         (FRAME_CR_SAVE): Likewise.
14535         (FRAME_LR_SAVE): Likewise.
14536         (FRAME_COMPILER_DW): Likewise.
14537         (FRAME_LINKER_DW): Likewise.
14538         (FRAME_TOC_SAVE): Likewise.
14539         (FRAME_PARM_SAVE): Likewise.
14540         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
14541         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
14542         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
14543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
14544         (CHECK_SP): Use symbolic stack frame offsets.
14545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
14546         zone" instead of caller's parameter save area for temp storage.
14547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
14548         Likewise.  Also, use symbolic stack frame offsets.
14549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
14550         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
14551         our own stack frame instead of the caller's.
14552         (__socket): Use symbolic stack frame offsets.
14553
14554 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14555             Alan Modra  <amodra@gmail.com>
14556
14557         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
14558         Define.
14559         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
14560         (PPC64_LOCAL_ENTRY_OFFSET): Define.
14561         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
14562         New function.
14563         (elf_machine_fixup_plt): Call it.
14564         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
14565         reloc arguments.
14566         (elf_machine_rela): Update call to elf_machine_plt_conflict.
14567         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
14568         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
14569         r2 before calling target.
14570
14571 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14572             Alan Modra  <amodra@gmail.com>
14573
14574         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
14575         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
14576         versions of macros to support ELFv2 ABI.
14577         (LOCALENTRY): New macro.
14578         (ENTRY, EALIGN): Use it.
14579         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
14580         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
14581         fall through into ENTRY entry point.
14582         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
14583         Only define if _CALL_ELF != 2.
14584
14585         (elf_machine_matches_host): Verify ABI version matches.
14586         (RTLD_START): Use LOCALENTRY.
14587         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
14588         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
14589         (PLT_ENTRY_WORDS): New macro.
14590         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
14591         (elf_machine_runtime_setup): Support ELFv2 ABI.
14592         (elf_machine_fixup_plt): Likewise.
14593         (elf_machine_plt_conflict): Likewise.
14594         (resolve_ifunc): Likewise.
14595         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
14596         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
14597         Likewise.
14598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
14599         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
14600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14601         (makecontext): Support ELFv2 ABI.
14602         * elf/elf.h (EF_PPC64_ABI): Define.
14603
14604 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14605
14606         * sysdeps/powerpc/powerpc64/sysdep.h
14607         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
14608         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
14609         (ENTRY) [ASSEMBLER]: ... but instead here ...
14610         (EALIGN) [ASSEMBLER]: ... and here.
14611         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
14612         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
14613         (ENTRY_2) [!ASSEMBLER]: Use it.
14614         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
14615         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
14616         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
14617         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
14618         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
14619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
14620         Use PPC64_LOAD_FUNCPTR.
14621
14622         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
14623
14624 2013-12-04  Alan Modra  <amodra@gmail.com>
14625
14626         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
14627         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
14628         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
14629         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
14630
14631         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
14632         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
14633         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
14634         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
14635         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
14636         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
14637
14638 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14639
14640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14641         (__makecontext): Fix incorrect CFI when backtracing out of
14642         context created via makecontext.
14643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
14644         (__setcontext): Fix incorrect CFI during switch to new context.
14645         (__novec_setcontext): Likewise.
14646
14647 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
14648
14649         [BZ #4772]
14650         * time/strptime_l.c (__strptime_internal): Allow modifiers
14651         in strptime.
14652         * time/tst-strptime.c (day_tests): Add testcase.
14653
14654 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14655
14656         * scripts/bench.pl: Skip over blank lines.
14657
14658 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14659
14660         [BZ #926]
14661         * manual/time.texi (Calendar Time): Clarify what timezone functions
14662         use.
14663
14664 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14665
14666         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14667
14668 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
14669
14670         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
14671         implementation.
14672         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
14673         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
14674         * debug/memset_chk.c (__memset_chk): Likewise.
14675         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
14676         * debug/strncpy_chk.c: Likewise.
14677
14678 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
14679
14680         [BZ #15268]
14681         [BZ #15425]
14682         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
14683         (__ieee754_exp): For possibly underflowing results, check size of
14684         result and force underflow exception if required.
14685         * math/auto-libm-test-in: Add more tests of exp.
14686         * math/auto-libm-test-out: Regenerated.
14687         * sysdeps/i386/fpu/libm-test-ulps: Update.
14688         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14689
14690         [BZ #16283]
14691         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
14692         * math/w_exp2f.c (__exp2f): Likewise.
14693         * math/w_exp2l.c (__exp2l): Likewise.
14694         * math/auto-libm-test-in: Do not allow missing errno on exp2
14695         underflow.
14696         * math/auto-libm-test-out: Regenerated.
14697
14698 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
14699
14700         [BZ #16274]
14701         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
14702         handle filename validation.
14703         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
14704         (do_open): Delete.
14705
14706 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
14707
14708         [BZ #6786]
14709         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
14710         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
14711         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
14712         <float.h>.
14713         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
14714         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
14715         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14716         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
14717         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14718         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
14719         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14720         * math/auto-libm-test-in: Don't allow missing errno from erfc.
14721         Add more erfc tests.
14722         * math/auto-libm-test-out: Regenerated.
14723         * sysdeps/i386/fpu/libm-test-ulps: Update.
14724         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14725
14726         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
14727         exp2, expm1, j0 and j1.
14728         * math/auto-libm-test-out: Regenerated.
14729         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
14730         (erfc_test_data): Likewise.
14731         (exp_test_data): Likewise.
14732         (exp_tonearest_test_data): Likewise.
14733         (exp_towardzero_test_data): Likewise.
14734         (exp_downward_test_data): Likewise.
14735         (exp_upward_test_data): Likewise.
14736         (exp10_test_data): Likewise.
14737         (exp2_test_data): Likewise.
14738         (expm1_test_data): Likewise.
14739         (j0_test_data): Likewise.
14740         (j1_test_data): Likewise.
14741         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
14742         (input_flag_type): Add flag_xfail_rounding.
14743         (input_flags): Add xfail-rounding.
14744         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
14745         (output_for_one_input_case): Handle flag_xfail_rounding.
14746         * sysdeps/i386/fpu/libm-test-ulps: Update.
14747         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14748
14749 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
14750
14751         [BZ #16289]
14752         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
14753         division by 0.
14754
14755 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14756
14757         [BZ #16195]
14758         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
14759         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
14760         (STAP_PROBE0): New macro.
14761         (STAP_PROBE1): Likewise.
14762         (STAP_PROBE2): Likewise.
14763         (STAP_PROBE3): Likewise.
14764         (STAP_PROBE4): Likewise.
14765
14766 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
14767
14768         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
14769
14770 2013-12-02  Steve Ellcey  <sellcey@mips.com>
14771
14772         * benchtests/Makefile (bench): Add sqrt.
14773         (LDLIBS-bench-sqrt): New.
14774         * benchtests/sqrt-input: New.
14775
14776 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
14777
14778         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
14779         (GAIH_EAI): Likewise.
14780         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
14781         (gaih_inet): Likewise.
14782         (getaddrinfo): Don't use GAIH_EAI.
14783
14784         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
14785         (struct gaih): Remove definition.
14786
14787 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
14788
14789         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
14790         Use HERRNOP directly.
14791
14792 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14793
14794         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14795
14796 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
14797
14798         * math/gen-auto-libm-tests.c (test_functions): Add more
14799         single-argument functions.
14800         (special_fill_pi_2): New function.
14801         (special_fill_minus_pi_2): Likewise.
14802         (special_fill_pi_6): Likewise.
14803         (special_fill_minus_pi_6): Likewise.
14804         (special_fill_pi_3): Likewise.
14805         (special_fill_2pi_3): Likewise.
14806         (special_fill_e): Likewise.
14807         (special_fill_1_e): Likewise.
14808         (special_fill_e_minus_1): Likewise.
14809         (special_real_inputs): Add more special inputs.
14810         (output_for_one_input_case): Do not require ERANGE on underflow to
14811         zero if round-to-nearest result does not underflow to zero, unless
14812         exact results required.
14813         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
14814         atan, atanh, cbrt, cos and cosh.
14815         * math/auto-libm-test-out: Regenerated.
14816         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
14817         (acos_tonearest_test_data): Likewise.
14818         (acos_towardzero_test_data): Likewise.
14819         (acos_downward_test_data): Likewise.
14820         (acos_upward_test_data): Likewise.
14821         (acosh_test_data): Likewise.
14822         (asin_test_data): Likewise.
14823         (asin_tonearest_test_data): Likewise.
14824         (asin_towardzero_test_data): Likewise.
14825         (asin_upward_test_data): Likewise.
14826         (asinh_test_data): Likewise.
14827         (atan_test_data): Likewise.
14828         (atanh_test_data): Likewise.
14829         (cbrt_test_data): Likewise.
14830         (cos_test_data): Likewise.
14831         (cos_tonearest_test_data): Likewise.
14832         (cos_towardzero_test_data): Likewise.
14833         (cos_downward_test_data): Likewise.
14834         (cos_upward_test_data): Likewise.
14835         (cosh_test_data): Likewise.
14836         (cosh_tonearest_test_data): Likewise.
14837         (cosh_towardzero_test_data): Likewise.
14838         (cosh_downward_test_data): Likewise.
14839         (cosh_upward_test_data): Likewise.
14840         * sysdeps/i386/fpu/libm-test-ulps: Update.
14841         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14842
14843 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
14844
14845         [BZ #6787]
14846         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
14847         * math/w_exp10f.c (__exp10f): Likewise.
14848         * math/w_exp10l.c (__exp10l): Likewise.
14849         * math/libm-test.inc (exp10_test_data): Add more tests and expect
14850         errno settings in existing tests.
14851
14852         [BZ #14032]
14853         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
14854         precision control set to double precision.
14855         * sysdeps/i386/fpu/w_sqrt.c: New file.
14856         * math/auto-libm-test-in: Add more tests.
14857         * math/auto-libm-test-out: Update.
14858
14859         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
14860         (sqrt_test_tonearest): New function.
14861         (sqrt_towardzero_test_data): New variable.
14862         (sqrt_test_towardzero): New function.
14863         (sqrt_downward_test_data): New variable.
14864         (sqrt_test_downward): New function.
14865         (sqrt_upward_test_data): New variable.
14866         (sqrt_test_upward): New function.
14867         (main): Call the new functions.
14868
14869         * math/gen-auto-libm-tests.c: New file.
14870         * math/auto-libm-test-in: Likewise.
14871         * math/auto-libm-test-out: New generated file.
14872         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
14873         variables.
14874         (%beautify): Add generated representations of zero.
14875         (top level): Set $auto_input and call parse_auto_input.
14876         (beautify): Remove trailing "f" from hex float constants.
14877         (parse_args): Handle XFAIL_TEST.
14878         (convert_condition): New function.
14879         (or_value): Likewise.
14880         (or_cond_value): Likewise.
14881         (generate_testfile): Handle AUTO_TESTS_* lines.
14882         (parse_auto_input): New function.
14883         * math/libm-test.inc (XFAIL_TEST): New macro.
14884         (ERRNO_UNCHANGED): Update value.
14885         (ERRNO_EDOM): Likewise.
14886         (ERRNO_ERANGE): Likewise.
14887         (IGNORE_RESULT): Likewise.
14888         (TEST_COND_flt_32): New macro.
14889         (TEST_COND_dbl_64): Likewise.
14890         (TEST_COND_ldbl_96_intel): Likewise.
14891         (TEST_COND_ldbl_96_m68k): Likewise.
14892         (TEST_COND_ldbl_128): Likewise.
14893         (TEST_COND_ldbl_128ibm): Likewise.
14894         (TEST_COND_long32): Likewise.
14895         (TEST_COND_long64): Likewise.
14896         (TEST_COND_before_rounding): Likewise.
14897         (TEST_COND_after_rounding): Likewise.
14898         (enable_test): Handle XFAIL_TEST flag.
14899         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
14900         with finite results.
14901         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
14902         auto-libm-test-out.
14903
14904 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14905             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14906
14907         [BZ #16214]
14908         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
14909         __tls_get_addr_internal instead of __tls_get_offset in order to
14910         avoid GOT pointer dependency.  Make rtld export
14911         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
14912         __tls_get_addr since we are a __tls_get_offset platform.
14913         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
14914         GOT pointer being set up before.
14915         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
14916
14917 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
14918
14919         * manual/math.texi (Errors in Math Functions): Document accuracy
14920         goals.
14921
14922         [BZ #15004]
14923         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
14924         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
14925         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
14926         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
14927         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
14928         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
14929         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
14930         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
14931         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
14932         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
14933         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
14934         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
14935         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
14936         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
14937         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
14938         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
14939
14940         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
14941         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
14942         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
14943         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
14944         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
14945         Likewise.
14946         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
14947         Likewise.
14948         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
14949         Likewise.
14950         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
14951         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
14952         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
14953         atomic-feupdateenv and flt-rounds.
14954         * sysdeps/powerpc/nofpu/Versions (libc): Add
14955         __atomic_feholdexcept, __atomic_feclearexcept,
14956         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
14957         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
14958         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
14959         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
14960         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
14961         here.
14962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
14963         Update.
14964
14965         * manual/arith.texi (FP Exceptions): Document that exceptions may
14966         not be raised when matherr is used.
14967         (Math Error Reporting): Document overflow in directed rounding
14968         modes.  Document that errno may not be set when finite values are
14969         returned on overflow.  Document intent to set errno on underflow
14970         only for underflow to zero.
14971
14972         [BZ #16271]
14973         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
14974         round-to-nearest then adjust result for other rounding modes.
14975         * include/fenv.h (fegetround): Use libm_hidden_proto.
14976         * math/fegetround.c (fegetround): Use libm_hidden_def.
14977         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
14978         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
14979         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
14980         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
14981         Likewise.
14982         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
14983         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
14984         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
14985         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
14986
14987 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14988
14989         [BZ #16077]
14990         * nss/Versions (libnss_files): Add
14991         _nss_files_gethostbyname3_r.
14992         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
14993         New function.
14994         (HOST_DB_LOOKUP): Remove macro.
14995         (_nss_files_gethostbyname_r): Implement function without the
14996         HOST_DB_LOOKUP macro.
14997         (_nss_files_gethostbyname2_r): Likewise.
14998
14999 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
15000
15001         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
15002
15003 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
15004
15005         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
15006         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
15007         warning.
15008
15009 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15010
15011         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
15012         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
15013         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15014         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
15015         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
15016         __fe_nomask_env_priv and attribute_hidden.
15017         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
15018         (libc_feupdateenv_test_ppc): Likewise.
15019         (libc_feresetround_ppc): Likewise.
15020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15021         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
15022         compat_symbol macro.
15023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15024         (__fe_nomask_env): Likewise.
15025         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
15026
15027 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15028
15029         * string/Makefile: Remove ifunc tests.
15030         * string/test-string.h: Define TEST_IFUNC.
15031         * string/test-bcopy-ifunc.c: Remove.
15032         * string/test-bzero-ifunc.c: Likewise.
15033         * string/test-memccpy-ifunc.c: Likewise.
15034         * string/test-memchr-ifunc.c: Likewise.
15035         * string/test-memcmp-ifunc.c: Likewise.
15036         * string/test-memcpy-ifunc.c: Likewise.
15037         * string/test-memmem-ifunc.c: Likewise.
15038         * string/test-memmove-ifunc.c: Likewise.
15039         * string/test-mempcpy-ifunc.c: Likewise.
15040         * string/test-memrchr-ifunc.c: Likewise.
15041         * string/test-memset-ifunc.c: Likewise.
15042         * string/test-rawmemchr-ifunc.c: Likewise.
15043         * string/test-stpcpy-ifunc.c: Likewise.
15044         * string/test-stpncpy-ifunc.c: Likewise.
15045         * string/test-strcasecmp-ifunc.c: Likewise.
15046         * string/test-strcasestr-ifunc.c: Likewise.
15047         * string/test-strcat-ifunc.c: Likewise.
15048         * string/test-strchr-ifunc.c: Likewise.
15049         * string/test-strchrnul-ifunc.c: Likewise.
15050         * string/test-strcmp-ifunc.c: Likewise.
15051         * string/test-strcpy-ifunc.c: Likewise.
15052         * string/test-strcspn-ifunc.c: Likewise.
15053         * string/test-strlen-ifunc.c: Likewise.
15054         * string/test-strncasecmp-ifunc.c: Likewise.
15055         * string/test-strncat-ifunc.c: Likewise.
15056         * string/test-strncmp-ifunc.c: Likewise.
15057         * string/test-strncpy-ifunc.c: Likewise.
15058         * string/test-strnlen-ifunc.c: Likewise.
15059         * string/test-strpbrk-ifunc.c: Likewise.
15060         * string/test-strrchr-ifunc.c: Likewise.
15061         * string/test-strspn-ifunc.c: Likewise.
15062         * string/test-strstr-ifunc.c: Likewise.
15063
15064 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15065
15066         * benchtests/Makefile: Remove ifunc tests.
15067         * benchtests/bench-string.h: Define TEST_IFUNC.
15068         * benchtests/bench-bcopy-ifunc.c: Remove.
15069         * benchtests/bench-bzero-ifunc.c: Likewise.
15070         * benchtests/bench-memccpy-ifunc.c: Likewise.
15071         * benchtests/bench-memchr-ifunc.c: Likewise.
15072         * benchtests/bench-memcmp-ifunc.c: Likewise.
15073         * benchtests/bench-memcpy-ifunc.c: Likewise.
15074         * benchtests/bench-memmem-ifunc.c: Likewise.
15075         * benchtests/bench-memmove-ifunc.c: Likewise.
15076         * benchtests/bench-mempcpy-ifunc.c: Likewise.
15077         * benchtests/bench-memrchr-ifunc.c: Likewise.
15078         * benchtests/bench-memset-ifunc.c: Likewise.
15079         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
15080         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
15081         * benchtests/bench-stpcpy-ifunc.c: Likewise.
15082         * benchtests/bench-stpncpy-ifunc.c: Likewise.
15083         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
15084         * benchtests/bench-strcasestr-ifunc.c: Likewise.
15085         * benchtests/bench-strcat-ifunc.c: Likewise.
15086         * benchtests/bench-strchr-ifunc.c: Likewise.
15087         * benchtests/bench-strchrnul-ifunc.c: Likewise.
15088         * benchtests/bench-strcmp-ifunc.c: Likewise.
15089         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
15090         * benchtests/bench-strcpy-ifunc.c: Likewise.
15091         * benchtests/bench-strcspn-ifunc.c: Likewise.
15092         * benchtests/bench-strlen-ifunc.c: Likewise.
15093         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
15094         * benchtests/bench-strncat-ifunc.c: Likewise.
15095         * benchtests/bench-strncmp-ifunc.c: Likewise.
15096         * benchtests/bench-strncpy-ifunc.c: Likewise.
15097         * benchtests/bench-strnlen-ifunc.c: Likewise.
15098         * benchtests/bench-strpbrk-ifunc.c: Likewise.
15099         * benchtests/bench-strrchr-ifunc.c: Likewise.
15100         * benchtests/bench-strsep-ifunc.c: Likewise.
15101         * benchtests/bench-strspn-ifunc.c: Likewise.
15102         * benchtests/bench-strstr-ifunc.c: Likewise.
15103
15104 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15105
15106         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
15107
15108 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15109
15110         * resolv/netdb.h: Use __glibc_reserved instead __unused.
15111         * rt/aio.h: Likewise.
15112         * sysdeps/gnu/bits/utmp.h: Likewise.
15113         * sysdeps/gnu/bits/utmpx.h: Likewise.
15114         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
15115         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
15116         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
15117         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
15118         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
15119         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
15120         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
15121         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
15122         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
15123         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
15124         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
15125         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
15126         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
15127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
15128         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
15129         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
15130         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
15131         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
15132         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
15133         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
15134         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
15135         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
15136         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
15137         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
15138         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
15139         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
15140         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
15141         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
15142         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
15143         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
15144         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
15145         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
15146         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
15147         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
15148         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
15149         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
15150         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
15151         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
15152         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
15153         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
15154         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
15155         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
15156
15157 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
15158
15159         [BZ #16245]
15160         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
15161         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
15162
15163 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
15164
15165         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
15166         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
15167         Likewise.
15168
15169 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15170
15171         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
15172         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
15173         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
15174         (__fesetround): Remove define.
15175         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
15176         rounding and exceptions handling.
15177         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
15178         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
15179         (__fe_nomask_env): Likewise.
15180         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
15181         __fegetround instead of fegetround.
15182         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15183         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
15184
15185 2013-11-21  Roland McGrath  <roland@hack.frob.com>
15186
15187         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
15188         it's there.
15189
15190         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
15191
15192 2013-11-21  Meador Inge  <meadori@codesourcery.com>
15193
15194         [BZ #11157]
15195         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
15196         (encrypt_r): Likewise.
15197         * malloc/obstack.h (obstack_free): Likewise.
15198         * posix/unistd.h (encrypt): Likewise.
15199
15200 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
15201
15202         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
15203         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
15204         DL_CALL_DT_FINI() that call the functions directly.
15205         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
15206         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
15207         * elf/dl-fini.c: Likewise.
15208
15209 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
15210
15211         * malloc/hooks.c (memalign_check): Add alignment rounding.
15212         * malloc/malloc.c (_mid_memalign): New function.
15213         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
15214         Implement by calling _mid_memalign.
15215         * manual/probes.texi (Memory Allocation Probes): Remove
15216         memory_valloc_retry and memory_pvalloc_retry.
15217
15218 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
15219
15220         * locale/programs/locarchive.c (open_archive): Add const
15221         qualifier to ARCHIVEFNAME and copy default fname to
15222         DEFAULT_FNAME.
15223
15224         [BZ #15601]
15225         * libio/tst-widetext.input: Rename Oriya to Odia.
15226         * locale/iso-639.def: Likewise.
15227
15228         * manual/probes.texi (Mathematical Function Probes): Add
15229         documentation for sin, cos, asin and acos probes.
15230         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
15231         (__sin32): Add slowasin probe.
15232         (__cos32): Add slowacos probe.
15233         (__mpsin): Add slowsin probe.
15234         (__mpcos): Add slowcos probe.
15235
15236 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
15237
15238         [BZ #15483]
15239         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
15240         thread-local __sim_exceptions_thread and global
15241         __sim_exceptions_global.
15242         (__sim_disabled_exceptions): Change to thread-local
15243         __sim_disabled_exceptions_thread and global
15244         __sim_disabled_exceptions_global.
15245         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15246         and global __sim_round_mode_global.
15247         (__simulate_exceptions): Use thread-local floating-point state and
15248         set global state from it as needed.
15249         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
15250         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
15251         __sim_round_mode_thread.
15252         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
15253         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
15254         and global __sim_exceptions_global.
15255         (__sim_disabled_exceptions): Change to thread-local
15256         __sim_disabled_exceptions_thread and global
15257         __sim_disabled_exceptions_global.
15258         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15259         and global __sim_round_mode_global.
15260         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
15261         (SIM_SET_GLOBAL): Likewise.
15262         * sysdeps/powerpc/soft-fp/sfp-machine.h
15263         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
15264         __sim_round_mode_thread.
15265         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
15266         __sim_disabled_exceptions_thread.
15267         (__sim_exceptions): Change to __sim_exceptions_thread.
15268         (__sim_disabled_exceptions): Change to
15269         __sim_disabled_exceptions_thread.
15270         (__sim_round_mode): Change to __sim_round_mode_thread.
15271         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
15272         thread-local floating-point state and set global state from it as
15273         needed.
15274         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
15275         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
15276         (__sim_disabled_exceptions): Remove extern declaration.
15277         (feenableexcept): Use thread-local floating-point state and set
15278         global state from it as needed.
15279         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
15280         extern declaration.
15281         (__sim_disabled_exceptions): Likewise.
15282         (__sim_round_mode): Likewise.
15283         (__fegetenv): Use thread-local floating-point state.
15284         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
15285         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15286         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
15287         floating-point state and set global state from it as needed.
15288         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
15289         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
15290         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
15291         Likewise.
15292         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
15293         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
15294         Likewise.
15295         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
15296         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
15297         Use __sim_round_mode_thread.
15298         * math/test-fenv-tls.c: New file.
15299         * math/Makefile (tests): Add test-fenv-tls.
15300         ($(objpfx)test-fenv-tls): Depend on
15301         $(common-objpfx)nptl/libpthread.so.
15302
15303 2013-11-19  Andreas Schwab  <schwab@suse.de>
15304
15305         * locale/programs/locale.c (show_info): Decode wordarray elements.
15306         * locale/categories.def (LC_MONETARY): Add element for
15307         _NL_MONETARY_CRNCYSTR.
15308         * locale/C-monetary.c (conversion_rate): New variable.
15309         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
15310         element.
15311
15312 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
15313
15314         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
15315         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
15316
15317 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
15318
15319         * elf/Makefile (tst-auxv): New test.
15320         * elf/tst-auxv.c: New
15321         * elf/rtld.c (dl_main): Adjust AT_EXECFN
15322
15323 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
15324
15325         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
15326         (hidden_proto): Caller changed.
15327         (hidden_tls_proto): New macro.
15328         (libc_hidden_tls_proto): Likewise.
15329         (rtld_hidden_tls_proto): Likewise.
15330         (libm_hidden_tls_proto): Likewise.
15331         (libresolv_hidden_tls_proto): Likewise.
15332         (librt_hidden_tls_proto): Likewise.
15333         (libdl_hidden_tls_proto): Likewise.
15334         (libnss_files_hidden_tls_proto): Likewise.
15335         (libnsl_hidden_tls_proto): Likewise.
15336         (libnss_nisplus_hidden_tls_proto): Likewise.
15337         (libutil_hidden_tls_proto): Likewise.
15338
15339 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
15340
15341         [BZ #10253]
15342         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
15343         (decompose_rpath): Defer expansion to fillin_rpath.
15344         (_dl_init_paths): Pass linkmap to fillin_rpath.
15345
15346 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15347
15348         * benchtests/Makefile: Add strsep.
15349         * benchtests/bench-strsep.c: New file: strsep benchtest.
15350         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
15351
15352 2013-11-18  Andreas Schwab  <schwab@suse.de>
15353
15354         * locale/programs/locale.c (show_info) [case byte]: Check for
15355         '\377' instead of '\177'.
15356         * locale/C-monetary.c (not_available): Always use "\377".
15357         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
15358         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
15359         detect unavailable sign_posn locale elements.
15360         * locale/localeconv.c (__localeconv): For grouping and
15361         mon_grouping handle "\177" and "\377" like no grouping.
15362         (INT_ELEM): New macro.  Use it to set all numeric members.
15363         * locale/programs/ld-monetary.c (monetary_read)
15364         <tok_mon_grouping>: Normalize single -1 to the empty string.
15365         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
15366         Likewise.
15367
15368 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15369
15370         [BZ #16055]
15371         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
15372         when we match (nil).
15373         * stdio-common/tst-sscanf.c (struct test): Add testcase.
15374
15375 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
15376
15377         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
15378         (NO_TEST_INLINE): Update value.
15379         (ERRNO_UNCHANGED): Likewise.
15380         (ERRNO_EDOM): Likewise.
15381         (ERRNO_ERANGE): Likewise.
15382         (IGNORE_RESULT): Likewise.
15383         (check_float_internal): Check signs of NaN results if
15384         TEST_NAN_SIGN used.
15385         (check_complex): Pass TEST_NAN_SIGN flag through to second
15386         check_float_internal call.
15387         (copysign_test_data): Add tests with quiet NaNs as second
15388         argument.  Use TEST_NAN_SIGN.
15389         (fabs_test_data): Add test of negative quiet NaN argument.  Use
15390         TEST_NAN_SIGN.
15391         (signbit_test_data): Add tests of quiet NaN argument.
15392         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
15393
15394         * math/gen-libm-test.pl (show_exceptions): Take extra argument
15395         $ignore_result.
15396         (parse_args): Handle function results specified as IGNORE.
15397         * math/libm-test.inc (IGNORE_RESULT): New macro.
15398         (check_float_internal): Do not check numerical result if flag
15399         IGNORE_RESULT set.
15400         (check_complex): Pass through IGNORE_RESULT to second
15401         check_float_internal call.
15402         (check_int): Do not check numerical result if flag IGNORE_RESULT
15403         set.
15404         (check_long): Likewise.
15405         (check_bool): Likewise.
15406         (check_longlong): Likewise.
15407         (lrint_test_data): Add tests of infinite and NaN arguments.
15408         (lrint_tonearest_test_data): Likewise.
15409         (lrint_towardzero_test_data): Likewise.
15410         (lrint_downward_test_data): Likewise.
15411         (lrint_upward_test_data): Likewise.
15412         (llrint_test_data): Likewise.
15413         (llrint_tonearest_test_data): Likewise.
15414         (llrint_towardzero_test_data): Likewise.
15415         (llrint_downward_test_data): Likewise.
15416         (llrint_upward_test_data): Likewise.
15417         (lround_test_data): Likewise.
15418         (llround_test_data): Likewise.
15419
15420         * math/libm-test.inc (NO_TEST_INLINE): New macro.
15421         (ERRNO_UNCHANGED): Update value.
15422         (ERRNO_EDOM): Likewise.
15423         (ERRNO_ERANGE): Likewise.
15424         (NO_TEST_INLINE_FLOAT): New macro.
15425         (NO_TEST_INLINE_DOUBLE): Likewise.
15426         (enable_test): New function.
15427         (RUN_TEST_f_f): Check enable_test before running test.
15428         (RUN_TEST_2_f): Likewise.
15429         (RUN_TEST_fff_f): Likewise.
15430         (RUN_TEST_c_f): Likewise.
15431         (RUN_TEST_f_f1): Likewise.
15432         (RUN_TEST_fF_f1): Likewise.
15433         (RUN_TEST_fI_f1): Likewise.
15434         (RUN_TEST_ffI_f1): Likewise.
15435         (RUN_TEST_c_c): Likewise.
15436         (RUN_TEST_cc_c): Likewise.
15437         (RUN_TEST_f_i): Likewise.
15438         (RUN_TEST_f_i_tg): Likewise.
15439         (RUN_TEST_ff_i_tg): Likewise.
15440         (RUN_TEST_f_b): Likewise.
15441         (RUN_TEST_f_b_tg): Likewise.
15442         (RUN_TEST_f_l): Likewise.
15443         (RUN_TEST_f_L): Likewise.
15444         (RUN_TEST_fFF_11): Likewise.
15445         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
15446         conditionals.
15447         (cosh_test_data): Likewise.
15448         (exp_test_data): Likewise.
15449         (expm1_test_data): Likewise.
15450         (hypot_test_data): Likewise.
15451         (pow_test_data): Likewise.
15452         (sinh_test_data): Likewise.
15453         (tanh_test_data): Likewise.
15454         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
15455         flags argument.
15456
15457         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
15458         tests with quiet NaN input and output.
15459         (acosh_test_data): Likewise.
15460         (asin_test_data): Likewise.
15461         (asinh_test_data): Likewise.
15462         (atan_test_data): Likewise.
15463         (atanh_test_data): Likewise.
15464         (atan2_test_data): Likewise.
15465         (cbrt_test_data): Likewise.
15466         (cos_test_data): Likewise.
15467         (cosh_test_data): Likewise.
15468         (erf_test_data): Likewise.
15469         (erfc_test_data): Likewise.
15470         (exp_test_data): Likewise.
15471         (exp10_test_data): Likewise.
15472         (exp2_test_data): Likewise.
15473         (expm1_test_data): Likewise.
15474         (hypot_test_data): Likewise.
15475         (j0_test_data): Likewise.
15476         (j1_test_data): Likewise.
15477         (jn_test_data): Likewise.
15478         (lgamma_test_data): Likewise.
15479         (log_test_data): Likewise.
15480         (log10_test_data): Likewise.
15481         (log1p_test_data): Likewise.
15482         (log2_test_data): Likewise.
15483         (pow_test_data): Likewise.
15484         (scalb_test_data): Likewise.
15485         (sin_test_data): Likewise.
15486         (sincos_test_data): Likewise.
15487         (sinh_test_data): Likewise.
15488         (tan_test_data): Likewise.
15489         (tanh_test_data): Likewise.
15490         (tgamma_test_data): Likewise.
15491         (y0_test_data): Likewise.
15492         (y1_test_data): Likewise.
15493         (yn_test_data): Likewise.
15494
15495         [BZ #16167]
15496         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
15497         argument being NaN and avoid computations with second argument in
15498         that case.
15499         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
15500         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
15501         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
15502
15503 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
15504
15505         * locale/iso-639.def: Add Chitwani Tharu (the).
15506
15507 2013-11-14  Andreas Schwab  <schwab@suse.de>
15508
15509         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
15510         word instead of empty string.
15511
15512 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15513
15514         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15515         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
15516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15517         (__fe_nomask_env): Likewise.
15518
15519 2013-11-13  Steve Ellcey  <sellcey@mips.com>
15520
15521         * benchtests/bench-timing.h: Include time.h.
15522
15523 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
15524
15525         [BZ #15997]
15526         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
15527         to 3.4.0 for x32.
15528         * sysdeps/unix/sysv/linux/configure: Regenerated.
15529
15530 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
15531
15532         [BZ #16151]
15533         * stdlib/strtod_l.c (round_and_return): Do not consider
15534         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
15535         exponent one less than half the least subnormal exponent.
15536         * stdlib/test-strtod-round-data: Add more tests.
15537         * stdlib/tst-strtod-round.c (tests): Regenerated.
15538
15539 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15540
15541         [BZ #14143]
15542         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
15543         (__fe_mask_env): Likewise.
15544         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
15545         libm_hidden_proto and add function prototype.
15546         (__fe_mask_env): Add function prototype.
15547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15548         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
15549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
15550         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
15551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15552         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
15553
15554 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15555
15556         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
15557         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
15558
15559 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15560
15561         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
15562         of htab_find_slot().
15563
15564 2013-11-11  David S. Miller  <davem@davemloft.net>
15565
15566         [BZ #16150]
15567         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
15568         symbol in the non-vis3 case in static builds.
15569         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
15570         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
15571         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
15572         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
15573
15574 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
15575
15576         [BZ #387]
15577         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
15578         it is empty.
15579
15580 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15581
15582         * benchtests/Makefile: Add bench-strtod.
15583         * benchtests/bench-strtod.c: New file: strtod benchtest
15584
15585 2013-11-11  Andreas Schwab  <schwab@suse.de>
15586
15587         [BZ #16153]
15588         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
15589         terminating NUL in key length.
15590
15591 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15592
15593         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15594         Add artificial ODP entry for vDSO symbol for PPC64.
15595         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
15596         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
15597
15598 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15599
15600         [BZ #15374]
15601         * nss/getent.c (services_keys): Recognize services starting with digit.
15602
15603 2013-11-06  David S. Miller  <davem@davemloft.net>
15604
15605         [BZ #15985]
15606         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
15607         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
15608
15609 2013-11-06  Will Newton  <will.newton@linaro.org>
15610
15611         * manual/memory.texi (Malloc Examples): Remove register
15612         keyword from examples.
15613
15614 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
15615
15616         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
15617
15618 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
15619
15620         [BZ #6981]
15621         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
15622         depending on [__GCC_IEC_559 > 0].
15623         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
15624         depending on [__GCC_IEC_559_COMPLEX > 0].
15625
15626 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
15627
15628         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
15629         to iso-639.def.
15630
15631 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
15632
15633         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
15634
15635 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
15636
15637         [BZ #16112]
15638         * malloc/malloc (malloc_info): Do not handle first bin as
15639         special case.
15640
15641 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
15642
15643         * locale/iso-639.def: Add Central Nahuatl (nhn).
15644
15645 2013-11-01  Bruno Haible  <bruno@clisp.org>
15646
15647         [BZ #7003]
15648         * manual/math.texi (BSD Random): Specify range upper bound as
15649         in POSIX.
15650
15651 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
15652
15653         * locale/iso-639.def: Add Meadow Mari (mhr).
15654
15655 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
15656
15657         [BZ #14752], [BZ #15763]
15658         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
15659         Validate name.
15660         * rt/tst_shm.c: Add test for escaping directory.
15661
15662 2013-10-31  Andreas Schwab  <schwab@suse.de>
15663
15664         [BZ #15917]
15665         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
15666         followed by 'x' as part of digit sequence.
15667         * stdio-common/tst-sscanf.c (double_tests2): New tests.
15668
15669 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
15670
15671         [BZ #16037]
15672         * configure.ac: allow GNU Make 4.0 and greater.
15673         * configure: Regenerated.
15674
15675 2013-10-30  Will Newton  <will.newton@linaro.org>
15676
15677         [BZ #16038]
15678         * malloc/hooks.c (memalign_check): Limit alignment to the
15679         maximum representable power of two.
15680         * malloc/malloc.c (__libc_memalign): Likewise.
15681         * malloc/tst-memalign.c (do_test): Add test for very
15682         large alignment values.
15683         * malloc/tst-posix_memalign.c (do_test): Likewise.
15684
15685 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
15686
15687         [BZ #11087]
15688         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
15689         (munmap_chunk): Likewise.
15690         (mremap_chunk): Likewise.
15691
15692 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
15693
15694         [BZ #15799]
15695         * stdlib/div.c (div): Remove obsolete code.
15696         * stdlib/ldiv.c (ldiv): Likewise.
15697         * stdlib/lldiv.c (lldiv): Likewise.
15698
15699 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15700
15701         [BZ #16071]
15702         * nss/nss_files/files-XXX.c (get_contents_ret): New
15703         enumerator.
15704         (get_contents): New function.
15705         (internal_getent): Use it.  Expand size of LINEBUFLEN.
15706
15707 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
15708
15709         * configure.in: Moved to ...
15710         * configure.ac: ... here. Change reference to configure.in
15711         to configure.ac.
15712         * sysdeps/arm/preconfigure.ac: ... here.
15713         configure.in to configure.ac.
15714         * sysdeps/gnu/configure.in: Moved to ...
15715         * sysdeps/gnu/configure.ac: ... here.
15716         * sysdeps/i386/configure.in: Moved to ...
15717         * sysdeps/i386/configure.ac: ... here.
15718         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
15719         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
15720         * sysdeps/mach/configure.in: Moved to ...
15721         * sysdeps/mach/configure.ac: ... here.
15722         * sysdeps/mach/hurd/configure.in: Moved to ...
15723         * sysdeps/mach/hurd/configure.ac: ... here.
15724         * sysdeps/powerpc/configure.in: Moved to ...
15725         * sysdeps/powerpc/configure.ac: ... here.
15726         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
15727         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
15728         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
15729         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
15730         * sysdeps/s390/s390-32/configure.in: Moved to ...
15731         * sysdeps/s390/s390-32/configure.ac: ... here.
15732         * sysdeps/s390/s390-64/configure.in: Moved to ...
15733         * sysdeps/s390/s390-64/configure.ac: ... here.
15734         * sysdeps/sh/configure.in: Moved to ...
15735         * sysdeps/sh/configure.ac: ... here.
15736         * sysdeps/sparc/configure.in: Moved to ...
15737         * sysdeps/sparc/configure.ac: ... here.
15738         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
15739         * sysdeps/unix/sysv/linux/configure.ac: ... here.
15740         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
15741         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
15742         * sysdeps/x86_64/configure.in: Moved to ...
15743         * sysdeps/x86_64/configure.ac: ... here.
15744         * sysdeps/x86_64/preconfigure.in: Moved to ...
15745         * sysdeps/x86_64/preconfigure.ac: ... here.
15746         * aclocal.m4: Change reference to configure.in to configure.ac.
15747         * config.h.in: Likewise.
15748         * manual/install.texi: Likewise.
15749         * manual/maint.texi: Likewise.
15750         * Makefile: Likewise.
15751         * malloc/Makefile: Likewise.
15752         * nscd/Makefile: Likewise.
15753         * Makeconfig: Change reference to configure.in and
15754         preconfigure.in to configure.ac and preconfigure.ac
15755         respectively.
15756         * INSTALL: Regenerated.
15757         * configure: Likewise.
15758         * sysdeps/gnu/configure: Likewise.
15759         * sysdeps/i386/configure: Likewise.
15760         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
15761         * sysdeps/mach/configure: Likewise.
15762         * sysdeps/mach/hurd/configure: Likewise.
15763         * sysdeps/powerpc/configure: Likewise.
15764         * sysdeps/powerpc/powerpc32/configure: Likewise.
15765         * sysdeps/powerpc/powerpc64/configure: Likewise.
15766         * sysdeps/s390/s390-32/configure: Likewise.
15767         * sysdeps/s390/s390-64/configure: Likewise.
15768         * sysdeps/sh/configure: Likewise.
15769         * sysdeps/sparc/configure: Likewise.
15770         * sysdeps/unix/sysv/linux/configure: Likewise.
15771         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
15772         * sysdeps/x86_64/configure: Likewise.
15773         * sysdeps/x86_64/preconfigure: Likewise.
15774
15775 2013-10-29  Andreas Schwab  <schwab@suse.de>
15776
15777         * stdio-common/Makefile (tst-swscanf-ENV): Define.
15778
15779 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15780
15781         * benchtests/pow-inputs: Add new inputs.
15782
15783         * benchtests/exp-inputs: Add new inputs.
15784
15785         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
15786         conditional check for return value.
15787         (__cos32): Likewise.
15788
15789 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15790
15791         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
15792         to provide a boost for large inputs with word alignment.
15793         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
15794         implementation based on optimized PPC64 strcpy.
15795         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
15796         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
15797         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
15798         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
15799
15800 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15801
15802         [BZ #2801]
15803         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
15804
15805 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15806
15807         [BZ #14876]
15808         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
15809         * time/tst-strptime.c (day_tests): Add testcase.
15810
15811 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15812
15813         [BZ #14029]
15814         * manual/pattern.texi: Acknowledge that fnmatch can fail.
15815
15816 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
15817
15818         [BZ #16074]
15819         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
15820         MAP_FAILED on error.
15821
15822 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
15823
15824         [BZ #16072]
15825         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
15826         heap for large requests.
15827
15828 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
15829
15830         [BZ #9954]
15831         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
15832         result if the result has no associated interface.
15833         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
15834         interface for all 127.X.Y.Z addresses.
15835
15836 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
15837
15838         * locale/iso-639.def: Add Ligurian (lij)
15839
15840 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
15841
15842         [BZ #15825]
15843         * sunrpc/rpc_main.c: Document rpcgen -5.
15844
15845 2013-10-19  Michael Stahl  <mstahl@redhat.com>
15846
15847         * elf/rtld.c (do_preload): Print the reason why preloading failed.
15848
15849 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
15850
15851         [BZ #10278]
15852         * posix/glob.c: Match only directories when trailing slash is present.
15853         * posix/tst-gnuglob.c (my_opendir): Do not open files.
15854         (main): Add testcase.
15855
15856 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
15857
15858         [BZ #15670]
15859         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
15860
15861 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
15862
15863         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
15864         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
15865         AUTH_DES and cindex for FIPS 140-2.
15866         (DES Encryption): Add cindex FIPS 46-3.
15867
15868         * locale/locarchive.h (struct locarhandle): Add fname.
15869         * locale/programs/localedef.c (main): Pass ARGV[remaining]
15870         if an optional argument was specified to --list-archive,
15871         otherwise NULL.
15872         * locale/programs/locarchive.c (show_archive_content): Take new
15873         argument fname and pass it via ah.fname to open_archive.
15874         * locale/programs/localedef.h: Update decl.
15875         (open_archive): If AH->fname is non-null, open that file
15876         rather than the default file name, and don't ignore ENOENT.
15877         (create_archive): Set AH.fname to NULL.
15878         (delete_locales_from_archive): Likewise.
15879         (add_locales_to_archive): Likewise.
15880         * locale/programs/locfile.c (write_all_categories): Likewise.
15881
15882 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
15883             Aldy Hernandez  <aldyh@redhat.com>
15884
15885         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
15886         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
15887         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
15888         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
15889         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
15890         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
15891         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
15892         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
15893         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
15894         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
15895         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
15896         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
15897         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
15898         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
15899         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
15900         Likewise.
15901         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
15902         Likewise.
15903         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
15904         Likewise.
15905         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
15906         Likewise.
15907         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
15908         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
15909         Likewise.
15910         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
15911         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
15912         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
15913         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
15914         Likewise.
15915         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
15916         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
15917         * sysdeps/powerpc/preconfigure: Likewise.
15918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
15919         Likewise.
15920         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
15921         Replace contents of file by #include of <fenv_libc.h>.
15922         * sysdeps/powerpc/soft-fp/sfp-machine.h
15923         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
15924         and <sys/prctl.h>.
15925         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
15926         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
15927         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
15928         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
15929         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
15930         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
15931         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
15932         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
15933         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
15934         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
15935         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
15936         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
15937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
15938         Allow copysignl PLT reference to be missing.
15939
15940 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
15941             Joseph Myers  <joseph@codesourcery.com
15942
15943         [BZ #15948]
15944         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
15945         single character.
15946         (add_to_tablewc): Assert sequence of wide characters is nonempty.
15947
15948 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
15949
15950         * elf/tst-tls-dlinfo.c: Don't include tls.h.
15951         * elf/tst-tls1.c: Likewise.
15952         * elf/tst-tls10.h: Likewise.
15953         * elf/tst-tls14.c: Likewise.
15954         * elf/tst-tls2.c: Likewise.
15955         * elf/tst-tls3.c: Likewise.
15956         * elf/tst-tls4.c: Likewise.
15957         * elf/tst-tls5.c: Likewise.
15958         * elf/tst-tls6.c: Likewise.
15959         * elf/tst-tls7.c: Likewise.
15960         * elf/tst-tls8.c: Likewise.
15961         * elf/tst-tls9.c: Likewise.
15962         * elf/tst-tlsmod1.c: Likewise.
15963         * elf/tst-tlsmod13.c: Likewise.
15964         * elf/tst-tlsmod13a.c: Likewise.
15965         * elf/tst-tlsmod14a.c: Likewise.
15966         * elf/tst-tlsmod16a.c: Likewise.
15967         * elf/tst-tlsmod16b.c: Likewise.
15968         * elf/tst-tlsmod2.c: Likewise.
15969         * elf/tst-tlsmod3.c: Likewise.
15970         * elf/tst-tlsmod4.c: Likewise.
15971         * elf/tst-tlsmod5.c: Likewise.
15972         * elf/tst-tlsmod6.c: Likewise.
15973
15974 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
15975
15976         [BZ #12486]
15977         * malloc/malloc.c: remove checks for statistics.
15978
15979 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15980
15981         [BZ #15277]
15982         * inet/inet_net.c (inet_network): Detect additional invalid strings.
15983         * inet/tst-network.c: Add testcase.
15984
15985 2013-10-17  Andreas Schwab  <schwab@suse.de>
15986
15987         [BZ #15218]
15988         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
15989         to determine canonical name.
15990
15991 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15992
15993         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
15994         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
15995         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15996         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
15997         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15998         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
15999         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
16000         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
16001         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
16002         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
16003         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
16004         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
16005         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
16006         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
16007         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
16008         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
16009         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
16010         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
16011         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
16012         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
16013         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
16014         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
16015         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
16016         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
16017         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
16018         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
16019         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
16020         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
16021         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
16022         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
16023         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
16024         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
16025         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
16026         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
16027         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
16028         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
16029         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
16030         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
16031         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
16032         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
16033         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
16034         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
16035         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
16036         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
16037         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
16038         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
16039         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
16040         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
16041         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
16042         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
16043         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
16044         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
16045         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
16046         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
16047         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16048         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
16049         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
16050         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
16051
16052 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
16053
16054         [BZ #16041]
16055         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
16056         make result into a quiet NaN.
16057
16058 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
16059
16060         * soft-fp/adddf3.c: Fix horizontal whitespace.
16061         * soft-fp/addsf3.c: Likewise.
16062         * soft-fp/addtf3.c: Likewise.
16063         * soft-fp/divdf3.c: Likewise.
16064         * soft-fp/divsf3.c: Likewise.
16065         * soft-fp/divtf3.c: Likewise.
16066         * soft-fp/double.h: Likewise.
16067         * soft-fp/eqdf2.c: Likewise.
16068         * soft-fp/eqsf2.c: Likewise.
16069         * soft-fp/eqtf2.c: Likewise.
16070         * soft-fp/extenddftf2.c: Likewise.
16071         * soft-fp/extended.h: Likewise.
16072         * soft-fp/extendsfdf2.c: Likewise.
16073         * soft-fp/extendsftf2.c: Likewise.
16074         * soft-fp/extendxftf2.c: Likewise.
16075         * soft-fp/fixdfdi.c: Likewise.
16076         * soft-fp/fixdfsi.c: Likewise.
16077         * soft-fp/fixdfti.c: Likewise.
16078         * soft-fp/fixsfdi.c: Likewise.
16079         * soft-fp/fixsfsi.c: Likewise.
16080         * soft-fp/fixsfti.c: Likewise.
16081         * soft-fp/fixtfdi.c: Likewise.
16082         * soft-fp/fixtfsi.c: Likewise.
16083         * soft-fp/fixtfti.c: Likewise.
16084         * soft-fp/fixunsdfdi.c: Likewise.
16085         * soft-fp/fixunsdfsi.c: Likewise.
16086         * soft-fp/fixunsdfti.c: Likewise.
16087         * soft-fp/fixunssfdi.c: Likewise.
16088         * soft-fp/fixunssfsi.c: Likewise.
16089         * soft-fp/fixunssfti.c: Likewise.
16090         * soft-fp/fixunstfdi.c: Likewise.
16091         * soft-fp/fixunstfsi.c: Likewise.
16092         * soft-fp/fixunstfti.c: Likewise.
16093         * soft-fp/floatdidf.c: Likewise.
16094         * soft-fp/floatdisf.c: Likewise.
16095         * soft-fp/floatditf.c: Likewise.
16096         * soft-fp/floatsidf.c: Likewise.
16097         * soft-fp/floatsisf.c: Likewise.
16098         * soft-fp/floatsitf.c: Likewise.
16099         * soft-fp/floattidf.c: Likewise.
16100         * soft-fp/floattisf.c: Likewise.
16101         * soft-fp/floattitf.c: Likewise.
16102         * soft-fp/floatundidf.c: Likewise.
16103         * soft-fp/floatundisf.c: Likewise.
16104         * soft-fp/floatunditf.c: Likewise.
16105         * soft-fp/floatunsidf.c: Likewise.
16106         * soft-fp/floatunsisf.c: Likewise.
16107         * soft-fp/floatunsitf.c: Likewise.
16108         * soft-fp/floatuntidf.c: Likewise.
16109         * soft-fp/floatuntisf.c: Likewise.
16110         * soft-fp/floatuntitf.c: Likewise.
16111         * soft-fp/fmadf4.c: Likewise.
16112         * soft-fp/fmasf4.c: Likewise.
16113         * soft-fp/fmatf4.c: Likewise.
16114         * soft-fp/gedf2.c: Likewise.
16115         * soft-fp/gesf2.c: Likewise.
16116         * soft-fp/getf2.c: Likewise.
16117         * soft-fp/ledf2.c: Likewise.
16118         * soft-fp/lesf2.c: Likewise.
16119         * soft-fp/letf2.c: Likewise.
16120         * soft-fp/muldf3.c: Likewise.
16121         * soft-fp/mulsf3.c: Likewise.
16122         * soft-fp/multf3.c: Likewise.
16123         * soft-fp/negdf2.c: Likewise.
16124         * soft-fp/negsf2.c: Likewise.
16125         * soft-fp/negtf2.c: Likewise.
16126         * soft-fp/op-1.h: Likewise.
16127         * soft-fp/op-2.h: Likewise.
16128         * soft-fp/op-4.h: Likewise.
16129         * soft-fp/op-8.h: Likewise.
16130         * soft-fp/op-common.h: Likewise.
16131         * soft-fp/quad.h: Likewise.
16132         * soft-fp/single.h: Likewise.
16133         * soft-fp/soft-fp.h: Likewise.
16134         * soft-fp/sqrtdf2.c: Likewise.
16135         * soft-fp/sqrtsf2.c: Likewise.
16136         * soft-fp/sqrttf2.c: Likewise.
16137         * soft-fp/subdf3.c: Likewise.
16138         * soft-fp/subsf3.c: Likewise.
16139         * soft-fp/subtf3.c: Likewise.
16140         * soft-fp/truncdfsf2.c: Likewise.
16141         * soft-fp/trunctfdf2.c: Likewise.
16142         * soft-fp/trunctfsf2.c: Likewise.
16143         * soft-fp/trunctfxf2.c: Likewise.
16144         * soft-fp/unorddf2.c: Likewise.
16145         * soft-fp/unordsf2.c: Likewise.
16146         * soft-fp/unordtf2.c: Likewise.
16147
16148 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
16149
16150         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
16151         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
16152
16153 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
16154
16155         * elf/dl-libc.c: Clear initfini list after freeing.
16156
16157 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
16158
16159         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
16160         * soft-fp/addsf3.c: Likewise.
16161         * soft-fp/addtf3.c: Likewise.
16162         * soft-fp/divdf3.c: Likewise.
16163         * soft-fp/divsf3.c: Likewise.
16164         * soft-fp/divtf3.c: Likewise.
16165         * soft-fp/double.h: Likewise.
16166         * soft-fp/eqdf2.c: Likewise.
16167         * soft-fp/eqsf2.c: Likewise.
16168         * soft-fp/eqtf2.c: Likewise.
16169         * soft-fp/extenddftf2.c: Likewise.
16170         * soft-fp/extended.h: Likewise.
16171         * soft-fp/extendsfdf2.c: Likewise.
16172         * soft-fp/extendsftf2.c: Likewise.
16173         * soft-fp/extendxftf2.c: Likewise.
16174         * soft-fp/fixdfdi.c: Likewise.
16175         * soft-fp/fixdfsi.c: Likewise.
16176         * soft-fp/fixdfti.c: Likewise.
16177         * soft-fp/fixsfdi.c: Likewise.
16178         * soft-fp/fixsfsi.c: Likewise.
16179         * soft-fp/fixsfti.c: Likewise.
16180         * soft-fp/fixtfdi.c: Likewise.
16181         * soft-fp/fixtfsi.c: Likewise.
16182         * soft-fp/fixtfti.c: Likewise.
16183         * soft-fp/fixunsdfdi.c: Likewise.
16184         * soft-fp/fixunsdfsi.c: Likewise.
16185         * soft-fp/fixunsdfti.c: Likewise.
16186         * soft-fp/fixunssfdi.c: Likewise.
16187         * soft-fp/fixunssfsi.c: Likewise.
16188         * soft-fp/fixunssfti.c: Likewise.
16189         * soft-fp/fixunstfdi.c: Likewise.
16190         * soft-fp/fixunstfsi.c: Likewise.
16191         * soft-fp/fixunstfti.c: Likewise.
16192         * soft-fp/floatdidf.c: Likewise.
16193         * soft-fp/floatdisf.c: Likewise.
16194         * soft-fp/floatditf.c: Likewise.
16195         * soft-fp/floatsidf.c: Likewise.
16196         * soft-fp/floatsisf.c: Likewise.
16197         * soft-fp/floatsitf.c: Likewise.
16198         * soft-fp/floattidf.c: Likewise.
16199         * soft-fp/floattisf.c: Likewise.
16200         * soft-fp/floattitf.c: Likewise.
16201         * soft-fp/floatundidf.c: Likewise.
16202         * soft-fp/floatundisf.c: Likewise.
16203         * soft-fp/floatunsidf.c: Likewise.
16204         * soft-fp/floatunsisf.c: Likewise.
16205         * soft-fp/floatuntidf.c: Likewise.
16206         * soft-fp/floatuntisf.c: Likewise.
16207         * soft-fp/floatuntitf.c: Likewise.
16208         * soft-fp/fmadf4.c: Likewise.
16209         * soft-fp/fmasf4.c: Likewise.
16210         * soft-fp/fmatf4.c: Likewise.
16211         * soft-fp/gedf2.c: Likewise.
16212         * soft-fp/gesf2.c: Likewise.
16213         * soft-fp/getf2.c: Likewise.
16214         * soft-fp/ledf2.c: Likewise.
16215         * soft-fp/lesf2.c: Likewise.
16216         * soft-fp/letf2.c: Likewise.
16217         * soft-fp/muldf3.c: Likewise.
16218         * soft-fp/mulsf3.c: Likewise.
16219         * soft-fp/multf3.c: Likewise.
16220         * soft-fp/negdf2.c: Likewise.
16221         * soft-fp/negsf2.c: Likewise.
16222         * soft-fp/negtf2.c: Likewise.
16223         * soft-fp/op-1.h: Likewise.
16224         * soft-fp/op-2.h: Likewise.
16225         * soft-fp/op-4.h: Likewise.
16226         * soft-fp/op-8.h: Likewise.
16227         * soft-fp/op-common.h: Likewise.
16228         * soft-fp/quad.h: Likewise.
16229         * soft-fp/single.h: Likewise.
16230         * soft-fp/soft-fp.h: Likewise.
16231         * soft-fp/sqrtdf2.c: Likewise.
16232         * soft-fp/sqrtsf2.c: Likewise.
16233         * soft-fp/sqrttf2.c: Likewise.
16234         * soft-fp/subdf3.c: Likewise.
16235         * soft-fp/subsf3.c: Likewise.
16236         * soft-fp/subtf3.c: Likewise.
16237         * soft-fp/truncdfsf2.c: Likewise.
16238         * soft-fp/trunctfdf2.c: Likewise.
16239         * soft-fp/trunctfsf2.c: Likewise.
16240         * soft-fp/trunctfxf2.c: Likewise.
16241         * soft-fp/unorddf2.c: Likewise.
16242         * soft-fp/unordsf2.c: Likewise.
16243         * soft-fp/unordtf2.c: Likewise.
16244
16245 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
16246
16247         [BZ #15672]
16248         * misc/error.c (error_tail): Fix possible buffer overflow.
16249
16250 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
16251
16252         [BZ #13028]
16253         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
16254         address.
16255
16256 2013-10-14  P. J. McDermott  <pj@pehjota.net>
16257
16258         [BZ #832]
16259         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
16260         testing pipefail option.
16261
16262 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16263
16264         * soft-fp/double.h: Indent preprocessor directives inside #if.
16265         * soft-fp/extended.h: Likewise.
16266         * soft-fp/op-2.h: Likewise.
16267         * soft-fp/op-4.h: Likewise.
16268         * soft-fp/op-common.h: Likewise.
16269         * soft-fp/quad.h: Likewise.
16270         * soft-fp/single.h: Likewise.
16271         * soft-fp/soft-fp.h: Likewise.
16272
16273 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
16274
16275         * iconv/iconv_prog.c: Fix typos.
16276         * stdio-common/psiginfo-data.h: Likewise.
16277
16278 2013-10-12   Reuben Thomas <rrt@sc3d.org>
16279
16280         [BZ #15764]
16281         * locale/setlocale.c: Fix typo.
16282
16283 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16284
16285         [BZ #16036]
16286         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
16287         signaling NaN arguments.
16288         * soft-fp/unordsf2.c (__unordsf2): Likewise.
16289         * soft-fp/unordtf2.c (__unordtf2): Likewise.
16290
16291         [BZ #14910]
16292         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
16293         unordered operands.
16294         * soft-fp/gesf2.c (__gesf2): Likewise.
16295         * soft-fp/getf2.c (__getf2): Likewise.
16296         * soft-fp/ledf2.c (__ledf2): Likewise.
16297         * soft-fp/lesf2.c (__lesf2): Likewise.
16298         * soft-fp/letf2.c (__letf2): Likewise.
16299
16300         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
16301         * soft-fp/eqsf2.c (__eqsf2): Likewise.
16302         * soft-fp/eqtf2.c (__eqtf2): Likewise.
16303         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
16304         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
16305         * soft-fp/fixdfti.c (__fixdfti): Likewise.
16306         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
16307         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
16308         * soft-fp/fixsfti.c (__fixsfti): Likewise.
16309         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
16310         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
16311         * soft-fp/fixtfti.c (__fixtfti): Likewise.
16312         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
16313         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
16314         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
16315         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
16316         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
16317         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
16318         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
16319         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
16320         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
16321         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
16322         * soft-fp/floatdisf.c (__floatdisf): Likewise.
16323         * soft-fp/floatsisf.c (__floatsisf): Likewise.
16324         * soft-fp/floattidf.c (__floattidf): Likewise.
16325         * soft-fp/floattisf.c (__floattisf): Likewise.
16326         * soft-fp/floattitf.c (__floattitf): Likewise.
16327         * soft-fp/floatundidf.c (__floatundidf): Likewise.
16328         * soft-fp/floatundisf.c (__floatundisf): Likewise.
16329         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
16330         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
16331         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
16332         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
16333         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
16334         * soft-fp/gesf2.c (__gesf2): Likewise.
16335         * soft-fp/getf2.c (__getf2): Likewise.
16336         * soft-fp/ledf2.c (__ledf2): Likewise.
16337         * soft-fp/lesf2.c (__lesf2): Likewise.
16338         * soft-fp/letf2.c (__letf2): Likewise.
16339
16340         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
16341         Undefine and redefine.
16342         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
16343         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
16344         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
16345         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
16346         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16347         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
16348         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16349         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
16350         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16351         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
16352         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16353         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
16354         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16355         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
16356         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16357
16358         [BZ #16032]
16359         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
16360         without decrementing exponent if mantissa >= that for the
16361         denominator, not >.
16362         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
16363         denominator, not >.  Decrement exponent in < case instead of
16364         incrementing in >= case.
16365         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
16366         without decrementing exponent if mantissa >= that for the
16367         denominator, not >.
16368
16369         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
16370         computing saturated result for unsigned overflow.
16371
16372 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16373             Jeff Law  <law@redhat.com>
16374
16375         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
16376         (atan2Mp): Add systemtap probe marker.
16377         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
16378         (__ieee754_log): Add systemtap probe marker.
16379         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
16380         (atanMp): Add systemtap probe marker.
16381         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
16382         (tanMp): Add systemtap probe marker.
16383         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
16384         (__slowexp): Add systemtap probe marker.
16385         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
16386         (__slowpow): Add systemtap probe marker.
16387         * manual/probes.texi: Document probes.
16388
16389 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
16390
16391         [BZ #15362]
16392         * libio/fileops.c (_IO_new_file_write): Return count of bytes
16393         written.
16394         (_IO_new_file_xsputn): Don't return EOF if nothing has been
16395         written.
16396         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
16397         written to buffer but not flushed.
16398         * libio/iofwrite_u.c:  Likewise.
16399         * libio/iopadn.c:  Return bytes returned even if EOF was
16400         encountered.
16401         * libio/iowpadn.c:  Likewise.
16402         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
16403         if _IO_padn does not write the whole buffer.
16404         [!COMPILE_WPRINTF] (PAD): Likewise.
16405
16406 2013-10-10  David S. Miller  <davem@davemloft.net>
16407
16408         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
16409         directory block.
16410
16411 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16412
16413         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
16414         instead of FSF address.
16415         * soft-fp/fixdfti.c: Likewise.
16416         * soft-fp/fixsfti.c: Likewise.
16417         * soft-fp/fixtfti.c: Likewise.
16418         * soft-fp/fixunsdfti.c: Likewise.
16419         * soft-fp/fixunssfti.c: Likewise.
16420         * soft-fp/fixunstfti.c: Likewise.
16421         * soft-fp/floattidf.c: Likewise.
16422         * soft-fp/floattisf.c: Likewise.
16423         * soft-fp/floattitf.c: Likewise.
16424         * soft-fp/floatuntidf.c: Likewise.
16425         * soft-fp/floatuntisf.c: Likewise.
16426         * soft-fp/floatuntitf.c: Likewise.
16427         * soft-fp/trunctfxf2.c: Likewise.
16428
16429         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
16430         * soft-fp/fixdfti.c: Likewise.
16431         * soft-fp/fixsfti.c: Likewise.
16432         * soft-fp/fixtfti.c: Likewise.
16433         * soft-fp/fixunsdfti.c: Likewise.
16434         * soft-fp/fixunssfti.c: Likewise.
16435         * soft-fp/fixunstfti.c: Likewise.
16436         * soft-fp/floattidf.c: Likewise.
16437         * soft-fp/floattisf.c: Likewise.
16438         * soft-fp/floattitf.c: Likewise.
16439         * soft-fp/floatuntidf.c: Likewise.
16440         * soft-fp/floatuntisf.c: Likewise.
16441         * soft-fp/floatuntitf.c: Likewise.
16442         * soft-fp/trunctfxf2.c: Likewise.
16443
16444 2013-10-10  David S. Miller  <davem@davemloft.net>
16445
16446         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16447
16448 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
16449
16450         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16451         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
16452         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
16453         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
16454         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
16455         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
16456         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
16457
16458         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
16459         for NaNs before doing comparisons on argument.
16460         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
16461         Likewise.
16462
16463 2013-10-10  Will Newton  <will.newton@linaro.org>
16464
16465         * malloc/hooks.c (memalign_check): Ensure the value of bytes
16466         passed to _int_memalign does not overflow.
16467
16468 2013-10-10  Torvald Riegel  <triegel@redhat.com>
16469
16470         * scripts/bench.pl: Add include-sources directive.
16471         * benchtests/README: Update documentation.
16472
16473 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16474
16475         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
16476         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
16477         instead of FP_INIT_ROUNDMODE.
16478         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
16479         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
16480
16481         [BZ #16034]
16482         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
16483         copy class of input value.
16484         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
16485         not handle exceptions.
16486         * soft-fp/negsf2.c (__negsf2): Likewise.
16487         * soft-fp/negtf2.c (__negtf2): Likewise.
16488         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
16489
16490 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
16491
16492         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
16493         semicolon.  From Linux kernel.
16494
16495 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
16496
16497         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
16498
16499 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
16500
16501         [BZ #156]
16502         * manual/socket.texi: Added statement about buffer
16503         for gethostbyname2_r.
16504
16505 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
16506
16507         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
16508         Use .p2align directive instead, throughout.
16509         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
16510         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
16511         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
16512         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
16513         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
16514         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
16515         * sysdeps/x86_64/strchr.S: Likewise.
16516         * sysdeps/x86_64/strrchr.S: Likewise.
16517
16518 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
16519
16520         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
16521
16522         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
16523
16524         * sysdeps/generic/math_private.h (__mpsin1): Remove
16525         declaration.
16526         (__mpcos1): Likewise.
16527         (__mpsin): New argument __range_reduce.
16528         (__mpcos): Likewise.
16529         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16530         (slow): Use __mpsin and __mpcos.
16531         (slow1): Likewise.
16532         (slow2): Likewise.
16533         (sloww): Likewise.
16534         (sloww1): Likewise.
16535         (sloww2): Likewise.
16536         (bsloww): Likewise.
16537         (bsloww1): Likewise.
16538         (bsloww2): Likewise.
16539         (cslow2): Likewise.
16540         (csloww): Likewise.
16541         (csloww1): Likewise.
16542         (csloww2): Likewise.
16543         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
16544         range_reduce.  Merge in __mpsin1.
16545         (__mpcos): Likewise.
16546         (__mpsin1): Remove.
16547         (__mpcos1): Likewise.
16548
16549 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
16550
16551         * locale/loadlocale.c (_nl_intern_locale_data): Use
16552         LOCFILE_ALIGNED_P.
16553         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
16554         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
16555         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
16556         obstack data is appropriately aligned.
16557         (obstack_int32_grow_fast): Likewise.
16558         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
16559         * locale/programs/locfile.c (add_locale_uint32): Likewise.
16560         (add_locale_uint32_array): Likewise.
16561
16562 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
16563
16564         * benchtests/Makefile: Remove ARGLIST and RET variables.
16565         ($(objpfx)bench-%.c): Pass only function name to the script.
16566         * benchtests/README: Update documentation.
16567         * benchtests/acos-inputs: Add new directives.
16568         * benchtests/acosh-inputs: Likewise.
16569         * benchtests/asin-inputs: Likewise.
16570         * benchtests/asinh-inputs: Likewise.
16571         * benchtests/atan-inputs: Likewise.
16572         * benchtests/atanh-inputs: Likewise.
16573         * benchtests/cos-inputs: Likewise.
16574         * benchtests/cosh-inputs: Likewise.
16575         * benchtests/exp-inputs: Likewise.
16576         * benchtests/log-inputs: Likewise.
16577         * benchtests/pow-inputs: Likewise.
16578         * benchtests/rint-inputs: Likewise.
16579         * benchtests/sin-inputs: Likewise.
16580         * benchtests/sinh-inputs: Likewise.
16581         * benchtests/tan-inputs: Likewise.
16582         * benchtests/tanh-inputs: Likewise.
16583         * scripts/bench.pl: Add support for new directives.
16584
16585 2013-10-07  Alan Modra  <amodra@gmail.com>
16586
16587         * README: Fix careless merge.
16588
16589 2013-10-05  Alan Modra  <amodra@gmail.com>
16590
16591         * NEWS: Mention powerpc64le support and bugs fixed.
16592         * README: Both big-endian and little-endian powerpc64 supported.
16593
16594 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16595
16596         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
16597         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
16598         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
16599         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
16600
16601 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
16602
16603         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
16604         match prototype.
16605
16606 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
16607
16608         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
16609         Move -mhard-float appending from
16610         ports/sysdeps/powerpc/powerpc32/Makefile.
16611         [$(with-fp) = yes] (ASFLAGS): Likewise.
16612         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
16613         * sysdeps/powerpc/nofpu: Move directory from
16614         ports/sysdeps/powerpc/nofpu.
16615         * sysdeps/powerpc/soft-fp: Move directory from
16616         ports/sysdeps/powerpc/soft-fp.
16617         * sysdeps/powerpc/powerpc32/405: Move directory from
16618         ports/sysdeps/powerpc/powerpc32/405.
16619         * sysdeps/powerpc/powerpc32/440: Move directory from
16620         ports/sysdeps/powerpc/powerpc32/440.
16621         * sysdeps/powerpc/powerpc32/464: Move directory from
16622         ports/sysdeps/powerpc/powerpc32/464.
16623         * sysdeps/powerpc/powerpc32/476: Move directory from
16624         ports/sysdeps/powerpc/powerpc32/476.
16625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
16626         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
16627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
16628         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
16629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
16630         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
16631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
16632         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
16633         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
16634         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
16635         * README: Update for powerpc-*-linux-gnu software floating point
16636         support in libc.
16637
16638         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
16639         case to powerpc/powerpc32*.
16640         * sysdeps/unix/sysv/linux/configure: Regenerated.
16641
16642         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
16643         (_FPU_MASK_OM): Define as 0x04.
16644         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
16645         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
16646         0x00c10080.
16647         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
16648         0x0000003c.
16649         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
16650
16651         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
16652         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
16653         getcontext_e500.
16654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
16655         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
16656         setcontext_e500.
16657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
16658         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
16659         and setcontext_e500.
16660
16661 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
16662
16663         * locale/iso-3166.def: Update iso-1366.def and related occurrences
16664
16665 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16666
16667         * manual/threads.texi (Default Thread Attributes): Fix typo.
16668
16669 2013-10-04  Will Newton  <will.newton@linaro.org>
16670
16671         * malloc/Makefile: Add tst-memalign.
16672         * malloc/tst-memalign.c: New file.
16673
16674         * malloc/tst-posix_memalign.c: Add comments.
16675         (do_test): Add comments and call free on all potentially
16676         allocated pointers. Add space after cast.
16677
16678         * malloc/tst-pvalloc.c: Add comments.
16679         (do_test): Add comments and call free on all potentially
16680         allocated pointers. Remove duplicate check for NULL pointer.
16681         Add space after cast.
16682
16683         * malloc/tst-valloc.c: Add comments.
16684         (do_test): Add comments and call free on all potentially
16685         allocated pointers. Remove duplicate check for NULL pointer.
16686         Add space after cast.
16687
16688 2013-10-04  Alan Modra  <amodra@gmail.com>
16689
16690         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16691         Use stdint types in rather than __attribute__((mode())).
16692         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16693
16694 2013-10-04  Alan Modra  <amodra@gmail.com>
16695
16696         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16697         Correct handling of unaligned relocs for little-endian.
16698         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16699
16700 2013-10-04  Alan Modra  <amodra@gmail.com>
16701
16702         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
16703         * configure: Regenerate.
16704         * nptl/shlib-versions: Powerpc*le starts at 2.18.
16705         * shlib-versions: Likewise.
16706
16707 2013-10-04  Alan Modra  <amodra@gmail.com>
16708
16709         * string/tester.c (test_memrchr): Increment reported test cycle.
16710
16711 2013-10-04  Alan Modra  <amodra@gmail.com>
16712
16713         * string/test-memcpy.c (do_one_test): When reporting errors, print
16714         string address and don't overrun end of string.
16715
16716 2013-10-04  Alan Modra  <amodra@gmail.com>
16717
16718         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
16719         insrdi.  Make better use of reg selection to speed exit slightly.
16720         Schedule entry path a little better.  Remove useless "are we done"
16721         checks on entry to main loop.  Handle wrapping around zero address.
16722         Correct main loop count.  Handle single left-over word from main
16723         loop inline rather than by using loop_small.  Remove extra word
16724         case in loop_small caused by wrong loop count.  Add little-endian
16725         support.
16726         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
16727         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
16728         cache hint.
16729         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
16730         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
16731         support.  Avoid rlwimi.
16732         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
16733
16734 2013-10-04  Alan Modra  <amodra@gmail.com>
16735
16736         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
16737         insrdi.  Formatting.
16738         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
16739         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
16740         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
16741         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
16742         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
16743         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
16744
16745 2013-10-04  Alan Modra  <amodra@gmail.com>
16746
16747         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
16748         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
16749         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
16750         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
16751         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
16752         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
16753         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
16754         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
16755         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
16756         use of regs.  Use power7 mtocrf.  Tidy function tails.
16757
16758 2013-10-04  Alan Modra  <amodra@gmail.com>
16759
16760         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
16761         Formatting.  Consistently use rXXX register defines or rN defines.
16762         Use early exit labels that avoid restoring unused non-volatile regs.
16763         Make cr field use more consistent with rWORDn compares.  Rename
16764         regs used as shift registers for unaligned loop, using rN defines
16765         for short lifetime/multiple use regs.
16766         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
16767         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
16768         addi 1,1,64 to pop stack frame.  Simplify return value code.
16769         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
16770
16771 2013-10-04  Alan Modra  <amodra@gmail.com>
16772
16773         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
16774         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
16775         rather than rlwimi.
16776         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
16777         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
16778         little-endian support.  Correct typos.
16779         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
16780         rather than rlwimi.
16781         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
16782         in loop and entry code to keep "and." results.
16783         (strchr): Add little-endian support.  Comment.  Move cntlzd
16784         earlier in tail.
16785         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
16786
16787 2013-10-04  Alan Modra  <amodra@gmail.com>
16788
16789         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
16790         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
16791         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
16792         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
16793
16794 2013-10-04  Alan Modra  <amodra@gmail.com>
16795
16796         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
16797         (rTMP): Define as r11.
16798         (strcmp): Add little-endian support.  Optimise tail.
16799         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
16800         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
16801         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
16802         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
16803         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
16804         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
16805         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
16806
16807 2013-10-04  Alan Modra  <amodra@gmail.com>
16808
16809         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
16810         little-endian support.  Remove unnecessary "are we done" tests.
16811         Handle "s" wrapping around zero and extremely large "size".
16812         Correct main loop count.  Handle single left-over word from main
16813         loop inline rather than by using small_loop.  Correct comments.
16814         Delete "zero" tail, use "end_max" instead.
16815         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
16816
16817 2013-10-04  Alan Modra  <amodra@gmail.com>
16818
16819         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
16820         support.  Don't branch over align.
16821         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
16822         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
16823         support.  Rearrange tmp reg use to suit.  Comment.
16824         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
16825
16826 2013-10-04  Alan Modra  <amodra@gmail.com>
16827
16828         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
16829
16830 2013-10-04  Alan Modra  <amodra@gmail.com>
16831
16832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
16833         conditional form of branch and link when obtaining pc.
16834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
16835
16836 2013-10-04  Alan Modra  <amodra@gmail.com>
16837
16838         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
16839         HIWORD/LOWORD.
16840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
16841         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
16842
16843 2013-10-04  Alan Modra  <amodra@gmail.com>
16844
16845         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
16846         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
16847         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
16848         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
16849         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
16850         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
16851         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
16852         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
16853         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
16854         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
16855
16856 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16857             Alistair Popple <alistair@ozlabs.au.ibm.com>
16858             Alan Modra <amodra@gmail.com>
16859
16860         [BZ #15723]
16861         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
16862         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
16863         _dl_hwcap access for little-endian.
16864         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
16865         destroy vmx regs when saving unaligned.
16866         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
16867         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
16868         destroy vmx regs when saving unaligned.
16869
16870 2013-10-04  Alan Modra  <amodra@gmail.com>
16871
16872         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
16873         Don't use a union to pack hi/low value.
16874
16875 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16876
16877         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
16878         for little-endian.
16879         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
16880         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
16881         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
16882         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
16883         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
16884
16885 2013-10-04  Alan Modra  <amodra@gmail.com>
16886
16887         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
16888         constants to usual value for .cst8 section, and remove redundant
16889         high address load.
16890         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
16891         constant for 0x1p52.  Load little-endian words of double from
16892         correct stack offsets.
16893
16894 2013-10-04  Alan Modra  <amodra@gmail.com>
16895
16896         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
16897         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
16898         words of double from correct stack offsets.
16899         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
16900         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
16901         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
16902         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
16903         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
16904         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
16905         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
16906         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
16907         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
16908         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
16909         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
16910         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
16911         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
16912         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
16913         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
16914         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
16915         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
16916
16917 2013-10-04  Alan Modra  <amodra@gmail.com>
16918
16919         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
16920         64-bit int/double union.
16921         (_FPU_SETCW): Likewise.
16922         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
16923         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
16924
16925 2013-10-04  Alan Modra  <amodra@gmail.com>
16926
16927         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
16928         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
16929
16930 2013-10-04  Alan Modra  <amodra@gmail.com>
16931
16932         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
16933         use vector int constants.
16934         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
16935
16936 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16937
16938         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
16939         array with long long.
16940         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
16941         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
16942         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
16943         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
16944         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
16945         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
16946         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
16947         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
16948         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
16949         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
16950         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
16951         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
16952         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
16953
16954 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16955
16956         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
16957         (__signbit): Likewise.  Correct for little-endian.
16958         (__signbitl): Call __signbit.
16959         (lrint): Correct for little-endian.
16960         (lrintf): Call lrint.
16961
16962 2013-10-04  Alan Modra  <amodra@gmail.com>
16963
16964         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
16965         union 32-bit int array member with 64-bit int array.
16966         (t515, tm256): Double rather than long double.
16967         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
16968
16969 2013-10-04  Alan Modra  <amodra@gmail.com>
16970
16971         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
16972         Delete.
16973         (IEEE854_LONG_DOUBLE_BIAS): Delete.
16974         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
16975         version of math_ldbl.h.
16976
16977 2013-10-04  Alan Modra  <amodra@gmail.com>
16978
16979         [BZ #15734], [BZ #15735]
16980         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
16981         all uses of ieee875 long double macros and unions.  Simplify test
16982         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
16983         ldbl_extract_mantissa value for ix,iy exponents.  Properly
16984         normalize after ldbl_extract_mantissa, and don't add hidden bit
16985         already handled.  Don't treat low word of ieee854 mantissa like
16986         low word of IBM long double and mask off bit when testing for
16987         zero.
16988         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
16989         all uses of ieee875 long double macros and unions.  Simplify tests
16990         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
16991         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
16992         two1022, instead use their values.  Recognise that tests for large
16993         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
16994         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
16995         Rewrite all uses of ieee875 long double macros and unions.  Simplify
16996         test for 0.0L and nan.  Correct negation.
16997         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
16998         ieee875 long double macros and unions.  Correct output for large
16999         magnitude x.  Correct absolute value calculation.
17000         (__erfcl): Likewise.
17001         * math/libm-test.inc: Add tests for errors discovered in IBM long
17002         double versions of fmodl, remainderl, erfl and erfcl.
17003
17004 2013-10-04  Alan Modra  <amodra@gmail.com>
17005
17006         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
17007         all uses of ieee854 long double macros and unions.  Simplify tests
17008         for long doubles that are fully specified by the high double.
17009         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
17010         Likewise.
17011         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
17012         Remove dead code too.
17013         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
17014         (__ieee754_ynl): Likewise.
17015         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
17016         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
17017         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
17018         Remove dead code too.
17019         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
17020         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
17021         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
17022         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
17023         Simplify.
17024         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
17025         Simplify.
17026         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
17027         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
17028         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
17029         Comment on variable precision.
17030         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
17031         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
17032         Likewise.
17033         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
17034         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
17035         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
17036         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
17037         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
17038
17039 2013-10-04  Alan Modra  <amodra@gmail.com>
17040
17041         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
17042         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
17043         all uses of ieee854 long double macros and unions.
17044         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
17045         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
17046         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
17047         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
17048         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
17049         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
17050         Likewise.
17051         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
17052         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
17053         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
17054         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
17055         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
17056         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
17057         Simplify sign and nan test too.
17058         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
17059         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
17060         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
17061         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
17062         Likewise.
17063         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
17064         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
17065         Likewise.
17066         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17067         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
17068         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
17069         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
17070         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
17071         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
17072
17073 2013-10-04  Alan Modra  <amodra@gmail.com>
17074
17075         * stdio-common/printf_size.c (__printf_size): Don't use
17076         union ieee854_long_double in fpnum union.
17077         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
17078         signbit macro to retrieve sign from long double.
17079         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
17080         retrieve sign from long double.
17081         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
17082         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
17083         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
17084         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
17085         * math/test-misc.c (main): Don't use union ieee854_long_double.
17086
17087 2013-10-04  Alan Modra  <amodra@gmail.com>
17088
17089         [BZ #15680]
17090         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
17091         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
17092         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
17093         calculation.  Remove unnecessary test for denormal exponent.
17094         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
17095         Correct handling of denormals.  Avoid undefined shift behaviour.
17096         Correct normalisation of low mantissa when low double is denormal.
17097         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
17098         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
17099         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
17100         Correct normalisation of low mantissa.  Test for overflow of high
17101         mantissa and normalise.
17102         (ldbl_nearbyint): Use more readable constant for two52.
17103         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
17104         (__mpn_construct_long_double): Fix test for overflow of high
17105         mantissa and correct normalisation.  Avoid undefined shift.
17106
17107 2013-10-04  Alan Modra  <amodra@gmail.com>
17108
17109         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17110         (union ibm_extended_long_double): Define as an array of ieee754_double.
17111         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
17112         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
17113         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
17114         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
17115         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17116         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
17117         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
17118         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
17119         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
17120         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
17121         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
17122
17123 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
17124
17125         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
17126         page size instead of calling getpagesize.
17127
17128         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
17129         (LOCFILE_ALIGN_MASK): Likewise.
17130         (LOCFILE_ALIGN_UP): Likewise.
17131         (LOCFILE_ALIGNED_P): Likewise.
17132         * locale/programs/ld-collate.c (collate_output): Use the new
17133         macros instead of __alignof__ (int32_t).
17134         * locale/weight.h (findidx): Likewise.
17135
17136 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
17137
17138         [BZ #431]
17139         * manual/string.texi: Fix strncat and wcsncat.
17140
17141 2013-10-03  Brooks Moses  <bmoses@google.com>
17142
17143         [BZ #15915]
17144         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
17145         * Makerules: ...here, and adjust associated comments.
17146
17147 2013-10-02  Will Newton  <will.newton@linaro.org>
17148
17149         * malloc/Makefile: Add tst-pvalloc.
17150         * malloc/tst-pvalloc.c: New file.
17151
17152 2013-10-02  Will Newton  <will.newton@linaro.org>
17153
17154         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
17155         improve test coverage.
17156
17157 2013-10-02  Will Newton  <will.newton@linaro.org>
17158
17159         * malloc/Makefile: Add tst-posix_memalign.
17160         * malloc/tst-posix_memalign.c: New file.
17161
17162 2013-10-01  Eric Blake  <eblake@redhat.com>
17163
17164         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
17165         Use __THROWNL rather than __THROW on static functions.
17166
17167 2013-09-30  Petr Machata  <pmachata@redhat.com>
17168
17169         * elf/elf.h (R_AARCH64_ABS16): New macro.
17170         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
17171         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
17172         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
17173         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
17174         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
17175         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
17176         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
17177         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
17178         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
17179         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
17180         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
17181         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
17182         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
17183         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
17184         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
17185         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
17186         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
17187         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
17188         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
17189         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
17190         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
17191         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
17192         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
17193         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
17194         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
17195         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
17196         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
17197         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
17198         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
17199         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
17200         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
17201         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
17202         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
17203         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
17204         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
17205         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
17206         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
17207         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
17208         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
17209         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
17210         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
17211         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
17212         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
17213         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
17214         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
17215         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
17216         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
17217         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
17218         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
17219         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
17220         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
17221         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
17222         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
17223         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
17224         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
17225         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
17226         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
17227         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
17228         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
17229         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
17230         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
17231         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
17232         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
17233         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
17234         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
17235         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
17236         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
17237         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
17238         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
17239         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
17240         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
17241         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
17242         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
17243         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
17244         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
17245         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
17246         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
17247         (R_AARCH64_TLSDESC_LDR): Likewise.
17248         (R_AARCH64_TLSDESC_ADD): Likewise.
17249         (R_AARCH64_TLSDESC_CALL): Likewise.
17250
17251 2013-09-30  Andreas Schwab  <schwab@suse.de>
17252
17253         [BZ #15048]
17254         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
17255         the nss database lookup.
17256         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17257         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17258
17259 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
17260
17261         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
17262
17263 2013-09-28  P. J. McDermott  <pj@pehjota.net>
17264
17265         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
17266         ${Bash-specific parameter/pattern/string} parameter expansion.
17267         * sysdeps/unix/make-syscalls.sh: Likewise.
17268
17269 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17270
17271         * sysdeps/sh/stackguard-macros.h: New file.
17272
17273 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
17274
17275         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17276         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
17277         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
17278         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
17279         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17280         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
17281
17282 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17283
17284         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
17285         Fix thread ID register.
17286
17287 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
17288
17289         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
17290         [POSIX || UNIX98]: Require rather than permitting all symbols from
17291         <time.h>.
17292         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
17293         element of struct sched_param.
17294         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
17295         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
17296         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
17297         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
17298         constant.
17299
17300 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
17301
17302         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
17303         argument calculation.
17304
17305 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17306
17307         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
17308         Expect macro.
17309         [POSIX] (pthread_attr_t): Do not require type.
17310         [POSIX] (pthread_cond_t): Likewise.
17311         [POSIX] (pthread_condattr_t): Likewise.
17312         [POSIX] (pthread_key_t): Likewise.
17313         [POSIX] (pthread_mutex_t): Likewise.
17314         [POSIX] (pthread_mutexattr_t): Likewise.
17315         [POSIX] (pthread_once_t): Likewise.
17316         [POSIX] (pthread_t): Likewise.
17317         [POSIX-based standards] (pthread_atfork): Expect function.
17318
17319 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17320             Richard Sandiford  <richard@codesourcery.com>
17321
17322         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
17323         (swap_endianness_p): New extern variable.
17324         (set_big_endian): New inline function.
17325         (maybe_swap_uint32): Likewise.
17326         (maybe_swap_uint32_array): Likewise.
17327         (maybe_swap_uint32_obstack): Likewise.
17328         * locale/programs/locfile.c: Include <stdbool.h>.
17329         (swap_endianness_p): New variable.
17330         (add_locale_uint32): Call maybe_swap_uint32.
17331         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
17332         (write_locale_data): Call maybe_swap_uint32_array.
17333         * locale/programs/ld-collate.c (obstack_int32_grow): Call
17334         maybe_swap_uint32.
17335         (obstack_int32_grow_fast): Likewise.
17336         (output_weightwc): Call maybe_swap_uint32_obstack.
17337         (collate_output): Likewise.
17338         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
17339         (OPT_LITTLE_ENDIAN): Likewise.
17340         (options): Add --little-endian and --big-endian options.
17341         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
17342         * locale/programs/locarchive.c: Include "locfile.h".
17343         (GET): New macro.
17344         (SET): Likewise.
17345         (INC): Likewise.
17346         (create_archive): Use the new macros to access fields of
17347         structures directly mapped from or written to locale archives.
17348         (oldlocrecentcmp): Likewise.
17349         (enlarge_archive): Likewise.
17350         (insert_name): Likewise.
17351         (add_alias): Likewise.
17352         (add_locale): Likewise.
17353         (delete_locales_from_archive): Likewise.
17354         (show_archive_content): Likewise.
17355         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
17356         locale data.
17357
17358 2013-09-24  Roland McGrath  <roland@hack.frob.com>
17359
17360         * manual/freemanuals.texi: Updated from (newly) canonical copy at
17361         http://www.gnu.org/doc/freemanuals.texi.
17362         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
17363
17364 2013-09-24  Will Newton  <will.newton@linaro.org>
17365
17366         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
17367         macro.
17368
17369 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
17370
17371         * locale/hashval.h (compute_hashval): Interpret bytes of key as
17372         unsigned char.
17373
17374 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
17375
17376         * manual/threads.texi (POSIX Threads): Fix a typo.
17377
17378 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
17379
17380         [BZ #14547]
17381         * string/tst-strcoll-overflow.c: New test case.
17382         * string/Makefile (xtests): Add tst-strcoll-overflow.
17383         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
17384         cache if string sizes may cause integer overflow.
17385
17386         [BZ #14547]
17387         * string/strcoll_l.c (coll_seq): New members rule, idx,
17388         save_idx and back_us.
17389         (get_next_seq_nocache): New function.
17390         (do_compare_nocache): New function.
17391         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
17392         when malloc fails.
17393
17394 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
17395
17396         [BZ #15754]
17397         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
17398         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
17399         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
17400
17401         [BZ #15754]
17402         * elf/Makefile (tests): Add tst-ptrguard1.
17403         (tests-static): Add tst-ptrguard1-static.
17404         (tst-ptrguard1-ARGS): Define.
17405         (tst-ptrguard1-static-ARGS): Define.
17406         * elf/tst-ptrguard1.c: New file.
17407         * elf/tst-ptrguard1-static.c: New file.
17408         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
17409         * sysdeps/i386/stackguard-macros.h: Likewise.
17410         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
17411         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
17412         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
17413         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
17414         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
17415         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
17416
17417 2013-09-23  Hector Marco  <hecmargi@upv.es>
17418             Ismael Ripoll  <iripoll@disca.upv.es>
17419             Carlos O'Donell  <carlos@redhat.com>
17420
17421         [BZ #15754]
17422         * sysdeps/generic/stackguard-macros.h: Define
17423         __pointer_chk_guard_local and POINTER_CHK_GUARD.
17424         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
17425         Define __pointer_chk_guard_local.
17426         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
17427         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
17428
17429 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
17430
17431         [BZ #15859]
17432         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
17433
17434 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
17435
17436         * include/string.h (__ffs): Declare as hidden.
17437         * string/ffs.c (__ffs): Define as hidden.
17438         * sysdeps/i386/ffs.c (__ffs): Likewise.
17439         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
17440         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
17441         * sysdeps/s390/ffs.c (__ffs): Likewise.
17442         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
17443
17444 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
17445
17446         * NEWS: Mention malloc probes.
17447
17448         * malloc/arena.c (new_heap): New memory_heap_new probe.
17449         (grow_heap): New memory_heap_more probe.
17450         (shrink_heap): New memory_heap_less probe.
17451         (heap_trim): New memory_heap_free probe.
17452         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
17453         (systrim): New memory_sbrk_less probe.
17454         * manual/probes.texi: Document them.
17455
17456         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
17457         * manual/probes.texi: Document it.
17458
17459         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
17460         (__libc_realloc): Add memory_realloc_retry probe.
17461         (__libc_memalign): Add memory_memalign_retry probe.
17462         (__libc_valloc): Add memory_valloc_retry probe.
17463         (__libc_pvalloc): Add memory_pvalloc_retry probe.
17464         (__libc_calloc): Add memory_calloc_retry probe.
17465         * manual/probes.texi: Document them.
17466
17467         * malloc/arena.c (get_free_list): Add probe
17468         memory_arena_reuse_free_list.
17469         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
17470         and memory_arena_reuse.
17471         (arena_get2) [!PER_THREAD]: Likewise.
17472         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
17473         memory_arena_reuse_realloc.
17474         * manual/probes.texi: Document them.
17475
17476         * malloc/malloc.c (__libc_free): Add
17477         memory_mallopt_free_dyn_thresholds probe.
17478         (__libc_mallopt): Add multiple memory_mallopt probes.
17479         * manual/probes.texi: Document them.
17480
17481         * malloc/malloc.c: Include stap-probe.h.
17482         (__libc_mallopt): Add memory_mallopt probe.
17483         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
17484         * manual/probes.texi: New.
17485         * manual/Makefile (chapters): Add probes.
17486         * manual/threads.texi: Set next node.
17487
17488 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
17489
17490         [BZ #15963, #13985]
17491         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
17492         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
17493         Add `Chinese' to `nan' entry name.
17494
17495 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
17496
17497         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
17498         (POLYNOMIAL): Likewise.
17499         (TAYLOR_SINCOS): Likewise.
17500         (TAYLOR_SLOW): Likewise.
17501         (__sin): Use TAYLOR_SINCOS.
17502         (__cos): Likewise.
17503         (slow): Use TAYLOR_SLOW.
17504         (sloww): Likewise.
17505         (bsloww): Likewise.
17506         (csloww): Likewise.
17507
17508 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17509
17510         * stdlib/strtod_l.c: Fix buffer overrun.
17511
17512 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
17513
17514         * benchtests/Makefile (bench): Add sincos.
17515         * benchtests/bench-sincos.c: New file.
17516
17517         * math/libm-test.inc (cos_test_data): New test inputs.
17518         (sin_test_data): Likewise.
17519
17520         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
17521         macro.
17522         (__sin): Use it.
17523         (__cos): Likewise.
17524         (slow1): Likewise.
17525         (slow2): Likewise.
17526         (sloww1): Likewise.
17527         (sloww2): Likewise.
17528         (bsloww1): Likewise.
17529         (bsloww2): Likewise.
17530         (cslow2): Likewise.
17531         (csloww1): Likewise.
17532         (csloww2): Likewise.
17533
17534         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
17535         function.
17536         (__sin): Use it.
17537         (__cos): Likewise.
17538
17539         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
17540         gotos.
17541         (__cos): Likewise.
17542
17543 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
17544
17545         * config.h.in (HAVE_MIPS_NAN2008): New macro.
17546         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
17547         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
17548         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
17549         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
17550         * elf/cache.c (print_entry): Handle the new cache flags.
17551
17552 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
17553             Aldy Hernandez  <aldyh@redhat.com>
17554
17555         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
17556         Change condition to [_SOFT_FLOAT].
17557         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
17558         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
17559         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
17560         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
17561         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
17562         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
17563         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
17564         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
17565         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
17566         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
17567         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
17568         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
17569         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
17570         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
17571         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
17572         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
17573         declaration.
17574
17575 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
17576
17577         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
17578         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
17579         (__longjmp): Use LOAD_GP to load saved GPRs.
17580         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
17581         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
17582         (__sigsetjmp): Use SAVE_GP to save GPRs.
17583
17584         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
17585         Do not append -msoft-float.
17586         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
17587
17588 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
17589
17590         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
17591
17592 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
17593
17594         [BZ #15966]
17595         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
17596         (_FPU_GETCW): Use initial "__" on variable and field names but not
17597         on macro parameter name.
17598         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
17599         parentheses around reference to macro parameter.
17600
17601 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
17602
17603         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
17604         prototype.
17605         (ctype_startup): Use uint32_t in cast and sizeof for
17606         ctype->charnames.
17607
17608 2013-09-11  Jia Liu  <proljc@gmail.com>
17609
17610         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
17611         __daddr_t_defined.
17612         [__FreeBSD__]: Likewise.
17613
17614 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
17615
17616         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
17617         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
17618         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
17619         (strchr): Remove __strchr_sse42 ifunc selection.
17620         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
17621         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
17622
17623 2013-09-11  Will Newton  <will.newton@linaro.org>
17624
17625         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
17626         parameter to RES. Remove hardcoded 1000 value.
17627         * benchtests/bench-skeleton.c (main): Pass RES parameter
17628         to TIMING_INIT and multiply result by 1000.
17629
17630 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17631
17632         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17633
17634 2013-09-11  Andreas Schwab  <schwab@suse.de>
17635
17636         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
17637         if not defined.
17638         (O_TMPFILE) [__USE_GNU]: Define.
17639         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
17640         Define.
17641
17642 2013-09-11  Will Newton  <will.newton@linaro.org>
17643
17644         [BZ #15857]
17645         * malloc/malloc.c (__libc_memalign): Check the value of bytes
17646         does not overflow.
17647
17648 2013-09-11  Will Newton  <will.newton@linaro.org>
17649
17650         [BZ #15856]
17651         * malloc/malloc.c (__libc_valloc): Check the value of bytes
17652         does not overflow.
17653
17654 2013-09-11  Will Newton  <will.newton@linaro.org>
17655
17656         [BZ #15855]
17657         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
17658         does not overflow.
17659
17660 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
17661
17662         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
17663         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
17664         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
17665         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
17666         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
17667
17668 2013-09-10  Allan McRae  <allan@archlinux.org>
17669
17670         [BZ #15748]
17671         * manual/arith.texi (Parsing of Floats): Clarify
17672         cross-reference.
17673
17674         [BZ #15849]
17675         * manual/install.texi (Running make install): Mention
17676         --enable-pt-chown.
17677         * INSTALL: Regenerated.
17678
17679 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
17680
17681         * csu/init-first.c (_init): Remove the !SHARED condition around
17682         FPU control word initialization.
17683         * elf/dl-support.c (_dl_fpu_control): New variable.
17684         (_dl_aux_init) <AT_FPUCW>: Initialize it.
17685         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
17686         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
17687         * math/test-fpucw-static.c: New file.
17688         * math/test-fpucw-ieee.c: New file.
17689         * math/test-fpucw-ieee-static.c: New file.
17690         * math/Makefile (tests): Add `test-fpucw-ieee' and
17691         `$(tests-static)'.
17692         (tests-static): New variable.
17693         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
17694         dependency to...
17695         [($(build-shared),yes)]
17696         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
17697         ... this.
17698         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
17699         New dependency.
17700
17701 2013-09-09  Allan McRae  <allan@archlinux.org>
17702
17703         [BZ #15939]
17704         * manual/string.texi (Collation Functions): Fix typo in
17705         strcoll example.
17706         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
17707
17708         [BZ #15893]
17709         * stdlib/isomac.c (get_null_defines): Fix memory leak.
17710
17711         [BZ #15892]
17712         * libio/memstream.c (open_memstream): Fix memory leak.
17713         * libio/wmemstream.c (open_wmemstream): Likewise.
17714
17715         [BZ #15895]
17716         * nscd/netgroupcache.c: Fix nesting of ifdefs.
17717
17718 2013-09-09  Will Newton  <will.newton@linaro.org>
17719
17720         * malloc/Makefile: Add tst-realloc to tests.
17721         * malloc/tst-realloc.c: New file.
17722
17723 2013-09-09  Allan McRae  <allan@archlinux.org>
17724
17725         [BZ #15844]
17726         * COPYING: Update from GNU website to fix FSF address.
17727         * COPYING.LIB: Likewise.
17728
17729 2013-09-06  David S. Miller  <davem@davemloft.net>
17730
17731         * po/zh_TW.po: Update Chinese (traditional) translation from
17732         translation project.
17733
17734 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
17735             Joseph Myers  <joseph@codesourcery.com>
17736
17737         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
17738         "localeinfo.h".
17739         (obstack_chunk_alloc): New macro.
17740         (obstack_chunk_free): Likewise.
17741         (record_offset): New function.
17742         (init_locale_data): Likewise.
17743         (align_locale_data): Likewise.
17744         (add_locale_empty): Likewise.
17745         (add_locale_raw_data): Likewise.
17746         (add_locale_raw_obstack): Likewise.
17747         (add_locale_string): Likewise.
17748         (add_locale_wstring): Likewise.
17749         (add_locale_uint32): Likewise.
17750         (add_locale_uint32_array): Likewise.
17751         (add_locale_char): Likewise.
17752         (start_locale_structure): Likewise.
17753         (end_locale_structure): Likewise.
17754         (start_locale_prelude): Likewise.
17755         (end_locale_prelude): Likewise.
17756         (write_locale_data): Take locale_file structure rather than an
17757         iovec.
17758         * locale/programs/locfile.h: Include "obstack.h".
17759         (struct locale_file): Change to store locale file contents instead
17760         of header.
17761         (init_locale_data): New prototype.
17762         (align_locale_data): Likewise.
17763         (add_locale_empty): Likewise.
17764         (add_locale_raw_data): Likewise.
17765         (add_locale_raw_obstack): Likewise.
17766         (add_locale_string): Likewise.
17767         (add_locale_wstring): Likewise.
17768         (add_locale_uint32): Likewise.
17769         (add_locale_uint32_array): Likewise.
17770         (add_locale_char): Likewise.
17771         (start_locale_structure): Likewise.
17772         (end_locale_structure): Likewise.
17773         (start_locale_prelude): Likewise.
17774         (end_locale_prelude): Likewise.
17775         (write_locale_data): Update prototype.
17776         * locale/programs/3level.h (struct TABLE): Remove result field.
17777         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
17778         Use new locale_file interface.
17779         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
17780         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
17781         * locale/programs/ld-address.c (address_output): Use new
17782         locale_file interface.
17783         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
17784         NO_ADD_LOCALE.
17785         (collate_finish): Don't call collseq_table_finalize.
17786         (collate_output): Use new locale_file interface.
17787         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
17788         in file.
17789         (NO_FINALIZE): Change to NO_ADD_LOCALE.
17790         (TABLE): Move defines earlier in file.
17791         (ELEMENT): Likewise.
17792         (DEFAULT): Likewise.
17793         (wctrans_table_add): Move macro and inline function earlier in
17794         file.
17795         (struct wctype_table): Move type earlier in file.
17796         (add_locale_wctype_table): New static prototype.
17797         (struct locale_ctype_t): Use logical types instead of struct iovec
17798         pointers for members.
17799         (ctype_output): Use new locale_file interface.
17800         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
17801         new locale_file interface.
17802         (allocate_arrays): Update for use of new locale_file interface.
17803         * locale/programs/ld-identification.c (identification_output): Use
17804         new locale_file interface.
17805         * locale/programs/ld-measurement.c (measurement_output): Likewise.
17806         * locale/programs/ld-messages.c (messages_output): Likewise.
17807         * locale/programs/ld-monetary.c (monetary_output): Likewise.
17808         * locale/programs/ld-name.c (name_output): Likewise.
17809         * locale/programs/ld-numeric.c (numeric_output): Likewise.
17810         * locale/programs/ld-paper.c (paper_output): Likewise.
17811         * locale/programs/ld-telephone.c (telephone_output): Likewise.
17812         * locale/programs/ld-time.c (time_output): Likewise.
17813
17814 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17815
17816         * benchtests/Makefile: Add memrchr benchmark.
17817         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
17818         benchmark as memrchr.
17819         * benchtests/bench-memrchr-ifunc.c: New file.
17820         * benchtests/bench-memrchr.c: New file.
17821
17822 2013-09-06   Will Newton  <will.newton@linaro.org>
17823
17824         * benchtests/Makefile (string-bench): Add memcpy.
17825
17826 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
17827             Cong Wang  <amwang@redhat.com>
17828
17829         [BZ #15850]
17830         * sysdeps/unix/sysv/linux/bits/in.h
17831         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
17832         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
17833         before __USE_KERNEL_IPV6_DEFS uses.
17834         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
17835         IPPROTO_BEETPH.
17836         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
17837         sockaddr_in6, or ipv6_mreq.
17838
17839 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17840
17841         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
17842         memory access for final bytes in some large inputs.
17843         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
17844
17845 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17846
17847         * string/test-memrchr.c: New file.
17848         * string/test-memrchr-ifunc.c: New file.
17849         * string/Makefile: Add new memrchr testcase.
17850
17851 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
17852
17853         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
17854         fanotify_init returns EPERM.
17855
17856 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
17857
17858         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
17859         errors.
17860         (top level): Treat second token from macro or constant entries for
17861         allowed headers as allowed.
17862         * include/complex.h: Condition internal declarations on
17863         [!_ISOMAC].
17864         * include/fenv.h: Condition include of <stdbool.h> and internal
17865         declarations on [!_ISOMAC].
17866
17867 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
17868
17869         [BZ #15923]
17870         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
17871
17872 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
17873
17874         * configure.in (--enable-versioning): Remove configure option.
17875         (libc_cv_asm_symver_directive): Remove configure test.
17876         (libc_cv_ld_version_script_option): Likewise.
17877         (VERSIONING): Remove variable and AC_SUBST.
17878         (DO_VERSIONING): Remove AC_DEFINE.
17879         * configure: Regenerated.
17880         * config.h.in (DO_VERSIONING): Remove macro.
17881         * Makerules [$(versioning) = yes]: Change conditionals to
17882         [$(build-shared) = yes].
17883         * config.make.in (versioning): Remove variable.
17884         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
17885         [$(build-shared) = yes].
17886         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
17887         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
17888         * elf/Makefile [$(versioning) = yes]: Change conditionals to
17889         [$(build-shared) = yes].
17890         * extra-lib.mk [$(versioning) = yes]: Likewise.
17891         * hurd/Makefile [$(versioning) = yes]: Likewise.
17892         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
17893         [SHARED].
17894         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
17895         [SHARED].
17896         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17897         [SHARED && !NO_HIDDEN].
17898         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
17899         [SHARED].
17900         [SHARED && DO_VERSIONING]: Likewise..
17901         * libio/Makefile [$(versioning) = yes]: Change conditionals to
17902         [$(build-shared) = yes].
17903         * manual/install.texi (--disable-versioning): Remove
17904         documentation.
17905         * INSTALL: Regenerated.
17906         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
17907         to [SHARED].
17908         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
17909         [$(build-shared) = yes].
17910         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
17911         * sysdeps/i386/i686/multiarch/strstr-c.c
17912         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17913         [SHARED && !NO_HIDDEN].
17914         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
17915         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
17916         * sysdeps/powerpc/powerpc32/dl-machine.c
17917         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
17918         * sysdeps/powerpc/powerpc32/sysdep.h
17919         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
17920         to [SHARED && PIC && !NO_HIDDEN].
17921         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
17922         conditional to [SHARED].
17923
17924 2013-09-04   Will Newton  <will.newton@linaro.org>
17925
17926         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
17927         * benchtests/bench-string.h: Include bench-timing.h instead
17928         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
17929         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
17930         call to HP_TIMING_DIFF_INIT.
17931         * benchtests/bench-memccpy.c: Use bench-timing.h macros
17932         instead of hp-timing.h macros.
17933         * benchtests/bench-memchr.c: Likewise.
17934         * benchtests/bench-memcmp.c: Likewise.
17935         * benchtests/bench-memcpy.c: Likewise.
17936         * benchtests/bench-memmem.c: Likewise.
17937         * benchtests/bench-memmove.c: Likewise.
17938         * benchtests/bench-memset.c: Likewise.
17939         * benchtests/bench-rawmemchr.c: Likewise.
17940         * benchtests/bench-strcasecmp.c: Likewise.
17941         * benchtests/bench-strcasestr.c: Likewise.
17942         * benchtests/bench-strcat.c: Likewise.
17943         * benchtests/bench-strchr.c: Likewise.
17944         * benchtests/bench-strcmp.c: Likewise.
17945         * benchtests/bench-strcpy.c: Likewise.
17946         * benchtests/bench-strcpy_chk.c: Likewise.
17947         * benchtests/bench-strlen.c: Likewise.
17948         * benchtests/bench-strncasecmp.c: Likewise.
17949         * benchtests/bench-strncat.c: Likewise.
17950         * benchtests/bench-strncmp.c: Likewise.
17951         * benchtests/bench-strncpy.c: Likewise.
17952         * benchtests/bench-strnlen.c: Likewise.
17953         * benchtests/bench-strpbrk.c: Likewise.
17954         * benchtests/bench-strrchr.c: Likewise.
17955         * benchtests/bench-strspn.c: Likewise.
17956         * benchtests/bench-strstr.c: Likewise.
17957
17958 2013-09-04  Will Newton  <will.newton@linaro.org>
17959
17960         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
17961
17962 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
17963
17964         [BZ #15427]
17965         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
17966         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
17967         * math/libm-test.inc (lgamma_test_data): Add more tests.
17968         * sysdeps/i386/fpu/libm-test-ulps: Update.
17969         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17970
17971 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
17972
17973         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
17974         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
17975         Add ifunc.
17976         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
17977         Add strcmp-sse2-unaligned
17978         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
17979
17980 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17981
17982         * Versions.def (libc): Add GLIBC_2.19.
17983
17984 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17985
17986         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
17987         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
17988
17989 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
17990
17991         [BZ #14155]
17992         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
17993         intermediate calculations in recurrence.
17994         (__ieee754_ynf): Likewise.
17995         * math/libm-test.inc (jn_test_data): Do not allow spurious
17996         underflow exception.  Add more tests.
17997         (yn_test_data): Add more tests.
17998         * sysdeps/i386/fpu/libm-test-ulps: Update.
17999         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18000
18001 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
18002
18003         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
18004
18005 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18006
18007         * csu/init-first.c: Fix then/than typos.
18008         * locale/programs/ld-collate.c: Likewise.
18009         * locale/programs/linereader.h: Likewise.
18010         * manual/charset.texi: Likewise.
18011         * manual/filesys.texi: Likewise.
18012         * manual/stdio.texi: Likewise.
18013         * manual/string.texi: Likewise.
18014         * stdlib/fmtmsg.c: Likewise.
18015         * sysdeps/i386/stpncpy.S: Likewise.
18016         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18017         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
18018         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18019         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
18020
18021 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18022
18023         * elf/dl-open.c: Fix typos.
18024         * iconvdata/gbbig5.c: Likewise.
18025         * iconvdata/iso-2022-jp.c: Likewise.
18026         * iconv/gconv_int.h: Likewise.
18027         * iconv/loop.c: Likewise.
18028         * nis/rpcsvc/nis.h: Likewise.
18029         * resolv/ns_name.c: Likewise.
18030         * stdio-common/vfscanf.c: Likewise.
18031         * streams/stropts.h: Likewise.
18032         * sunrpc/rpc_thread.c: Likewise.
18033         * sysdeps/i386/strpbrk.S: Likewise.
18034         * sysdeps/ieee754/k_standard.c: Likewise.
18035         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
18036         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18037         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
18038         * sysdeps/mach/hurd/profil.c: Likewise.
18039         * sysdeps/s390/dl-procinfo.h: Likewise.
18040         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
18041         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
18042         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
18043         * sysdeps/x86_64/dl-trampoline.S: Likewise.
18044         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
18045
18046 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
18047
18048         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
18049         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
18050
18051 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
18052
18053         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
18054         aix specific files.
18055         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
18056         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
18057         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
18058         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
18059         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
18060         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
18061         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
18062         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
18063
18064 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
18065             Roland McGrath  <roland@hack.frob.com>
18066
18067         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
18068         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
18069
18070 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18071
18072         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
18073         __executable_start symbol instead of _start.
18074
18075 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
18076
18077         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
18078         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
18079         Move macros to...
18080         * sysdeps/gnu/ldsodefs.h: ... this new file.
18081
18082         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
18083         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
18084         instead of ELFOSABI_LINUX.
18085
18086         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
18087         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
18088         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
18089         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
18090         Likewise.
18091         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
18092         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
18093         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
18094         Likewise.
18095         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
18096         (ibm_extended_long_double): Add ieee_nan member.
18097         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
18098         (do_test): New function.
18099
18100         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
18101         TEST_TRUNC.
18102         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
18103         functions, renamed from truncdfsf_test, trunctfsf_test,
18104         trunctfdf_test.
18105         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
18106         functions.
18107         (do_test): Run all these.
18108
18109 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
18110
18111         * argp/argp-help.c: Fix typos.
18112         * argp/argp-parse.c: Likewise.
18113         * debug/backtracesyms.c: Likewise.
18114         * elf/elf.h: Likewise.
18115         * malloc/malloc.c: Likewise.
18116         * nis/nis_print.c: Likewise.
18117         * resolv/res_comp.c: Likewise.
18118         * stdlib/stdlib.h: Likewise.
18119         * sunrpc/clnt_tcp.c: Likewise.
18120         * sunrpc/clnt_udp.c: Likewise.
18121         * sunrpc/clnt_unix.c: Likewise.
18122         * sysdeps/unix/bsd/ptsname.c: Likewise.
18123         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
18124         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
18125         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
18126         Likewise.
18127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
18128         Likewise.
18129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
18130         Likewise.
18131         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
18132
18133 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18134
18135         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
18136         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18137
18138 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
18139
18140         [BZ #15897]
18141         * dlfcn/Makefile (tests): Add bug-dl-leaf.
18142         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
18143         ($(objpfx)bug-dl-leaf): New rule.
18144         ($(objpfx)bug-dl-leaf.so): Likewise.
18145         ($(objpfx)bug-dl-leaf.out): Likewise.
18146         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
18147         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
18148         * dlfcn/bug-dl-leaf.c: New test.
18149         * dlfcn/bug-dl-leaf-lib.c: Likewise.
18150         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
18151         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
18152         (dlclose): Likewise.
18153         (dlmopen): Likewise.
18154
18155 2013-08-27  Roland McGrath  <roland@hack.frob.com>
18156
18157         * include/netdb.h [!_ISOMAC]:
18158         Don't include <tls.h>.
18159         (h_errno, __libc_h_errno): Move declaration and macros out of
18160         [_LIBC_REENTRANT].
18161
18162         * include/resolv.h [_RESOLV_H_]:
18163         Don't include <tls.h>.
18164         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
18165         * resolv/res_libc.c: Don't include <tls.h>.
18166         (_res): Use __attribute__ ((nocommon)) in place of
18167         __attribute__ ((section (".bss"))).
18168
18169         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
18170         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
18171
18172         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
18173
18174         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
18175         only under [SIOCGIFCONF && SIOCGIFNETMASK].
18176
18177         * resolv/res_mkquery.c: Include <sys/time.h>.
18178
18179         * inet/ifreq.c: Moved to ...
18180         * sysdeps/unix/ifreq.c: ... here.
18181         * inet/ifreq.c: New file, true stub version.
18182
18183         * socket/sa_len.c: New file.
18184         * socket/Makefile (aux): Add it.
18185         * sysdeps/unix/sysv/linux/Makefile
18186         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
18187         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
18188         and #include <socket/sa_len.c>.
18189         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
18190         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
18191
18192         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
18193         * bits/socket.h: ... here.
18194
18195         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
18196         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
18197         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
18198
18199 2013-08-27  Andreas Schwab  <schwab@suse.de>
18200
18201         [BZ #15736]
18202         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
18203         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
18204         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
18205         * string/test-strcasecmp.c (test_main): Run tests in several
18206         locales.
18207         * string/test-strncasecmp.c (test_main): Likewise.
18208
18209         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
18210         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
18211         to __strcasecmp_nonascii and __strncasecmp_nonascii.
18212         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
18213         (__strncasecmp_ssse3) [PIC]: Likewise.
18214
18215 2013-08-26  Roland McGrath  <roland@hack.frob.com>
18216
18217         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
18218
18219         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
18220         instead of explicitly declaring xdecrypt.
18221         * nis/nss_nis/nis-publickey.c: Likewise.
18222
18223 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18224
18225         [BZ #15890]
18226         * nscd/aicache.c: Include res_hconf.h.
18227         (addhstaiX): Initialize res_hconf.
18228
18229 2013-08-26  Andreas Schwab  <schwab@suse.de>
18230
18231         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
18232         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
18233
18234 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18235
18236         * nscd/aicache.c (addhstaiX): Fix indentation.
18237
18238 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
18239
18240         * configure.ac: Quote $build_pt_chown test.
18241         * configure: Regenerated.
18242
18243 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
18244
18245         [BZ #15532]
18246         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
18247         * math/s_cexpf.c (__cexpf): Likewise.
18248         * math/s_cexpl.c (__cexpl): Likewise.
18249         * math/libm-test.inc (cexp_test_data): Correct expected return
18250         value for NaN + i0.  Add another test.
18251
18252 2013-08-22  David S. Miller  <davem@davemloft.net>
18253
18254         * po/ca.po: Update Catalan translation from translation project.
18255         * po/uk.po: Add Ukrainian translations from translation project.
18256
18257 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
18258
18259         [BZ #15797]
18260         * math/s_fdim.c (__fdim): Check for infinite arguments if result
18261         is infinite, not alongside NaN test.
18262         * math/s_fdimf.c (__fdimf): Likewise.
18263         * math/s_fdiml.c (__fdiml): Likewise.
18264         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
18265         errno is unchanged.
18266
18267 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
18268
18269         * argp/argp-help.c: Fix typos.
18270         * crypt/speeds.c: Likewise.
18271         * csu/check_fds.c: Likewise.
18272         * elf/dl-load.c: Likewise.
18273         * elf/dl-open.c: Likewise.
18274         * elf/reldep3.c: Likewise.
18275         * elf/reldep.c: Likewise.
18276         * elf/sprof.c: Likewise.
18277         * iconv/iconv_charmap.c: Likewise.
18278         * iconv/skeleton.c: Likewise.
18279         * iconv/strtab.c: Likewise.
18280         * io/lockf64.c: Likewise.
18281         * libio/libioP.h: Likewise.
18282         * resolv/gai_notify.c: Likewise.
18283         * resolv/ns_name.c: Likewise.
18284         * resolv/ns_samedomain.c: Likewise.
18285         * resolv/res_send.c: Likewise.
18286         * stdlib/random.c: Likewise.
18287         * sunrpc/rpc/xdr.h: Likewise.
18288         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
18289         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
18290         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
18291         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
18292         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
18293         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
18294         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
18295         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
18296         * sysdeps/mach/hurd/check_fds.c: Likewise.
18297         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
18298         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
18299         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18300         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
18301         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
18302         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
18303         * sysdeps/pthread/aio_notify.c: Likewise.
18304         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
18305         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
18306         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
18307         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
18308         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18309
18310 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18311
18312         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
18313         version if bit_Slow_SSE4_2 is set.
18314         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
18315         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
18316
18317 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18318
18319         [BZ #15867]
18320         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
18321         trampoline stack frame information.
18322         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
18323         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
18324         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
18325         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
18326         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
18327         * sysdeps/unix/sysv/linux/powerpc/init-first.c
18328         (_libc_vdso_platform_setup): Initialize the signal trampolines.
18329         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
18330         sa_flags value.
18331         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
18332         interrupting a syscall and set with option SA_SIGINFO.
18333
18334 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18335
18336         [BZ #15531]
18337         * math/s_cproj.c (__cproj): Only return an infinity if one part of
18338         argument is infinite.
18339         * math/s_cprojf.c (__cprojf): Likewise.
18340         * math/s_cprojl.c (__cprojl): Likewise.
18341         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
18342         * math/libm-test.inc (cproj_test_data): Add more tests.
18343
18344         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
18345
18346         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
18347         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
18348         size.  Use __ffs to determine corresponding shift.
18349
18350 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18351             Roland McGrath  <roland@hack.frob.com>
18352
18353         * Makefile (INSTALL): Remove trailing blank lines from output of
18354         makeinfo.
18355
18356 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18357
18358         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
18359         Align 32 bit compat elf_greg to 8 bytes.
18360
18361 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
18362
18363         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
18364
18365 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18366
18367         * string/strcoll_l.c (coll_seq): New structure.
18368         (get_next_seq_cached): New function.
18369         (get_next_seq): New function.
18370         (do_compare): New function.
18371         (STRCOLL): Use GNU style definition.  Simplify implementation
18372         by using get_next_seq, get_next_seq_cached and do_compare.
18373
18374 2013-08-16  Florian Weimer  <fweimer@redhat.com>
18375
18376         [BZ #14699]
18377         CVE-2013-4237
18378         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
18379         member.
18380         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
18381         member.
18382         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
18383         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
18384         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
18385         conditional.
18386         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
18387         GETDENTS_64BIT_ALIGNED.
18388         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
18389         * manual/filesys.texi (Reading/Closing Directory): Document
18390         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
18391         strongly.
18392         * manual/conf.texi (Limits for Files): Add portability note to
18393         NAME_MAX, PATH_MAX.
18394         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
18395
18396 2013-08-13  Andreas Schwab  <schwab@suse.de>
18397
18398         [BZ #15749]
18399         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
18400         of fabs.
18401         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
18402         LDBL_MAX_EXP >= 16384]: Add tests for it.
18403
18404 2013-08-12  David S. Miller  <davem@davemloft.net>
18405
18406         * version.h (RELEASE): Set to "development".
18407         (VERSION): Set to "2.18.90".
18408         * NEWS: Add 2.19 section.
18409
18410 2013-08-03  David S. Miller  <davem@davemloft.net>
18411
18412         * po/ko.po: Update Korean translation from translation project.
18413
18414 2013-08-01  David S. Miller  <davem@davemloft.net>
18415
18416         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
18417         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
18418         Bilka.
18419
18420 2013-07-30  David S. Miller  <davem@davemloft.net>
18421
18422         * po/fr.po: Update French translation from translation project.
18423
18424 2013-07-28  David S. Miller  <davem@davemloft.net>
18425
18426         * po/cs.po: Update Czech translation from translation project.
18427
18428         * po/sv.po: Update Swedish translation from translation project.
18429
18430 2013-07-27  David S. Miller  <davem@davemloft.net>
18431
18432         * po/eo.po: Update Esperanto translation from translation project.
18433
18434         * po/vi.po: Update Vietnamese translation from translation project.
18435
18436         * po/de.po: Update German translation from translation project.
18437
18438 2013-07-26  David S. Miller  <davem@davemloft.net>
18439
18440         * po/bg.po: Update Bulgarian translation from translation project.
18441
18442         * po/nl.po: Update Dutch translation from translation project.
18443         * po/pl.po: Update Polish translation from translation project.
18444         * po/ru.po: Update Russian translation from translation project.
18445
18446 2013-07-24  David S. Miller  <davem@davemloft.net>
18447
18448         * po/libc.pot: Update.
18449
18450 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18451
18452         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
18453         variable page size.
18454         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
18455         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
18456         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
18457
18458 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18459
18460         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
18461
18462 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18463             Andreas Schwab  <schwab@suse.de>
18464             Roland McGrath  <roland@hack.frob.com>
18465             Joseph Myers  <joseph@codesourcery.com>
18466             Carlos O'Donell  <carlos@redhat.com>
18467
18468         [BZ #15755]
18469         * config.h.in: Define HAVE_PT_CHOWN.
18470         * config.make.in (build-pt-chown): New variable.
18471         * configure.in (--enable-pt_chown): New configure option.
18472         * configure: Regenerate.
18473         * login/Makefile: Include Makeconfig.  Build pt_chown only if
18474         build-pt-chown is enabled.
18475         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
18476         pt_chown to fix pty ownership.
18477         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
18478         CLOSE_ALL_FDS.
18479         * manual/install.texi (Configuring and compiling): Mention
18480         --enable-pt_chown. Add @findex for grantpt.
18481         * INSTALL: Regenerate.
18482
18483 2013-07-20  David S. Miller  <davem@davemloft.net>
18484
18485         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
18486         difference between 32-bit and 64-bit.
18487
18488 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
18489
18490         [BZ #15711]
18491         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
18492         Avoid system header dependency with -ffreestanding.
18493         ($(objpfx)bits/syscall%d): Likewise.
18494
18495 2013-07-13  David S. Miller  <davem@davemloft.net>
18496
18497         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
18498         underflows from atanl/atan2l due to bug 15319.
18499         (casinh_test_data): Likewise.
18500
18501 2013-07-07  David S. Miller  <davem@davemloft.net>
18502
18503         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
18504
18505 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
18506
18507         * sysdeps/i386/fpu/libm-test-ulps: Update.
18508         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18509
18510 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18511
18512         * configure.in (--enable-lock-elision): Fix message text.
18513         * INSTALL: Regenerate.
18514         * configure: Regenerate.
18515
18516 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18517
18518         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18519
18520 2013-07-03  Andreas Jaeger  <aj@suse.de>
18521
18522         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
18523         define.
18524         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
18525         (ptrace_peeksiginfo_args): Add.
18526         (__ptrace_peeksiginfo_flags): Add.
18527         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18528         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18529         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18530
18531 2013-07-03  Allan McRae  <allan@archlinux.org>
18532
18533         * sysdeps/i386/fpu/libm-test-ulps: Update.
18534
18535 2013-07-02  David S. Miller  <davem@davemloft.net>
18536
18537         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18538
18539 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
18540
18541         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18542
18543 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
18544
18545         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18546         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18547
18548 2013-07-02  Andi Kleen <ak@linux.intel.com>
18549
18550         * config.h.in (ENABLE_LOCK_ELISION): Add.
18551         * configure.in (--enable-lock-elision): Add option.
18552         * manual/install.texi: Document --enable lock elision.
18553         * configure: Regenerate
18554         * INSTALL: Regenerate.
18555
18556 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
18557
18558         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
18559         SSE4.2 strcasecmp for libc.a.
18560         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
18561
18562 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
18563
18564         [BZ #13304]
18565         * soft-fp/op-common.h (_FP_FMA): New macro.
18566         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
18567         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
18568         (_FP_MUL_MEAT_1_imm): ... here.
18569         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
18570         (_FP_MUL_MEAT_1_wide): ... here.
18571         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
18572         (_FP_MUL_MEAT_1_hard): ... here.
18573         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
18574         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
18575         (_FP_MUL_MEAT_2_wide): ... here.
18576         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
18577         (_FP_MUL_MEAT_2_wide_3mul): ... here.
18578         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
18579         (_FP_MUL_MEAT_2_gmp): ... here.
18580         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
18581         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
18582         (_FP_MUL_MEAT_4_wide): ... here.
18583         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
18584         (_FP_MUL_MEAT_4_gmp): ... here.
18585         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
18586         (_FP_WFRACBITS_DW_S): Likewise.
18587         (_FP_WFRACXBITS_DW_S): Likewise.
18588         (_FP_HIGHBIT_DW_S): Likewise.
18589         (FP_FMA_S): Likewise.
18590         (_FP_FRAC_HIGH_DW_S): Likewise.
18591         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
18592         (_FP_WFRACBITS_DW_D): Likewise.
18593         (_FP_WFRACXBITS_DW_D): Likewise.
18594         (_FP_HIGHBIT_DW_D): Likewise.
18595         (FP_FMA_D): Likewise.
18596         (_FP_FRAC_HIGH_DW_D): Likewise.
18597         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
18598         (_FP_WFRACBITS_DW_E): Likewise.
18599         (_FP_WFRACXBITS_DW_E): Likewise.
18600         (_FP_HIGHBIT_DW_E): Likewise.
18601         (FP_FMA_E): Likewise.
18602         (_FP_FRAC_HIGH_DW_E): Likewise.
18603         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
18604         (_FP_WFRACBITS_DW_Q): Likewise.
18605         (_FP_WFRACXBITS_DW_Q): Likewise.
18606         (_FP_HIGHBIT_DW_Q): Likewise.
18607         (FP_FMA_Q): Likewise.
18608         (_FP_FRAC_HIGH_DW_Q): Likewise.
18609         * soft-fp/fmasf4.c: New file.
18610         * soft-fp/fmadf4.c: Likewise.
18611         * soft-fp/fmatf4.c: Likewise.
18612
18613 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18614
18615         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
18616         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
18617         Silvermont.
18618         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
18619         macro.
18620         (index_Slow_SSE4_2): Likewise.
18621         (index_Prefer_PMINUB_for_stringop): Likewise.
18622         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
18623         bit_Slow_SSE4_2 is set.
18624         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
18625         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
18626
18627 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18628
18629         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
18630         rtld_global._dl_hwcap2.
18631         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
18632         POWER8.
18633         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
18634         POWER8 feature descriptions defined in _dl_hwcap2.
18635         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
18636         string handling for POWER8 feature bits.
18637         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
18638         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
18639         _dl_powerpc_cap_flags.
18640         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
18641         * sysdeps/powerpc/rtld-global-offsets.sym
18642         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
18643         _dl_hwcap2 in the rtld_global_ro structure.
18644
18645 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18646
18647         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
18648         hardware capabilities in support of AT_HWCAP2.
18649         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
18650         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
18651         GLRO(dl_hwcap2).
18652         (_dl_show_auxv): Add support for calling _dl_procinfo to display
18653         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
18654         explicitly the unknown a_type display mechanism is used.
18655         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
18656         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
18657         struct member.
18658         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
18659         to macro prototype for AT_HWCAP2 support.
18660         * sysdeps/i386/dl-procinfo.h: Likewise.
18661         * sysdeps/s390/dl-procinfo.h: Likewise.
18662         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
18663         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
18664         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
18665         return -1 for unknown a_type display fallback.
18666         * sysdeps/sparc/dl-procinfo.h: Likewise.
18667         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
18668         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
18669
18670 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
18671
18672         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
18673         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
18674
18675 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
18676
18677         [BZ #12492]
18678         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
18679         mprotect making __stack_prot writable.
18680
18681 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
18682             Joseph Myers  <joseph@codesourcery.com>
18683
18684         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
18685         as being properly aligned.
18686
18687 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
18688
18689         * dlfcn/modstatic5.c: New file.
18690         * dlfcn/tststatic5.c: New file.
18691         * dlfcn/Makefile (tests): Add tststatic5.
18692         (tests-static): Likewise.
18693         (modules-names): Add modstatic5.
18694         (tststatic5-ENV): New variable.
18695         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
18696
18697         [BZ #15022]
18698         * elf/dl-support.c (_dl_main_map): New variable.
18699         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
18700         (_dl_nns, _dl_load_adds): Set to 1.
18701         (_dl_initial_searchlist): Refer to _dl_main_map.
18702         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
18703         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
18704         call to _dl_get_origin.
18705         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
18706         around call_map.
18707         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
18708         * dlfcn/modstatic3.c: New file.
18709         * dlfcn/tststatic3.c: New file.
18710         * dlfcn/tststatic4.c: New file.
18711         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
18712         (tests-static): Likewise.
18713         (modules-names): Add modstatic3.
18714         (tststatic3-ENV, tststatic4-ENV): New variables.
18715         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
18716         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
18717
18718 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
18719
18720         * configure.in (CC): Require GCC version 4.4 or later.
18721         * configure: Regenerated.
18722         * manual/install.texi (Tools for Compilation): Update GCC version
18723         requirement.
18724         * INSTALL: Regenerated.
18725
18726 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18727
18728         [BZ #15674]
18729         * string/test-memcmp.c (check2): New.
18730         (main): Call check2.
18731
18732         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
18733
18734 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
18735
18736         [BZ #15022]
18737         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
18738         over to...
18739         (dl_open_worker) [!SHARED]: ... here.
18740
18741 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18742
18743         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
18744
18745 2013-06-25  Richard Henderson  <rth@redhat.com>
18746
18747         * locale/programs/locarchive.c: Include <libc-internal.h>
18748
18749 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
18750
18751         * manual/texinfo.tex: Update to version 2013-06-21.17, with
18752         trailing whitespace removed.
18753
18754 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
18755
18756         [BZ #10283]
18757         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
18758         * locale/programs/locarchive.c: Include libc-mmap.h.
18759         (prepare_address_space): Take two new outputs (the mmap base and len).
18760         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
18761         values.
18762         (create_archive): Declare new mmap base and len values for
18763         prepare_address_space, and store the result in ah.
18764         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
18765         (enlarge_archive): If ah->mmap_base is not NULL, use that and
18766         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18767         Declare new mmap base and len values for
18768         prepare_address_space, and store the result in new_ah.
18769         (open_archive): Declare new mmap base and len values for
18770         prepare_address_space, and store the result in ah.
18771         (close_archive): If ah->mmap_base is not NULL, use that and
18772         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18773         * sysdeps/generic/libc-mmap.h: New file.
18774
18775 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
18776
18777         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
18778         (ALIGN_UP): Likewise.
18779         (PTR_ALIGN_DOWN): Likewise.
18780         (PTR_ALIGN_UP): Likewise.
18781
18782 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18783
18784         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
18785         entry mapped to PPC_PLATFORM_POWER8.
18786         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
18787         POWER8.
18788         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
18789         (_dl_string_platform): Add case for exporting platform position for
18790         POWER8.
18791         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
18792         search path to sysdeps/powerpc/powerpc32/power8 directory.
18793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
18794         search path to sysdeps/powerpc/powerpc64/power8 directory.
18795         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
18796         power7 directories.
18797         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
18798         power7 directories.
18799
18800 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18801
18802         * INSTALL: Regenerate.
18803
18804         * nscd/connections.c (nscd_init): Fix comment.
18805
18806 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
18807
18808         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
18809
18810         [BZ #15667]
18811         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
18812         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
18813
18814 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
18815
18816         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
18817         DL_DST_REQ_STATIC.
18818         (DL_DST_REQ_STATIC): Remove macro.
18819
18820 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
18821
18822         [BZ #7006]
18823         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
18824         with a shift of 0 bits.
18825
18826 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
18827
18828         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
18829         $(tststatic-ENV).
18830
18831 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18832
18833         [BZ #15655]
18834         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
18835
18836 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18837
18838         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
18839         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
18840         accepts -fno-tree-loop-distribute-patterns.
18841         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
18842         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
18843         recursive call.
18844         * string/memset.c (memset): Likewise.
18845         * string/test-memmove.c (simple_memmove): Disable loop transformation
18846         to library calls.
18847         * string/test-memset.c (simple_memset): Likewise.
18848         * benchtests/bench-memmove.c (simple_memmove): Likewise.
18849         * benchtests/bench-memset.c (simple_memset): Likewise.
18850         * configure: Regenerated.
18851
18852 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
18853
18854         * math/test-misc.c (main): Ignore fesetround failure when failures
18855         of subsequent rounding tests would be ignored.
18856
18857         [BZ #15654]
18858         * math/fedisblxcpt.c (fedisableexcept): Return 0.
18859         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
18860         * math/fegetenv.c (__fegetenv): Return 0.
18861         * math/fegetexcept.c (fegetexcept): Return 0.
18862         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
18863         FE_TONEAREST.
18864         * math/feholdexcpt.c (feholdexcept): Return 0.
18865         * math/fesetenv.c (__fesetenv): Return 0.
18866         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
18867         argument FE_TONEAREST.
18868         * math/feupdateenv.c (__feupdateenv): Return 0.
18869         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
18870
18871 2013-06-18  Roland McGrath  <roland@hack.frob.com>
18872
18873         * elf/rtld-Rules (rtld-compile-command.S): New variable.
18874         (rtld-compile-command.s, rtld-compile-command.c): New variables.
18875         ($(objpfx)rtld-%.os rules): Use them.
18876
18877 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18878
18879         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
18880         fields.
18881
18882 2013-06-17  Roland McGrath  <roland@hack.frob.com>
18883
18884         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
18885         length of target pattern, then descending length of dependency pattern.
18886         * configure.in (AWK): Require gawk 3.1.2 or newer.
18887         * manual/install.texi (Tools for Compilation): Say that we do.
18888         * configure: Regenerated.
18889
18890         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
18891         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
18892         * scripts/sysd-rules.awk: ... this new script.
18893         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
18894         than a glob-style pattern.
18895
18896 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
18897
18898         * math/test-misc.c (main): Do not treat incorrectly rounded
18899         conversions as failure unless ROUNDING_TESTS passes.
18900
18901 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
18902
18903         [BZ #15631]
18904         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
18905         restore exception state around main square root computation, then
18906         check for inexactness explicitly.
18907
18908         * math/libm-test.inc (fma_test_data): Add another test.
18909
18910 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
18911
18912         * manual/threads.texi (Non-POSIX Extensions): New document
18913         node.  Document pthread_getattr_default_np and
18914         pthread_setattr_default_np.
18915
18916         * Versions.def (libpthread): Add GLIBC_2.18.
18917         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
18918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
18919         Likewise.
18920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
18921         Likewise.
18922         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18923         Likewise.
18924         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18925         Likewise.
18926         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
18927         Likewise.
18928         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
18929         Likewise.
18930         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
18931         Likewise.
18932         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
18933         Likewise.
18934         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
18935         Likewise.
18936
18937 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18938
18939         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18940         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
18941
18942 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
18943             H.J. Lu  <hjl.tools@gmail.com>
18944
18945         [BZ #15627]
18946         * sysdeps/x86_64/rtld-memset.c: Remove file.
18947         * sysdeps/x86_64/rtld-memset.S: New file.
18948
18949 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
18950
18951         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
18952         (test_in_one_mode): Take arguments for whether the rounding mode
18953         is supported for each floating-point type.
18954         (do_test): Pass new arguments to test_in_one_mode using
18955         ROUNDING_TESTS.
18956
18957 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18958
18959         * posix/tst-waitid.c (do_test): Distinguish different instances of
18960         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
18961         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
18962         before entering the kernel for waitpid.
18963
18964 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18965
18966         * NEWS: Fix note on clock function precision.  Text by Roland
18967         McGrath.
18968
18969 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18970
18971         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
18972         it into place only when and if the sanity check passes.
18973
18974 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
18975
18976         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
18977         output for whether conversion result is exact.  Take argument
18978         indicating whether type is IBM long double.
18979         (round_for_all): Change need_exact field to ibm_ld.
18980         * stdlib/tst-strtod-round.c (struct exactness): New type.
18981         (struct test): Change bool ld_ok field to struct exactness exact.
18982         (TEST): Update all definitions for change to field.
18983         (tests): Regenerate array contents.
18984         (test_in_one_mode): Take pointer to new field instead of old ld_ok
18985         field value.  Check for IBM long double here.
18986         (do_test): Update calls to test_in_one_mode.
18987
18988 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18989
18990         [BZ #12515]
18991         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
18992         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
18993
18994 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18995
18996         [BZ #15605]
18997         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
18998         generated by the compiler on loop optimizations.
18999         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
19000         general definitions.
19001
19002 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
19003
19004         * math/bug-nextafter.c: Include <math-tests.h>.
19005         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19006         the relevant type.
19007         * math/bug-nexttoward.c: Include <math-tests.h>.
19008         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19009         the relevant type.
19010         * math/test-misc.c: Include <math-tests.h>.
19011         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19012         the relevant type.
19013
19014 2013-06-12  Andreas Jaeger  <aj@suse.de>
19015
19016         * po/ia.po: Update Interlingua translation from translation
19017         project.
19018
19019 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19020
19021         * include/fenv.h: Include stdbool.h.
19022         (struct rm_ctx): New structure.
19023         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
19024         Define macro.
19025         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
19026         (SET_RESTORE_ROUNDF): Likewise.
19027         (SET_RESTORE_ROUNDL): Likewise.
19028         (SET_RESTORE_ROUND_NOEX): Likewise.
19029         (SET_RESTORE_ROUND_NOEXF): Likewise.
19030         (SET_RESTORE_ROUND_NOEXL): Likewise.
19031         (SET_RESTORE_ROUND_53BIT): Likewise.
19032         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
19033         (libc_feresetround_noexf_ctx): Likewise.
19034         (libc_feresetround_noexl_ctx): Likewise.
19035         (libc_feholdsetround_53bit_ctx): Likewise.
19036         (libc_feresetround_53bit_ctx): Likewise.
19037         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
19038         (libc_feholdexcept_setround_sse_ctx): New function.
19039         (libc_fesetenv_sse_ctx): Likewise.
19040         (libc_feupdateenv_sse_ctx): Likewise.
19041         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
19042         (libc_feholdexcept_setround_387_ctx): Likewise.
19043         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
19044         (libc_feholdsetround_387_prec_ctx): Likewise.
19045         (libc_feholdsetround_387_ctx): Likewise.
19046         (libc_feholdsetround_387_53bit_ctx): Likewise.
19047         (libc_feholdsetround_sse_ctx): Likewise.
19048         (libc_feresetround_sse_ctx): Likewise.
19049         (libc_feresetround_387_ctx): Likewise.
19050         (libc_feupdateenv_387_ctx): Likewise.
19051         (libc_feholdexcept_setroundf_ctx): Define macro.
19052         (libc_fesetenvf_ctx): Likewise.
19053         (libc_feupdateenvf_ctx): Likewise.
19054         (libc_feholdsetroundf_ctx): Likewise.
19055         (libc_feresetroundf_ctx): Likewise.
19056         (libc_feholdexcept_setround_ctx): Likewise.
19057         (libc_fesetenv_ctx): Likewise.
19058         (libc_feupdateenv_ctx): Likewise.
19059         (libc_feholdsetround_ctx): Likewise.
19060         (libc_feresetround_ctx): Likewise.
19061         (libc_feholdexcept_setroundl_ctx): Likewise.
19062         (libc_feupdateenvl_ctx): Likewise.
19063         (libc_feholdsetroundl_ctx): Likewise.
19064         (libc_feresetroundl_ctx): Likewise.
19065         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
19066         (libc_feresetround_53bit_ctx): Likewise.
19067
19068 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19069
19070         * locale/iso-639.def: Convert to UTF-8.
19071
19072 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
19073
19074         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
19075         (EXCEPTION_TESTS_double): Likewise.
19076         (EXCEPTION_TESTS_long_double): Likewise.
19077         (EXCEPTION_TESTS): Likewise.
19078         * math/libm-test.inc (test_exceptions): Only test exceptions if
19079         EXCEPTION_TESTS (FLOAT).
19080
19081 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19082
19083         * benchtests/Makefile (string-bench): Add strcpy_chk and
19084         stpcpy_chk.
19085         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
19086         * benchtests/bench-stpcpy_chk.c: New file.
19087         * benchtests/bench-strcpy_chk-ifunc.c: New file.
19088         * benchtests/bench-strcpy_chk.c: New file.
19089         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
19090         code.
19091         (do_test): Likewise.
19092
19093 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19094
19095         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
19096         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
19097         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
19098         with tabs where appropriate.
19099         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
19100         dl-procinfo.h.
19101         [PPC_PLATFORM_PPC440]: Likewise.
19102         [PPC_PLATFORM_PPC464]: Likewise.
19103         [PPC_PLATFORM_PPC476]: Likewise.
19104         (_dl_string_platform): Add support for detecting ppc405, ppc440,
19105         ppc464, and ppc476 platform strings merging from ports/
19106         dl-procinfo.h.
19107
19108 2013-06-11  Andreas Schwab  <schwab@suse.de>
19109
19110         [BZ #14991]
19111         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
19112         (from_ucs4_idx): Regenerate.
19113         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
19114         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
19115         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
19116         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
19117         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
19118         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
19119         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
19120         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
19121         from FROM_LOOP and TO_LOOP specific macros.
19122         (BODY): Handle combining characters.
19123         * iconvdata/BIG5HKSCS.irreversible: Update.
19124         * iconvdata/BIG5HKSCS.precomposed: New file.
19125         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
19126         characters.
19127         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
19128
19129 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19130
19131         * include/sys/time.h: Fix indentation and add copyright header.
19132
19133         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
19134         (do_test): Likewise.
19135         * string/test-memchr.c (do_one_test): Likewise.
19136         (do_test): Likewise.
19137         * string/test-memcmp.c (do_one_test): Likewise.
19138         (do_test): Likewise.
19139         * string/test-memcpy.c (do_one_test): Likewise.
19140         (do_test): Likewise.
19141         * string/test-memmem.c (do_one_test): Likewise.
19142         (do_test): Likewise.
19143         (do_random_tests): Likewise.
19144         * string/test-memmove.c (do_one_test): Likewise.
19145         (do_test): Likewise.
19146         * string/test-memset.c (do_one_test): Likewise.
19147         (do_test): Likewise.
19148         * string/test-rawmemchr.c (do_one_test): Likewise.
19149         (do_test): Likewise.
19150         * string/test-strcasecmp.c (do_one_test): Likewise.
19151         (do_test): Likewise.
19152         * string/test-strcasestr.c (do_one_test): Likewise.
19153         (do_test): Likewise.
19154         * string/test-strcat.c (do_one_test): Likewise.
19155         (do_test): Likewise.
19156         * string/test-strchr.c (do_one_test): Likewise.
19157         (do_test): Likewise.
19158         * string/test-strcmp.c (do_one_test): Likewise.
19159         (do_test): Likewise.
19160         * string/test-strcpy.c (do_one_test): Likewise.
19161         (do_test): Likewise.
19162         * string/test-string.h: Likewise.
19163         (test_init): Likewise.
19164         * string/test-strlen.c (do_one_test): Likewise.
19165         (do_test): Likewise.
19166         * string/test-strncasecmp.c (do_one_test): Likewise.
19167         (do_test): Likewise.
19168         * string/test-strncat.c (do_one_test): Likewise.
19169         (do_test): Likewise.
19170         * string/test-strncmp.c (do_one_test): Likewise.
19171         (do_test_limit): Likewise.
19172         (do_test): Likewise.
19173         * string/test-strncpy.c (do_one_test): Likewise.
19174         (do_test): Likewise.
19175         * string/test-strnlen.c (do_one_test): Likewise.
19176         (do_test): Likewise.
19177         * string/test-strpbrk.c (do_one_test): Likewise.
19178         (do_test): Likewise.
19179         * string/test-strrchr.c (do_one_test): Likewise.
19180         (do_test): Likewise.
19181         * string/test-strspn.c (do_one_test): Likewise.
19182         (do_test): Likewise.
19183         * string/test-strstr.c (do_one_test): Likewise.
19184         (do_test): Likewise.
19185
19186         * benchtests/Makefile (string-bench): Add string benchmarks.
19187         * benchtests/bench-bcopy-ifunc.c: New file.
19188         * benchtests/bench-bcopy.c: New file.
19189         * benchtests/bench-bzero-ifunc.c: New file.
19190         * benchtests/bench-bzero.c: New file.
19191         * benchtests/bench-memccpy-ifunc.c: New file.
19192         * benchtests/bench-memccpy.c: New file.
19193         * benchtests/bench-memchr-ifunc.c: New file.
19194         * benchtests/bench-memchr.c: New file.
19195         * benchtests/bench-memcmp-ifunc.c: New file.
19196         * benchtests/bench-memcmp.c: New file.
19197         * benchtests/bench-memmem-ifunc.c: New file.
19198         * benchtests/bench-memmem.c: New file.
19199         * benchtests/bench-memmove-ifunc.c: New file.
19200         * benchtests/bench-memmove.c: New file.
19201         * benchtests/bench-mempcpy-ifunc.c: New file.
19202         * benchtests/bench-mempcpy.c: New file.
19203         * benchtests/bench-memset-ifunc.c: New file.
19204         * benchtests/bench-memset.c: New file.
19205         * benchtests/bench-rawmemchr-ifunc.c: New file.
19206         * benchtests/bench-rawmemchr.c: New file.
19207         * benchtests/bench-stpcpy-ifunc.c: New file.
19208         * benchtests/bench-stpcpy.c: New file.
19209         * benchtests/bench-stpncpy-ifunc.c: New file.
19210         * benchtests/bench-stpncpy.c: New file.
19211         * benchtests/bench-strcasecmp-ifunc.c: New file.
19212         * benchtests/bench-strcasecmp.c: New file.
19213         * benchtests/bench-strcasestr-ifunc.c: New file.
19214         * benchtests/bench-strcasestr.c: New file.
19215         * benchtests/bench-strcat-ifunc.c: New file.
19216         * benchtests/bench-strcat.c: New file.
19217         * benchtests/bench-strchr-ifunc.c: New file.
19218         * benchtests/bench-strchr.c: New file.
19219         * benchtests/bench-strchrnul-ifunc.c: New file.
19220         * benchtests/bench-strchrnul.c: New file.
19221         * benchtests/bench-strcmp-ifunc.c: New file.
19222         * benchtests/bench-strcmp.c: New file.
19223         * benchtests/bench-strcpy-ifunc.c: New file.
19224         * benchtests/bench-strcpy.c: New file.
19225         * benchtests/bench-strcspn-ifunc.c: New file.
19226         * benchtests/bench-strcspn.c: New file.
19227         * benchtests/bench-strlen-ifunc.c: New file.
19228         * benchtests/bench-strlen.c: New file.
19229         * benchtests/bench-strncasecmp-ifunc.c: New file.
19230         * benchtests/bench-strncasecmp.c: New file.
19231         * benchtests/bench-strncat-ifunc.c: New file.
19232         * benchtests/bench-strncat.c: New file.
19233         * benchtests/bench-strncmp-ifunc.c: New file.
19234         * benchtests/bench-strncmp.c: New file.
19235         * benchtests/bench-strncpy-ifunc.c: New file.
19236         * benchtests/bench-strncpy.c: New file.
19237         * benchtests/bench-strnlen-ifunc.c: New file.
19238         * benchtests/bench-strnlen.c: New file.
19239         * benchtests/bench-strpbrk-ifunc.c: New file.
19240         * benchtests/bench-strpbrk.c: New file.
19241         * benchtests/bench-strrchr-ifunc.c: New file.
19242         * benchtests/bench-strrchr.c: New file.
19243         * benchtests/bench-strspn-ifunc.c: New file.
19244         * benchtests/bench-strspn.c: New file.
19245         * benchtests/bench-strstr-ifunc.c: New file.
19246         * benchtests/bench-strstr.c: New file.
19247
19248         * benchtests/Makefile: Disable parallel execution of targets.
19249         (string-bench): Add memcpy.
19250         (benchset): New variable to store a list of benchmark sets.
19251         (bench-func): Renamed from bench.
19252         (bench-set): New target.
19253         (bench): Depend on bench-func and bench-set.
19254         * benchtests/README: Add section on benchmark sets.
19255         * benchtests/bench-memcpy-ifunc.c: New file.
19256         * benchtests/bench-memcpy.c: New file.
19257         * benchtests/bench-string.h: New file.
19258
19259 2013-06-11  Andreas Schwab  <schwab@suse.de>
19260
19261         [BZ #15577]
19262         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
19263         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
19264         values in the triple.
19265         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
19266         terminator in the group key.
19267
19268 2013-06-11  Andreas Jaeger  <aj@suse.de>
19269
19270         * po/zh_TW.po: Update Chinese (traditional) translation from
19271         translation project.
19272
19273 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19274
19275         * include/time.h (__clock_gettime): Add libc_hidden_proto.
19276         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
19277         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
19278         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
19279         (clock_getcpuclockid): Likewise.
19280         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
19281         Add weak_alias and libc_hidden_def.
19282         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
19283         * rt/clock_gettime.c (clock_gettime): Rename to
19284         __clock_gettime.  Add weak_alias and libc_hidden_def.
19285         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
19286         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
19287         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
19288         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
19289         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
19290         Likewise.
19291         * rt/clock_settime.c (clock_settime): Rename to
19292         __clock_settime.  Add weak_alias and libc_hidden_def.
19293         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
19294
19295 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
19296
19297         * mach/err_boot.sub: Remove trailing whitespace.
19298         * mach/err_ipc.sub: Likewise.
19299         * mach/err_mach.sub: Likewise.
19300
19301         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
19302         (ROUNDING_TESTS_double): Likewise.
19303         (ROUNDING_TESTS_long_double): Likewise.
19304         (ROUNDING_TESTS): Likewise.
19305         * math/libm-test.inc: Include <math-tests.h>.
19306         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
19307         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
19308         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
19309         (IF_ROUND_INIT_FE_UPWARD): Likewise.
19310
19311 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19312
19313         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
19314         of assigning.
19315
19316 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
19317
19318         * sysdeps/gnu/errlist.awk: Do not generate space at end of
19319         otherwise empty TRANS lines.
19320         * sysdeps/gnu/errlist.c: Regenerated.
19321
19322         * catgets/gencat.c (error_print): Use (void) in function
19323         definition.
19324         * crypt/crypt_util.c (__init_des): Likewise.
19325         * crypt/speeds.c (Stop): Likewise.
19326         (main): Likewise.
19327         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
19328         * inet/ruserpass.c (token): Likewise.
19329         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
19330         * intl/localealias.c (extend_alias_table): Likewise.
19331         * intl/plural-exp.c (init_germanic_plural): Likewise.
19332         * libio/fcloseall.c (__fcloseall): Likewise.
19333         * libio/genops.c (_IO_flush_all): Likewise.
19334         (_IO_flush_all_linebuffered): Likewise.
19335         (_IO_cleanup): Likewise.
19336         (_IO_iter_begin): Likewise.
19337         (_IO_iter_end): Likewise.
19338         (_IO_list_lock): Likewise.
19339         (_IO_list_unlock): Likewise.
19340         (_IO_list_resetlock): Likewise.
19341         * libio/getchar.c (getchar): Likewise.
19342         * libio/getchar_u.c (getchar_unlocked): Likewise.
19343         * libio/getwchar.c (getwchar): Likewise.
19344         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
19345         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
19346         * login/getpt.c (__getpt): Likewise.
19347         * login/tst-utmp.c (main): Likewise.
19348         * malloc/hooks.c (__malloc_check_init): Likewise.
19349         * malloc/malloc.c (__malloc_stats): Likewise.
19350         * malloc/mtrace.c (tr_break): Likewise.
19351         (mtrace): Likewise.
19352         (muntrace): Likewise.
19353         * misc/fstab.c (endfsent): Likewise.
19354         * misc/getclktck.c (__getclktck): Likewise.
19355         * misc/getdtsz.c (__getdtablesize): Likewise.
19356         * misc/gethostid.c (gethostid): Likewise.
19357         * misc/getpagesize.c (__getpagesize): Likewise.
19358         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
19359         (__get_nprocs): Likewise.
19360         (__get_phys_pages): Likewise.
19361         (__get_avphys_pages): Likewise.
19362         * misc/getttyent.c (getttyent): Likewise.
19363         (setttyent): Likewise.
19364         (endttyent): Likewise.
19365         * misc/getusershell.c (getusershell): Likewise.
19366         (endusershell): Likewise.
19367         (setusershell): Likewise.
19368         (initshells): Likewise.
19369         * misc/hsearch.c (__hdestroy): Likewise.
19370         * misc/sync.c (sync): Likewise.
19371         * misc/syslog.c (closelog_internal): Likewise.
19372         (closelog): Likewise.
19373         * misc/ttyslot.c (ttyslot): Likewise.
19374         * misc/vhangup.c (vhangup): Likewise.
19375         * posix/fork.c (__fork): Likewise.
19376         * posix/getegid.c (__getegid): Likewise.
19377         * posix/geteuid.c (__geteuid): Likewise.
19378         * posix/getgid.c (__getgid): Likewise.
19379         * posix/getpid.c (__getpid): Likewise.
19380         * posix/getppid.c (__getppid): Likewise.
19381         * posix/getuid.c (__getuid): Likewise.
19382         * posix/pause.c (pause): Likewise.
19383         * posix/setpgrp.c (setpgrp): Likewise.
19384         * posix/setsid.c (__setsid): Likewise.
19385         * posix/test-vfork.c (noop): Likewise.
19386         * resolv/gethnamaddr.c (_endhtent): Likewise.
19387         (_gethtent): Likewise.
19388         (ht_endhostent): Likewise.
19389         (gethostent): Likewise.
19390         (dns_service): Likewise.
19391         * stdlib/drand48.c (drand48): Likewise.
19392         * stdlib/lrand48.c (lrand48): Likewise.
19393         * stdlib/mrand48.c (mrand48): Likewise.
19394         * stdlib/rand.c (rand): Likewise.
19395         * stdlib/random.c (__random): Likewise.
19396         * stdlib/setenv.c (clearenv): Likewise.
19397         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
19398         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
19399         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
19400         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
19401         (__get_nprocs): Likewise.
19402         (__get_phys_pages): Likewise.
19403         (__get_avphys_pages): Likewise.
19404         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
19405         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
19406         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
19407         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
19408         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
19409         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
19410         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
19411         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
19412         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
19413         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
19414         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
19415         * sysdeps/mach/hurd/sync.c (sync): Likewise.
19416         * sysdeps/posix/clock.c (clock): Likewise.
19417         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
19418         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
19419         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
19420         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
19421         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
19422         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
19423         (__get_nprocs_conf): Likewise.
19424         (__get_phys_pages): Likewise.
19425         (__get_avphys_pages): Likewise.
19426         * time/clock.c (clock): Likewise.
19427         * time/tzset.c (__tzname_max): Likewise.
19428
19429 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
19430
19431         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
19432         (__bswap_32): Do not use "register".
19433         * crypt/crypt.c (_ufc_doit_r): Likewise.
19434         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19435         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19436         * gmon/gmon.c (__monstartup): Likewise.
19437         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
19438         * hurd/hurdmalloc.c (more_memory): Likewise.
19439         (malloc): Likewise.
19440         (free): Likewise.
19441         (realloc): Likewise.
19442         (malloc_fork_prepare): Likewise.
19443         (malloc_fork_parent): Likewise.
19444         (malloc_fork_child): Likewise.
19445         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
19446         (_svcauth_des): Likewise.
19447         * inet/inet_lnaof.c (inet_lnaof): Likewise.
19448         * inet/inet_net.c (inet_network): Likewise.
19449         * inet/inet_netof.c (inet_netof): Likewise.
19450         * inet/rcmd.c (__validuser2_sa): Likewise.
19451         * io/fts.c (fts_open): Likewise.
19452         (fts_load): Likewise.
19453         (fts_close): Likewise.
19454         (fts_read): Likewise.
19455         (fts_children): Likewise.
19456         (fts_build): Likewise.
19457         (fts_stat): Likewise.
19458         (fts_sort): Likewise.
19459         (fts_alloc): Likewise.
19460         (fts_lfree): Likewise.
19461         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
19462         (_IO_file_xsgetn): Likewise.
19463         (_IO_file_xsgetn_mmap): Likewise.
19464         * libio/iofopncook.c (_IO_cookie_read): Likewise.
19465         (_IO_cookie_write): Likewise.
19466         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
19467         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
19468         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
19469         * malloc/obstack.c (_obstack_begin): Likewise.
19470         (_obstack_begin_1): Likewise.
19471         (_obstack_newchunk): Likewise.
19472         (_obstack_allocated_p): Likewise.
19473         (obstack_free): Likewise.
19474         (_obstack_memory_used): Likewise.
19475         * misc/getttyent.c (getttynam): Likewise.
19476         (getttyent): Likewise.
19477         (skip): Likewise.
19478         (value): Likewise.
19479         * misc/getusershell.c (initshells): Likewise.
19480         * misc/syslog.c (__vsyslog_chk): Likewise.
19481         * misc/ttyslot.c (ttyslot): Likewise.
19482         * nis/nis_hash.c (__nis_hash): Likewise.
19483         * posix/fnmatch_loop.c (FCT): Likewise.
19484         * posix/getconf.c (print_all): Likewise.
19485         (main): Likewise.
19486         * posix/getopt.c (exchange): Likewise.
19487         * posix/glob.c (globfree): Likewise.
19488         (prefix_array): Likewise.
19489         (__glob_pattern_type): Likewise.
19490         * resolv/arpa/nameser.h (NS_GET16): Likewise.
19491         (NS_GET32): Likewise.
19492         (NS_PUT16): Likewise.
19493         (NS_PUT32): Likewise.
19494         * resolv/gethnamaddr.c (getanswer): Likewise.
19495         (gethostbyname2): Likewise.
19496         (gethostbyaddr): Likewise.
19497         (_gethtent): Likewise.
19498         (_gethtbyname2): Likewise.
19499         (_gethtbyaddr): Likewise.
19500         * resolv/ns_print.c (dst_s_get_int16): Likewise.
19501         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
19502         * resolv/res_init.c (__res_vinit): Likewise.
19503         (net_mask): Likewise.
19504         * resolv/res_mkquery.c (outchar): Likewise.
19505         (PRINT): Likewise.
19506         * stdio-common/printf_fp.c (outchar): Likewise.
19507         (PRINT): Likewise.
19508         * stdio-common/printf_fphex.c (outchar): Likewise.
19509         (PRINT): Likewise.
19510         * stdio-common/printf_size.c (outchar): Likewise.
19511         (PRINT): Likewise.
19512         * stdio-common/test_rdwr.c (main): Likewise.
19513         * stdio-common/tfformat.c (matches): Likewise.
19514         * stdio-common/vfprintf.c (outchar): Likewise.
19515         (printf_unknown): Likewise.
19516         (buffered_vfprintf): Likewise.
19517         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19518         * stdio-common/xbug.c (AppendToBuffer): Likewise.
19519         (ReadFile): Likewise.
19520         * stdlib/qsort.c (SWAP): Likewise.
19521         (_quicksort): Likewise.
19522         * stdlib/setenv.c (__add_to_environ): Likewise.
19523         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19524         * stdlib/strtol_l.c (__strtol_l): Likewise.
19525         * stdlib/tst-strtod.c (main): Likewise.
19526         * stdlib/tst-strtol.c (main): Likewise.
19527         * stdlib/tst-strtoll.c (main): Likewise.
19528         * string/bits/string2.h (__strcmp_cc): Likewise.
19529         (__strcmp_cg): Likewise.
19530         (__strcspn_c1): Likewise.
19531         (__strcspn_c2): Likewise.
19532         (__strcspn_c3): Likewise.
19533         (__strspn_c1): Likewise.
19534         (__strspn_c2): Likewise.
19535         (__strspn_c3): Likewise.
19536         (__strsep_1c): Likewise.
19537         (__strsep_2c): Likewise.
19538         (__strsep_3c): Likewise.
19539         * string/memccpy.c (__memccpy): Likewise.
19540         * string/stpcpy.c (__stpcpy): Likewise.
19541         * string/strcmp.c (strcmp): Likewise.
19542         * string/strrchr.c (strrchr): Likewise.
19543         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
19544         Likewise.
19545         * sysdeps/mach/hurd/getcwd.c
19546         (_hurd_canonicalize_directory_name_internal): Likewise.
19547         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
19548         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
19549         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
19550         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
19551         Likewise, in both definitions.
19552         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
19553         definitions.
19554         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
19555         64] (__bswap_64): Likewise.
19556         * time/test_time.c (main): Likewise.
19557         * time/tzfile.c (__tzfile_read): Likewise.
19558         (__tzfile_compute): Likewise.
19559         * time/tzset.c (__tzset_parse_tz): Likewise.
19560         (tzset_internal): Likewise.
19561         (compute_change): Likewise.
19562         * wcsmbs/wcscat.c (__wcscat): Likewise.
19563         * wcsmbs/wcschr.c (wcschr): Likewise.
19564         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
19565         * wcsmbs/wcscspn.c (wcscspn): Likewise.
19566         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
19567         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
19568         * wcsmbs/wcsspn.c (wcsspn): Likewise.
19569         * wcsmbs/wcsstr.c (wcsstr): Likewise.
19570         * wcsmbs/wmemchr.c (wmemchr): Likewise.
19571         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
19572         * wcsmbs/wmemset.c (wmemset): Likewise.
19573
19574 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
19575
19576         * scripts/config.guess: Update to version 2013-05-16.
19577         * scripts/config.sub: Update to version 2013-04-24.
19578         * scripts/install-sh: Update to version 2011-11-20.07.
19579         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
19580         * scripts/move-if-change: Update to version 2012-01-06 07:23.
19581
19582 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
19583
19584         * debug/fgetws_u_chk.c: Fix leading whitespaces.
19585         * elf/sln.c: Likewise.
19586         * hurd/hurd/ioctl.h: Likewise.
19587         * hurd/hurdmalloc.c: Likewise.
19588         * hurd/xattr.c: Likewise.
19589         * include/shlib-compat.h: Likewise.
19590         * inet/ruserpass.c: Likewise.
19591         * libio/iofgets_u.c: Likewise.
19592         * libio/iofgetws_u.c: Likewise.
19593         * locale/programs/ld-identification.c: Likewise.
19594         * locale/programs/ld-time.c: Likewise.
19595         * mach/msg-destroy.c: Likewise.
19596         * nss/nss_files/files-netgrp.c: Likewise.
19597         * resolv/res_data.c: Likewise.
19598         * soft-fp/op-1.h: Likewise.
19599         * soft-fp/op-2.h: Likewise.
19600         * soft-fp/op-4.h: Likewise.
19601         * soft-fp/op-common.h: Likewise.
19602         * stdio-common/printf_fphex.c: Likewise.
19603         * stdlib/strtod_l.c: Likewise.
19604         * sunrpc/rpc/clnt.h: Likewise.
19605         * sysdeps/generic/framestate.c: Likewise.
19606         * sysdeps/i386/bsd-_setjmp.S: Likewise.
19607         * sysdeps/i386/bsd-setjmp.S: Likewise.
19608         * sysdeps/i386/__longjmp.S: Likewise.
19609         * sysdeps/i386/setjmp.S: Likewise.
19610         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19611         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
19612         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19613         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
19614         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
19615         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
19616         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
19617         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
19618         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
19619         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
19620         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
19621         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
19622         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
19623         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
19624         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
19625         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
19626         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
19627         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
19628         * sysdeps/ieee754/support.c: Likewise.
19629         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
19630         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
19631         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
19632         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
19633         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
19634         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
19635         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
19636         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
19637         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
19638         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
19639         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
19640         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
19641         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
19642         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
19643         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
19644         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
19645         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
19646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
19647
19648 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
19649
19650         * posix/transbug.c: Remove executable mode.
19651
19652 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
19653
19654         * crypt/speeds.c: Remove trailing whitespace.
19655         * dlfcn/default.c: Likewise.
19656         * elf/ifuncdep2.c: Likewise.
19657         * elf/ifuncmain1.c: Likewise.
19658         * elf/ifuncmain1vis.c: Likewise.
19659         * elf/testobj.h: Likewise.
19660         * elf/tst-stackguard1.c: Likewise.
19661         * gmon/sys/gmon.h: Likewise.
19662         * hurd/hurdmsg.c: Likewise.
19663         * hurd/new-fd.c: Likewise.
19664         * hurd/ports-get.c: Likewise.
19665         * iconvdata/ibm1008_420.c: Likewise.
19666         * inet/tst-getni1.c: Likewise.
19667         * inet/tst-getni2.c: Likewise.
19668         * libio/ioungetc.c: Likewise.
19669         * libio/wfiledoalloc.c: Likewise.
19670         * manual/libm-err-tab.pl: Likewise.
19671         * math/w_dremf.c: Likewise.
19672         * misc/ftruncate.c: Likewise.
19673         * posix/bug-glob2.c: Likewise.
19674         * posix/tst-pcre.c: Likewise.
19675         * posix/wait4.c: Likewise.
19676         * resolv/README: Likewise.
19677         * resolv/res_debug.h: Likewise.
19678         * resolv/tst-inet_ntop.c: Likewise.
19679         * setjmp/bug269-setjmp.c: Likewise.
19680         * soft-fp/extended.h: Likewise.
19681         * soft-fp/op-1.h: Likewise.
19682         * soft-fp/op-2.h: Likewise.
19683         * soft-fp/op-4.h: Likewise.
19684         * soft-fp/op-8.h: Likewise.
19685         * soft-fp/testit.c: Likewise.
19686         * stdio-common/bug16.c: Likewise.
19687         * stdlib/random.c: Likewise.
19688         * sunrpc/rpcsvc/rquota.x: Likewise.
19689         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
19690         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
19691         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19692         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
19693         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
19694         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
19695         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
19696         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
19697         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
19698         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
19699         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
19700         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
19701         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
19702         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
19703         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
19704         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
19705         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
19706         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
19707         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
19708         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
19709         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
19710         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
19711         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
19712         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
19713         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
19714         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
19715         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
19716         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
19717         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
19718         * sysdeps/ieee754/s_lib_version.c: Likewise.
19719         * sysdeps/mach/hurd/check_fds.c: Likewise.
19720         * sysdeps/mach/hurd/getsockname.c: Likewise.
19721         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
19722         * sysdeps/mach/hurd/recvfrom.c: Likewise.
19723         * sysdeps/powerpc/bits/link.h: Likewise.
19724         * sysdeps/powerpc/dl-procinfo.c: Likewise.
19725         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
19726         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
19727         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
19728         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
19729         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
19730         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
19731         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
19732         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
19733         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
19734         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
19735         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
19736         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
19737         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
19738         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
19739         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
19740         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
19741         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
19742         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
19743         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
19744         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
19745         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
19746         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19747         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
19748         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
19749         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
19750         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
19751         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
19752         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
19753         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
19754         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
19755         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
19756         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19757         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
19758         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
19759         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
19760         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
19761         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
19762         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
19763         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
19764         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
19765         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
19766         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
19767         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
19768         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
19769         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
19770         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
19771         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
19772         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
19773         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
19774         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19775         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19776         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
19777         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
19778         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
19779         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
19780         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
19781         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19782         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
19783         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
19784         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
19785         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
19786         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
19787         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
19788         * sysdeps/powerpc/sysdep.h: Likewise.
19789         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
19790         * sysdeps/s390/s390-64/sub_n.S: Likewise.
19791         * sysdeps/sh/dl-trampoline.S: Likewise.
19792         * sysdeps/sh/memset.S: Likewise.
19793         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
19794         * sysdeps/sh/strlen.S: Likewise.
19795         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
19796         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
19797         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
19798         * sysdeps/sparc/sparc32/rem.S: Likewise.
19799         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
19800         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
19801         * sysdeps/sparc/sparc32/strchr.S: Likewise.
19802         * sysdeps/sparc/sparc32/udiv.S: Likewise.
19803         * sysdeps/sparc/sparc32/urem.S: Likewise.
19804         * sysdeps/sparc/sparc64/add_n.S: Likewise.
19805         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
19806         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
19807         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
19808         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
19809         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
19810         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
19811         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
19812         * sysdeps/unix/bsd/times.c: Likewise.
19813         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
19814         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
19815         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
19816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
19817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
19818         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
19819         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19820         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
19821         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
19822         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
19823         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
19824         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
19825         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
19826         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
19827         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
19828         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
19829         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
19830         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
19831         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
19832         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
19833         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
19834         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
19835         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
19836         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
19837         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
19838         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
19839         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
19840         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
19841         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
19842         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
19843         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
19844         * sysdeps/x86_64/strcspn.S: Likewise.
19845
19846 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19847
19848         * locale/C-translit.h: Revert #include <stdint.h> because this is a
19849         generated file.  Regenerate properly from gen-translit.pl.
19850         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
19851         locale/C-translit.h.
19852
19853 2013-06-05  Andreas Schwab  <schwab@suse.de>
19854
19855         [BZ #15100]
19856         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
19857         week as 6 instead of -1.
19858         * time/tst-strptime.c (day_tests): Add test case.
19859
19860 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19861
19862         * sysdeps/generic/math_private.h
19863         (libc_feholdexcept_setround_53bit): Replace with
19864         libc_feholdsetround_53bit.
19865         (libc_feupdateenv_53bit): Replace with
19866         libc_feresetround_53bit.
19867         (SET_RESTORE_ROUND_53BIT): Adjust.
19868
19869 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
19870
19871         * string/test-strchrnul.c: Add copyright header.
19872
19873         * posix/tst-getaddrinfo4.c: Increase test timeout.
19874
19875 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
19876
19877         [BZ #15536]
19878         * math/libm-test.inc (MAX_EXP): Remove
19879         (MIN_EXP): Define.
19880         (ulp): Use MIN_EXP - MANT_DIG.
19881         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
19882
19883 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
19884
19885         * po/be.po: Revert last change.
19886         * po/zh_CN.po: Likewise.
19887         * po/header.pot: Likewise.
19888
19889 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
19890
19891         * Makefile ($(common-objpfx)linkobj/libc.so): Define
19892         link-libc-deps to empty as target-specific variable.
19893         * Makerules (link-libc-args): New variable.
19894         (libc-for-link): Likewise.
19895         (link-libc-deps): Likewise.
19896         (lib%.so): Depend on $(link-libc-deps).  Link with
19897         $(link-libc-args).
19898         (build-module): Link with $(link-libc-args).
19899         (build-module-asneeded): Likewise.
19900         (build-module-helper-objlist): Filter out $(link-libc-deps) from
19901         list of objects.
19902         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
19903         target-specific variable.
19904         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
19905         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
19906         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
19907         libc.
19908         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
19909         libc and ld.so.
19910         ($(objpfx)libpcprofile.so): Likewise.
19911         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
19912         libc_nonshared.a.
19913         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
19914         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
19915         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
19916         $(link-libc-deps).
19917         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
19918         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
19919         * login/Makefile ($(objpfx)libutil.so): Likewise.
19920         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
19921         * math/Makefile ($(objpfx)libm.so): Likewise.
19922         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
19923         $(objpfx)libnsl.so): Define libc-for-link as target-specific
19924         variable instead of depending directly on libc.
19925         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
19926         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
19927         $(link-libc-deps).
19928         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
19929         libc.
19930         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
19931         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
19932         ($(objpfx)libanl.so): Likewise.
19933         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
19934         ld.so.
19935         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
19936         $(link-libc-deps).
19937         * sysdeps/i386/fpu/Makefile: Remove file.
19938         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
19939         ($(objpfx)libm.so): Remove dependency on ld.so.
19940
19941 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
19942
19943         [BZ # 15553]
19944         * nis/yp_xdr.c (XDRMAXNAME): Define.
19945         (XDRMAXRECORD): Define.
19946         (xdr_domainname): Use XDRMAXNAME.
19947         (xdr_mapname): Likewise.
19948         (xdr_peername): Likewise.
19949         (xdr_keydat): Use XDRMAXRECORD.
19950         (xdr_valdat): Likewise.
19951
19952 2013-05-30  Jeff Law  <law@redhat.com>
19953
19954         [BZ #14256]
19955         * manual/errno.texi (ESTALE): Update to account for more than
19956         just NFS file systems.
19957         * sysdeps/gnu/errlist.c: Regenerated.
19958
19959 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19960
19961         [BZ #15465]
19962         * elf/Makefile (tests): Add tst-null-argv.
19963         (modules-names):  Add tst-null-argv-lib.
19964         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
19965         (tst-null-argv-ENV): Set environment for tst-null-argv.
19966         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
19967         (RTLD_PROGNAME): New macro.
19968         * elf/tst-null-argv.c: New test case.
19969         * elf/tst-null-argv-lib.c: Library for test case.
19970         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
19971         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
19972         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
19973         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
19974         * elf/dl-init.c (call_init): Likewise.
19975         (_dl_init): Likewise.
19976         * elf/dl-load.c (print_search_path): Likewise.
19977         (_dl_map_object): Likewise.
19978         * elf/dl-lookup.c (do_lookup_x): Likewise.
19979         (add_dependency): Likewise.
19980         (_dl_lookup_symbol_x): Likewise.
19981         (_dl_debug_bindings): Likewise.
19982         * elf/dl-open.c (_dl_show_scope): Likewise.
19983         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19984         * elf/dl-version.c (match_symbol): Likewise.
19985         (_dl_check_map_versions): Likewise.
19986         * elf/rtld.c (dl_main): Likewise.
19987         (print_unresolved): Use RTLD_PROGNAME.
19988         (print_missing_version): Likewise.
19989         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
19990         (elf_machine_rela): Likewise.
19991         * sysdeps/powerpc/powerpc32/dl-machine.c
19992         (__process_machine_rela): Likewise.
19993         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
19994         Likewise.
19995         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
19996         Likewise.
19997         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
19998         Likewise.
19999         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
20000         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
20001         Likewise.
20002         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
20003         Likewise.
20004         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
20005
20006 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
20007
20008         * po/be.po: Add descriptive title.
20009         * po/zh_CN.po: Likewise.
20010         * po/header.pot: Likewise.
20011
20012 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
20013
20014         * locale/programs/locarchive.c (create_archive): Inlucde fname in
20015         error message.
20016         (enlarge_archive): Likewise.
20017
20018 2013-05-28  Ben North  <ben@redfrontdoor.org>
20019
20020         * manual/arith.texi (frexp): It is the magnitude of the return
20021         value which lies in [0.5, 1), not the return value itself.
20022
20023 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20024
20025         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20026
20027 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
20028
20029         * stdio-common/bug26.c (main): Correct fscanf template.
20030
20031         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
20032         declare _dl_skip_args.
20033
20034         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
20035         Don't declare.
20036
20037         * manual/platform.texi: Add missing @end deftypefun.
20038
20039 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
20040
20041         [BZ #15529]
20042         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
20043         bit of mantissa of 2^16382.
20044         * math/libm-test.inc (hypot_test_data): Add more tests.
20045
20046         * math/libm-test.inc: Add drem and pow10 to list of tested
20047         functions.
20048         (pow10_test): New function.
20049         (drem_test): Likewise.
20050         (drem_test_tonearest): Likewise.
20051         (drem_test_towardzero): Likewise.
20052         (drem_test_downward): Likewise.
20053         (drem_test_upward): Likewise.
20054         (main): Call the new functions.
20055
20056         * math/libm-test.inc (finite_test_data): Remove.
20057         (finite_test): Run tests from isfinite_test_data.
20058         (gamma_test_data): Remove.
20059         (gamma_test): Run tests from lgamma_test_data.
20060         * sysdeps/i386/fpu/libm-test-ulps: Update.
20061         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20062
20063 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20064
20065         * manual/platform.texi: Add PowerPC PPR function set documentation.
20066         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
20067         implementation.
20068
20069 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
20070
20071         * math/libm-test.inc (MAX_EXP): Define.
20072         (ULPDIFF): Define.
20073         (ulp): New function.
20074         (check_float_internal): Use ULPDIFF.
20075         (cpow_test): Disable failing test.
20076         (check_ulp): Test ulp() implemetnation.
20077         (main): Call check_ulp before starting tests.
20078
20079 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
20080
20081         * math/gen-libm-test.pl (generate_testfile): Do not handle
20082         START_DATA and END_DATA.
20083         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
20084         END_DATA.
20085         (acos_tonearest_test_data): Likewise.
20086         (acos_towardzero_test_data): Likewise.
20087         (acos_downward_test_data): Likewise.
20088         (acos_upward_test_data): Likewise.
20089         (acosh_test_data): Likewise.
20090         (asin_test_data): Likewise.
20091         (asin_tonearest_test_data): Likewise.
20092         (asin_towardzero_test_data): Likewise.
20093         (asin_downward_test_data): Likewise.
20094         (asin_upward_test_data): Likewise.
20095         (asinh_test_data): Likewise.
20096         (atan_test_data): Likewise.
20097         (atanh_test_data): Likewise.
20098         (atan2_test_data): Likewise.
20099         (cabs_test_data): Likewise.
20100         (cacos_test_data): Likewise.
20101         (cacosh_test_data): Likewise.
20102         (carg_test_data): Likewise.
20103         (casin_test_data): Likewise.
20104         (casinh_test_data): Likewise.
20105         (catan_test_data): Likewise.
20106         (catanh_test_data): Likewise.
20107         (cbrt_test_data): Likewise.
20108         (ccos_test_data): Likewise.
20109         (ccosh_test_data): Likewise.
20110         (ceil_test_data): Likewise.
20111         (cexp_test_data): Likewise.
20112         (cimag_test_data): Likewise.
20113         (clog_test_data): Likewise.
20114         (clog10_test_data): Likewise.
20115         (conj_test_data): Likewise.
20116         (copysign_test_data): Likewise.
20117         (cos_test_data): Likewise.
20118         (cos_tonearest_test_data): Likewise.
20119         (cos_towardzero_test_data): Likewise.
20120         (cos_downward_test_data): Likewise.
20121         (cos_upward_test_data): Likewise.
20122         (cosh_test_data): Likewise.
20123         (cosh_tonearest_test_data): Likewise.
20124         (cosh_towardzero_test_data): Likewise.
20125         (cosh_downward_test_data): Likewise.
20126         (cosh_upward_test_data): Likewise.
20127         (cpow_test_data): Likewise.
20128         (cproj_test_data): Likewise.
20129         (creal_test_data): Likewise.
20130         (csin_test_data): Likewise.
20131         (csinh_test_data): Likewise.
20132         (csqrt_test_data): Likewise.
20133         (ctan_test_data): Likewise.
20134         (ctan_tonearest_test_data): Likewise.
20135         (ctan_towardzero_test_data): Likewise.
20136         (ctan_downward_test_data): Likewise.
20137         (ctan_upward_test_data): Likewise.
20138         (ctanh_test_data): Likewise.
20139         (ctanh_tonearest_test_data): Likewise.
20140         (ctanh_towardzero_test_data): Likewise.
20141         (ctanh_downward_test_data): Likewise.
20142         (ctanh_upward_test_data): Likewise.
20143         (erf_test_data): Likewise.
20144         (erfc_test_data): Likewise.
20145         (exp_test_data): Likewise.
20146         (exp_tonearest_test_data): Likewise.
20147         (exp_towardzero_test_data): Likewise.
20148         (exp_downward_test_data): Likewise.
20149         (exp_upward_test_data): Likewise.
20150         (exp10_test_data): Likewise.
20151         (exp2_test_data): Likewise.
20152         (expm1_test_data): Likewise.
20153         (fabs_test_data): Likewise.
20154         (fdim_test_data): Likewise.
20155         (finite_test_data): Likewise.
20156         (floor_test_data): Likewise.
20157         (fma_test_data): Likewise.
20158         (fma_towardzero_test_data): Likewise.
20159         (fma_downward_test_data): Likewise.
20160         (fma_upward_test_data): Likewise.
20161         (fmax_test_data): Likewise.
20162         (fmin_test_data): Likewise.
20163         (fmod_test_data): Likewise.
20164         (fpclassify_test_data): Likewise.
20165         (frexp_test_data): Likewise.
20166         (gamma_test_data): Likewise.
20167         (hypot_test_data): Likewise.
20168         (ilogb_test_data): Likewise.
20169         (isfinite_test_data): Likewise.
20170         (isgreater_test_data): Likewise.
20171         (isgreaterequal_test_data): Likewise.
20172         (isinf_test_data): Likewise.
20173         (isless_test_data): Likewise.
20174         (islessequal_test_data): Likewise.
20175         (islessgreater_test_data): Likewise.
20176         (isnan_test_data): Likewise.
20177         (isnormal_test_data): Likewise.
20178         (issignaling_test_data): Likewise.
20179         (isunordered_test_data): Likewise.
20180         (j0_test_data): Likewise.
20181         (j1_test_data): Likewise.
20182         (jn_test_data): Likewise.
20183         (ldexp_test_data): Likewise.
20184         (lgamma_test_data): Likewise.
20185         (lrint_test_data): Likewise.
20186         (lrint_tonearest_test_data): Likewise.
20187         (lrint_towardzero_test_data): Likewise.
20188         (lrint_downward_test_data): Likewise.
20189         (lrint_upward_test_data): Likewise.
20190         (llrint_test_data): Likewise.
20191         (llrint_tonearest_test_data): Likewise.
20192         (llrint_towardzero_test_data): Likewise.
20193         (llrint_downward_test_data): Likewise.
20194         (llrint_upward_test_data): Likewise.
20195         (log_test_data): Likewise.
20196         (log10_test_data): Likewise.
20197         (log1p_test_data): Likewise.
20198         (log2_test_data): Likewise.
20199         (logb_test_data): Likewise.
20200         (logb_downward_test_data): Likewise.
20201         (lround_test_data): Likewise.
20202         (llround_test_data): Likewise.
20203         (modf_test_data): Likewise.
20204         (nearbyint_test_data): Likewise.
20205         (nextafter_test_data): Likewise.
20206         (nexttoward_test_data): Likewise.
20207         (pow_test_data): Likewise.
20208         (pow_tonearest_test_data): Likewise.
20209         (pow_towardzero_test_data): Likewise.
20210         (pow_downward_test_data): Likewise.
20211         (pow_upward_test_data): Likewise.
20212         (remainder_test_data): Likewise.
20213         (remainder_tonearest_test_data): Likewise.
20214         (remainder_towardzero_test_data): Likewise.
20215         (remainder_downward_test_data): Likewise.
20216         (remainder_upward_test_data): Likewise.
20217         (remquo_test_data): Likewise.
20218         (rint_test_data): Likewise.
20219         (rint_tonearest_test_data): Likewise.
20220         (rint_towardzero_test_data): Likewise.
20221         (rint_downward_test_data): Likewise.
20222         (rint_upward_test_data): Likewise.
20223         (round_test_data): Likewise.
20224         (scalb_test_data): Likewise.
20225         (scalbn_test_data): Likewise.
20226         (scalbln_test_data): Likewise.
20227         (signbit_test_data): Likewise.
20228         (sin_test_data): Likewise.
20229         (sin_tonearest_test_data): Likewise.
20230         (sin_towardzero_test_data): Likewise.
20231         (sin_downward_test_data): Likewise.
20232         (sin_upward_test_data): Likewise.
20233         (sincos_test_data): Likewise.
20234         (sinh_test_data): Likewise.
20235         (sinh_tonearest_test_data): Likewise.
20236         (sinh_towardzero_test_data): Likewise.
20237         (sinh_downward_test_data): Likewise.
20238         (sinh_upward_test_data): Likewise.
20239         (sqrt_test_data): Likewise.
20240         (tan_test_data): Likewise.
20241         (tan_tonearest_test_data): Likewise.
20242         (tan_towardzero_test_data): Likewise.
20243         (tan_downward_test_data): Likewise.
20244         (tan_upward_test_data): Likewise.
20245         (tanh_test_data): Likewise.
20246         (tgamma_test_data): Likewise.
20247         (trunc_test_data): Likewise.
20248         (y0_test_data): Likewise.
20249         (y1_test_data): Likewise.
20250         (yn_test_data): Likewise.
20251         (significand_test_data): Likewise.
20252
20253         * math/gen-libm-test.pl (@functions): Remove variable.
20254         (generate_testfile): Don't handle START and END lines.
20255         * math/libm-test.inc (START): New macro.
20256         (END): Likewise.
20257         (END_COMPLEX): Likewise.
20258         (acos_test): Use END macro without arguments.
20259         (acos_test_tonearest): Likewise.
20260         (acos_test_towardzero): Likewise.
20261         (acos_test_downward): Likewise.
20262         (acos_test_upward): Likewise.
20263         (acosh_test): Likewise.
20264         (asin_test): Likewise.
20265         (asin_test_tonearest): Likewise.
20266         (asin_test_towardzero): Likewise.
20267         (asin_test_downward): Likewise.
20268         (asin_test_upward): Likewise.
20269         (asinh_test): Likewise.
20270         (atan_test): Likewise.
20271         (atanh_test): Likewise.
20272         (atan2_test): Likewise.
20273         (cabs_test): Likewise.
20274         (cacos_test): Use END_COMPLEX macro without arguments.
20275         (cacosh_test): Likewise.
20276         (carg_test): Use END macro without arguments.
20277         (casin_test): Use END_COMPLEX macro without arguments.
20278         (casinh_test): Likewise.
20279         (catan_test): Likewise.
20280         (catanh_test): Likewise.
20281         (cbrt_test): Use END macro without arguments.
20282         (ccos_test): Use END_COMPLEX macro without arguments.
20283         (ccosh_test): Likewise.
20284         (ceil_test): Use END macro without arguments.
20285         (cexp_test): Use END_COMPLEX macro without arguments.
20286         (cimag_test): Use END macro without arguments.
20287         (clog_test): Use END_COMPLEX macro without arguments.
20288         (clog10_test): Likewise.
20289         (conj_test): Likewise.
20290         (copysign_test): Use END macro without arguments.
20291         (cos_test): Likewise.
20292         (cos_test_tonearest): Likewise.
20293         (cos_test_towardzero): Likewise.
20294         (cos_test_downward): Likewise.
20295         (cos_test_upward): Likewise.
20296         (cosh_test): Likewise.
20297         (cosh_test_tonearest): Likewise.
20298         (cosh_test_towardzero): Likewise.
20299         (cosh_test_downward): Likewise.
20300         (cosh_test_upward): Likewise.
20301         (cpow_test): Use END_COMPLEX macro without arguments.
20302         (cproj_test): Likewise.
20303         (creal_test): Use END macro without arguments.
20304         (csin_test): Use END_COMPLEX macro without arguments.
20305         (csinh_test): Likewise.
20306         (csqrt_test): Likewise.
20307         (ctan_test): Likewise.
20308         (ctan_test_tonearest): Likewise.
20309         (ctan_test_towardzero): Likewise.
20310         (ctan_test_downward): Likewise.
20311         (ctan_test_upward): Likewise.
20312         (ctanh_test): Likewise.
20313         (ctanh_test_tonearest): Likewise.
20314         (ctanh_test_towardzero): Likewise.
20315         (ctanh_test_downward): Likewise.
20316         (ctanh_test_upward): Likewise.
20317         (erf_test): Use END macro without arguments.
20318         (erfc_test): Likewise.
20319         (exp_test): Likewise.
20320         (exp_test_tonearest): Likewise.
20321         (exp_test_towardzero): Likewise.
20322         (exp_test_downward): Likewise.
20323         (exp_test_upward): Likewise.
20324         (exp10_test): Likewise.
20325         (exp2_test): Likewise.
20326         (expm1_test): Likewise.
20327         (fabs_test): Likewise.
20328         (fdim_test): Likewise.
20329         (finite_test): Likewise.
20330         (floor_test): Likewise.
20331         (fma_test): Likewise.
20332         (fma_test_towardzero): Likewise.
20333         (fma_test_downward): Likewise.
20334         (fma_test_upward): Likewise.
20335         (fmax_test): Likewise.
20336         (fmin_test): Likewise.
20337         (fmod_test): Likewise.
20338         (fpclassify_test): Likewise.
20339         (frexp_test): Likewise.
20340         (gamma_test): Likewise.
20341         (hypot_test): Likewise.
20342         (ilogb_test): Likewise.
20343         (isfinite_test): Likewise.
20344         (isgreater_test): Likewise.
20345         (isgreaterequal_test): Likewise.
20346         (isinf_test): Likewise.
20347         (isless_test): Likewise.
20348         (islessequal_test): Likewise.
20349         (islessgreater_test): Likewise.
20350         (isnan_test): Likewise.
20351         (isnormal_test): Likewise.
20352         (issignaling_test): Likewise.
20353         (isunordered_test): Likewise.
20354         (j0_test): Likewise.
20355         (j1_test): Likewise.
20356         (jn_test): Likewise.
20357         (ldexp_test): Likewise.
20358         (lgamma_test): Likewise.
20359         (lrint_test): Likewise.
20360         (lrint_test_tonearest): Likewise.
20361         (lrint_test_towardzero): Likewise.
20362         (lrint_test_downward): Likewise.
20363         (lrint_test_upward): Likewise.
20364         (llrint_test): Likewise.
20365         (llrint_test_tonearest): Likewise.
20366         (llrint_test_towardzero): Likewise.
20367         (llrint_test_downward): Likewise.
20368         (llrint_test_upward): Likewise.
20369         (log_test): Likewise.
20370         (log10_test): Likewise.
20371         (log1p_test): Likewise.
20372         (log2_test): Likewise.
20373         (logb_test): Likewise.
20374         (logb_test_downward): Likewise.
20375         (lround_test): Likewise.
20376         (llround_test): Likewise.
20377         (modf_test): Likewise.
20378         (nearbyint_test): Likewise.
20379         (nextafter_test): Likewise.
20380         (nexttoward_test): Likewise.
20381         (pow_test): Likewise.
20382         (pow_test_tonearest): Likewise.
20383         (pow_test_towardzero): Likewise.
20384         (pow_test_downward): Likewise.
20385         (pow_test_upward): Likewise.
20386         (remainder_test): Likewise.
20387         (remainder_test_tonearest): Likewise.
20388         (remainder_test_towardzero): Likewise.
20389         (remainder_test_downward): Likewise.
20390         (remainder_test_upward): Likewise.
20391         (remquo_test): Likewise.
20392         (rint_test): Likewise.
20393         (rint_test_tonearest): Likewise.
20394         (rint_test_towardzero): Likewise.
20395         (rint_test_downward): Likewise.
20396         (rint_test_upward): Likewise.
20397         (round_test): Likewise.
20398         (scalb_test): Likewise.
20399         (scalbn_test): Likewise.
20400         (scalbln_test): Likewise.
20401         (signbit_test): Likewise.
20402         (sin_test): Likewise.
20403         (sin_test_tonearest): Likewise.
20404         (sin_test_towardzero): Likewise.
20405         (sin_test_downward): Likewise.
20406         (sin_test_upward): Likewise.
20407         (sincos_test): Likewise.
20408         (sinh_test): Likewise.
20409         (sinh_test_tonearest): Likewise.
20410         (sinh_test_towardzero): Likewise.
20411         (sinh_test_downward): Likewise.
20412         (sinh_test_upward): Likewise.
20413         (sqrt_test): Likewise.
20414         (tan_test): Likewise.
20415         (tan_test_tonearest): Likewise.
20416         (tan_test_towardzero): Likewise.
20417         (tan_test_downward): Likewise.
20418         (tan_test_upward): Likewise.
20419         (tanh_test): Likewise.
20420         (tgamma_test): Likewise.
20421         (trunc_test): Likewise.
20422         (y0_test): Likewise.
20423         (y1_test): Likewise.
20424         (yn_test): Likewise.
20425         (significand_test): Likewise.
20426
20427 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
20428
20429         [BZ #15381]
20430         * libio/genops.c (_IO_no_init): Initialize wide struct info.
20431
20432 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
20433
20434         [BZ #14894]
20435         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
20436         __ppc_mdoio and __ppc_mdoom.
20437         * manual/platform.texi: Document new functions __ppc_yield,
20438         __ppc_mdoio and __ppc_mdoom.
20439
20440 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
20441
20442         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
20443         (main): Mention "tls" pseudo-hwcap is legacy.
20444         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
20445
20446 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
20447
20448         * math/gen-libm-test.pl (parse_args): Output only string of
20449         arguments as text for test name, not full call or descriptions of
20450         tests for extra outputs.
20451         (generate_testfile): Do not pass function name to parse_args.
20452         Generate this_func variable from START.
20453         * math/libm-test.inc (struct test_f_f_data): Rename test_name
20454         field to arg_str.
20455         (struct test_ff_f_data): Likewise.
20456         (test_ff_f_data_nexttoward): Likewise.
20457         (struct test_fi_f_data): Likewise.
20458         (struct test_fl_f_data): Likewise.
20459         (struct test_if_f_data): Likewise.
20460         (struct test_fff_f_data): Likewise.
20461         (struct test_c_f_data): Likewise.
20462         (struct test_f_f1_data): Likewise.  Remove field extra_name.
20463         (struct test_fF_f1_data): Likewise.
20464         (struct test_ffI_f1_data): Likewise.
20465         (struct test_c_c_data): Rename test_name field to arg_str.
20466         (struct test_cc_c_data): Likewise.
20467         (struct test_f_i_data): Likewise.
20468         (struct test_ff_i_data): Likewise.
20469         (struct test_f_l_data): Likewise.
20470         (struct test_f_L_data): Likewise.
20471         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
20472         and extra2_name.
20473         (COMMON_TEST_SETUP): New macro.
20474         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
20475         (COMMON_TEST_CLEANUP): Likewise.
20476         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
20477         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
20478         macros.
20479         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
20480         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
20481         macros.
20482         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
20483         (RUN_TEST_fff_f): Take argument string.  Call new setup and
20484         cleanup macros.
20485         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
20486         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
20487         macros.
20488         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
20489         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
20490         macros.
20491         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20492         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
20493         cleanup macros.
20494         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20495         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
20496         cleanup macros.
20497         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20498         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
20499         cleanup macros.
20500         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20501         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
20502         macros.
20503         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
20504         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
20505         macros.
20506         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
20507         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
20508         macros.
20509         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
20510         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
20511         cleanup macros.
20512         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
20513         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
20514         cleanup macros.
20515         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
20516         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
20517         macros.
20518         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
20519         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
20520         cleanup macros.
20521         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
20522         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
20523         macros.
20524         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
20525         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
20526         macros.
20527         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
20528         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
20529         cleanup macros.
20530         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
20531
20532 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
20533
20534         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
20535         to _sifields.sigfault.
20536         (si_addr_lsb): Define new macro.
20537         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
20538         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
20539         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
20540
20541 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
20542
20543         [BZ #15441]
20544         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
20545         returns -1.
20546         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
20547         null return -1.
20548         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
20549         loading the domain.
20550
20551 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
20552
20553         * math/gen-libm-test.pl (parse_args): Do not include expected
20554         result in test name.
20555         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
20556         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20557         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20558         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20559         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20560         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20561
20562 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
20563
20564         * benchtests/Makefile: Sort function entries.
20565
20566         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
20567         tanh, asinh, acosh, atanh.
20568         * benchtests/acos-inputs: New file.
20569         * benchtests/acosh-inputs: New file.
20570         * benchtests/asin-inputs: New file.
20571         * benchtests/asinh-inputs: New file.
20572         * benchtests/atanh-inputs: New file.
20573         * benchtests/cosh-inputs: New file.
20574         * benchtests/log-inputs: New file.
20575         * benchtests/sinh-inputs: New file.
20576         * benchtests/tanh-inputs: New file.
20577
20578 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
20579
20580         [BZ #15339]
20581         * posix/tst-getaddrinfo4.c: New test.
20582         * posix/Makefile (tests): Add it.
20583
20584 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
20585
20586         [BZ #15339]
20587         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
20588         when no services were used.
20589         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
20590         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
20591
20592 2013-05-21  Andreas Schwab  <schwab@suse.de>
20593
20594         [BZ #15014]
20595         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
20596         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
20597         successful.
20598         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
20599         redundant variable declarations and reallocation of buffer when
20600         parsing as IPv6 address.  Always set NSS status when called from
20601         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
20602         buffer too small.  Correct computation of needed size.
20603         * nss/Makefile (tests): Add test-digits-dots.
20604         * nss/test-digits-dots.c: New test.
20605
20606 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
20607
20608         * benchtests/Makefile: Remove instructions for adding
20609         benchmark tests.
20610         * benchtests/README: New file to explain how to execute and
20611         enhance the benchmark tests.
20612
20613 2013-05-21  Andreas Schwab  <schwab@suse.de>
20614
20615         [BZ #15493]
20616         * setjmp/Makefile (tests): Add tst-sigsetjmp.
20617         * setjmp/tst-sigsetjmp.c: New test.
20618
20619 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
20620
20621         * sysdeps/x86_64/memset.S (memset): New implementation.
20622         (__bzero): Likewise.
20623         (__memset_tail): New function.
20624
20625 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
20626
20627         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
20628         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
20629         __memcpy_sse2_unaligned ifunc selection.
20630         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
20631         Add memcpy-sse2-unaligned.S.
20632         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
20633         Add: __memcpy_sse2_unaligned.
20634
20635 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
20636
20637         [BZ #15490]
20638         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
20639         math_force_eval before restoring floating-point envrionment.
20640         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
20641         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
20642         Likewise.
20643         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
20644         <math_private.h>.
20645         (__nearbyintl): Use math_force_eval before restoring
20646         floating-point environment.
20647         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
20648
20649         * math/gen-libm-test.pl (special_functions): Remove.
20650         (parse_args): Don't handle TEST_extra.  Handle functions with no
20651         return value.
20652         * math/libm-test.inc (struct test_sincos_data): Replace with
20653         struct test_fFF_11_data.
20654         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
20655         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
20656         (sincos_test_data): Change element type to struct
20657         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
20658         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
20659         RUN_TEST_LOOP_sincos.
20660         * math/README.libm-test: Don't mention special handling of
20661         individual functions.
20662         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
20663         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20664         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20665         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20666         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20667         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20668
20669         * math/gen-libm-test.pl (get_variable): Remove function.
20670         (parse_args): Don't show pointer parameters to call in test
20671         names.  Use "extra output N" in test names for extra outputs
20672         rather than naming variables.
20673
20674 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
20675
20676         [BZ #15488]
20677         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
20678         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
20679         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
20680         double tests.
20681         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
20682         disable.
20683         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
20684         check_long_double.
20685
20686         * math/gen-libm-test.pl (@tests): Remove variable.
20687         ($count): Likewise.
20688         (new_test): Remove function.
20689         (show_exceptions): New function.
20690         (special_functions): Use show_exceptions instead of new_test.
20691         (parse_args): Likewise.
20692         (generate_testfile): Pass only function name in generated call to
20693         print_max_error or print_complex_max_error.
20694         (get_ulps): Do not handle complex tests specially.
20695         (output_test): Rename to ...
20696         (get_all_ulps_for_test): ... this.  Return a string rather than
20697         printing to a file.  Require ulps to be present.
20698         (output_ulps): Generate arrays rather than #defines.
20699         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
20700         (struct ulp_data): New type.
20701         (BUILD_COMPLEX_ULP): Remove macro.
20702         (compare_ulp_data): New function.
20703         (find_ulps): Likewise.
20704         (find_test_ulps): Likewise.
20705         (find_function_ulps): Likewise.
20706         (find_complex_function_ulps): Likewise.
20707         (print_max_error): Determine allowed ulps using
20708         find_function_ulps.
20709         (print_complex_max_error): Determine allowed ulps using
20710         find_complex_function_ulps.
20711         (check_float_internal): Determine max ulps using find_test_ulps.
20712         (check_float): Do not take max_ulp parameter.  Update call to
20713         check_float_internal.
20714         (check_complex): Likewise.
20715         (check_int): Do not take max_ulp parameter.
20716         (check_long): Likewise.
20717         (check_bool): Likewise.
20718         (check_longlong): Likewise.
20719         (struct test_f_f_data): Remove max_ulp field.
20720         (struct test_ff_f_data): Likewise.
20721         (struct test_ff_f_data_nexttoward): Likewise.
20722         (struct test_fi_f_data): Likewise.
20723         (struct test_fl_f_data): Likewise.
20724         (struct test_if_f_data): Likewise.
20725         (struct test_fff_f_data): Likewise.
20726         (struct test_c_f_data): Likewise.
20727         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
20728         (struct test_fF_f1_data): Likewise.
20729         (struct test_ffI_f1_data): Likewise.
20730         (struct test_c_c_data): Remove max_ulp field.
20731         (struct test_cc_c_data): Likewise.
20732         (struct test_f_i_data): Likewise.
20733         (struct test_ff_i_data): Likewise.
20734         (struct test_f_l_data): Likewise.
20735         (struct test_f_L_data): Likewise.
20736         (struct test_sincos_data): Likewise.
20737         (RUN_TEST_f_f): Do not handle ulps.
20738         (RUN_TEST_LOOP_f_f): Likewise.
20739         (RUN_TEST_2_f): Likewise.
20740         (RUN_TEST_LOOP_2_f): Likewise.
20741         (RUN_TEST_fff_f): Likewise.
20742         (RUN_TEST_LOOP_fff_f): Likewise.
20743         (RUN_TEST_c_f): Likewise.
20744         (RUN_TEST_LOOP_c_f): Likewise.
20745         (RUN_TEST_f_f1): Likewise.
20746         (RUN_TEST_LOOP_f_f1): Likewise.
20747         (RUN_TEST_fF_f1): Likewise.
20748         (RUN_TEST_LOOP_fF_f1): Likewise.
20749         (RUN_TEST_fI_f1): Likewise.
20750         (RUN_TEST_LOOP_fI_f1): Likewise.
20751         (RUN_TEST_ffI_f1): Likewise.
20752         (RUN_TEST_LOOP_ffI_f1): Likewise.
20753         (RUN_TEST_c_c): Likewise.
20754         (RUN_TEST_LOOP_c_c): Likewise.
20755         (RUN_TEST_cc_c): Likewise.
20756         (RUN_TEST_LOOP_cc_c): Likewise.
20757         (RUN_TEST_f_i): Likewise.
20758         (RUN_TEST_LOOP_f_i): Likewise.
20759         (RUN_TEST_f_i_tg): Likewise.
20760         (RUN_TEST_LOOP_f_i_tg): Likewise.
20761         (RUN_TEST_ff_i_tg): Likewise.
20762         (RUN_TEST_LOOP_ff_i_tg): Likewise.
20763         (RUN_TEST_f_b): Likewise.
20764         (RUN_TEST_LOOP_f_b): Likewise.
20765         (RUN_TEST_f_b_tg): Likewise.
20766         (RUN_TEST_LOOP_f_b_tg): Likewise.
20767         (RUN_TEST_f_l): Likewise.
20768         (RUN_TEST_LOOP_f_l): Likewise.
20769         (RUN_TEST_f_L): Likewise.
20770         (RUN_TEST_LOOP_f_L): Likewise.
20771         (RUN_TEST_sincos): Likewise.
20772         (RUN_TEST_LOOP_sincos): Likewise.
20773
20774 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
20775
20776         [BZ #15480]
20777         [BZ #15485]
20778         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
20779         main case of finite arguments, set rounding mode to FE_TONEAREST
20780         and discard exceptions.
20781         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
20782         exceptions.
20783         (remainder_tonearest_test_data): New variable.
20784         (remainder_test_tonearest): New function.
20785         (remainder_towardzero_test_data): New variable.
20786         (remainder_test_towardzero): New function.
20787         (remainder_downward_test_data): New variable.
20788         (remainder_test_downward): New function.
20789         (remainder_upward_test_data): New variable.
20790         (remainder_test_upward): New function.
20791         (main): Call the new test functions.
20792
20793         * math/libm-test.inc (struct test_f_f1_data): Remove field
20794         extra_init.
20795         (struct test_fF_f1_data): Likewise.
20796         (struct test_ffI_f1_data): Likewise.
20797         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
20798         based on value of EXTRA_EXPECTED.
20799         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20800         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
20801         EXTRA_VAR based on value of EXTRA_EXPECTED.
20802         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20803         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
20804         EXTRA_VAR based on value of EXTRA_EXPECTED.
20805         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20806         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
20807         EXTRA_VAR based on value of EXTRA_EXPECTED.
20808         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20809         * math/gen-libm-test.pl (parse_args): Don't output initializers
20810         for extra output values.
20811
20812         * math/libm-test.inc (check_int): Expect result to be exactly
20813         equal to expected value and do not handle ulps.
20814         (check_long): Likewise.
20815         (check_longlong): Likewise.
20816
20817         * math/libm-test.inc (ceil_test_data): Test for "inexact"
20818         exceptions.
20819         (cimag_test_data): Likewise.
20820         (conj_test_data): Likewise.
20821         (copysign_test_data): Likewise.
20822         (cproj_test_data): Likewise.
20823         (creal_test_data): Likewise.
20824         (fabs_test_data): Likewise.
20825         (fdim_test_data): Likewise.
20826         (finite_test_data): Likewise.
20827         (floor_test_data): Likewise.
20828         (fmax_test_data): Likewise.
20829         (fmin_test_data): Likewise.
20830         (fmod_test_data): Likewise.
20831         (fpclassify_test_data): Likewise.
20832         (frexp_test_data): Likewise.
20833         (ilogb_test_data): Likewise.
20834         (isfinite_test_data): Likewise.
20835         (isgreater_test_data): Likewise.
20836         (isgreaterequal_test_data): Likewise.
20837         (isinf_test_data): Likewise.
20838         (isless_test_data): Likewise.
20839         (islessequal_test_data): Likewise.
20840         (islessgreater_test_data): Likewise.
20841         (isnan_test_data): Likewise.
20842         (isnormal_test_data): Likewise.
20843         (issignaling_test_data): Likewise.
20844         (isunordered_test_data): Likewise.
20845         (ldexp_test_data): Likewise.
20846         (lrint_test_data): Likewise.
20847         (lrint_test_data) [TEST_FLOAT]: Disable one test.
20848         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
20849         (lrint_tonearest_test_data): Test for "inexact" exceptions.
20850         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20851         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
20852         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20853         test input.
20854         (lrint_towardzero_test_data): Test for "inexact" exceptions.
20855         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20856         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
20857         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
20858         that test input.
20859         (lrint_downward_test_data): Test for "inexact" exceptions.
20860         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20861         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
20862         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20863         test input.
20864         (lrint_upward_test_data): Test for "inexact" exceptions.
20865         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
20866         test input.
20867         (llrint_test_data): Test for "inexact" exceptions.
20868         (llrint_test_data) [TEST_FLOAT]: Disable one test.
20869         (llrint_tonearest_test_data): Test for "inexact" exceptions.
20870         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20871         (llrint_towardzero_test_data): Test for "inexact" exceptions.
20872         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20873         (llrint_downward_test_data): Test for "inexact" exceptions.
20874         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20875         (llrint_upward_test_data): Test for "inexact" exceptions.
20876         (logb_test_data): Likewise.
20877         (logb_downward_test_data): Likewise.
20878         (nextafter_test_data): Likewise.
20879         (nexttoward_test_data): Likewise.
20880         (remainder_test_data): Likewise.
20881         (remquo_test_data): Likewise.
20882         (scalbn_test_data): Likewise.
20883         (scalbln_test_data): Likewise.
20884         (signbit_test_data): Likewise.
20885         (sqrt_test_data): Likewise.
20886         (significand_test_data): Likewise.
20887
20888 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
20889
20890         [BZ #15424]
20891         * benchtests/bench-modf.c (struct args): Mark arg0 as
20892         volatile.
20893         * scripts/bench.pl: Mark members of struct args as volatile.
20894
20895 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20896
20897         [BZ # 15497]
20898         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
20899         negative infinity on POWER6 or lower.
20900         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
20901
20902 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
20903
20904         [BZ #15442]
20905         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
20906         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
20907         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
20908         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
20909         (_FP_SETQNAN): New macro.
20910         (_FP_SETQNAN_SEMIRAW): Likewise.
20911         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
20912         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
20913         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
20914         (FP_EXTEND): Use _FP_FRAC_SNANP.
20915         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
20916         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
20917         into account.
20918         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20919         New macro.
20920         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20921         Likewise.
20922
20923 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20924
20925         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
20926         with DIVIDE_BY_ZERO_EXCEPTION.
20927         (gamma_test_data): Likewise.
20928         (lgamma_test_data): Likewise.
20929         (log_test_data): Likewise.
20930         (log10_test_data): Likewise.
20931         (log2_test_data): Likewise.
20932         (tgamma_test_data): Likewise.
20933
20934         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
20935         (acos_test_tonearest): Likewise.
20936         (acos_test_towardzero): Likewise.
20937         (acos_test_downward): Likewise.
20938         (acos_test_upward): Likewise.
20939         (acosh_test): Likewise.
20940         (asin_test): Likewise.
20941         (asin_test_tonearest): Likewise.
20942         (asin_test_towardzero): Likewise.
20943         (asin_test_downward): Likewise.
20944         (asin_test_upward): Likewise.
20945         (asinh_test): Likewise.
20946         (atan_test): Likewise.
20947         (atanh_test): Likewise.
20948         (atan2_test): Likewise.
20949         (cabs_test): Likewise.
20950         (cacos_test): Likewise.
20951         (cacosh_test): Likewise.
20952         (casin_test): Likewise.
20953         (casinh_test): Likewise.
20954         (catan_test): Likewise.
20955         (catanh_test): Likewise.
20956         (cbrt_test): Likewise.
20957         (ccos_test): Likewise.
20958         (ccosh_test): Likewise.
20959         (cexp_test): Likewise.
20960         (clog_test): Likewise.
20961         (clog10_test): Likewise.
20962         (cos_test): Likewise.
20963         (cos_test_tonearest): Likewise.
20964         (cos_test_towardzero): Likewise.
20965         (cos_test_downward): Likewise.
20966         (cos_test_upward): Likewise.
20967         (cosh_test): Likewise.
20968         (cosh_test_tonearest): Likewise.
20969         (cosh_test_towardzero): Likewise.
20970         (cosh_test_downward): Likewise.
20971         (cosh_test_upward): Likewise.
20972         (cpow_test): Likewise.
20973         (csin_test): Likewise.
20974         (csinh_test): Likewise.
20975         (csqrt_test): Likewise.
20976         (ctan_test): Likewise.
20977         (ctan_test_tonearest): Likewise.
20978         (ctan_test_towardzero): Likewise.
20979         (ctan_test_downward): Likewise.
20980         (ctan_test_upward): Likewise.
20981         (ctanh_test): Likewise.
20982         (ctanh_test_tonearest): Likewise.
20983         (ctanh_test_towardzero): Likewise.
20984         (ctanh_test_downward): Likewise.
20985         (ctanh_test_upward): Likewise.
20986         (erf_test): Likewise.
20987         (erfc_test): Likewise.
20988         (exp_test): Likewise.
20989         (exp_test_tonearest): Likewise.
20990         (exp_test_towardzero): Likewise.
20991         (exp_test_downward): Likewise.
20992         (exp_test_upward): Likewise.
20993         (exp10_test): Likewise.
20994         (exp2_test): Likewise.
20995         (expm1_test): Likewise.
20996         (fmod_test): Likewise.
20997         (gamma_test): Likewise.
20998         (hypot_test): Likewise.
20999         (j0_test): Likewise.
21000         (j1_test): Likewise.
21001         (jn_test): Likewise.
21002         (lgamma_test): Likewise.
21003         (log_test): Likewise.
21004         (log10_test): Likewise.
21005         (log1p_test): Likewise.
21006         (log2_test): Likewise.
21007         (logb_test_downward): Likewise.
21008         (pow_test): Likewise.
21009         (pow_test_tonearest): Likewise.
21010         (pow_test_towardzero): Likewise.
21011         (pow_test_downward): Likewise.
21012         (pow_test_upward): Likewise.
21013         (remainder_test): Likewise.
21014         (remquo_test): Likewise.
21015         (sin_test): Likewise.
21016         (sin_test_tonearest): Likewise.
21017         (sin_test_towardzero): Likewise.
21018         (sin_test_downward): Likewise.
21019         (sin_test_upward): Likewise.
21020         (sincos_test): Likewise.
21021         (sinh_test): Likewise.
21022         (sinh_test_tonearest): Likewise.
21023         (sinh_test_towardzero): Likewise.
21024         (sinh_test_downward): Likewise.
21025         (sinh_test_upward): Likewise.
21026         (sqrt_test): Likewise.
21027         (tan_test): Likewise.
21028         (tan_test_tonearest): Likewise.
21029         (tan_test_towardzero): Likewise.
21030         (tan_test_downward): Likewise.
21031         (tan_test_upward): Likewise.
21032         (tanh_test): Likewise.
21033         (tgamma_test): Likewise.
21034         (y0_test): Likewise.
21035         (y1_test): Likewise.
21036         (yn_test): Likewise.
21037
21038         * math/gen-libm-test.pl (adjust_arg): Remove function.
21039         (special_function): Remove argument $in_func.  Only handle
21040         generating output for tables of tests, not inside functions.
21041         (parse_args): Likewise.
21042         (generate_testfile): Remove variable $in_func.  Update call to
21043         parse_args.
21044         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
21045         (MINUS_ZERO_INIT): Rename macro to minus_zero.
21046         (PLUS_INFTY_INIT): Rename macro to plus_infty.
21047         (MINUS_INFTY_INIT): Rename macro to minus_infty.
21048         (QNAN_VALUE_INIT): Rename macro to qnan_value.
21049         (MAX_VALUE_INIT): Rename macro to max_value.
21050         (MIN_VALUE_INIT): Rename macro to min_value.
21051         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
21052         (plus_zero): Remove variable.
21053         (minus_zero): Likewise.
21054         (plus_infty): Likewise.
21055         (minus_infty): Likewise.
21056         (qnan_value): Likewise.
21057         (max_value): Likewise.
21058         (min_value): Likewise.
21059         (min_subnorm_value): Likewise.
21060
21061 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21062
21063         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
21064         uint64_t or uint32_t usage.
21065         * crypt/sha256-block.c: Likewise.
21066         * crypt/sha256-crypt.c: Likewise.
21067         * crypt/sha256.c: Likewise.
21068         * crypt/sha512-block.c: Likewise.
21069         * crypt/sha512-crypt.c: Likewise.
21070         * crypt/sha512.c: Likewise.
21071         * debug/backtrace-tst.c: Likewise.
21072         * debug/pcprofiledump.c: Likewise.
21073         * elf/cache.c: Likewise.
21074         * elf/dl-cache.c: Likewise.
21075         * elf/dl-misc.c: Likewise.
21076         * elf/dl-profile.c: Likewise.
21077         * elf/dl-support.c: Likewise.
21078         * elf/ldconfig.c: Likewise.
21079         * elf/sprof.c: Likewise.
21080         * iconv/dummy-repertoire.c: Likewise.
21081         * iconv/iconv_charmap.c: Likewise.
21082         * iconv/skeleton.c: Likewise.
21083         * iconvdata/8bit-generic.c: Likewise.
21084         * iconvdata/cp737.h: Likewise.
21085         * iconvdata/cp775.h: Likewise.
21086         * iconvdata/ibm1008.h: Likewise.
21087         * iconvdata/ibm1025.h: Likewise.
21088         * iconvdata/ibm1046.h: Likewise.
21089         * iconvdata/ibm1097.h: Likewise.
21090         * iconvdata/ibm1112.h: Likewise.
21091         * iconvdata/ibm1122.h: Likewise.
21092         * iconvdata/ibm1123.h: Likewise.
21093         * iconvdata/ibm1124.h: Likewise.
21094         * iconvdata/ibm1129.h: Likewise.
21095         * iconvdata/ibm1130.h: Likewise.
21096         * iconvdata/ibm1132.h: Likewise.
21097         * iconvdata/ibm1133.h: Likewise.
21098         * iconvdata/ibm1137.h: Likewise.
21099         * iconvdata/ibm1140.h: Likewise.
21100         * iconvdata/ibm1141.h: Likewise.
21101         * iconvdata/ibm1142.h: Likewise.
21102         * iconvdata/ibm1143.h: Likewise.
21103         * iconvdata/ibm1144.h: Likewise.
21104         * iconvdata/ibm1145.h: Likewise.
21105         * iconvdata/ibm1146.h: Likewise.
21106         * iconvdata/ibm1147.h: Likewise.
21107         * iconvdata/ibm1148.h: Likewise.
21108         * iconvdata/ibm1149.h: Likewise.
21109         * iconvdata/ibm1153.h: Likewise.
21110         * iconvdata/ibm1154.h: Likewise.
21111         * iconvdata/ibm1155.h: Likewise.
21112         * iconvdata/ibm1156.h: Likewise.
21113         * iconvdata/ibm1157.h: Likewise.
21114         * iconvdata/ibm1158.h: Likewise.
21115         * iconvdata/ibm1160.h: Likewise.
21116         * iconvdata/ibm1161.h: Likewise.
21117         * iconvdata/ibm1162.h: Likewise.
21118         * iconvdata/ibm1163.h: Likewise.
21119         * iconvdata/ibm1164.h: Likewise.
21120         * iconvdata/ibm1166.h: Likewise.
21121         * iconvdata/ibm1167.h: Likewise.
21122         * iconvdata/ibm12712.h: Likewise.
21123         * iconvdata/ibm1390.h: Likewise.
21124         * iconvdata/ibm1399.h: Likewise.
21125         * iconvdata/ibm16804.h: Likewise.
21126         * iconvdata/ibm4517.h: Likewise.
21127         * iconvdata/ibm4899.h: Likewise.
21128         * iconvdata/ibm4909.h: Likewise.
21129         * iconvdata/ibm4971.h: Likewise.
21130         * iconvdata/ibm5347.h: Likewise.
21131         * iconvdata/ibm803.h: Likewise.
21132         * iconvdata/ibm856.h: Likewise.
21133         * iconvdata/ibm901.h: Likewise.
21134         * iconvdata/ibm902.h: Likewise.
21135         * iconvdata/ibm9030.h: Likewise.
21136         * iconvdata/ibm9066.h: Likewise.
21137         * iconvdata/ibm921.h: Likewise.
21138         * iconvdata/ibm922.h: Likewise.
21139         * iconvdata/ibm9448.h: Likewise.
21140         * iconvdata/isiri-3342.h: Likewise.
21141         * iconvdata/jis0201.h: Likewise.
21142         * include/link.h: Likewise.
21143         * include/netdb.h: Likewise.
21144         * inet/check_native.c: Likewise.
21145         * inet/check_pf.c: Likewise.
21146         * inet/getipv4sourcefilter.c: Likewise.
21147         * inet/getnameinfo.c: Likewise.
21148         * inet/getsourcefilter.c: Likewise.
21149         * inet/htonl.c: Likewise.
21150         * inet/setipv4sourcefilter.c: Likewise.
21151         * inet/setsourcefilter.c: Likewise.
21152         * inet/test-inet6_opt.c: Likewise.
21153         * inet/tst-network.c: Likewise.
21154         * locale/C-collate.c: Likewise.
21155         * locale/C-ctype.c: Likewise.
21156         * locale/C-time.c: Likewise.
21157         * locale/C-translit.h: Likewise.
21158         * locale/loadarchive.c: Likewise.
21159         * locale/programs/3level.h: Likewise.
21160         * locale/programs/charmap.c: Likewise.
21161         * locale/programs/charmap.h: Likewise.
21162         * locale/programs/ld-address.c: Likewise.
21163         * locale/programs/ld-collate.c: Likewise.
21164         * locale/programs/ld-ctype.c: Likewise.
21165         * locale/programs/ld-identification.c: Likewise.
21166         * locale/programs/ld-measurement.c: Likewise.
21167         * locale/programs/ld-messages.c: Likewise.
21168         * locale/programs/ld-monetary.c: Likewise.
21169         * locale/programs/ld-name.c: Likewise.
21170         * locale/programs/ld-numeric.c: Likewise.
21171         * locale/programs/ld-paper.c: Likewise.
21172         * locale/programs/ld-telephone.c: Likewise.
21173         * locale/programs/ld-time.c: Likewise.
21174         * locale/programs/linereader.c: Likewise.
21175         * locale/programs/locale.c: Likewise.
21176         * locale/programs/locarchive.c: Likewise.
21177         * locale/programs/locfile.h: Likewise.
21178         * locale/programs/repertoire.c: Likewise.
21179         * locale/programs/simple-hash.c: Likewise.
21180         * locale/programs/simple-hash.h: Likewise.
21181         * malloc/memusage.c: Likewise.
21182         * malloc/memusagestat.c: Likewise.
21183         * nis/nis_defaults.c: Likewise.
21184         * nis/nis_hash.c: Likewise.
21185         * nis/nis_print.c: Likewise.
21186         * nis/nis_xdr.c: Likewise.
21187         * nscd/connections.c: Likewise.
21188         * nscd/hstcache.c: Likewise.
21189         * nscd/nscd_gethst_r.c: Likewise.
21190         * nscd/nscd_getserv_r.c: Likewise.
21191         * nscd/nscd_helper.c: Likewise.
21192         * nscd/servicescache.c: Likewise.
21193         * nss/makedb.c: Likewise.
21194         * nss/nss_db/db-XXX.c: Likewise.
21195         * nss/nss_db/db-initgroups.c: Likewise.
21196         * nss/nss_db/db-netgrp.c: Likewise.
21197         * nss/nss_files/files-network.c: Likewise.
21198         * nss/nss_files/files-parse.c: Likewise.
21199         * posix/bug-regex5.c: Likewise.
21200         * posix/fnmatch_loop.c: Likewise.
21201         * posix/regcomp.c: Likewise.
21202         * posix/regexec.c: Likewise.
21203         * posix/tst-rfc3484-2.c: Likewise.
21204         * posix/tst-rfc3484-3.c: Likewise.
21205         * posix/tst-rfc3484.c: Likewise.
21206         * resolv/nss_dns/dns-canon.c: Likewise.
21207         * resolv/nss_dns/dns-network.c: Likewise.
21208         * resolv/res_init.c: Likewise.
21209         * resolv/res_mkquery.c: Likewise.
21210         * resolv/tst-aton.c: Likewise.
21211         * stdlib/cxa_atexit.c: Likewise.
21212         * stdlib/cxa_finalize.c: Likewise.
21213         * stdlib/gen-fpioconst.c: Likewise.
21214         * stdlib/strtol_l.c: Likewise.
21215         * string/tst-endian.c: Likewise.
21216         * sunrpc/auth_des.c: Likewise.
21217         * sunrpc/clnt_udp.c: Likewise.
21218         * sunrpc/rtime.c: Likewise.
21219         * sunrpc/svcauth_des.c: Likewise.
21220         * sunrpc/xdr.c: Likewise.
21221         * sunrpc/xdr_intXX_t.c: Likewise.
21222         * sunrpc/xdr_rec.c: Likewise.
21223         * sysdeps/generic/ldconfig.h: Likewise.
21224         * sysdeps/generic/ldsodefs.h: Likewise.
21225         * sysdeps/generic/memusage.h: Likewise.
21226         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
21227         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
21228         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
21229         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
21230         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
21231         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
21232         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
21233         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
21234         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
21235         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21236         * sysdeps/posix/getaddrinfo.c: Likewise.
21237         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
21238         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21239         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
21240         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
21241         * sysdeps/powerpc/test-gettimebase.c: Likewise.
21242         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
21243         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
21244         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
21245         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
21246         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
21247         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
21248         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
21249         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
21250         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
21251         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
21252         * sysdeps/x86_64/dl-tls.h: Likewise.
21253         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
21254         * time/alt_digit.c: Likewise.
21255         * time/era.c: Likewise.
21256         * wcsmbs/tst-c16c32-1.c: Likewise.
21257
21258 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21259
21260         * math/libm-test.inc (struct test_sincos_data): New type.
21261         (RUN_TEST_LOOP_sincos): New macro.
21262         (sincos_test_data): New variable.
21263         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
21264
21265 2013-05-16  Richard Henderson  <rth@redhat.com>
21266
21267         * math/atest-exp2.c (LIMB64): New macro.
21268         (CONSTSZ): New macro.
21269         (mp_exp1, mp_exp_m1, mp_log2): New variables.
21270         (hexdig): Move ...
21271         (print_mpn_fp): ... to function scope.
21272         (read_mpn_hex): Remove.
21273         (get_log2): Remove.
21274         (exp2_mpn): Use mp_log2.
21275         (main): Use mp_exp1.
21276
21277 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21278
21279         * math/libm-test.inc: Remove comment about not testing "inexact"
21280         exceptions.
21281         (INEXACT_EXCEPTION): New macro.
21282         (NO_INEXACT_EXCEPTION): Likewise.
21283         (INVALID_EXCEPTION_OK): Update value.
21284         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
21285         (OVERFLOW_EXCEPTION_OK): Likewise.
21286         (UNDERFLOW_EXCEPTION_OK): Likewise.
21287         (IGNORE_ZERO_INF_SIGN): Likewise.
21288         (ERRNO_UNCHANGED): Likewise.
21289         (ERRNO_EDOM): Likewise.
21290         (ERRNO_ERANGE): Likewise.
21291         (test_exceptions): Handle testing "inexact" exceptions.
21292         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
21293         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
21294         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
21295         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
21296         INEXACT_EXCEPTION.
21297         (rint_towardzero_test_data): Likewise.
21298         (rint_downward_test_data): Likewise.
21299         (rint_upward_test_data): Likewise.
21300
21301         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
21302         with OVERFLOW_EXCEPTION.
21303         (exp10_test_data): Likewise.
21304         (exp2_test_data): Likewise.
21305         (expm1_test_data): Likewise.
21306         (lgamma_test_data): Likewise.
21307         (pow_test_data): Likewise.
21308         (tgamma_test_data): Likewise.
21309         (yn_test_data): Remove duplicate test of overflow.
21310
21311         * math/libm-test.inc (struct test_cc_c_data): New type.
21312         (RUN_TEST_LOOP_cc_c): New macro.
21313         (cpow_test_data): New variable.
21314         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
21315
21316         * math/libm-test.inc (struct test_f_L_data): New type.
21317         (RUN_TEST_LOOP_f_L): New macro.
21318         (llrint_test_data): New variable.
21319         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
21320         (llrint_tonearest_test_data): New variable.
21321         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
21322         (llrint_towardzero_test_data): New variable.
21323         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
21324         (llrint_downward_test_data): New variable.
21325         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
21326         (llrint_upward_test_data): New variable.
21327         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
21328         (llround_test_data): New variable.
21329         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
21330
21331 2013-05-13  Peter Collingbourne  <pcc@google.com>
21332
21333         * math/atest-exp2.c (get_log2): Remove const attribute.
21334
21335 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21336
21337         * math/libm-test.inc (struct test_f_l_data): New type.
21338         (RUN_TEST_LOOP_f_l): New macro.
21339         (lrint_test_data): New variable.
21340         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
21341         (lrint_tonearest_test_data): New variable.
21342         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
21343         (lrint_towardzero_test_data): New variable.
21344         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
21345         (lrint_downward_test_data): New variable.
21346         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
21347         (lrint_upward_test_data): New variable.
21348         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
21349         (lround_test_data): New variable.
21350         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
21351
21352 2013-05-15  Peter Collingbourne  <pcc@google.com>
21353
21354         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
21355         (EXTRACT_WORDS64) Use where appropriate.
21356         (INSERT_WORDS64) Likewise.
21357
21358         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
21359         constraints with x constraints.
21360         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
21361
21362         * malloc/obstack.c (_obstack_compat): Add initializer.
21363
21364 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21365
21366         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
21367         si_trapno and add si_addr_lsb to _sifields.sigfault.
21368         (si_trapno): Remove macro.
21369         (si_addr_lsb): Define new macro.
21370         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21371
21372 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21373
21374         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
21375         instead of TEST_f_l.
21376         (llrint_test_tonearest): Likewise.
21377         (llrint_test_towardzero): Likewise.
21378         (llrint_test_downward): Likewise.
21379         (llrint_test_upward): Likewise.
21380         (llround_test): Likewise.
21381
21382         * math/libm-test.inc (struct test_f_i_data): Add comment.
21383         (RUN_TEST_LOOP_f_b): New macro.
21384         (RUN_TEST_LOOP_f_b_tg): Likewise.
21385         (finite_test_data): New variable.
21386         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
21387         (isfinite_test_data): New variable.
21388         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21389         (isinf_test_data): New variable.
21390         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21391         (isnan_test_data): New variable.
21392         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21393         (isnormal_test_data): New variable.
21394         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21395         (issignaling_test_data): New variable.
21396         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21397         (signbit_test_data): New variable.
21398         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21399
21400         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
21401         with INVALID_EXCEPTION.
21402         (acosh_test_data): Likewise.
21403         (asin_test_data): Likewise.
21404         (atanh_test_data): Likewise.
21405         (fmod_test_data): Likewise.
21406         (log_test_data): Likewise.
21407         (log10_test_data): Likewise.
21408         (log2_test_data): Likewise.
21409         (pow_test_data): Likewise.
21410         (sqrt_test_data): Likewise.
21411         (y0_test_data): Likewise.
21412         (y1_test_data): Likewise.
21413         (yn_test_data): Likewise.
21414
21415         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
21416         function contents.
21417
21418         * math/libm-test.inc (struct test_ff_i_data): New type.
21419         (RUN_TEST_LOOP_ff_i_tg): New macro.
21420         (isgreater_test_data): New variable.
21421         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21422         (isgreaterequal_test_data): New variable.
21423         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21424         (isless_test_data): New variable.
21425         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21426         (islessequal_test_data): New variable.
21427         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21428         (islessgreater_test_data): New variable.
21429         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21430         (isunordered_test_data): New variable.
21431         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21432
21433 2013-05-14  David S. Miller  <davem@davemloft.net>
21434
21435         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21436
21437 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
21438
21439         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
21440
21441         * math/libm-test.inc (struct test_fF_f1_data): Change type of
21442         extra_test to int.
21443         (struct test_f_i_data): Change type of max_ulp to int.
21444
21445         * math/libm-test.inc (test_ffI_f1_data): New type.
21446         (RUN_TEST_LOOP_ffI_f1): New macro.
21447         (remquo_test_data): New variable.
21448         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
21449
21450         * setjmp/tst-setjmp-fp.c: New file.
21451         * setjmp/Makefile (tests): Add tst-setjmp-fp.
21452         (link-libm): New variable.
21453         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
21454
21455         * math/libm-test.inc (struct test_f_i_data): New type.
21456         (RUN_TEST_LOOP_f_i): New macro.
21457         (RUN_TEST_LOOP_f_i_tg): Likewise.
21458         (fpclassify_test_data): New variable.
21459         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
21460         (ilogb_test_data): New variable.
21461         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
21462
21463         * math/libm-test.inc (scalbln_test): Correct function name in END
21464         call.
21465
21466         * math/libm-test.inc (struct test_f_f1_data): Add comment.
21467         (RUN_TEST_LOOP_fI_f1): New macro.
21468         (frexp_test_data): New variable.
21469         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
21470
21471         * math/libm-test.inc (struct test_fF_f1_data): New type.
21472         (RUN_TEST_LOOP_fF_f1): New macro.
21473         (modf_test_data): New variable.
21474         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
21475
21476         * math/libm-test.inc (struct test_f_f1_data): New type.
21477         (RUN_TEST_LOOP_f_f1): New macro.
21478         (gamma_test_data): New variable.
21479         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
21480         (lgamma_test_data): New variable.
21481         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
21482
21483 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
21484
21485         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
21486         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
21487         (main): Comment "tls" pseudo-hwcap.
21488
21489 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
21490
21491         * math/libm-test.inc (struct test_fl_f_data): New type.
21492         (RUN_TEST_LOOP_fl_f): New variable.
21493         (scalbln_test_data): New variable.
21494         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
21495
21496         * math/libm-test.inc (struct test_fi_f_data): New type.
21497         (RUN_TEST_LOOP_fi_f): New macro.
21498         (ldexp_test_data): New variable.
21499         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
21500         (scalbn_test_data): New variable.
21501         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
21502
21503         * math/libm-test.inc (struct test_c_f_data): New type.
21504         (RUN_TEST_LOOP_c_f): New macro.
21505         (cabs_test_data): New variable.
21506         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
21507         (carg_test_data): New variable.
21508         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
21509         (cimag_test_data): New variable.
21510         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
21511         (creal_test_data): New variable.
21512         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
21513
21514         * math/libm-test.inc (struct test_if_f_data): New type.
21515         (RUN_TEST_LOOP_if_f): New macro.
21516         (jn_test_data): New variable.
21517         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
21518         (yn_test_data): New variable.
21519         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
21520
21521         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
21522
21523 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21524
21525         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
21526         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
21527
21528 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
21529
21530         * benchtests/Makefile (CPPFLAGS-nonlib): Add
21531         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
21532         (bench-deps): Add bench-timing.h.
21533         * benchtests-bench-skeleton.c: Include bench-timing.h.
21534         (main): Use TIMING_* macros instead of clock_gettime.
21535         * benchtests/bench-timing.h: New file.
21536
21537         [BZ #14582]
21538         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
21539         Renamed from _LIB_VERSION.
21540         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
21541
21542 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
21543
21544         * math/libm-test.inc (struct test_fff_f_data): New type.
21545         (RUN_TEST_LOOP_fff_f): New macro.
21546         (fma_test_data): New variable.
21547         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
21548         (fma_towardzero_test_data): New variable.
21549         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
21550         (fma_downward_test_data): New variable.
21551         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
21552         (fma_upward_test_data): New variable.
21553         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
21554
21555         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
21556         (struct test_c_c_data): New type.
21557         (RUN_TEST_LOOP_c_c): New macro.
21558         (cacos_test_data): New variable.
21559         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
21560         (cacosh_test_data): New variable.
21561         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
21562         (casin_test_data): New variable.
21563         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
21564         (casinh_test_data): New variable.
21565         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
21566         (catan_test_data): New variable.
21567         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
21568         (catanh_test_data): New variable.
21569         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
21570         (ccos_test_data): New variable.
21571         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
21572         (ccosh_test_data): New variable.
21573         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
21574         (cexp_test_data): New variable.
21575         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
21576         (clog_test_data): New variable.
21577         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
21578         (clog10_test_data): New variable.
21579         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
21580         (conj_test_data): New variable.
21581         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
21582         (cproj_test_data): New variable.
21583         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
21584         (csin_test_data): New variable.
21585         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
21586         (csinh_test_data): New variable.
21587         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
21588         (csqrt_test_data): New variable.
21589         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
21590         (ctan_test_data): New variable.
21591         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
21592         (ctan_tonearest_test_data): New variable.
21593         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
21594         (ctan_towardzero_test_data): New variable.
21595         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
21596         (ctan_downward_test_data): New variable.
21597         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
21598         (ctan_upward_test_data): New variable.
21599         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
21600         (ctanh_test_data): New variable.
21601         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
21602         (ctanh_tonearest_test_data): New variable.
21603         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
21604         (ctanh_towardzero_test_data): New variable.
21605         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
21606         (ctanh_downward_test_data): New variable.
21607         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
21608         (ctanh_upward_test_data): New variable.
21609         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
21610         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
21611         of BUILD_COMPLEX.
21612
21613         * math/libm-test.inc (struct test_ff_f_data): New type.
21614         (struct test_ff_f_data_nexttoward): Likewise.
21615         (RUN_TEST_LOOP_2_f): New macro.
21616         (RUN_TEST_LOOP_ff_f): Likewise.
21617         (atan2_test_data): New variable.
21618         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
21619         (copysign_test_data): New variable.
21620         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
21621         (fdim_test_data): New variable.
21622         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
21623         (fmax_test_data): New variable.
21624         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
21625         (fmin_test_data): New variable.
21626         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
21627         (fmod_test_data): New variable.
21628         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
21629         (hypot_test_data): New variable.
21630         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
21631         (nextafter_test_data): New variable.
21632         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
21633         (nexttoward_test_data): New variable.
21634         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
21635         (pow_test_data): New variable.
21636         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
21637         (pow_tonearest_test_data): New variable.
21638         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
21639         (pow_towardzero_test_data): New variable.
21640         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
21641         (pow_downward_test_data): New variable.
21642         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
21643         (pow_upward_test_data): New variable.
21644         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
21645         (remainder_test_data): New variable.
21646         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
21647         (scalb_test_data): New variable.
21648         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
21649         * sysdeps/i386/fpu/libm-test-ulps: Update.
21650
21651 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
21652
21653         * math/libm-test.inc (fma_test): Use max_value instead of local
21654         variable fltmax.
21655         (nextafter_test): Likewise.
21656
21657         * math/libm-test.inc (acos_towardzero_test_data): New variable.
21658         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21659         (acos_downward_test_data): New variable.
21660         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21661         (acos_upward_test_data): New variable.
21662         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21663         (acosh_test_data): New variable.
21664         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
21665         (asin_test_data): New variable.
21666         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
21667         (asin_tonearest_test_data): New variable.
21668         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21669         (asin_towardzero_test_data): New variable.
21670         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21671         (asin_downward_test_data): New variable.
21672         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21673         (asin_upward_test_data): New variable.
21674         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21675         (asinh_test_data): New variable.
21676         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
21677         (atan_test_data): New variable.
21678         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
21679         (atanh_test_data): New variable.
21680         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
21681         (cbrt_test_data): New variable.
21682         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
21683         (ceil_test_data): New variable.
21684         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
21685         (cos_test_data): New variable.
21686         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
21687         (cos_tonearest_test_data): New variable.
21688         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21689         (cos_towardzero_test_data): New variable.
21690         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21691         (cos_downward_test_data): New variable.
21692         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21693         (cos_upward_test_data): New variable.
21694         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21695         (cosh_test_data): New variable.
21696         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
21697         (cosh_tonearest_test_data): New variable.
21698         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21699         (cosh_towardzero_test_data): New variable.
21700         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21701         (cosh_downward_test_data): New variable.
21702         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21703         (cosh_upward_test_data): New variable.
21704         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21705         (erf_test_data): New variable.
21706         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
21707         (erfc_test_data): New variable.
21708         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
21709         (exp_test_data): New variable.
21710         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
21711         (exp_tonearest_test_data): New variable.
21712         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21713         (exp_towardzero_test_data): New variable.
21714         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21715         (exp_downward_test_data): New variable.
21716         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21717         (exp_upward_test_data): New variable.
21718         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21719         (exp10_test_data): New variable.
21720         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
21721         (exp2_test_data): New variable.
21722         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
21723         (expm1_test_data): New variable.
21724         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
21725         (fabs_test_data): New variable.
21726         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
21727         (floor_test_data): New variable.
21728         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
21729         (j0_test_data): New variable.
21730         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
21731         (j1_test_data): New variable.
21732         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
21733         (log_test_data): New variable.
21734         (log_test): Run tests with RUN_TEST_LOOP_f_f.
21735         (log10_test_data): New variable.
21736         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
21737         (log1p_test_data): New variable.
21738         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
21739         (log2_test_data): New variable.
21740         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
21741         (logb_test_data): New variable.
21742         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
21743         (logb_downward_test_data): New variable.
21744         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21745         (nearbyint_test_data): New variable.
21746         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
21747         (rint_test_data): New variable.
21748         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
21749         (rint_tonearest_test_data): New variable.
21750         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21751         (rint_towardzero_test_data): New variable.
21752         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21753         (rint_downward_test_data): New variable.
21754         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21755         (rint_upward_test_data): New variable.
21756         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21757         (round_test_data): New variable.
21758         (round_test): Run tests with RUN_TEST_LOOP_f_f.
21759         (sin_test_data): New variable.
21760         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
21761         (sin_tonearest_test_data): New variable.
21762         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21763         (sin_towardzero_test_data): New variable.
21764         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21765         (sin_downward_test_data): New variable.
21766         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21767         (sin_upward_test_data): New variable.
21768         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21769         (sinh_test_data): New variable.
21770         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
21771         (sinh_tonearest_test_data): New variable.
21772         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21773         (sinh_towardzero_test_data): New variable.
21774         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21775         (sinh_downward_test_data): New variable.
21776         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21777         (sinh_upward_test_data): New variable.
21778         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21779         (sqrt_test_data): New variable.
21780         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
21781         (tan_test_data): New variable.
21782         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
21783         (tan_tonearest_test_data): New variable.
21784         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21785         (tan_towardzero_test_data): New variable.
21786         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21787         (tan_downward_test_data): New variable.
21788         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21789         (tan_upward_test_data): New variable.
21790         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21791         (tanh_test_data): New variable.
21792         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
21793         (tgamma_test_data): New variable.
21794         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
21795         (trunc_test_data): New variable.
21796         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
21797         (y0_test_data): New variable.
21798         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
21799         (y1_test_data): New variable.
21800         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
21801         (significand_test_data): New variable.
21802         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
21803
21804 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
21805
21806         [BZ #12387]
21807         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
21808
21809 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
21810
21811         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
21812
21813 2013-05-10  Andreas Jaeger  <aj@suse.de>
21814
21815         [BZ #15448]
21816         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
21817         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
21818
21819 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
21820
21821         * math/gen-libm-test.pl (adjust_arg): New function.
21822         (special_functions): Handle generating output in both functions
21823         and arrays.
21824         (parse_args): Likewise.
21825         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
21826         $in_func argument to parse_args.
21827         * math/libm-test.inc (struct test_f_f_data): New type.
21828         (IF_ROUND_INIT_): New macro.
21829         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
21830         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
21831         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
21832         (IF_ROUND_INIT_FE_UPWARD): Likewise.
21833         (ROUND_RESTORE_): Likewise.
21834         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
21835         (ROUND_RESTORE_FE_TONEAREST): Likewise.
21836         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
21837         (ROUND_RESTORE_FE_UPWARD): Likewise.
21838         (RUN_TEST_LOOP_f_f): New macro.
21839         (acos_test_data): New variable.
21840         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
21841         (acos_tonearest_test_data): New variable.
21842         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21843
21844 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21845
21846         * benchtests/bench-skeleton.c (startup): Fix coding style.
21847
21848 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
21849
21850         [BZ #6809]
21851         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
21852         negative infinity argument.
21853         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
21854         negative infinity argument.
21855         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
21856         negative infinity argument.
21857         * math/libm-test.inc (tgamma_test): Expect errno to be set for
21858         domain errors.
21859
21860 2013-05-10  Florian Weimer  <fweimer@redhat.com>
21861
21862         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
21863         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
21864         * iconv/iconv_prog.c (main): Likewise.
21865         * locale/programs/charmap-dir.c (charmap_readdir)
21866         (fopen_uncompressed): Likewise.
21867         * locale/programs/locfile.c (siblings_uncached)
21868         (write_locale_data): Use lstat64 instead of lstat.
21869         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
21870         stat.
21871
21872 2013-05-10  Andreas Jaeger  <aj@suse.de>
21873
21874         [BZ #15395]
21875         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
21876         localization.
21877         Include <locale.h>.
21878
21879 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
21880
21881         * elf/dl-close.c (_dl_close_worker): Add comments.
21882
21883 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
21884
21885         [BZ #15359]
21886         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
21887         high part of pi/2.
21888         (__ieee754_rem_pio2l): Update comments.
21889
21890         [BZ #15429]
21891         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
21892         high part of pi/2.
21893         (__ieee754_rem_pio2l): Update comments.
21894
21895         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
21896         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
21897
21898         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
21899         M_PI_4l.
21900
21901         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
21902         (M_PI_34_LOG10El): Likewise.
21903         (M_PI2_LOG10El): Likewise.
21904         (M_PI4_LOG10El): Likewise.
21905         (M_PI_LOG10El): Likewise.
21906
21907 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21908
21909         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21910
21911 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
21912
21913         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
21914         (MINUS_ZERO_INIT): Likewise.
21915         (PLUS_INFTY_INIT): Likewise.
21916         (MINUS_INFTY_INIT): Likewise.
21917         (QNAN_VALUE_INIT): Likewise.
21918         (MAX_VALUE_INIT): Likewise.
21919         (MIN_VALUE_INIT): Likewise.
21920         (MIN_SUBNORM_VALUE_INIT): Likewise.
21921         (plus_zero): Initialize with PLUS_ZERO_INIT.
21922         (minus_zero): Initialize with MINUS_ZERO_INIT.
21923         (plus_infty): Initialize with PLUS_INFTY_INIT.
21924         (minus_infty): Initialize with MINUS_INFTY_INIT.
21925         (qnan_value): Initialize with QNAN_VALUE_INIT.
21926         (max_value): Initialize with MAX_VALUE_INIT.
21927         (min_value): Initialize with MIN_VALUE_INIT.
21928         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
21929
21930         * math/libm-test.inc (RUN_TEST_if_f): New macro.
21931         (jn_test): Use TEST_if_f instead of TEST_ff_f.
21932         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
21933         (yn_test): Use TEST_if_f instead of TEST_ff_f.
21934
21935         * math/libm-test.inc (RUN_TEST_f_f): New macro.
21936         (RUN_TEST_2_f): Likewise.
21937         (RUN_TEST_ff_f): Likewise.
21938         (RUN_TEST_fi_f): Likewise.
21939         (RUN_TEST_fl_f): Likewise.
21940         (RUN_TEST_fff_f): Likewise.
21941         (RUN_TEST_c_f): Likewise.
21942         (RUN_TEST_f_f1): Likewise.
21943         (RUN_TEST_fF_f1): Likewise.
21944         (RUN_TEST_fI_f1): Likewise.
21945         (RUN_TEST_ffI_f1): Likewise.
21946         (RUN_TEST_c_c): Likewise.
21947         (RUN_TEST_cc_c): Likewise.
21948         (RUN_TEST_f_i): Likewise.
21949         (RUN_TEST_f_i_tg): Likewise.
21950         (RUN_TEST_ff_i_tg): Likewise.
21951         (RUN_TEST_f_b): Likewise.
21952         (RUN_TEST_f_b_tg): Likewise.
21953         (RUN_TEST_f_l): Likewise.
21954         (RUN_TEST_f_L): Likewise.
21955         (RUN_TEST_sincos): Likewise.
21956         * math/gen-libm-test.pl (new_test): Take new argument to indicate
21957         whether to show exceptions.  Do not include ");\n" in return
21958         value.
21959         (special_functions): Output call to RUN_TEST_sincos instead of
21960         check_float calls.  Update calls to new_test.
21961         (parse_args): Output call to single RUN_TEST_* macro instead of
21962         check_* calls and other assignments.  Update calls to new_test.
21963
21964         [BZ #2546]
21965         [BZ #2560]
21966         [BZ #5159]
21967         [BZ #15426]
21968         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
21969         input to result for tgamma overflow.
21970         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
21971         (gamma_coeff): New variable.
21972         (NCOEFF): New macro.
21973         (gamma_positive): New function.
21974         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
21975         underflow here.  Use gamma_positive instead of exp (lgamma) for
21976         other arguments.
21977         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
21978         (gamma_coeff): New variable.
21979         (NCOEFF): New macro.
21980         (gammaf_positive): New function.
21981         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
21982         underflow here.  Use gamma_positive instead of exp (lgamma) for
21983         other arguments.
21984         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
21985         (gamma_coeff): New variable.
21986         (NCOEFF): New macro.
21987         (gammal_positive): New function.
21988         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
21989         underflow here.  Use gamma_positive instead of exp (lgamma) for
21990         other arguments.
21991         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
21992         (gamma_coeff): New variable.
21993         (NCOEFF): New macro.
21994         (gammal_positive): New function.
21995         (__ieee754_gammal_r): Handle positive infinity, overflow and
21996         underflow here.  Handle NaN the same as positive infinity.  Remove
21997         check x < 0xffffffff for negative integers.  Use gamma_positive
21998         instead of exp (lgamma) for other arguments.
21999         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
22000         (gamma_coeff): New variable.
22001         (NCOEFF): New macro.
22002         (gammal_positive): New function.
22003         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
22004         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
22005         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
22006         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
22007         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
22008         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
22009         * sysdeps/generic/math_private.h (__gamma_productf): New
22010         prototype.
22011         (__gamma_product): Likewise.
22012         (__gamma_productl): Likewise.
22013         * math/Makefile (libm-calls): Add gamma_product.
22014         * math/libm-test.inc (tgamma_test): Add more tests.
22015         * sysdeps/i386/fpu/libm-test-ulps: Update.
22016         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22017
22018 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
22019
22020         * benchtests/bench-skeleton.c (main): Preheat CPU.
22021
22022 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
22023
22024         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
22025
22026 2013-05-07  Roland McGrath  <roland@hack.frob.com>
22027
22028         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
22029         and _dl_skip_args_internal.
22030
22031 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
22032
22033         * manual/message.texi (Message Translation): Talk about users.
22034         Message to key mapping impacts design.
22035
22036 2013-05-06  Roland McGrath  <roland@hack.frob.com>
22037
22038         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
22039
22040         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
22041
22042         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
22043         * sysdeps/wordsize-64/glob64.c: ... here.
22044
22045         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
22046         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
22047         New macros.
22048
22049         * debug/getlogin_r_chk.c: Moved to ...
22050         * login/getlogin_r_chk.c: ... here.
22051         * debug/Makefile (routines): Move getlogin_r_chk to ...
22052         * login/Makefile (routines): ... here.
22053         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
22054         * login/Versions (libc: GLIBC_2.4): ... here.
22055
22056         * io/poll.c (__poll): Renamed from poll.
22057         Add libc_hidden_def.
22058         (poll): Define as weak alias.
22059
22060         * debug/ptsname_r_chk.c: Moved to ...
22061         * login/ptsname_r_chk.c: ... here.
22062         * debug/Makefile (routines): Move ptsname_r_chk to ...
22063         * login/Makefile (routines): ... here.
22064         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
22065         * login/Versions (libc: GLIBC_2.4): ... here.
22066
22067         * posix/getlogin.c: Moved to ...
22068         * login/getlogin.c: ... here.
22069         * posix/getlogin_r.c: Moved to ...
22070         * login/getlogin_r.c: ... here.
22071         * posix/getlogin_r.c: Moved to ...
22072         * login/getlogin_r.c: ... here.
22073         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
22074         * login/Makefile (routines): ... here.
22075         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
22076         * login/Versions (libc: GLIBC_2.0): ... here.
22077
22078         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
22079         (setrlimit): Define as weak alias.
22080
22081         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
22082         Call __ names for open, ftruncate, and close.
22083         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
22084         (truncate): Define as weak alias.
22085
22086 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
22087
22088         * math/gen-libm-test.pl (parse_args): Initialize x before each
22089         test of frexp, modf and remquo.
22090
22091         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
22092         test signgam value.
22093
22094 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22095
22096         [BZ #15418]
22097         [BZ #15419]
22098         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
22099         internal tests.
22100         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22101
22102 2013-05-06  Roland McGrath  <roland@hack.frob.com>
22103
22104         * elf/dl-writev.h: New file.
22105         * elf/dl-misc.c: Include it.
22106         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
22107         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
22108
22109 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
22110
22111         * math/libm-test.inc (noXFails): Remove variable.
22112         (noXPasses): Likewise.
22113         (BUILD_COMPLEX_INT): Remove macro.
22114         (print_screen): Remove xfail argument.
22115         (print_screen_max_error): Likewise.
22116         (update_stats): Likewise.
22117         (print_max_error): Likewise.  Update calls to other affected
22118         functions.
22119         (print_complex_max_error): Likewise.
22120         (test_single_exception): Update calls to print_screen.
22121         (test_single_errno): Likewise.
22122         (check_float_internal): Remove xfail argument.  Update calls to
22123         other affected functions.
22124         (check_float): Likewise.
22125         (check_complex): Likewise.
22126         (check_int): Likewise.
22127         (check_long): Likewise.
22128         (check_bool): Likewise.
22129         (check_longlong): Likewise.
22130         (main): Don't print noXFails and noXPasses.
22131         * math/gen-libm-test.pl (top level): Don't mention expected
22132         failure handling in comment.
22133         (new_test): Don't handle expected failures.
22134         (parse_args): Don't mention expected failure handling in comment.
22135         (generate_testfile): Don't handle expected failures.
22136         (parse_ulps): Likewise.
22137         (print_ulps_file): Likewise.
22138         (get_failure): Remove function.
22139         (output_test): Don't handle expected failures.
22140         * make/README.libm-test: Don't mention expected failure handling.
22141
22142         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
22143         (minus_zero): Likewise.
22144         (plus_infty): Likewise.
22145         (minus_infty): Likewise.
22146         (qnan_value): Likewise.
22147         (max_value): Likewise.
22148         (min_value): Likewise.
22149         (min_subnorm_value): Likewise.
22150         (initialize): Do not initialize those variables dynamically.
22151
22152 2013-05-03  Roland McGrath  <roland@hack.frob.com>
22153
22154         * io/open.c (__open_2): Moved to ...
22155         * io/open_2.c: ... this new file.
22156         * io/open64.c (__open64_2): Moved to ...
22157         * io/open64_2.c: ... this new file.
22158         * io/openat.c (__openat_2): Moved to ...
22159         * io/openat_2.c: ... this new file.
22160         * io/openat64.c (__openat64_2): Moved to ...
22161         * io/openat64_2.c: ... this new file.
22162         * io/Makefile (routines): Add them.
22163         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
22164         * sysdeps/unix/sysv/linux/open_2.c: File removed.
22165         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
22166         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
22167         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
22168         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
22169         (__openat64): Add hidden_ver.
22170         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
22171         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
22172
22173         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
22174         Separately conditionalize setting of GLRO(dl_sysinfo) so
22175         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
22176         as well, but the actual setting is only under [NEED_DL_SYSINFO].
22177
22178 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22179
22180         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
22181         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
22182         definition.
22183         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
22184         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22185         (_libc_vdso_platform_setup): Add __vdso_time initialization.
22186         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
22187         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
22188
22189 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
22190
22191         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
22192         test signgam value.
22193
22194         * math/libm-test.inc (hypot_test): Do not use
22195         IGNORE_ZERO_INF_SIGN.
22196
22197 2013-05-03  Andreas Jaeger  <aj@suse.de>
22198
22199         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
22200         Linux 3.9.
22201         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
22202         (PF_MAX): Adjust for VSOCK change.
22203
22204 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22205
22206         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22207
22208 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
22209
22210         [BZ #15264]
22211         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
22212         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
22213         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
22214
22215 2013-05-02  David S. Miller  <davem@davemloft.net>
22216
22217         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22218
22219 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
22220
22221         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
22222
22223 2013-05-01  Roland McGrath  <roland@hack.frob.com>
22224
22225         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
22226
22227 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
22228
22229         [BZ #14952]
22230         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
22231         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22232         Use __attribute__ ((__gnu_inline__)).
22233         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22234         Don't use __attribute__ ((__gnu_inline__)).
22235
22236 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
22237
22238         [BZ #15423]
22239         * math/s_catan.c (__catan): Handle small real or imaginary part of
22240         input specially to avoid spurious underflow.
22241         * math/s_catanf.c (__catanf): Likewise.
22242         * math/s_catanh.c (__catanh): Likewise.
22243         * math/s_catanhf.c (__catanhf): Likewise.
22244         * math/s_catanhl.c (__catanhl): Likewise.
22245         * math/s_catanl.c (__catanl): Likewise.
22246         * math/libm-test.inc (catan_test): Add more tests.
22247         (catanh_test): Likewise.
22248         * sysdeps/i386/fpu/libm-test-ulps: Update.
22249         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22250
22251 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22252
22253         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22254
22255 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
22256
22257         [BZ #15416]
22258         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
22259         accurately for denominator in atan2.
22260         * math/s_catanf.c (__catanf): Likewise.
22261         * math/s_catanh.c (__catanh): Likewise.
22262         * math/s_catanhf.c (__catanhf): Likewise.
22263         * math/s_catanhl.c (__catanhl): Likewise.
22264         * math/s_catanl.c (__catanl): Likewise.
22265         * math/libm-test.inc (catan_test): Add more tests.
22266         (catanh_test): Likewise.
22267         * sysdeps/i386/fpu/libm-test-ulps: Update.
22268         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22269
22270 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22271
22272         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
22273
22274         * benchtests/Makefile (bench): Remove slow benchmarks.
22275         * benchtests/atan-inputs: Add slow benchmark inputs.
22276         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
22277         (BENCH_FUNC): Accept variant offset.
22278         (VARIANT): Define.
22279         * benchtests/bench-skeleton.c (main): Run benchmark for each
22280         variant.
22281         * benchtests/cos-inputs: Add slow benchmark inputs.
22282         * benchtests/exp-inputs: Likewise.
22283         * benchtests/pow-inputs: Likewise.
22284         * benchtests/sin-inputs: Likewise.
22285         * benchtests/slowatan-inputs: Remove.
22286         * benchtests/slowatan.c: Remove.
22287         * benchtests/slowcos-inputs: Remove.
22288         * benchtests/slowcos.c: Remove.
22289         * benchtests/slowexp-inputs: Remove.
22290         * benchtests/slowexp.c: Remove.
22291         * benchtests/slowpow-inputs: Remove.
22292         * benchtests/slowpow.c: Remove.
22293         * benchtests/slowsin-inputs: Remove.
22294         * benchtests/slowsin.c: Remove.
22295         * benchtests/slowtan-inputs: Remove.
22296         * benchtests/slowtan.c: Remove.
22297         * benchtests/tan-inputs: Add slow benchmark inputs.
22298         * scripts/bench.pl: Parse comments and directives.
22299
22300         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
22301         in CPPFLAGS.
22302         ($(objpfx)bench-%.c): Remove *-ITER.
22303         * benchtests/bench-modf.c: Remove definition of ITER.
22304         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
22305         (main): Loop for DURATION seconds instead of fixed number of
22306         iterations.
22307         * scripts/bench.pl: Don't expect iterations in parameters.
22308
22309 2013-04-29  Roland McGrath  <roland@hack.frob.com>
22310
22311         * io/fchdir.c (__fchdir): Renamed from fchdir.
22312         (fchdir): Define as weak alias.
22313
22314 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22315
22316         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
22317         (ERRNO_EDOM): Likewise.
22318         (ERRNO_ERANGE): Likewise.
22319         (noErrnoTests): New variable.
22320         (init_max_error): Set errno to 0.
22321         (test_single_errno): New function.
22322         (test_errno): Likewise.
22323         (check_float_internal): Call test_errno.  Set errno to 0.
22324         (check_complex): Refer to errno tests in comment.
22325         (check_int): Call test_errno.  Set errno to 0.
22326         (check_long): Likewise.
22327         (check_bool): Likewise.
22328         (check_longlong): Likewise.
22329         (cos_test): Use ERRNO_* flags for errno tests instead of
22330         check_int.
22331         (expm1_test): Likewise.
22332         (fmod_test): Likewise.
22333         (ilogb_test): Likewise.
22334         (lgamma_test): Likewise.
22335         (pow_test): Likewise.
22336         (remainder_test): Likewise.
22337         (sin_test): Likewise.
22338         (tan_test): Likewise.
22339         (yn_test): Likewise.
22340         (initialize): Set errno to 0.
22341         (main): Print number of errno tests.
22342         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
22343
22344 2013-04-29  Andreas Jaeger  <aj@suse.de>
22345
22346         [BZ #15084]
22347         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
22348         and RES_USEVC.
22349
22350         [BZ #15085]
22351         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
22352         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
22353         unimplemented.
22354
22355         [BZ #15380]
22356         * stdlib/random.c (__initstate): Return NULL if
22357         __initstate fails.
22358
22359         [BZ #15086]
22360         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
22361         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
22362         RES_SNGLKUPREOP.
22363
22364 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22365
22366         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22367
22368 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22369
22370         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
22371         of individual tests.
22372         (casin_test): Likewise.
22373         (casinh_test): Likewise.
22374
22375 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
22376
22377         [BZ #15409]
22378         * math/s_catan.c (__catan): Handle arguments with large real or
22379         imaginary part separately without squaring.
22380         * math/s_catanf.c (__catanf): Likewise.
22381         * math/s_catanh.c (__catanh): Likewise.
22382         * math/s_catanhf.c (__catanhf): Likewise.
22383         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22384         and redefine.
22385         (__catanhl): Handle arguments with large real or imaginary part
22386         separately without squaring.
22387         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22388         and redefine.
22389         (__catanl): Handle arguments with large real or imaginary part
22390         separately without squaring.
22391         * math/libm-test.inc (catan_test): Add more tests.
22392         (catanh_test): Likewise.
22393         * sysdeps/i386/fpu/libm-test-ulps: Update.
22394         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22395
22396 2013-04-27  Andreas Jaeger  <aj@suse.de>
22397
22398         [BZ #15007]
22399         * stdlib/stdlib.h: Update guards for qecvt.
22400         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
22401         <stdlib.h>.
22402
22403 2013-04-27  Allan McRae  <allan@archlinux.org>
22404
22405         * sysdeps/i386/fpu/libm-test-ulps: Update.
22406
22407 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
22408
22409         [BZ #15406]
22410         * math/s_catan.c: Include <float.h>.
22411         (__catan): Ensure underflow exception occurs for underflowed
22412         result.
22413         * math/s_catanf.c: Include <float.h>.
22414         (__catanf): Ensure underflow exception occurs for underflowed
22415         result.
22416         * math/s_catanh.c: Include <float.h>.
22417         (__catanh): Ensure underflow exception occurs for underflowed
22418         result.
22419         * math/s_catanhf.c: Include <float.h>.
22420         (__catanhf): Ensure underflow exception occurs for underflowed
22421         result.
22422         * math/s_catanhl.c: Include <float.h>.
22423         (__catanhl): Ensure underflow exception occurs for underflowed
22424         result.
22425         * math/s_catanl.c: Include <float.h>.
22426         (__catanl): Ensure underflow exception occurs for underflowed
22427         result.
22428         * math/libm-test.inc (catan_test): Add more tests.
22429         (catanh_test): Likewise.
22430
22431         [BZ #15405]
22432         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
22433         underflowed result.
22434         * math/s_ccoshf.c (__ccoshf): Likewise.
22435         * math/s_ccoshl.c (__ccoshl): Likewise.
22436         * math/s_csin.c (__csin): Likewise.
22437         * math/s_csinf.c (__csinf): Likewise.
22438         * math/s_csinh.c (__csinh): Likewise.
22439         * math/s_csinhf.c (__csinhf): Likewise.
22440         * math/s_csinhl.c (__csinhl): Likewise.
22441         * math/s_csinl.c (__csinl): Likewise.
22442         * math/libm-test.inc (ccos_test): Add more tests.
22443         (ccosh_test): Likewise.
22444         (csin_test): Likewise.
22445         (csinh_test): Likewise.
22446
22447 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22448
22449         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
22450         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
22451         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
22452         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
22453         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
22454         powerpc/power5+/fpu folders.
22455         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
22456
22457
22458 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
22459
22460         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22461
22462 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
22463
22464         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
22465         additions to variable.
22466         [$(config-machine) = x86_64] (modules-names): Likewise.
22467         ($(objpfx)tst-audit3): Remove dependency.
22468         ($(objpfx)tst-audit3.out): Likewise.
22469         ($(objpfx)tst-audit4): Likewise.
22470         ($(objpfx)tst-audit4.out): Likewise.
22471         ($(objpfx)tst-audit5): Likewise.
22472         ($(objpfx)tst-audit5.out): Likewise.
22473         ($(objpfx)tst-audit6): Likewise.
22474         ($(objpfx)tst-audit6.out): Likewise.
22475         ($(objpfx)tst-audit7): Likewise.
22476         ($(objpfx)tst-audit7.out): Likewise.
22477         (tst-audit3-ENV): Remove variable.
22478         (tst-audit4-ENV): Likewise.
22479         (tst-audit5-ENV): Likewise.
22480         (tst-audit6-ENV): Likewise.
22481         (tst-audit7-ENV): Likewise.
22482         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
22483         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
22484         addition to variable.
22485         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
22486         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
22487         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
22488         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
22489         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
22490         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
22491         tst-audit3, tst-audit4 and tst-audit5.
22492         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
22493         tst-audit6 and tst-audit7.
22494         [$(subdir) = elf] (modules-names): Add audit modules for those
22495         tests.
22496         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
22497         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
22498         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
22499         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
22500         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
22501         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
22502         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
22503         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
22504         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
22505         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
22506         [$(subdir) = elf] (tst-audit3-ENV): New variable.
22507         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
22508         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
22509         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
22510         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
22511         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
22512         Likewise.
22513         [$(subdir) = elf && $(config-cflags-avx) = yes]
22514         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
22515         [$(subdir) = elf && $(config-cflags-avx) = yes]
22516         (CFLAGS-tst-auditmod4a.c): Likewise.
22517         [$(subdir) = elf && $(config-cflags-avx) = yes]
22518         (CFLAGS-tst-auditmod4b.c): Likewise.
22519         [$(subdir) = elf && $(config-cflags-avx) = yes]
22520         (CFLAGS-tst-auditmod6b.c): Likewise.
22521         [$(subdir) = elf && $(config-cflags-avx) = yes]
22522         (CFLAGS-tst-auditmod6c.c): Likewise.
22523         [$(subdir) = elf && $(config-cflags-avx) = yes]
22524         (CFLAGS-tst-auditmod7b.c): Likewise.
22525         * elf/tst-audit3.c: Move to ...
22526         * sysdeps/x86_64/tst-audit3.c: ... here.
22527         * elf/tst-audit4.c: Move to ...
22528         * sysdeps/x86_64/tst-audit4.c: ... here.
22529         * elf/tst-audit5.c: Move to ...
22530         * sysdeps/x86_64/tst-audit5.c: ... here.
22531         * elf/tst-audit6.c: Move to ...
22532         * sysdeps/x86_64/tst-audit6.c: ... here.
22533         * elf/tst-audit7.c: Move to ...
22534         * sysdeps/x86_64/tst-audit7.c: ... here.
22535         * elf/tst-auditmod3a.c: Move to ...
22536         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
22537         * elf/tst-auditmod3b.c: Move to ...
22538         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
22539         * elf/tst-auditmod4a.c: Move to ...
22540         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
22541         * elf/tst-auditmod4b.c: Move to ...
22542         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
22543         * elf/tst-auditmod5a.c: Move to ...
22544         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
22545         * elf/tst-auditmod5b.c: Move to ...
22546         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
22547         * elf/tst-auditmod6a.c: Move to ...
22548         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
22549         * elf/tst-auditmod6b.c: Move to ...
22550         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
22551         * elf/tst-auditmod6c.c: Move to ...
22552         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
22553         * elf/tst-auditmod7a.c: Move to ...
22554         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
22555         * elf/tst-auditmod7b.c: Move to ...
22556         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
22557
22558 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
22559
22560         [BZ #15366]
22561         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
22562         define unconditionally.
22563         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
22564         define unconditionally.
22565         (INT8_C, INT16_C, etc.): Likewise.
22566
22567 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
22568
22569         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
22570         __ehdr_start with hidden visibility.
22571
22572         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
22573
22574 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
22575
22576         * math/libm-test.inc (cos_test): Use accurate hex constants.
22577         (sincost_test): Likewise.
22578
22579 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
22580
22581         * math/libm-test.inc (catan_test): Add more tests.
22582         (catanh_test): Likewise.
22583
22584         * math/s_catanf.c (__catanf): Use suffixed floating-point
22585         constants.
22586         * math/s_catanhf.c (__catanhf): Likewise.
22587         * math/s_catanhl.c (__catanhl): Likewise.
22588         * math/s_catanl.c (__catanl): Likewise.
22589
22590         [BZ #15394]
22591         * math/s_catan.c (__catan): Calculate imaginary part of result
22592         with log1p not log unless computing log of number close to 0.
22593         * math/s_catanf.c (__catanf): Likewise.
22594         * math/s_catanl.c (__catanl): Likewise.
22595         * math/s_catanh.c (__catanh): Calculate real part of result with
22596         log1p not log unless computing log of number close to 0.
22597         * math/s_catanhf.c (__catanhf): Likewise.
22598         * math/s_catanhl.c (__catanhl): Likewise.
22599         * math/libm-test.inc (catan_test): Add more tests.
22600         (catanh_test): Likewise.
22601         * sysdeps/i386/fpu/libm-test-ulps: Update.
22602         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22603
22604 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22605
22606         * benchtests/Makefile: Mention files in which fast and slow
22607         paths of math functions are implemented.
22608
22609 2013-04-23  Roland McGrath  <roland@hack.frob.com>
22610
22611         * sysdeps/posix/timespec_get.c: New file.
22612
22613 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22614
22615         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
22616         POWER.
22617         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
22618         for POWER.
22619         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
22620         powerpc/power5/fpu folders.
22621         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
22622         * benchtests/Makefile: Add modf testcase.
22623         * benchtests/bench-modf.c: New file: Benchmark test for mo
22624
22625 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
22626
22627         [BZ #14888]
22628         * time/Makefile (tests): Add tst-strptime-whitespace.
22629         * time/strptime_l.c (get_number): Use ISSPACE.
22630         (__strptime_internal): Likewise.
22631         * time/tst-strptime-whitespace.c: New test case.
22632
22633 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
22634
22635         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
22636         member.
22637         (_nss_files_init): Set it here.
22638
22639 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
22640
22641         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
22642         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
22643         unsigned.
22644
22645 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
22646
22647         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
22648
22649 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
22650
22651         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
22652         size just once.
22653
22654 2013-04-21  David S. Miller  <davem@davemloft.net>
22655
22656         * po/ru.po: Update Russion translation from translation project.
22657
22658 2013-04-17  Adam Conrad  <adconrad@0c3.net>
22659
22660         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
22661         and setfsgid.
22662
22663 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
22664
22665         * configure.in: Remove i386 configure warning. Remove i386 case.
22666         * configure: Regenerate.
22667         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
22668         Add example to error message.
22669         * sysdeps/i386/configure: Regenerate.
22670
22671 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
22672
22673         * benchtests/Makefile (bench): Add cos, tan, slowcos and
22674         slowtan.
22675         * benchtests/cos-inputs: New file.
22676         * benchtests/slowcos-inputs: New file.
22677         * benchtests/slowcos.c: New file.
22678         * benchtests/slowtan-inputs: New file.
22679         * benchtests/slowtan.c: New file.
22680         * benchtests/tan-inputs: New file.
22681
22682 2013-04-16  Roland McGrath  <roland@hack.frob.com>
22683
22684         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
22685         considered kosher.
22686
22687 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
22688
22689         * benchtests/Makefile: Include cppflags-iterator.mk to add
22690         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
22691
22692         * Makefile.in (bench-clean): New target.
22693         * benchtests/Makefile (bench-clean): Likewise.
22694
22695 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
22696
22697         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
22698
22699 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
22700
22701         * stdio-common/tstdiomisc.c: Fix coding-style violation.
22702
22703 2013-04-15  Andreas Schwab  <schwab@suse.de>
22704
22705         * nscd/grpcache.c (cache_addgr): Properly check for short write.
22706         * nscd/initgrcache.c (addinitgroupsX): Likewise.
22707         * nscd/pwdcache.c (cache_addpw): Likewise.
22708         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
22709         more than recsize.
22710
22711 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22712
22713         * benchtests/Makefile (bench): Write all output to
22714         bench-out.tmp together.
22715
22716 2013-04-15  Andreas Schwab  <schwab@suse.de>
22717
22718         * nscd/nscd.c (main): Don't fork again after closing files.
22719
22720 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22721
22722         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
22723
22724         * benchtests/Rules (bench-deps): Collect dependencies into a
22725         single variable.  Add Makefile to dependencies.
22726         ($(objpfx)bench-%.c): Depend on bench-deps.
22727
22728 2013-04-12  Roland McGrath  <roland@hack.frob.com>
22729             Xavier Roche  <roche+kml2@exalead.com>
22730
22731         [BZ #15361]
22732         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
22733         just that it's a file descriptor.
22734         * manual/llio.texi (Synchronizing AIO Operations): Update description
22735         for EBADF error from aio_fsync.
22736
22737 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22738
22739         * Rules (bench): Move target definition...
22740         * benchtests/Makefile: ... here.
22741
22742 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
22743
22744         * math/libm-test.inc (cos_test): Fix PI/2 test.
22745         (sincos_test): Likewise.
22746         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
22747         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
22748
22749 2013-04-11  Andreas Schwab  <schwab@suse.de>
22750
22751         [BZ #13988]
22752         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
22753         accept exponent character only when digits were seen.
22754         * stdio-common/Makefile (tests): Add bug26.
22755         * stdio-common/bug26.c: New file.
22756
22757         [BZ #14293]
22758         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
22759         non-freeable.
22760
22761 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22762
22763         * Makeconfig (rtld-prefix): Define built linker prefix.
22764         * Rules (run-bench): Use it.
22765         * math/Makefile (run-regen-ulps): Likewise.
22766
22767         * Rules (bench): Remove eval.
22768
22769 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22770             Roland McGrath  <roland@hack.frob.com>
22771             Ondrej Bilka  <neleai@seznam.cz>
22772
22773         [BZ #15346]
22774         * time/getdate.c: Include ctype.h and alloca.h.
22775         (__getdate_r): Trim leading and trailing spaces of input.
22776         * time/tst-getdate.c (tests): Add tests with leading and
22777         trailing spaces.
22778
22779 2013-04-08  Roland McGrath  <roland@hack.frob.com>
22780
22781         [BZ #14280]
22782         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
22783         when computing value.
22784
22785 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22786
22787         * math/README.libm-test (How can I generate "libm-test-ulps"?):
22788         Use testrun.sh to run libm tests.
22789
22790         [BZ #15309]
22791         * elf/dl-open.c (dl_open_worker): memset all of seen array.
22792
22793 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
22794
22795         [BZ #15264]
22796         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
22797
22798 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22799
22800         * Makefile.in (regen-ulps): New target.
22801         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
22802         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
22803         [ifneq (no,$(PERL)] (regen-ulps): New target.
22804         [ifeq (no,$(PERL)] (regen-ulps): New target.
22805         * math/libm-test.inc (ulps_file_name): Define.
22806         (output_dir): New variable.
22807         (options): Add "output-dir" option.
22808         (parse_opt): Handle 'o' case.
22809         (main): If output_dir is non-NULL use it as a prefix
22810         otherwise use "".
22811         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
22812
22813 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22814
22815         [BZ #10060, #10062]
22816         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
22817         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
22818         fail configure if __sync_val_compare_and_swap is not inlined.
22819         * sysdeps/i386/configure: Regenerate.
22820         * configure.in: Build for i686 when configured for i386.
22821         * configure: Regenerate.
22822         * README: Remove i386 reference.
22823
22824 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22825
22826         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
22827         * sysdeps/s390/s390-64/sysdep.h: Likewise.
22828
22829 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
22830
22831         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
22832         (lmsnanval): New variables.
22833         (F): Add conversion tests.
22834         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
22835         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
22836
22837         * stdio-common/tstdiomisc.c (F): Properly collect individual
22838         tests' results.
22839
22840         [BZ #14686, #15336]
22841         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
22842         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
22843         Instead, use input NaN values or generate a qNaN by arithmetic
22844         operation.  Also fix bugs to comply with the standard.
22845         * math/libm-test.inc (remainder_test): Add more tests.
22846
22847         [BZ #15335, #15342]
22848         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
22849         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
22850         input NaN values or generate a qNaN by arithmetic operation.
22851
22852         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
22853         unreachable code.
22854
22855         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
22856         definitions.
22857
22858 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
22859
22860         [BZ #14478]
22861         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
22862         underflowed result.
22863         * math/s_cexpf.c (__cexpf): Likewise.
22864         * math/s_cexpl.c (__cexpl): Likewise.
22865         * math/libm-test.inc (cexp_test): Add more tests.
22866
22867 2013-04-03  Andreas Schwab  <schwab@suse.de>
22868
22869         [BZ #15330]
22870         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
22871         order arrays from heap if bigger than alloca cutoff.
22872
22873 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
22874
22875         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
22876         (SNAN_TESTS_double): Refer to GCC PR56831.
22877         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
22878         GCC PR56828.
22879
22880 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22881
22882         * Rules (bench): Move bench.out after the run is complete.
22883
22884         * Rules (bench): Echo currently running benchmark.
22885
22886         * benchtests/Makefile (bench): Add atan and slowatan.
22887         * benchtests/atan-inputs: New file.
22888         * benchtests/slowatan-inputs: New file.
22889         * benchtests/slowatan.c: New file.
22890
22891         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
22892         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
22893         its value.
22894
22895         [BZ #15305]
22896         * sysdeps/unix/sysv/linux/kernel-features.h
22897         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
22898         __ASSUME_XFS_RESTRICTED_CHOWN.
22899         * sysdeps/unix/sysv/linux/pathconf.c
22900         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
22901         Save and restore errno.
22902
22903 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
22904
22905         [BZ #15327]
22906         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
22907         arguments using __kernel_casinh.
22908         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
22909         arguments using __kernel_casinhf.
22910         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
22911         arguments using __kernel_casinhl.
22912         * math/libm-test.inc (cacosh_test): Add more tests.
22913         * sysdeps/i386/fpu/libm-test-ulps: Update.
22914         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22915
22916 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22917
22918         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
22919         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
22920
22921         * bench/Makefile (bench): Add sin and slowsin.
22922         * benchtests/sin-inputs: New file.
22923         * benchtests/slowsin-inputs: New file.
22924         * benchtests/slowsin.c: New file.
22925
22926         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
22927         (bench): Add slowexp and slowpow.
22928         (exp-ITER): Increase iterations.
22929         (pow-ITER): Likewise.
22930         * benchtests/exp-inputs: Change input.
22931         * benchtests/pow-inputs: Likewise.
22932         * benchtests/slowexp-inputs: New file.
22933         * benchtests/slowexp.c: New file.
22934         * benchtests/slowpow-inputs: New file.
22935         * benchtests/slowpow.c: New file.
22936
22937 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22938
22939         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
22940         instructions.
22941         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
22942         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
22943         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22944         * benchtests/Makefile: Add rint benchtest.
22945         * benchtests/rint-inputs: Input for rint benchtest.
22946
22947 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
22948
22949         * Versions.def (libm): Add GLIBC_2.18.
22950         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
22951         hidden libm prototypes.
22952         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
22953         * math/Makefile (libm-calls): Add s_issignaling.
22954         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
22955         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
22956         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
22957         declaration.
22958         * math/math.h [__USE_GNU] (issignaling): New macro.
22959         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
22960         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
22961         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
22962         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
22963         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
22964         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
22965         * manual/arith.texi (issignaling): New section.
22966         * manual/libm-err-tab.pl (@all_functions): Update comment.
22967         * math/gen-libm-test.pl (parse_args): Apply special handling for
22968         issignaling.
22969         * math/libm-test.inc (print_float, issignaling_test): New
22970         functions.
22971         (check_float_internal): Add issignaling checks.
22972         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
22973         default definition.
22974         * sysdeps/powerpc/math-tests.h: New file.
22975         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
22976         tests.
22977         * math/test-snan.c (TEST_FUNC): Likewise.
22978
22979 2013-03-30  David S. Miller  <davem@davemloft.net>
22980
22981         * po/de.po: Update from translation team.
22982
22983 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
22984
22985         [BZ #10357]
22986         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22987         imaginary part less than 1.0 and real part less than 0.5
22988         specially.
22989         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22990         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22991         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
22992         (cacos_test): Add more tests.
22993         (casin_test): Likewise.
22994         (casinh_test): Likewise.
22995         * sysdeps/i386/fpu/libm-test-ulps: Update.
22996         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22997
22998 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22999
23000         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
23001         ONE with its value.
23002
23003         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
23004         (__pow_mp): Replace ONE and MONE with their values.
23005         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23006         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
23007         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23008         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
23009         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23010         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23011
23012         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
23013
23014         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
23015         (__pow_mp): Replace ZERO and MZERO with their values.
23016         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23017         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23018         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23019         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
23020         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23021         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
23022         (__sqr): Likewise.
23023
23024         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
23025
23026         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
23027
23028 2013-03-28  Roland McGrath  <roland@hack.frob.com>
23029
23030         * include/stdlib.h [!SHARED] (__call_tls_dtors):
23031         Declare with __attribute__ ((weak)).
23032         * stdlib/exit.c (__libc_atexit) [!SHARED]:
23033         Call __call_tls_dtors only if it's not NULL.
23034
23035 2013-03-28  Roland McGrath  <roland@hack.frob.com>
23036
23037         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
23038         didn't do it already, then set _dl_phdr and _dl_phnum based on the
23039         magic __ehdr_start linker symbol if it's defined.
23040         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
23041         them up here if it was already done.
23042
23043         * elf/dl-support.c (_dl_phdr): Make pointer to const.
23044         (_dl_aux_init): Use const in cast when setting it.
23045         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
23046         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
23047         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
23048
23049         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
23050         Declare them here.
23051         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
23052         * csu/libc-tls.c: Nor here.
23053         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
23054
23055         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
23056         (__libc_message): Never call vsyslog.
23057
23058 2013-03-28  Alan Modra  <amodra@gmail.com>
23059
23060         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
23061         Define as empty.
23062         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
23063         Likewise.
23064
23065 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23066
23067         [BZ #15214]
23068         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
23069         underflow.
23070         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23071
23072 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23073
23074         [BZ #15304]
23075         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
23076         Don't add gid passed as argument.
23077
23078         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
23079
23080 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
23081
23082         [BZ #15307]
23083         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23084         imaginary part between 1.0 and 1.5 and real part less than 0.5
23085         specially.
23086         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23087         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23088         * math/libm-test.inc (cacos_test): Add more tests.
23089         (casin_test): Likewise.
23090         (casinh_test): Likewise.
23091         * sysdeps/i386/fpu/libm-test-ulps: Update.
23092         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23093
23094 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23095
23096         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
23097         constants.
23098         (norm): Likewise.
23099         (denorm): Likewise.
23100         (__dbl_mp): Likewise.
23101         (add_magnitudes): Likewise.
23102         (sub_magnitudes): Likewise.
23103         (__add): Likewise.
23104         (__sub): Likewise.
23105         (__mul): Likewise.
23106         (__sqr): Likewise.
23107         (__inv): Likewise.
23108         (__dvd): Likewise.
23109
23110         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
23111         commented code.
23112         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
23113         (__dubcos): Likewise.
23114         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
23115         (__ieee754_acos): Likewise.
23116         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23117         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
23118         (__exp1): Likewise.
23119         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23120         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
23121         (log1): Likewise.
23122         (my_log2): Likewise.
23123         (checkint): Likewise.
23124         * sysdeps/ieee754/dbl-64/e_remainder.c
23125         (__ieee754_remainder): Likewise.
23126         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23127         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
23128         (bsloww): Likewise.
23129         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23130
23131         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23132         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
23133         MANTISSA_STORE_T to store computations on mantissa.  Use
23134         macros for rounding and division.
23135         (denorm): Likewise.
23136         (__dbl_mp): Likewise.
23137         (add_magnitudes): Likewise.
23138         (sub_magnitudes): Likewise.
23139         (__mul): Likewise.
23140         (__sqr): Likewise.
23141         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
23142         powers of two in terms of TWOPOW macro.
23143         (mp_no): Make type of mantissa as MANTISSA_T.
23144         [!RADIXI]: Define RADIXI.
23145         [!TWO52]: Define TWO52.
23146         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23147
23148 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23149
23150         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
23151         llroundl symbol when building for PPC32.
23152
23153 2013-03-24  Mark H Weaver  <mhw@netris.org>
23154
23155         * manual/arith.texi (Normalization Functions): Fix prototypes for
23156         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
23157
23158 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23159
23160         [BZ #13889]
23161         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
23162         high value to check if expl overflow.
23163         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
23164         to check for underflow and overflow.
23165         * math/libm-test.inc: Add exp test.
23166
23167 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
23168
23169         [BZ #11120]
23170         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
23171         with NOT_IN_libc.
23172
23173 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23174
23175         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
23176         symbol.
23177
23178 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
23179
23180         * math/gen-libm-test.pl (parse_args, special_functions): Properly
23181         wrap blocks consisting of several statements.
23182
23183         * sysdeps/generic/math-tests.h: New file.
23184         * sysdeps/i386/fpu/math-tests.h: Likewise.
23185         * math/test-snan.c: Include it.
23186         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
23187
23188 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
23189
23190         [BZ #15285]
23191         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
23192         (__ieee754_j0l): Do not improve calculations using cos of twice
23193         input for inputs above LDBL_MAX / 2.0L.
23194         (__ieee754_y0l): Likewise.
23195         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
23196         (__ieee754_j1l): Do not improve calculations using cos of twice
23197         input for inputs above LDBL_MAX / 2.0L.
23198         (__ieee754_y1l): Likewise.
23199         * math/libm-test.inc (j0_test): Add another test.
23200         (j1_test): Likewise.
23201         (y0_test): Likewise.
23202         (y1_test): Likewise.
23203         * sysdeps/i386/fpu/libm-test-ulps: Update.
23204
23205 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23206
23207         * Rules ($(objpfx)bench-%.c): Include code from a C source
23208         file.
23209
23210 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
23211
23212         [BZ #15287]
23213         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23214         imaginary part 1.0 and real part less than 0.5 specially.
23215         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23216         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23217         * math/libm-test.inc (cacos_test): Add more tests.
23218         (casin_test): Likewise.
23219         (casinh_test): Likewise.
23220         * sysdeps/i386/fpu/libm-test-ulps: Update.
23221         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23222
23223 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23224
23225         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
23226         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
23227
23228 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
23229
23230         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
23231         * config.make.in (config-cflags-sse4): Remove variable.
23232         (config-cflags-avx): Likewise.
23233         (config-cflags-sse2avx): Likewise.
23234         (config-cflags-novzeroupper): Likewise.
23235         (config-asflags-i686): Likewise.
23236         (have-mfma4): Likewise.
23237         (have-as-vis3): Likewise.
23238         (MIG): Likewise.
23239         * configure.in (MIG): Do not AC_SUBST.
23240         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
23241         (libc_cv_cc_sse4): Do not AC_SUBST.
23242         (libc_cv_cc_avx): Likewise.
23243         (libc_cv_cc_sse2avx): Likewise.
23244         (libc_cv_cc_novzeroupper): Likewise.
23245         (libc_cv_cc_fma4): Likewise.
23246         (libc_cv_as_i686): Likewise.
23247         (libc_cv_sparc_as_vis3): Likewise.
23248         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
23249         LIBC_CONFIG_VAR.
23250         (config-asflags-i686): Likewise.
23251         (config-cflags-avx): Likewise.
23252         (config-cflags-sse2avx): Likewise.
23253         (have-mfma4): Likewise.
23254         (config-cflags-novzeroupper): Likewise.
23255         * sysdeps/mach/configure.in (MIG): Likewise.
23256         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
23257         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
23258         LIBC_CONFIG_VAR.
23259         (config-cflags-avx): Likewise.
23260         (config-cflags-sse2avx): Likewise.
23261         (have-mfma4): Likewise.
23262         (config-cflags-novzeroupper): Likewise.
23263         * configure: Regenerated.
23264         * sysdeps/i386/configure: Likewise.
23265         * sysdeps/mach/configure: Likewise.
23266         * sysdeps/sparc/configure: Likewise.
23267         * sysdeps/x86_64/configure: Likewise.
23268
23269 2013-03-20  Roland McGrath  <roland@hack.frob.com>
23270
23271         [BZ #14812]
23272         * locale/programs/localedef.c (options): Put N_ translation marker
23273         on argument names, not just descriptions.
23274
23275 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23276
23277         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
23278
23279 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
23280
23281         [BZ #14176]
23282         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
23283
23284 2013-03-19  Roland McGrath  <roland@hack.frob.com>
23285
23286         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
23287         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
23288         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
23289         [!BEFORE_ABORT] (before_abort): New function.
23290         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
23291         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
23292         (writev_for_fatal): New function.
23293         (WRITEV_FOR_FATAL): New macro; call that.
23294         (backtrace_and_maps): New function.
23295         (BEFORE_ABORT): New macro; call that.
23296         (struct str_list): Type removed.
23297         (__libc_message, __libc_fatal): Functions removed.
23298         Include <sysdeps/posix/libc_fatal.c> instead.
23299
23300 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
23301
23302         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
23303         constants.
23304         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
23305         double constants.
23306
23307 2013-03-19  Andreas Schwab  <schwab@suse.de>
23308
23309         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
23310         * sysdeps/gnu/configure: Regenerate.
23311
23312         * configure.in: Substitute libc_cv_rtlddir.
23313         * configure: Regenerate.
23314         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
23315         * Makeconfig (rtlddir, inst_rtlddir): New variables.
23316         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
23317         * elf/Makefile (install-others, CFLAGS-interp.c)
23318         (ldso_install, common-ldd-rewrite): Likewise.
23319         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
23320         $(inst_slibdir)/$(rtld-installed-name).
23321         * scripts/rellns-sh: Add -p option.
23322         * Makerules (make-shlib-link): Use rellns-sh to get relative name
23323         for source.
23324
23325 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23326
23327         * manual/nptl.texi: Renamed to ...
23328         * manual/threads.texi: ... this.
23329         * manual/Makefile (chapters): Update.
23330
23331 2013-03-18  Roland McGrath  <roland@hack.frob.com>
23332
23333         [BZ #14812]
23334         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
23335         on argument names, not just descriptions.
23336         * malloc/memusagestat.c (options): Likewise.
23337         * nss/getent.c (options): Likewise.
23338
23339 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
23340
23341         [BZ #14812]
23342         * iconv/iconv_prog.c (options): Put N_ translation marker
23343         on argument names, not just descriptions.
23344         * iconv/iconvconfig.c (options): Likewise.
23345
23346 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
23347
23348         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
23349         implementation which is faster on all x86_64 architectures.
23350         Tested on AMD, Intel Nehalem, SNB, IVB.
23351         * sysdeps/x86_64/strnlen.S: Likewise.
23352
23353         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23354         Remove all multiarch strlen and strnlen versions.
23355         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
23356         Remove strlen and strnlen related parts.
23357
23358         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
23359         Inline strlen part.
23360         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
23361
23362         * sysdeps/x86_64/multiarch/strlen.S: Remove.
23363         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
23364         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
23365         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
23366         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
23367         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
23368
23369 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
23370
23371         * manual/memory.texi (Malloc Tunable Parameters):
23372         Sort parameters alphabetically. Add comments for missing entries.
23373
23374 2013-03-17  David S. Miller  <davem@davemloft.net>
23375
23376         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23377
23378 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
23379
23380         [BZ #15283]
23381         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
23382         for arguments at most half maximum finite value.
23383         * math/libm-test.inc (j0_test): Add more tests.
23384         (j1_test): Likewise.
23385         (y0_test): Likewise.
23386         (y1_test): Likewise.
23387         * sysdeps/i386/fpu/libm-test-ulps: Update.
23388         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23389
23390         [BZ #14155]
23391         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
23392         1 / x and functions P and Q for arguments above 0x1p256L.
23393         (__ieee754_y0l): Likewise.
23394         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
23395         (__ieee754_y1l): Likewise.
23396         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
23397         (j1_test): Likewise.
23398         (y0_test): Likewise.
23399         (y1_test): Likewise.
23400
23401 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
23402
23403         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
23404         variable.
23405
23406 2013-03-15  Roland McGrath  <roland@hack.frob.com>
23407
23408         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
23409         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
23410         zero since it's initialized to EXEC_PAGESIZE.
23411
23412         * sysdeps/unix/sysv/linux/ldsodefs.h
23413         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
23414         * sysdeps/generic/ldsodefs.h: ... here.
23415
23416 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
23417
23418         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
23419
23420         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
23421         math/test-snan.c.
23422         * math/test-snan.c: Renamed from
23423         sysdeps/powerpc/fpu/test-powerpc-snan.c.
23424         * math/Makefile (tests): Add test-snan.
23425         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
23426         test-powerpc-snan.
23427
23428         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
23429         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
23430         functions.
23431         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
23432         __builtin_nan family of functions.
23433         * math/libm-test.inc (initialize): Initialize qnan_value with
23434         __builtin_nan family of functions.
23435         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
23436         Remove variables.
23437         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
23438         Remove functions.
23439         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
23440         storage class.  Initialize qNaN_var and sNaN_var with
23441         __builtin_nan and __builtin_nans families of functions,
23442         respectively.
23443
23444         * math/libm-test.inc (acosh_test): Also test with qNaN input.
23445         (sqrt_test): Remove duplicate test with qNaN input.
23446         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
23447         (round_test, signbit_test, significand_test): Note missing +/-Inf
23448         as well as qNaN tests.
23449
23450         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
23451         qNaN_var.  Fix a few strings, too.
23452         * math/libm-test.inc (nan_value): Rename to qnan_value.
23453         * math/gen-libm-test.pl (%beautify): Adjust to that.
23454         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
23455         * math/test-misc.c (main): Likewise.
23456         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
23457         to __qnan_bytes, and __qnan_union, respectively.
23458         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
23459         Likewise.
23460         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
23461         and lqnanval, respectively.
23462         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
23463         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
23464         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
23465         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
23466
23467         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
23468         * math/test-misc.c (main) [__x86_64__]: Enable test for long
23469         doubles.
23470
23471         * math/test-misc.c (main): Fix copy'n'pastos.
23472         * misc/tst-efgcvt.c (special): Likewise.
23473
23474         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
23475         Remove declarations.
23476
23477 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23478
23479         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
23480         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
23481         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
23482         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
23483
23484 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23485
23486         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
23487         macro to return vdso values correctly in IFUNC implementations.
23488         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
23489         Optimization by using IFUNC.
23490
23491 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23492             Richard Henderson  <rth@redhat.com>
23493             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
23494
23495         * Makefile.in (bench): New target.
23496         * NEWS: Mention the benchmark framework.
23497         * Rules (bench): Likewise.
23498         (binaries-bench): Generate binaries for functions to
23499         benchmark.
23500         * benchtests/Makefile: New makefile for benchmark tests.
23501         * benchtests/bench-skeleton.c: New skeleton file for benchmark
23502         programs.
23503         * benchtests/exp-inputs: New input file for EXP function.
23504         * benchtests/pow-inputs: New input file for POW function.
23505         * scripts/bench.pl: New script to generate source files for
23506         benchmark programs.
23507
23508 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23509
23510         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23511         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
23512         computations on mantissa.  Use macros for rounding and
23513         division.
23514         (denorm): Likewise.
23515         (__dbl_mp): Likewise.
23516         (add_magnitudes): Likewise.
23517         (sub_magnitudes): Likewise.
23518         (__mul): Likewise.
23519         (__sqr): Likewise.
23520         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
23521         powers of two in terms of TWOPOW macro.
23522         (mp_no): Make type of mantissa as MANTISSA_T.
23523         [!RADIXI]: Define RADIXI.
23524         [!TWO52]: Define TWO52.
23525         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23526
23527         * manual/nptl.texi (cindex): Modify threads to pthreads.
23528
23529 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
23530
23531         * sysdeps/x86_64/preconfigure: Regenerated.
23532
23533 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
23534
23535         [BZ #14155]
23536         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
23537         0x1p28 and above.
23538         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
23539         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
23540         0x1p28 and above.
23541         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
23542         * math/libm-test.inc (j0_test): Do not allow one spurious
23543         underflow exception.
23544         (y1_test): Likewise.
23545
23546 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23547
23548         * manual/Makefile (chapters): Add nptl.
23549         * manual/debug.texi (Debugging Support): Add link to Threads
23550         chapter.
23551         * manual/nptl.texi: New file.
23552
23553         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
23554
23555 2013-03-14  Petr Baudis  <pasky@ucw.cz>
23556
23557         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
23558         for non-NULL pointer before the memory validity test. Pointed
23559         out by Holger Brunck <holger.brunck@keymile.com>.
23560
23561 2013-03-13  Andreas Schwab  <schwab@suse.de>
23562
23563         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
23564         instead of .os.
23565
23566 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
23567
23568         * timezone/zic.c: Update from tzcode 2013b.
23569
23570 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
23571
23572         * manual/install.texi (Configuring and compiling):
23573         Mention i686 and i586.
23574         * INSTALL: Regenerate.
23575
23576 2013-03-12  Roland McGrath  <roland@hack.frob.com>
23577
23578         * sysdeps/init_array/elf-init.c: New file.
23579         * csu/elf-init.c
23580         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
23581         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
23582
23583         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
23584         __gmon_start__ as global, but as static with a .preinit_array pointer.
23585         * sysdeps/init_array/gmon-start.c: New file.  Use that.
23586         * sysdeps/init_array/crti.S: New file, empty except for comments.
23587         * sysdeps/init_array/crtn.S: Likewise.
23588
23589 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
23590
23591         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
23592         definining bcopy.
23593         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23594         Remove Prefer_SSE_for_memop.
23595         * sysdeps/x86_64/multiarch/init-arch.h: Remove
23596         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
23597         HAS_PREFER_SSE_FOR_MEMOP.
23598         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
23599         memset-x86-64.
23600         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23601         Remove bzero, memset ifunc support.
23602         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
23603         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
23604         * sysdeps/x86_64/multiarch/memset.S: Likewise.
23605         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
23606
23607 2013-03-11  Andreas Schwab  <schwab@suse.de>
23608
23609         [BZ #15234]
23610         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
23611         by SHLIB_COMPAT.
23612         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
23613         (GLIBC_2.16): Remove pthread_atfork.
23614
23615 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
23616
23617         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
23618         (ptestcases.h): Likewise.
23619
23620 2013-03-08  Roland McGrath  <roland@hack.frob.com>
23621
23622         * Makeconfig ($(common-objpfx)config.status): Depend on
23623         sysdeps/*/preconfigure{,.in} too.
23624
23625 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
23626
23627         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
23628         (__free_hook): Use void * instead of __malloc_ptr_t.
23629         (__malloc_hook): Likewise.
23630         (__realloc_hook): Likewise.
23631         (__memalign_hook): Likewise.
23632         (__after_morecore_hook): Likewise.
23633         * malloc/arena.c (save_malloc_hook): Likewise.
23634         (save_free_hook): Likewise.
23635         * malloc/hooks.c (malloc_hook_ini): Likewise.
23636         (realloc_hook_ini): Likewise.
23637         (memalign_hook_ini): Likewise.
23638         * malloc/malloc.c (malloc_hook_ini): Likewise.
23639         (realloc_hook_ini): Likewise.
23640         (memalign_hook_ini): Likewise.
23641         (__free_hook): Likewise.
23642         (__malloc_hook): Likewise.
23643         (__realloc_hook): Likewise.
23644         (__memalign_hook): Likewise.
23645         (__libc_malloc): Likewise.
23646         (__libc_free): Likewise.
23647         (__libc_realloc): Likewise.
23648         (__libc_memalign): Likewise.
23649         (__libc_valloc): Likewise.
23650         (__libc_pvalloc): Likewise.
23651         (__libc_calloc): Likewise.
23652         (__posix_memalign): Likewise.
23653         * malloc/morecore.c (__sbrk): Likewise.
23654         (__default_morecore): Likewise.
23655
23656         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
23657
23658         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
23659         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
23660         __malloc_ptrdiff_t.
23661
23662         * malloc/malloc.h (__malloc_size_t): Remove macro.
23663         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
23664         __malloc_size_t.
23665         (old_memalign_hook): Likewise.
23666         (old_realloc_hook): Likewise.
23667         (struct hdr): Likewise.
23668         (flood): Likewise.
23669         (mallochook): Likewise.
23670         (memalignhook): Likewise.
23671         (reallochook): Likewise.
23672         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
23673         (tr_old_realloc_hook): Likewise.
23674         (tr_old_memalign_hook): Likewise.
23675         (tr_mallochook): Likewise.
23676         (tr_reallochook): Likewise.
23677         (tr_memalignhook): Likewise.
23678
23679 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23680
23681         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
23682         default_ldbl_pack and using as default implementation.
23683         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
23684         implementation.
23685         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
23686         redundant definition.
23687         (ldbl_insert_mantissa): Likewise.
23688         (ldbl_canonicalize): Likewise.
23689         (ldbl_nearbyint): Likewise.
23690         (ldbl_pack): Rename to ldbl_pack_ppc.
23691         (ldbl_unpack): Rename to ldbl_unpack_ppc.
23692         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
23693         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
23694
23695 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23696
23697         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
23698         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
23699         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
23700         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
23701         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
23702         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
23703         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
23704         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
23705
23706 2013-03-07  Andreas Jaeger  <aj@suse.de>
23707
23708         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
23709         bits/mman-linux.h.
23710
23711 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23712
23713         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
23714         Include mpa.h and declare __MPEXP.
23715         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
23716         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23717         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23718         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
23719         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23720         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23721         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
23722
23723         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
23724         (__slowpow): Use long double EXPL and LOGL functions to
23725         compute POW.
23726         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23727         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23728         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
23729         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23730         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23731         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
23732
23733         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
23734         intermediate variable to calculate exponent.
23735         (__sqr): Likewise.
23736         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
23737         Likewise.
23738         (__sqr): Likewise.
23739
23740         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
23741         [!NO__SQR]: Define __sqr.
23742         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
23743         and NO__SQR.  Remove all code except __mul and __sqr.  Include
23744         sysdeps/ieee754/dbl-64/mpa.c.
23745         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
23746
23747         [BZ #12723]
23748         * posix/Makefile (tests): Add tst-pathconf.
23749         * posix/tst-pathconf.c: New test case.
23750         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
23751         _PC_PIPE_BUF.
23752         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
23753
23754 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
23755
23756         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
23757
23758 2013-03-06  Andreas Jaeger  <aj@suse.de>
23759
23760         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
23761         definition via __MAP_ANONYMOUS.
23762
23763         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
23764         it's not part of Linux headers.
23765
23766         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
23767         (MAP_HUGE_MASK): Define.
23768
23769         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23770         Define.
23771         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23772         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23773         Define.
23774         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23775         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23776         Define.
23777         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23778         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
23779         Define.
23780         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23781
23782         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
23783         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
23784         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
23785         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
23786         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
23787         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
23788
23789         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
23790         Handle f2fs.
23791
23792         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
23793         Handle f2fs and efivarfs.
23794
23795         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
23796         f2fs.
23797
23798         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
23799         (EFIVARFS_MAGIC): Add.
23800         (F2FS_LINK_MAX): Add.
23801
23802 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
23803
23804         * stdio-common/vfprintf.c: Replace __builtin_expect with
23805         __glibc_unlikely.
23806
23807 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
23808
23809         [BZ #13550]
23810         * sysdeps/generic/bp-sym.h: Remove file.
23811         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
23812         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
23813         <bp-sym.h> and <bp-asm.h>.
23814         (__longjmp): Don't use BP_SYM.
23815         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
23816         and <bp-asm.h>.
23817         (memcpy): Don't use BP_SYM.
23818         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
23819         <bp-sym.h> and <bp-asm.h>.
23820         (memcpy): Don't use BP_SYM.
23821         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
23822         <bp-asm.h>.
23823         (memcpy): Don't use BP_SYM.
23824         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
23825         <bp-asm.h>.
23826         (memset): Don't use BP_SYM.
23827         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23828         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23829         (__bzero): Don't use BP_SYM.
23830         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23831         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23832         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
23833         <bp-sym.h> and <bp-asm.h>.
23834         (memcmp): Don't use BP_SYM.  Remove comment about bounded
23835         pointers.
23836         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
23837         <bp-sym.h> and <bp-asm.h>.
23838         (memcpy): Don't use BP_SYM.
23839         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
23840         <bp-sym.h> and <bp-asm.h>.
23841         (memset): Don't use BP_SYM.
23842         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23843         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23844         (__bzero): Don't use BP_SYM.
23845         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23846         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23847         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
23848         <bp-sym.h> and <bp-asm.h>.
23849         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23850         pointers.
23851         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
23852         <bp-sym.h> and <bp-asm.h>.
23853         (memcpy): Don't use BP_SYM.
23854         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
23855         <bp-sym.h> and <bp-asm.h>.
23856         (memset): Don't use BP_SYM.
23857         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23858         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23859         (__bzero): Don't use BP_SYM.
23860         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23861         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23862         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
23863         <bp-sym.h> and <bp-asm.h>.
23864         (__memchr): Don't use BP_SYM.
23865         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
23866         <bp-sym.h> and <bp-asm.h>.
23867         (memcmp): Don't use BP_SYM.  Remove comment about bounded
23868         pointers.
23869         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
23870         <bp-sym.h> and <bp-asm.h>.
23871         (memcpy): Don't use BP_SYM.
23872         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
23873         <bp-sym.h> and <bp-asm.h>.
23874         (__mempcpy): Don't use BP_SYM.
23875         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
23876         <bp-sym.h> and <bp-asm.h>.
23877         (__memrchr): Don't use BP_SYM.
23878         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
23879         <bp-sym.h> and <bp-asm.h>.
23880         (memset): Don't use BP_SYM.
23881         (__bzero): Likewise.
23882         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
23883         <bp-sym.h> and <bp-asm.h>.
23884         (__rawmemchr): Don't use BP_SYM.
23885         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
23886         <bp-sym.h> and <bp-asm.h>.
23887         (__STRCMP): Don't use BP_SYM.
23888         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
23889         <bp-sym.h> and <bp-asm.h>.
23890         (strchr): Don't use BP_SYM.
23891         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
23892         <bp-sym.h> and <bp-asm.h>.
23893         (__strchrnul): Don't use BP_SYM.
23894         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
23895         <bp-sym.h> and <bp-asm.h>.
23896         (strlen): Don't use BP_SYM.
23897         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
23898         <bp-sym.h> and <bp-asm.h>.
23899         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23900         pointers.
23901         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
23902         <bp-sym.h> and <bp-asm.h>.
23903         (__strnlen): Don't use BP_SYM.
23904         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
23905         <bp-sym.h> and <bp-asm.h>.
23906         (__GI__setjmp): Don't use BP_SYM.
23907         (_setjmp): Likewise.
23908         (__sigsetjmp): Likewise.
23909         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
23910         (L(start_addresses)): Don't use BP_SYM.
23911         (_start): Likewise.
23912         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
23913         <bp-asm.h>.
23914         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
23915         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
23916         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23917         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23918         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
23919         <bp-asm.h>.
23920         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
23921         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
23922         about bounded pointers.
23923         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23924         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23925         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
23926         <bp-asm.h>.
23927         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23928         about bounded pointers.  Remove GKM FIXME comments.
23929         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23930         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
23931         <bp-asm.h>.
23932         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
23933         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
23934         Remove GKM FIXME comments.
23935         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23936         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23937         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
23938         <bp-asm.h>.
23939         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23940         about bounded pointers.  Remove GKM FIXME comment.
23941         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
23942         and <bp-asm.h>.
23943         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23944         pointers.
23945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
23946         <bp-sym.h> and <bp-asm.h>.
23947         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
23949         <bp-sym.h> and <bp-asm.h>.
23950         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23951         comment.
23952
23953 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
23954
23955         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
23956         call free(NULL).
23957
23958 2013-03-05  David S. Miller  <davem@davemloft.net>
23959
23960         * po/es.po: Update from translation team.
23961
23962 2013-03-05  Andreas Jaeger  <aj@suse.de>
23963
23964         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
23965         <bits/mman-linux.h>.
23966         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23967         is fine.
23968         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
23969         <bits/mman-linux.h> to end of file.
23970         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23971         is fine.
23972         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
23973         <bits/mman-linux.h> to end of file.
23974         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23975         is fine.
23976         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
23977         <bits/mman-linux.h> to end of file.
23978
23979         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
23980         (MCL_CURRENT, MCL_FUTURE): Define here.
23981
23982 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23983
23984         [BZ #15232]
23985         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
23986         attribute_hidden.
23987         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
23988
23989 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23990
23991         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
23992         fourth parameter needed for rt_sigprocmask syscall.
23993         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
23994         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23995         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
23996         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23997         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23998         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
23999
24000 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
24001
24002         [BZ #13550]
24003         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
24004         comment about bounded pointers.
24005         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
24006         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
24007
24008 2013-03-04  Andreas Jaeger  <aj@suse.de>
24009
24010         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
24011         common definitions.
24012
24013         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
24014         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
24015         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
24016         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
24017         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
24018         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
24019
24020 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24021
24022         [BZ #15055]
24023         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
24024         __ieee754_sqrl instead of __sqrl.
24025
24026 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
24027
24028         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
24029         * sysdeps/powerpc/fpu_control.h: ... here.
24030         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
24031         * sysdeps/powerpc/bits/fenvinline.h: ... here.
24032         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
24033         * sysdeps/powerpc/bits/mathinline.h: ... here.
24034
24035 2013-03-01  Roland McGrath  <roland@hack.frob.com>
24036
24037         * elf/dl-hwcaps.c (_dl_important_hwcaps):
24038         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
24039         to just [NEED_DL_SYSINFO_DSO].
24040         * elf/dl-support.c: Likewise.
24041         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
24042         * elf/rtld.c (dl_main): Likewise.
24043         * elf/setup-vdso.h (setup_vdso): Likewise.
24044         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
24045         * sysdeps/unix/sysv/linux/dl-sysdep.c
24046         (_dl_discover_osversion): Likewise.
24047
24048 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
24049
24050         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
24051         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24052
24053 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
24054
24055         * NEWS: Mention libm performance improvements and non-x86 PI
24056         futex support.
24057
24058         * csu/libc-start.c (__pthread_initialize_minimal): Change
24059         function arguments.
24060         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24061
24062 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
24063
24064         [BZ #13550]
24065         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
24066         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
24067         <bp-sym.h> and <bp-asm.h>.
24068         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24069         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
24070         and <bp-asm.h>.
24071         (memcpy): Don't use BP_SYM.
24072         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
24073         <bp-asm.h>.
24074         (__mpn_add_n): Don't use BP_SYM.
24075         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
24076         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
24077         and <bp-asm.h>.
24078         (__mpn_addmul_1): Don't use BP_SYM.
24079         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24080         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
24081         <bp-sym.h>.
24082         (_setjmp): Don't use BP_SYM.
24083         (__novmx_setjmp): Likewise.
24084         (__GI__setjmp): Likewise.
24085         (__vmx_setjmp): Likewise.
24086         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
24087         <bp-sym.h>.
24088         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
24089         (__bzero): Don't use BP_SYM.
24090         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24091         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24092         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
24093         <bp-sym.h> and <bp-asm.h>.
24094         (memcpy): Don't use BP_SYM.
24095         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
24096         <bp-sym.h> and <bp-asm.h>.
24097         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24098         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
24099         <bp-sym.h> and <bp-asm.h>.
24100         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24101         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
24102         <bp-asm.h>.
24103         (__mpn_lshift): Don't use BP_SYM.
24104         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24105         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
24106         <bp-asm.h>.
24107         (memset): Don't use BP_SYM.
24108         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24109         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24110         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
24111         <bp-asm.h>.
24112         (__mpn_mul_1): Don't use BP_SYM.
24113         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24114         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
24115         <bp-sym.h> and <bp-asm.h>.
24116         (memcmp): Don't use BP_SYM.
24117         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
24118         <bp-sym.h> and <bp-asm.h>.
24119         (memcpy): Don't use BP_SYM.
24120         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
24121         <bp-sym.h> and <bp-asm.h>.
24122         (memset): Don't use BP_SYM.
24123         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
24124         <bp-sym.h> and <bp-asm.h>.
24125         (strncmp): Don't use BP_SYM.
24126         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
24127         <bp-sym.h> and <bp-asm.h>.
24128         (memcpy): Don't use BP_SYM.
24129         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
24130         <bp-sym.h> and <bp-asm.h>.
24131         (memset): Don't use BP_SYM.
24132         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
24133         <bp-sym.h> and <bp-asm.h>.
24134         (__memchr): Don't use BP_SYM.
24135         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
24136         <bp-sym.h> and <bp-asm.h>.
24137         (memcmp): Don't use BP_SYM.
24138         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
24139         <bp-sym.h> and <bp-asm.h>.
24140         (memcpy): Don't use BP_SYM.
24141         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
24142         <bp-sym.h> and <bp-asm.h>.
24143         (__mempcpy): Don't use BP_SYM.
24144         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
24145         <bp-sym.h> and <bp-asm.h>.
24146         (__memrchr): Don't use BP_SYM.
24147         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
24148         <bp-sym.h> and <bp-asm.h>.
24149         (memset): Don't use BP_SYM.
24150         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
24151         <bp-sym.h> and <bp-asm.h>.
24152         (__rawmemchr): Don't use BP_SYM.
24153         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
24154         <bp-sym.h> and <bp-asm.h>.
24155         (__STRCMP): Don't use BP_SYM.
24156         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
24157         <bp-sym.h> and <bp-asm.h>.
24158         (strchr): Don't use BP_SYM.
24159         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
24160         <bp-sym.h> and <bp-asm.h>.
24161         (__strchrnul): Don't use BP_SYM.
24162         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
24163         <bp-sym.h> and <bp-asm.h>.
24164         (strlen): Don't use BP_SYM.
24165         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
24166         <bp-sym.h> and <bp-asm.h>.
24167         (strncmp): Don't use BP_SYM.
24168         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
24169         <bp-sym.h> and <bp-asm.h>.
24170         (__strnlen): Don't use BP_SYM.
24171         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
24172         <bp-asm.h>.
24173         (__mpn_rshift): Don't use BP_SYM.
24174         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24175         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
24176         <bp-sym.h> and <bp-asm.h>.
24177         (__sigsetjmp): Don't use BP_SYM.
24178         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
24179         (L(start_addresses)): Don't use BP_SYM.
24180         (_start): Likewise.
24181         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
24182         <bp-asm.h>.
24183         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
24184         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24185         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24186         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
24187         <bp-asm.h>.
24188         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
24189         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24190         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24191         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
24192         <bp-asm.h>.
24193         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24194         comments.
24195         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24196         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
24197         <bp-asm.h>.
24198         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
24199         FIXME comments.
24200         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24201         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24202         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
24203         <bp-asm.h>.
24204         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24205         comment.
24206         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
24207         and <bp-asm.h>.
24208         (strncmp): Don't use BP_SYM,
24209         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
24210         <bp-asm.h>.
24211         (__mpn_sub_n): Don't use BP_SYM.
24212         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24213         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
24214         and <bp-asm.h>.
24215         (__mpn_submul_1): Don't use BP_SYM.
24216         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
24218         <bp-sym.h> and <bp-asm.h>.
24219         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
24221         <bp-sym.h> and <bp-asm.h>.
24222         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
24223         comment.
24224
24225 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24226
24227         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
24228         Use ZK to minimize writes to Z.
24229         (sub_magnitudes): Simplify code a bit.
24230         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
24231         Use ZK to minimize writes to Z.
24232         (sub_magnitudes): Simplify code a bit.
24233
24234 2013-02-27  Roland McGrath  <roland@hack.frob.com>
24235
24236         * csu/gmon-start.c: Add special exception to license text.
24237
24238 2013-02-27  Richard Henderson  <rth@redhat.com>
24239
24240         * scripts/config.guess: Update from config.git.
24241         * scripts/config.sub: Likewise.
24242
24243 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
24244
24245         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
24246
24247         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
24248
24249         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
24250
24251         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
24252
24253         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
24254
24255 2013-02-26  Roland McGrath  <roland@hack.frob.com>
24256
24257         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
24258         [$(build-shared = yes].
24259
24260 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24261
24262         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
24263         (__mul): Reduce iterations for calculating mantissa.
24264
24265         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
24266         MPTWO.
24267         (__mpranred): Likewise.
24268
24269         [BZ #15160]
24270         * malloc/memusagestat.c (main): Draw graphs for heap and stack
24271         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
24272
24273 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
24274
24275         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
24276         Define __attribute__.
24277
24278 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24279
24280         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
24281         unused.
24282         * posix/regex_internal.h (__attribute): Remove.
24283         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
24284         (re_string_context_at): Likewise.
24285         (bitset_not): Use __attribute__ and mark function as possibly
24286         unused.
24287         (bitset_merge): Likewise.
24288         (bitset_mask): Likewise.
24289         (re_string_char_size_at): Likewise.
24290         (re_string_wchar_at): Likewise.
24291         (re_string_elem_size_at): Likewise.
24292
24293 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24294
24295         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
24296         code.
24297         (cc32): Likewise.
24298
24299         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
24300         (__acr): Likewise.
24301         (__cpy): Likewise.
24302         (norm): Likewise.
24303         (denorm): Likewise.
24304         (__dbl_mp): Likewise.
24305         (add_magnitudes): Likewise.
24306         (sub_magnitudes): Likewise.
24307         (__mul): Likewise.
24308         (__inv): Likewise.
24309
24310         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
24311         style.
24312
24313         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
24314         style.
24315
24316         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
24317         code.
24318
24319         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
24320         up changes with default code.
24321         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
24322         Likewise.
24323
24324 2013-02-24  Allan McRae  <allan@archlinux.org>
24325
24326         * manual/socket.texi (The Internet Namespace): Order menu items
24327         to match that in the file.
24328
24329         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
24330         node listing of the info page menu.
24331
24332 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
24333
24334         [BZ #13550]
24335         * sysdeps/i386/bp-asm.h: Remove file.
24336         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24337         (PARMS): Do not use macros from bp-asm.h.
24338         (S1): Likewise.
24339         (S2): Likewise.
24340         (SIZE): Likewise.
24341         (__mpn_add_n): Do not use BP_SYM
24342         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
24343         "bp-asm.h".
24344         (PARMS): Do not use macros from bp-asm.h.
24345         (S1): Likewise.
24346         (SIZE): Likewise.
24347         (__mpn_addmul_1): Do not use BP_SYM
24348         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
24349         "bp-asm.h".
24350         (PARMS): Do not use macros from bp-asm.h.
24351         (SIGMSK): Likewise.
24352         (_setjmp): Likewise.  Do not use BP_SYM.
24353         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
24354         "bp-asm.h".
24355         (PARMS): Do not use macros from bp-asm.h.
24356         (SIGMSK): Likewise.
24357         (setjmp): Likewise.  Do not use BP_SYM.
24358         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
24359         "bp-asm.h".
24360         (PARMS): Do not use macros from bp-asm.h.
24361         (__frexp): Do not use BP_SYM.
24362         (frexp): Likewise.
24363         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
24364         "bp-asm.h".
24365         (PARMS): Do not use macros from bp-asm.h.
24366         (__frexpf): Do not use BP_SYM.
24367         (frexpf): Likewise.
24368         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
24369         "bp-asm.h".
24370         (PARMS): Do not use macros from bp-asm.h.
24371         (__frexpl): Do not use BP_SYM.
24372         (frexpl): Likewise.
24373         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
24374         "bp-asm.h".
24375         (PARMS): Do not use macros from bp-asm.h.
24376         (__remquo): Do not use BP_SYM.
24377         (remquo): Likewise.
24378         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
24379         "bp-asm.h".
24380         (PARMS): Do not use macros from bp-asm.h.
24381         (__remquof): Do not use BP_SYM.
24382         (remquof): Likewise.
24383         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
24384         "bp-asm.h".
24385         (PARMS): Do not use macros from bp-asm.h.
24386         (__remquol): Do not use BP_SYM.
24387         (remquol): Likewise.
24388         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
24389         "bp-asm.h".
24390         (PARMS): Do not use macros from bp-asm.h.
24391         (DEST): Likewise.
24392         (SRC): Likewise.
24393         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
24394         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
24395         "bp-asm.h".
24396         (PARMS): Do not use macros from bp-asm.h.
24397         (strlen): Do not use BP_SYM.
24398         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
24399         "bp-asm.h".
24400         (PARMS): Do not use macros from bp-asm.h.
24401         (S1): Likewise.
24402         (S2): Likewise.
24403         (SIZE): Likewise.
24404         (__mpn_add_n): Do not use BP_SYM.
24405         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
24406         "bp-asm.h".
24407         (PARMS): Do not use macros from bp-asm.h.
24408         (S1): Likewise.
24409         (SIZE): Likewise.
24410         (__mpn_addmul_1): Do not use BP_SYM.
24411         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
24412         weak_alias.
24413         (bzero): Likewise.
24414         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
24415         "bp-asm.h".
24416         (PARMS): Do not use macros from bp-asm.h.
24417         (S): Likewise.
24418         (SIZE): Likewise.
24419         (__mpn_lshift): Do not use BP_SYM.
24420         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
24421         "bp-asm.h".
24422         (PARMS): Do not use macros from bp-asm.h.
24423         (DEST): Likewise.
24424         (SRC): Likewise.
24425         (LEN): Likewise.
24426         (memcpy): Likewise.  Do not use BP_SYM.
24427         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
24428         libc_hidden_def and weak_alias.
24429         (mempcpy): Do not use BP_SYM in weak_alias.
24430         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
24431         "bp-asm.h".
24432         (PARMS): Do not use macros from bp-asm.h.
24433         (DEST): Likewise.
24434         (LEN): Likewise.
24435         [!BZERO_P] (CHR): Likewise.
24436         (memset): Likewise.  Do not use BP_SYM.
24437         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
24438         "bp-asm.h".
24439         (PARMS): Do not use macros from bp-asm.h.
24440         (S1): Likewise.
24441         (SIZE): Likewise.
24442         (__mpn_mul_1): Do not use BP_SYM.
24443         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
24444         "bp-asm.h".
24445         (PARMS): Do not use macros from bp-asm.h.
24446         (S): Likewise.
24447         (SIZE): Likewise.
24448         (__mpn_rshift): Do not use BP_SYM.
24449         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
24450         "bp-asm.h".
24451         (PARMS): Do not use macros from bp-asm.h.
24452         (STR): Likewise.
24453         (CHR): Likewise.
24454         (strchr): Likewise.  Do not use BP_SYM.
24455         (index): Do not use BP_SYM in weak_alias.
24456         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
24457         "bp-asm.h".
24458         (PARMS): Do not use macros from bp-asm.h.
24459         (DEST): Likewise.
24460         (SRC): Likewise.
24461         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
24462         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
24463         "bp-asm.h".
24464         (PARMS): Do not use macros from bp-asm.h.
24465         (strlen): Do not use BP_SYM.
24466         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
24467         "bp-asm.h".
24468         (PARMS): Do not use macros from bp-asm.h.
24469         (S1): Likewise.
24470         (S2): Likewise.
24471         (SIZE): Likewise.
24472         (__mpn_sub_n): Do not use BP_SYM.
24473         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
24474         "bp-asm.h".
24475         (PARMS): Do not use macros from bp-asm.h.
24476         (S1): Likewise.
24477         (SIZE): Likewise.
24478         (__mpn_submul_1): Do not use BP_SYM.
24479         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
24480         "bp-asm.h".
24481         (PARMS): Do not use macros from bp-asm.h.
24482         (S1): Likewise.
24483         (S2): Likewise.
24484         (SIZE): Likewise.
24485         (__mpn_add_n): Do not use BP_SYM.
24486         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
24487         weak_alias.
24488         (bzero): Likewise.
24489         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
24490         "bp-asm.h".
24491         (PARMS): Do not use macros from bp-asm.h.
24492         (BLK2): Likewise.
24493         (LEN): Likewise.
24494         (memcmp): Do not use BP_SYM.
24495         (bcmp): Do not use BP_SYM in weak_alias.
24496         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
24497         "bp-asm.h".
24498         (PARMS): Do not use macros from bp-asm.h.
24499         (DEST): Likewise.
24500         (SRC): Likewise.
24501         (LEN): Likewise.
24502         (memcpy): Likewise.  Do not use BP_SYM.
24503         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
24504         "bp-asm.h".
24505         (PARMS): Do not use macros from bp-asm.h.
24506         (DEST): Likewise.
24507         (SRC): Likewise.
24508         (LEN): Likewise.
24509         (memmove): Likewise.  Do not use BP_SYM.
24510         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
24511         "bp-asm.h".
24512         (PARMS): Do not use macros from bp-asm.h.
24513         (DEST): Likewise.
24514         (SRC): Likewise.
24515         (LEN): Likewise.
24516         (__mempcpy): Likewise.  Do not use BP_SYM.
24517         (mempcpy): Do not use BP_SYM in weak_alias.
24518         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
24519         "bp-asm.h".
24520         (PARMS): Do not use macros from bp-asm.h.
24521         (DEST): Likewise.
24522         (LEN): Likewise.
24523         [!BZERO_P] (CHR): Likewise.
24524         (memset): Likewise.  Do not use BP_SYM.
24525         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
24526         "bp-asm.h".
24527         (PARMS): Do not use macros from bp-asm.h.
24528         (STR2): Likewise.
24529         (strcmp): Do not use BP_SYM.
24530         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
24531         "bp-asm.h".
24532         (PARMS): Do not use macros from bp-asm.h.
24533         (STR): Likewise.
24534         (DELIM): Likewise.
24535         [USE_AS_STRTOK_R] (SAVE): Likewise.
24536         (FUNCTION): Likewise.  Do not use BP_SYM.
24537         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
24538         aliases.
24539         (strtok_r): Likewise.
24540         (__GI___strtok_r): Likewise.
24541         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
24542         (PARMS): Do not use macros from bp-asm.h.
24543         (S): Likewise.
24544         (SIZE): Likewise.
24545         (__mpn_lshift): Do not use BP_SYM.
24546         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
24547         (PARMS): Do not use macros from bp-asm.h.
24548         (STR): Likewise.
24549         (CHR): Likewise.
24550         (__memchr): Do not use BP_SYM.
24551         (memchr): Do not use BP_SYM in weak_alias.
24552         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
24553         (PARMS): Do not use macros from bp-asm.h.
24554         (BLK2): Likewise.
24555         (LEN): Likewise.
24556         (memcmp): Do not use BP_SYM.
24557         (bcmp): Do not use BP_SYM in weak_alias.
24558         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
24559         (PARMS): Do not use macros from bp-asm.h.
24560         (S1): Likewise.
24561         (SIZE): Likewise.
24562         (__mpn_mul_1): Do not use BP_SYM.
24563         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
24564         "bp-asm.h".
24565         (PARMS): Do not use macros from bp-asm.h.
24566         (STR): Likewise.
24567         (CHR): Likewise.
24568         (__rawmemchr): Do not use BP_SYM.
24569         (rawmemchr): Do not use BP_SYM in weak_alias.
24570         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
24571         (PARMS): Do not use macros from bp-asm.h.
24572         (S): Likewise.
24573         (SIZE): Likewise.
24574         (__mpn_rshift): Do not use BP_SYM.
24575         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
24576         (PARMS): Do not use macros from bp-asm.h.
24577         (SIGMSK): Likewise.
24578         (__sigsetjmp): Likewise.  Do not use BP_SYM.
24579         * sysdeps/i386/start.S: Do not include "bp-sym.h".
24580         (_start): Do not use BP_SYM.
24581         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
24582         (PARMS): Do not use macros from bp-asm.h.
24583         (DEST): Likewise.
24584         (SRC): Likewise.
24585         (__stpcpy): Likewise.  Do not use BP_SYM.
24586         (stpcpy): Do not use BP_SYM in weak_alias.
24587         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
24588         "bp-asm.h".
24589         (PARMS): Do not use macros from bp-asm.h.
24590         (DEST): Likewise.
24591         (SRC): Likewise.
24592         (LEN): Likewise.
24593         (__stpncpy): Likewise.  Do not use BP_SYM.
24594         (stpncpy): Do not use BP_SYM in weak_alias.
24595         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
24596         (PARMS): Do not use macros from bp-asm.h.
24597         (STR): Likewise.
24598         (CHR): Likewise.
24599         (strchr): Likewise.  Do not use BP_SYM.
24600         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
24601         "bp-asm.h".
24602         (PARMS): Do not use macros from bp-asm.h.
24603         (STR): Likewise.
24604         (CHR): Likewise.
24605         (__strchrnul): Likewise.  Do not use BP_SYM.
24606         (strchrnul): Do not use BP_SYM in weak_alias.
24607         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
24608         "bp-asm.h".
24609         (PARMS): Do not use macros from bp-asm.h.
24610         (STOP): Likewise.
24611         (strcspn): Do not use BP_SYM.
24612         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
24613         "bp-asm.h".
24614         (PARMS): Do not use macros from bp-asm.h.
24615         (STR): Likewise.
24616         (STOP): Likewise.
24617         (strpbrk): Likewise.  Do not use BP_SYM.
24618         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
24619         "bp-asm.h".
24620         (PARMS): Do not use macros from bp-asm.h.
24621         (STR): Likewise.
24622         (CHR): Likewise.
24623         (strrchr): Likewise.  Do not use BP_SYM.
24624         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
24625         (PARMS): Do not use macros from bp-asm.h.
24626         (SKIP): Likewise.
24627         (strspn): Do not use BP_SYM.
24628         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
24629         (PARMS): Do not use macros from bp-asm.h.
24630         (STR): Likewise.
24631         (DELIM): Likewise.
24632         (SAVE): Likewise.
24633         (FUNCTION): Likewise.  Do not use BP_SYM.
24634         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
24635         aliases.
24636         (strtok_r): Likewise.
24637         (__GI___strtok_r): Likewise.
24638         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24639         (PARMS): Do not use macros from bp-asm.h.
24640         (S1): Likewise.
24641         (S2): Likewise.
24642         (SIZE): Likewise.
24643         (__mpn_sub_n): Do not use BP_SYM.
24644         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
24645         "bp-asm.h".
24646         (PARMS): Do not use macros from bp-asm.h.
24647         (S1): Likewise.
24648         (SIZE): Likewise.
24649         (__mpn_submul_1): Do not use BP_SYM.
24650         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
24651         <bp-sym.h>.
24652         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
24653         and <bp-asm.h>.
24654         (PARMS): Do not use macros from bp-asm.h.
24655         (FLAGS): Likewise.
24656         (PTID): Likewise.
24657         (TLS): Likewise.
24658         (CTID): Likewise.
24659         (__clone): Do not use BP_SYM.
24660         (clone): Do not use BP_SYM in weak_alias.
24661         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
24662         and <bp-asm.h>.
24663         (PARMS): Do not use macros from bp-asm.h.
24664         (LEN): Likewise.
24665         (__mmap64): Do not use BP_SYM.
24666         (mmap64): Do not use BP_SYM in weak_alias.
24667         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
24668         <bp-sym.h> and <bp-asm.h>.
24669         (PARMS): Do not use macros from bp-asm.h.
24670         (__posix_fadvise64_l64): Do not use BP_SYM.
24671         * sysdeps/unix/sysv/linux/i386/semtimedop.S
24672         (PARMS): Do not use macros from bp-asm.h.
24673         (NSOPS): Likewise.
24674         (semtimedop): Do not use BP_SYM.
24675         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
24676         and <bp-asm.h>.
24677
24678 2013-02-21  Allan McRae  <allan@archlinux.org>
24679
24680         * manual/message.texi (Charset conversion in gettext):
24681         Move @end statement to beginning of line.
24682
24683 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24684
24685         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
24686         static.
24687         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
24688         Likewise.
24689
24690         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
24691         (denorm): Likewise.
24692         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
24693         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
24694
24695 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24696
24697         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
24698         tail-call to the resolved function if pltexit isn't needed.
24699
24700 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24701
24702         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
24703         or Y being zero as being unlikely.
24704         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24705         Likewise.
24706
24707 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
24708
24709         * manual/nss.texi (System Databases and Name Service Switch):
24710         Remove frobnicate @pxref.
24711
24712 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
24713
24714         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24715         __attribute__ ((unused)) to __attribute__ ((__unused__)).
24716
24717 2013-02-20  Petr Machata  <pmachata@redhat.com>
24718
24719         * elf/elf.h (R_ARM_TARGET1): New macro.
24720         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
24721         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
24722         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
24723         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
24724         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
24725         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
24726         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
24727         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
24728         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
24729         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
24730         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
24731         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
24732         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
24733         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
24734         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
24735         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
24736         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
24737         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
24738         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
24739         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
24740         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
24741         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
24742         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
24743         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
24744         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
24745         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
24746         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
24747         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
24748         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
24749         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
24750         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
24751         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
24752         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
24753         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
24754         (R_ARM_THM_GOT_BREL12): Likewise.
24755         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
24756         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
24757         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
24758         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
24759         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
24760         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
24761         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
24762         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
24763         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
24764
24765 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
24766
24767         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24768         __attribute_used__ to __attribute__ ((unused)).
24769
24770 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24771
24772         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
24773         powerpc mpa.c.
24774         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
24775         comment formatting.
24776         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
24777
24778 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
24779
24780         [BZ #13550]
24781         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
24782         Remove macro.
24783         (ENTER): Remove both macro definitions.
24784         (LEAVE): Likewise.
24785         (CHECK_BOUNDS_LOW): Likewise.
24786         (CHECK_BOUNDS_HIGH): Likewise.
24787         (CHECK_BOUNDS_BOTH): Likewise.
24788         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
24789         (RETURN_BOUNDED_POINTER): Likewise.
24790         (RETURN_NULL_BOUNDED_POINTER): Likewise.
24791         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
24792         (POP_ERRNO_LOCATION_RETURN): Likewise.
24793         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
24794         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24795         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
24796         macros.
24797         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24798         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
24799         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
24800         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
24801         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
24802         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
24803         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
24804         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
24805         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
24806         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
24807         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
24808         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
24809         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24810         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
24811         removed macros.
24812         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24813         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
24814         macros.
24815         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24816         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
24817         * sysdeps/i386/i586/memset.S (memset): Likewise.
24818         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
24819         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24820         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
24821         macros.
24822         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24823         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
24824         Change uses of L(2) to L(out).
24825         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
24826         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
24827         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
24828         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24829         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
24830         removed macros.
24831         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24832         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
24833         macros.
24834         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24835         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
24836         (RETURN): Do not use macro LEAVE.
24837         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
24838         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
24839         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
24840         * sysdeps/i386/i686/memset.S (memset): Likewise.
24841         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
24842         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
24843         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24844         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
24845         Likewise.
24846         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24847         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
24848         L(1_2) and L(1_3) into L(1).
24849         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24850         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
24851         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24852         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
24853         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24854         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
24855         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
24856         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24857         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
24858         macros.
24859         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
24860         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24861         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
24862         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
24863         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
24864         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24865         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
24866         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
24867         * sysdeps/i386/strcspn.S (strcspn): Likewise.
24868         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
24869         * sysdeps/i386/strrchr.S (strrchr): Likewise.
24870         * sysdeps/i386/strspn.S (strspn): Likewise.
24871         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
24872         conditional code.
24873         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24874         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
24875         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24876         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
24877         L(1_3) into L(1_1).
24878         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
24879         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24880         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
24881         macros.
24882         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24883
24884 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
24885
24886         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
24887         macro.
24888
24889 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24890
24891         * math/atest-exp.c (exp_mpn): Remove ROUND.
24892         * math/atest-exp2.c (exp_mpn): Likewise.
24893         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
24894
24895         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
24896         * stdlib/tst-tls-atexit-lib.c: Likewise.
24897         * stdlib/tst-tls-atexit.c: Likewise.
24898
24899 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24900
24901         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
24902         and __attribute_alloc_size__.
24903
24904 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24905
24906         * include/programs/xmalloc.h: Change __attribute_alloc_size to
24907         __attribute_alloc_size__.
24908         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
24909         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
24910
24911 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24912
24913         * include/programs/xmalloc.h: New file.
24914         * catgets/gencat.c: Include it.
24915         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
24916         * elf/pldd.c: Likewise.
24917         * iconv/iconv_charmap.c: Likewise.
24918         * iconv/iconvconfig.c: Likewise.
24919         * iconv/strtab.c: Likewise.
24920         * locale/programs/locale.c: Likewise.
24921         * locale/programs/localedef.h: Likewise.
24922         * locale/programs/simple-hash.c: Likewise.
24923         * nscd/nscd.h: Likewise.
24924         * nss/makedb.c: Likewise.
24925         * sysdeps/generic/ldconfig.h: Likewise.
24926
24927 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24928
24929         * Versions.def: Add GLIBC_2.18.
24930         * include/link.h (struct link_map): New member l_tls_dtor_count.
24931         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
24932         (__call_tls_dtors): Likewise.
24933         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
24934         __cxa_thread_atexit_impl.
24935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
24936         Likewise.
24937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
24938         Likewise.
24939         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
24940         Likewise.
24941         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
24942         Likewise.
24943         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
24944         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
24945         Likewise.
24946         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
24947         Likewise.
24948         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
24949         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
24950         Likewise.
24951         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
24952         (tests): Add test case tst-tls-atexit.
24953         (modules-names): Add shared library for tst-tls-atexit.
24954         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
24955         (GLIBC_PRIVATE): Add __call_tls_dtors.
24956         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
24957         for libstdc++.
24958         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
24959         * stdlib/tst-tls-atexit.c: New test case.
24960         * stdlib/tst-tls-atexit-lib.c: New test case.
24961
24962         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
24963
24964         * elf/Versions (ld): Add _dl_find_dso_for_object.
24965         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
24966         * elf/dl-open.c (_dl_find_dso_for_object): New function.
24967         (dl_open_worker): Use _dl_find_dso_for_object.
24968         * elf/dl-sym.c (do_sym): Likewise.
24969         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
24970
24971 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24972
24973         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
24974         Syntactic changes only.
24975         (_dl_runtime_profile): Do a tail-call to the resolved function.
24976
24977 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
24978
24979         [BZ #13550]
24980         * sysdeps/x86_64/bp-asm.h: Remove file.
24981         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
24982         <bp-sym.h> and <bp-asm.h>.
24983         (__clone): Do not use BP_SYM.
24984         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
24985         <bp-sym.h> and <bp-asm.h>.
24986         * sysdeps/unix/x86_64/sysdep.S: Likewise.
24987         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
24988         "bp-asm.h".
24989         (_setjmp): Do not use BP_SYM.
24990         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
24991         "bp-asm.h".
24992         (setjmp): Do not use BP_SYM.
24993         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
24994         libc_hidden_def.
24995         (mempcpy): Do not use BP_SYM in weak_alias.
24996         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
24997         "bp-asm.h".
24998         (strchr): Do not use BP_SYM.
24999         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
25000         "bp-asm.h".
25001         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
25002         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
25003         (_start): Do not use BP_SYM.
25004         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
25005         "bp-asm.h".
25006         (strcat): Do not use BP_SYM.
25007         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
25008         "bp-asm.h".
25009         (STRCMP): Do not use BP_SYM.
25010         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
25011         "bp-asm.h".
25012         (STRCPY): Do not use BP_SYM.
25013         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
25014         "bp-asm.h".
25015         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
25016         "bp-asm.h".
25017         (FUNCTION): Do not use BP_SYM.
25018         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
25019         weak_alias.
25020         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
25021
25022 2013-02-17  Andreas Jaeger  <aj@suse.de>
25023
25024         * time/Versions: Sort entries.
25025         * string/Versions: Likewise.
25026         * resolv/Versions: Likewise.
25027         * posix/Versions: Likewise.
25028         * iconv/Versions: Likewise.
25029         * elf/Versions: Likewise.
25030         * wcsmbs/Versions: Likewise.
25031
25032 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25033
25034         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
25035         loop termination condition.
25036
25037         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
25038         variable to calculate EZ.
25039         (__sqr): Likewise.
25040
25041         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
25042         the lower precision input.
25043
25044 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
25045
25046         [BZ #13550]
25047         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
25048         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
25049         (run-via-rtld-prefix): Do not handle %-bp tests.
25050         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
25051         (all-object-suffixes): Remove .ob.
25052         (bppfx): Remove variable.
25053         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
25054         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
25055         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
25056         [$(build-bounded) = yes] (libtype.ob): Likewise.
25057         * Makerules (elide-routines.ob): Remove variable.
25058         (do-tests-clean): Do not handle *-bp.out.
25059         (common-mostlyclean): Do not handle *-bp and *-bp.out.
25060         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
25061         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
25062         (tests): Do not include $(tests-bp.out).
25063         (xtests): Do not include $(xtests-bp.out).
25064         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
25065         [$(build-bounded) = yes] ($(addprefix
25066         $(objpfx),$(binaries-bounded))): Remove rule.
25067         ($(objpfx)%-bp.out): Remove rule.
25068         * config.make.in (build-bounded): Remove variable.
25069         * crypt/Makefile [$(build-bounded) = yes]
25070         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
25071         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
25072         append to variable.
25073         [$(build-bounded) = yes] (install-lib): Likewise.
25074         [$(build-bounded) = yes] (generated): Likewise.
25075         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
25076         Remove rule.
25077         * intl/Makefile [$(build-bounded) = yes]
25078         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
25079         * math/Makefile [$(build-bounded) = yes]
25080         ($(tests:%=$(objpfx)%-bp): Likewise.
25081         * misc/Makefile [$(build-bounded) = yes]
25082         ($(objpfx)tst-tsearch-bp): Likewise.
25083         * nptl/Makeconfig (bounded-thread-library): Remove variable.
25084         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
25085         Remove dependency.
25086         * string/Makefile (o-objects.ob): Remove variable.
25087         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
25088         (CFLAGS-.ob): Remove variable.
25089         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
25090         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
25091         both definitions of variable.
25092         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
25093         (ASFLAGS-.ob): Remove variable.
25094
25095 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
25096
25097         [BZ #13550]
25098         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
25099         Remove __BOUNDED_POINTERS__ from condition.
25100         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
25101         * string/bits/string2.h [!__NO_STRING_INLINES &&
25102         !__BOUNDED_POINTERS__]: Likewise.
25103         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
25104         Likewise.
25105         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
25106         Remove conditional code.
25107         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
25108         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
25109         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
25110         condition.
25111
25112         [BZ #13550]
25113         * csu/libc-start.c: Do not include <bp-sym.h>.
25114         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
25115         * elf/dl-open.c: Do not include <bp-sym.h>.
25116         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
25117         * math/fegetenv.c: Do not include <bp-sym.h>.
25118         (fegetenv): Do not use BP_SYM in versioned symbols.
25119         * nptl/sysdeps/pthread/bits/libc-lockP.h
25120         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
25121         <bp-sym.h>.
25122         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25123         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
25124         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25125         (__pthread_mutex_destroy): Likewise.
25126         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25127         (__pthread_mutex_lock): Likewise.
25128         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25129         (__pthread_mutex_trylock): Likewise.
25130         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25131         (__pthread_mutex_unlock): Likewise.
25132         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25133         (__pthread_mutexattr_init): Likewise.
25134         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25135         (__pthread_mutexattr_destroy): Likewise.
25136         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25137         (__pthread_mutexattr_settype): Likewise.
25138         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25139         (__pthread_rwlock_init): Likewise.
25140         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25141         (__pthread_rwlock_destroy): Likewise.
25142         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25143         (__pthread_rwlock_rdlock): Likewise.
25144         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25145         (__pthread_rwlock_tryrdlock): Likewise.
25146         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25147         (__pthread_rwlock_wrlock): Likewise.
25148         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25149         (__pthread_rwlock_trywrlock): Likewise.
25150         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25151         (__pthread_rwlock_unlock): Likewise.
25152         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25153         (__pthread_key_create): Likewise.
25154         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25155         (__pthread_setspecific): Likewise.
25156         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25157         (__pthread_getspecific): Likewise.
25158         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
25159         Likewise.
25160         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25161         (_pthread_cleanup_push_defer): Likewise.
25162         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25163         (_pthread_cleanup_pop_restore): Likewise.
25164         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25165         (pthread_setcancelstate): Likewise.
25166         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
25167         <bp-sym.h>.
25168         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
25169         (memchr): Do not use BP_SYM in weak_alias.
25170         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
25171         (fegetenv): Do not use BP_SYM in versioned symbols.
25172         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
25173         (fesetenv): Do not use BP_SYM in versioned symbols.
25174         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25175         (feupdateenv): Do not use BP_SYM in versioned symbols.
25176         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25177         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25178         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
25179         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
25180         (open64): Do not use BP_SYM in weak_alias.
25181         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
25182         (fegetenv): Do not use BP_SYM in versioned symbols.
25183         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
25184         (fesetenv): Do not use BP_SYM in versioned symbols.
25185         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25186         (feupdateenv): Do not use BP_SYM in versioned symbols.
25187         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
25188         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
25189         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
25190         (feraiseexcept): Do not use BP_SYM in versioned symbols.
25191         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25192         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25193         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
25194         <bp-sym.h>.
25195         (__libc_start_main): Do not use BP_SYM.
25196
25197 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25198
25199         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
25200         redundant return line.
25201         (norm): Likewise.
25202         (denorm): Likewise.
25203         (dbl_mp): Likewise.
25204         (sub_magnitudes): Likewise.
25205         (__add): Likewise.
25206         (__sub): Likewise.
25207         (__mul): Likewise.
25208         (__inv): Likewise.
25209         (__dvd): Likewise.
25210         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
25211         (norm): Likewise.
25212         (denorm): Likewise.
25213         (dbl_mp): Likewise.
25214         (sub_magnitudes): Likewise.
25215         (__add): Likewise.
25216         (__sub): Likewise.
25217         (__mul): Likewise.
25218         (__inv): Likewise.
25219         (__dvd): Likewise.
25220
25221         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
25222         instead of __mul.
25223         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
25224         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
25225         (cc32): Likewise.
25226
25227         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
25228         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
25229         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
25230         of __mul for squares.
25231         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
25232         function
25233         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
25234         Likewise.
25235         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
25236         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
25237
25238 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
25239
25240         [BZ #13550]
25241         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
25242         code.
25243         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
25244         prototype or function definition.  Rename ubp_* variables and
25245         parameters.  Remove argv definitions conditional on
25246         [__BOUNDED_POINTERS__].
25247         * debug/backtrace.c (__backtrace): Do not use __unbounded.
25248         * elf/dl-runtime.c (_dl_fixup): Likewise.
25249         * include/set-hooks.h (RUN_HOOK): Likewise.
25250         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
25251         definition.
25252         * string/strcpy.c (strcpy): Do not use __unbounded.
25253         * sysdeps/generic/frame.h (struct layout): Likewise.
25254         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
25255         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
25256         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
25257         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
25258         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
25259         (__backtrace): Likewise.
25260         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
25261         use __ptrvalue.
25262         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
25263         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
25264         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
25265         Likewise.
25266         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
25267         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
25268         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
25269         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25270         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
25271         Do not use __unbounded.
25272         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
25273         Rename __unboundedrlimits parameter to rlimits in prototype.
25274         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
25275         Do not use __unbounded.
25276         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
25277         not use __ptrvalue.
25278         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25279         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
25280         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25281         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
25282         __ptrvalue or __unbounded.
25283         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
25284         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
25285         use __unbounded.
25286         (__new_msgctl): Do not use __ptrvalue.
25287         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
25288         __unbounded.
25289         (__libc_msgrcv): Do not use __ptrvalue.
25290         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
25291         startup_info): Do not use __unbounded.
25292         (__libc_start_main): Likewise.  Rename ubp_* variables and
25293         parameters.  Remove argv definitions conditional on
25294         [__BOUNDED_POINTERS__].
25295         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
25296         __ptrvalue.
25297         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
25298         use __unbounded.
25299         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
25300         or __ptrvalue.
25301         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
25302         use __unbounded.
25303         (__new_shmctl): Do not use __ptrvalue.
25304         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
25305         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
25306         Likewise.
25307         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
25308         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
25309         (__libc_sigaction): Likewise.
25310         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
25311         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
25312         Likewise.
25313         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25314
25315 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
25316
25317         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
25318
25319         * string/mempcpy.c: Implement by calling memcpy.
25320
25321 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25322
25323         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
25324
25325         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
25326         evaluation.
25327
25328         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
25329         values in the mantissa.
25330
25331         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
25332         minimize writes to Z.
25333         (sub_magnitudes): Simplify code a bit.
25334
25335 2013-02-12  Roland McGrath  <roland@hack.frob.com>
25336
25337         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
25338         from the message.  The linker prefixes all warnings with that already.
25339
25340 2013-02-12  Andreas Schwab  <schwab@suse.de>
25341
25342         [BZ #15078]
25343         * posix/regexec.c (extend_buffers): Add parameter min_len.
25344         (check_matching): Pass minimum needed length.
25345         (clean_state_log_if_needed): Likewise.
25346         (get_subexp): Likewise.
25347         * posix/Makefile (tests): Add bug-regex34.
25348         (bug-regex34-ENV): Define.
25349         * posix/bug-regex34.c: New file.
25350
25351         [BZ #11561]
25352         * posix/regcomp.c (parse_bracket_exp): When looking up collating
25353         elements compare against the byte sequence of it, not its name.
25354         * posix/Makefile (tests): Add bug-regex35.
25355         (bug-regex35-ENV): Define.
25356         * posix/bug-regex35.c: New file.
25357
25358 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25359
25360         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
25361         comment.
25362         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
25363         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
25364         (CHECK_EOL): Add undef.
25365
25366 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
25367
25368         * bits/stdlib-bsearch.h: New file.
25369         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
25370         * stdlib/stdlib.h: Likewise.
25371
25372 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25373
25374         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
25375         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
25376         declaration.
25377         * manual/search.texi (Array Search Function): Add missing const in
25378         lfind prototype.
25379         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
25380         declaration to use rlim_t.
25381         (Basic Scheduling Functions): Remove erroneous const from
25382         sched_getparam prototype.  Remove erroneous * from
25383         sched_get_priority_max and sched_get_priority_min prototypes.
25384         (Resource Usage): Fix summary @comment on vtimes to refer to
25385         sys/vtimes.h rather than vtimes.h.
25386         Add missing *s in vtimes prototype.
25387         (Limits on Resources): Fix ulimit prototype to return long int.
25388         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
25389         prototypes to use long int rather than double.
25390         (BSD Random): Fix initstate and setstate to use char *, not void *.
25391         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
25392         prototype to make second argument 'struct aiocb64 *const[]'.
25393         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
25394         (Status of AIO Operations): Remove erroneous const in aio_return and
25395         aio_return64 prototypes.
25396         (Synchronizing I/O): Fix sync prototype to return void.
25397         * manual/startup.texi (Suboptions): Remove an erroneous const in
25398         getsubopt prototype.
25399         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
25400         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
25401         use size_t rather than int.
25402         (Scanning All Users): Likewise for getpwent_r.
25403         (Setting Groups): Add missing const to setgroups prototype.
25404         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
25405         * manual/socket.texi (Host Names): Fix gethostbyaddr and
25406         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
25407         'const void *' rather than 'const char *'.
25408         (Host Address Functions): Likewise for inet_ntop.
25409         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
25410         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
25411         ssize_t for return value.
25412         (Sending Data): Likewise for send, sendto, sendmsg.
25413         (Socket Option Functions): Add a missing const in setsockopt prototype.
25414         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
25415         use wchar_t for the argument.
25416         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
25417         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
25418         take no arguments.
25419         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
25420         double/float/long double for second argument.
25421         Fix return types of significand, significandf, significandl.
25422         * manual/filesys.texi (Setting Permissions): Use mode_t for second
25423         argument in fchmod prototype.
25424         (File Owner): Use uid_t and gid_t in fchown prototype.
25425         (File Times): Add const to utimes, futimes, and lutimes prototypes.
25426         (Making Special Files): Use mode_t and dev_t in mknod prototype.
25427         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
25428         use 'const struct dirent **' as argument types to CMP function pointer
25429         argument.
25430         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
25431         (File Times): Fix summary magic @comment for struct utimbuf and utime
25432         to refer to utime.h, not time.h.
25433         * manual/string.texi (Argz Functions): Add missing const in
25434         argz_extract and argz_next prototypes.
25435         (Finding Tokens in a String): Likewise for basename.
25436         (String/Array Comparison): Fix typo in wcscasecmp prototype.
25437         (Copying and Concatenation): Fix typo in wmemmove prototype.
25438         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
25439         (Signal Stack): Remove erroneous const in sigstack prototype.
25440         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
25441         prototype.
25442         (Simple Calendar Time): Likewise for stime.
25443         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
25444         prototype.
25445         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
25446         say sys/sysctl.h instead.
25447         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
25448         and vsyslog prototypes.
25449
25450 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25451
25452         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
25453         Remove.
25454
25455 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25456
25457         * misc/sys/mman.h: Fix typo in mremap comment.
25458
25459 2013-02-08  Roland McGrath  <roland@hack.frob.com>
25460
25461         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
25462         the '\0' terminator.
25463
25464 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
25465
25466         [BZ #13550]
25467         * debug/segfault.c: Don't include <bp-checks.h>.
25468         * sysdeps/generic/bp-checks.h: Remove file.
25469         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
25470         (__GETDENTS): Don't use CHECK_N.
25471         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
25472         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
25473         (__getgroups): Don't use CHECK_N.
25474         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
25475         (setgroups): Don't use CHECK_N.
25476         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
25477         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
25478         (__libc_msgrcv): Don't use CHECK_N.
25479         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
25480         (__libc_msgsnd): Don't use CHECK_N.
25481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
25482         <bp-checks.h>.
25483         (__libc_pread): Don't use CHECK_N.
25484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
25485         include <bp-checks.h>.
25486         (__libc_pread64): Don't use CHECK_N.
25487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
25488         include <bp-checks.h>.
25489         (__libc_pwrite): Don't use CHECK_N.
25490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
25491         include <bp-checks.h>.
25492         (__libc_pwrite64): Don't use CHECK_N.
25493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
25494         <bp-checks.h>.
25495         (__libc_pread): Don't use CHECK_N.
25496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
25497         include <bp-checks.h>.
25498         (__libc_pread64): Don't use CHECK_N.
25499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
25500         include <bp-checks.h>.
25501         (__libc_pwrite): Don't use CHECK_N.
25502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
25503         include <bp-checks.h>.
25504         (__libc_pwrite64): Don't use CHECK_N.
25505         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
25506         (do_pread): Don't use CHECK_N.
25507         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
25508         (do_pread64): Don't use CHECK_N.
25509         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
25510         (do_pwrite): Don't use CHECK_N.
25511         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
25512         (do_pwrite64): Don't use CHECK_N.
25513         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
25514         (__libc_readv): Don't use CHECK_N.
25515         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
25516         (semop): Don't use CHECK_N.
25517         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
25518         <bp-checks.h>.
25519         (semtimedop): Don't use CHECK_N.
25520         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
25521         (__libc_pread): Don't use CHECK_N.
25522         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
25523         <bp-checks.h>.
25524         (__libc_pread64): Don't use CHECK_N.
25525         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
25526         <bp-checks.h>.
25527         (__libc_pwrite): Don't use CHECK_N.
25528         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
25529         <bp-checks.h>.
25530         (__libc_pwrite64): Don't use CHECK_N.
25531         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
25532         <bp-checks.h>.
25533         (__libc_msgrcv): Don't use CHECK_N.
25534         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
25535         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
25536         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
25537         (__libc_writev): Don't use CHECK_N.
25538
25539 2013-02-08  Roland McGrath  <roland@hack.frob.com>
25540
25541         * string/strcpy.c: Removed unused variable.
25542
25543         * Makeconfig (+sysdep-includes): Define with := rather than =.
25544         Use an existing include/ subdir of each sysdeps dir before it.
25545
25546 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25547
25548         * nscd/connection.c (register_traced_file): Comment function.
25549         [HAVE_INOTIFY] (union __inev): Define.
25550         [HAVE_INOTIFY] (inotify_check_files): New function.
25551         [HAVE_INOTIFY] (clear_db_cache): Likewise.
25552         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
25553         clear_db_cache.
25554         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
25555
25556 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25557
25558         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
25559         loaded if not already and that a failure is permanent.
25560
25561 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25562
25563         [BZ #15006]
25564         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
25565         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
25566
25567 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
25568
25569         [BZ #13550]
25570         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
25571         (CHECK_1_NULL_OK): Likewise.
25572         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
25573         (__fxstat): Do not use CHECK_1.
25574         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
25575         <bp-checks.h>.
25576         (___fxstat64): Do not use CHECK_1.
25577         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
25578         <bp-checks.h>.
25579         (__fxstatat): Do not use CHECK_1.
25580         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
25581         <bp-checks.h>.
25582         (__fxstatat64): Do not use CHECK_1.
25583         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
25584         <bp-checks.h>.
25585         (__fxstat): Do not use CHECK_1.
25586         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
25587         <bp-checks.h>.
25588         (__fxstatat): Do not use CHECK_1.
25589         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
25590         <bp-checks.h>.
25591         (__getresgid): Do not use CHECK_1.
25592         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
25593         <bp-checks.h>.
25594         (__getresuid): Do not use CHECK_1.
25595         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
25596         <bp-checks.h>.
25597         (__lxstat): Do not use CHECK_1.
25598         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
25599         <bp-checks.h>.
25600         (__old_msgctl): Do not use CHECK_1.
25601         (__new_msgctl): Likewise.
25602         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
25603         <bp-checks.h>.
25604         (__new_setrlimit): Do not use CHECK_1.
25605         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
25606         <bp-checks.h>.
25607         (__old_shmctl): Do not use CHECK_1.
25608         (__new_shmctl): Likewise.
25609         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
25610         <bp-checks.h>.
25611         (__xstat): Do not use CHECK_1.
25612         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
25613         (__lxstat): Do not use CHECK_1.
25614         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
25615         <bp-checks.h>.
25616         (___lxstat64): Do not use CHECK_1.
25617         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
25618         (__old_msgctl): Do not use CHECK_1.
25619         (__new_msgctl): Likewise.
25620         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
25621         <bp-checks.h>.
25622         (__gettimeofday): Do not use CHECK_1.
25623         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
25624         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
25625         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
25626         <bp-checks.h>.
25627         (__gettimeofday): Do not use CHECK_1.
25628         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
25629         (__old_shmctl): Do not use CHECK_1_NULL_OK.
25630         (__new_shmctl): Do not use CHECK_1.
25631         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
25632         <bp-checks.h>.
25633         (do_sigtimedwait): Do not use CHECK_1.
25634         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
25635         <bp-checks.h>.
25636         (do_sigwaitinfo): Do not use CHECK_1.
25637         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
25638         <bp-checks.h>.
25639         (msgctl): Do not use CHECK_1.
25640         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
25641         <bp-checks.h>.
25642         (shmctl): Do not use CHECK_1.
25643         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
25644         (ustat): Do not use CHECK_1.
25645         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
25646         <bp-checks.h>.
25647         (__fxstat): Do not use CHECK_1.
25648         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
25649         <bp-checks.h>.
25650         (__fxstatat): Do not use CHECK_1.
25651         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
25652         <bp-checks.h>.
25653         (__lxstat): Do not use CHECK_1.
25654         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
25655         <bp-checks.h>.
25656         (__xstat): Do not use CHECK_1.
25657         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
25658         (__xstat): Do not use CHECK_1.
25659         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
25660         (___xstat64): Do not use CHECK_1.
25661
25662         [BZ #13550]
25663         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
25664         definitions.
25665         (CHECK_BOUNDS_HIGH): Likewise.
25666         * string/strcpy.c: Do not include <bp-checks.h>.
25667         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
25668
25669 2013-02-07  Roland McGrath  <roland@hack.frob.com>
25670
25671         * nscd/nscd-client.h (__nscd_drop_map_ref):
25672         Add __attribute__ ((unused)).
25673         * nis/nss-nisplus.h (niserr2nss): Likewise.
25674
25675         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
25676         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
25677
25678         * csu/libc-tls.c (init_static_tls, init_slotinfo):
25679         Remove inline keyword.
25680         * include/rounding-mode.h (round_away): Likewise.
25681         * libio/wfileops.c (adjust_wide_data): Likewise.
25682         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
25683         (__m128i_strloadu_tolower): Likewise.
25684         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
25685         (__m128i_strloadu_tolower): Likewise.
25686         * time/mktime.c (ydhms_diff): Likewise.
25687         * locale/elem-hash.h (elem_hash): Likewise.
25688         * locale/setlocale.c (setdata): Likewise.
25689         * posix/regex_internal.h (re_string_char_size_at): Likewise.
25690         (re_string_wchar_at): Likewise.
25691         (bitset_not, bitset_merge, bitset_mask): Likewise.
25692         [!(__GNUC__ > 3)] (inline): Remove macro.
25693         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
25694         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
25695         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
25696         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
25697         * string/memcmp.c (memcmp_bytes): Likewise.
25698         * locale/programs/locarchive.c (compute_hashval): Likewise.
25699         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
25700         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
25701         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
25702         * nss/getent.c (print_rpc, print_protocols): Likewise.
25703         (print_passwd, print_group, print_aliases): Likewise.
25704         * nis/nss-nisplus.h (niserr2nss): Likewise.
25705         * nscd/connections.c (restart_p): Likewise.
25706         Change return type to bool.
25707
25708 2013-02-05  Roland McGrath  <roland@hack.frob.com>
25709
25710         * Makeconfig (all-Depend-files): Add existing
25711         $(sorted-subdirs:=/Depend) files.
25712         (all-subdirs): Remove nss.
25713         * sysdeps/unix/inet/Subdirs: Add it here instead.
25714         * hesiod/Depend: New file.
25715
25716         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
25717         instead of calling alloca.
25718
25719         * io/lseek.c (__lseek): Rename to __libc_lseek.
25720         Define __lseek as an alias.
25721
25722         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
25723
25724 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
25725
25726         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
25727         else clause and remove check for non-standard endianness.
25728
25729 2013-02-04  David S. Miller  <davem@davemloft.net>
25730
25731         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25732
25733 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
25734
25735         [BZ #13550]
25736         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
25737         (__ubp_memchr): Remove prototype.
25738         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
25739         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25740         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
25741         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25742         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
25743         Remove alias.
25744         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
25745         (__ubp_memchr): Likewise.
25746         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
25747         (__ubp_memchr): Likewise.
25748         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
25749         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
25750         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
25751         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
25752         CHECK_STRING.
25753         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
25754         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
25755         (__getcwd): Do not use CHECK_STRING.
25756         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
25757         <bp-checks.h>.
25758         (__real_chown): Do not use CHECK_STRING.
25759         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
25760         <bp-checks.h>.
25761         (fchownat): Do not use CHECK_STRING.
25762         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
25763         CHECK_STRING.
25764         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
25765         <bp-checks.h>.
25766         (__lchown): Do not use CHECK_STRING.
25767         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25768         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25769         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25770         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
25771         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
25772         include <bp-checks.h>.
25773         (truncate64): Do not use CHECK_STRING.
25774         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
25775         <bp-checks.h>.
25776         (__real_chown): Do not use CHECK_STRING.
25777         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
25778         <bp-checks.h>.
25779         (__lchown): Do not use CHECK_STRING.
25780         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
25781         <bp-checks.h>.
25782         (__chown): Do not use CHECK_STRING.
25783         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
25784         <bp-checks.h>.
25785         (truncate64): Do not use CHECK_STRING.
25786         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
25787         Likewise.
25788         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
25789         (__xmknod): Do not use CHECK_STRING.
25790         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
25791         <bp-checks.h>.
25792         (__xmknodat): Do not use CHECK_STRING.
25793         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25794         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
25795
25796 2013-02-04  Andreas Schwab  <schwab@suse.de>
25797
25798         [BZ #14142]
25799         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
25800         * include/netdb.h: Likewise for h_errno.
25801         * elf/tst-stackguard1.c: Include <tls.h>.
25802
25803 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
25804
25805         * elf/link.h (struct link_map): Extend the l_addr comment.
25806         * include/link.h (struct link_map): Likewise.
25807
25808 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
25809
25810         [BZ #13550]
25811         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
25812         (BOUNDED_1): Remove macro.
25813         * debug/backtrace.c: Don't include <bp-checks.h>.
25814         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
25815         (__backtrace): Likewise.
25816         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
25817         <bp-checks.h>.
25818         (__backtrace): Don't use BOUNDED_1.
25819         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
25820         <bp-checks.h>.
25821         (__backtrace): Don't use BOUNDED_1.
25822         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
25823         (__backtrace): Don't use BOUNDED_1.
25824         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
25825         (shmat): Don't use BOUNDED_N.
25826
25827 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
25828
25829         [BZ #13550]
25830         * sysdeps/generic/bp-start.h: Remove file.
25831         * csu/libc-start.c: Don't include <bp-start.h>.
25832         (LIBC_START_MAIN): Set up __environ directly instead of using
25833         INIT_ARGV_and_ENVIRON.
25834         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
25835         <bp-start.h>.
25836
25837         [BZ #13550]
25838         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
25839         definitions.
25840         (CHECK_FCNTL): Likewise.
25841         (CHECK_N_PAGES): Likewise.
25842
25843         [BZ #13550]
25844         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
25845         definitions.
25846         (CHECK_SIGSET_NULL_OK): Likewise.
25847         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
25848         <bp-checks.h>.
25849         (sigpending): Don't use CHECK_SIGSET.
25850         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
25851         <bp-checks.h>.
25852         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25853         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
25854         <bp-checks.h>.
25855         (do_sigsuspend): Don't use CHECK_SIGSET.
25856         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
25857         use CHECK_SIGSET.
25858         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
25859         (do_sigwait): Don't use CHECK_SIGSET.
25860         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
25861         use CHECK_SIGSET.
25862         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
25863         include <bp-checks.h>.
25864         (sigpending): Don't use CHECK_SIGSET.
25865         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
25866         include <bp-checks.h>.
25867         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25868         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
25869         <bp-checks.h>.
25870         (sigpending): Don't use CHECK_SIGSET.
25871         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
25872         <bp-checks.h>.
25873         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25874
25875         [BZ #13550]
25876         * sysdeps/generic/bp-semctl.h: Remove file.
25877         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
25878         <bp-checks.h> and <bp-semctl.h>.
25879         (__old_semctl): Don't use CHECK_SEMCTL.
25880         (__new_semctl): Likewise.
25881         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
25882         and <bp-semctl.h>.
25883         (__old_semctl): Don't use CHECK_SEMCTL.
25884         (__new_semctl): Likewise.
25885         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
25886         <bp-checks.h> and <bp-semctl.h>.
25887         (__old_semctl): Don't use CHECK_SEMCTL.
25888         (__new_semctl): Likewise.
25889         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
25890         <bp-checks.h> and <bp-semctl.h>.
25891         (semctl): Don't use CHECK_SEMCTL.
25892
25893         [BZ #13550]
25894         * Makerules (elide-bp-thunks): Remove variable.
25895         (elide-routines.oS): Don't use $(elide-bp-thunks).
25896         (elide-routines.os): Likewise.
25897         (elide-routines.o): Likewise.
25898         (elide-routines.op): Likewise.
25899         (elide-routines.og): Likewise.
25900         (objects): Don't use $(bp-thunks).
25901         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
25902         include.
25903         (common-generated): Do not add s-proto-bp.d.
25904         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
25905         (int): Likewise.
25906         (typ): Likewise.
25907         Do not generate makefile rules for bounded-pointer thunks.
25908         * sysdeps/generic/bp-thunks.h: Remove file.
25909         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
25910         * sysdeps/unix/s-proto-bp.S: Likewise.
25911
25912         [BZ #15062]
25913         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
25914         parts of result separately when argument is not close to line from
25915         -i to i and one part of argument is small.
25916         * math/k_casinhf.c (__kernel_casinhf): Likewise.
25917         * math/k_casinhl.c (__kernel_casinhl): Likewise.
25918         * math/libm-test.inc (cacos_test): Add more tests.
25919         (casin_test): Likewise.
25920         (casinh_test): Likewise.
25921         * sysdeps/i386/fpu/libm-test-ulps: Update.
25922         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25923
25924 2013-01-31  David S. Miller  <davem@davemloft.net>
25925
25926         * po/de.po: Update from translation team.
25927
25928 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
25929
25930         * time/tzfile.c: Include stdint.h for SIZE_MAX.
25931
25932 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
25933
25934         * configure.in (_AC_PROG_CC_C89): New definition.
25935         * configure: Regenerate.
25936
25937         * configure.in (AC_PROG_CPP): New definition.
25938         * configure: Regenerate.
25939
25940 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25941
25942         * debug/tst-backtrace.h: New file.
25943         * debug/tst-backtrace2.c: Include tst-backtrace.h.
25944         (ret): Remove variable.
25945         (x): Likewise.
25946         (FAIL): Remove macro.
25947         (NO_INLINE): Likewise.
25948         (fn1): Use match function instead of strstr.
25949         * debug/tst-backtrace3.c: Include tst-backtrace.h.
25950         (ret): Remove variable.
25951         (x): Likewise.
25952         (FAIL): Remove macro.
25953         (NO_INLINE): Likewise.
25954         (fn): Use match function instead of strstr.
25955         * debug/tst-backtrace4.c: Include tst-backtrace.h.
25956         (ret): Remove variable.
25957         (x): Likewise.
25958         (FAIL): Remove macro.
25959         (NO_INLINE): Likewise.
25960         (handle_signal): Use match function instead of strstr.
25961         * debug/tst-backtrace5.c: Include tst-backtrace.h.
25962         (ret): Remove variable.
25963         (x): Likewise.
25964         (FAIL): Remove macro.
25965         (NO_INLINE): Likewise.
25966         (handle_signal): Use match function instead of strstr.
25967
25968 2013-01-23  Roland McGrath  <roland@hack.frob.com>
25969
25970         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
25971
25972 2013-01-23  David S. Miller  <davem@davemloft.net>
25973
25974         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
25975         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
25976         argument of CAS if possible.
25977         * sysdeps/sparc/sparc64/bits/atomic.h
25978         (__arch_compare_and_exchange_val_32_acq): Likewise.
25979         (__arch_compare_and_exchange_val_64_acq): Likewise.
25980
25981 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
25982
25983         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
25984         * sysdeps/posix/ulimit.c: ... this.
25985         Include <limits.h>.
25986         * sysdeps/unix/bsd/ulimit.c: Remove file.
25987
25988 2013-01-23  Adam Conrad  <adconrad@0c3.net>
25989
25990         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
25991         (LDFLAGS-tst-array5): Likewise.
25992
25993 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25994
25995         [BZ #15036]
25996         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
25997         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
25998         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
25999         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
26000
26001 2013-01-21  David S. Miller  <davem@davemloft.net>
26002
26003         * sysdeps/sparc/backtrace.c: New file.
26004         * sysdeps/sparc/sparc32/backtrace.h: New file.
26005         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
26006         * sysdeps/sparc/sparc64/backtrace.h: New file.
26007         * sysdeps/sparc/sparc64/backtrace.c: Delete.
26008         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
26009         -funwind-tables.
26010
26011 2013-01-21  Andreas Schwab  <schwab@suse.de>
26012
26013         [BZ #15020]
26014         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
26015         closed its stdout.
26016
26017 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
26018
26019         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
26020         "mpa2.h".
26021         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26022
26023 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
26024             Mark Mitchell  <mark@codesourcery.com>
26025             Tom de Vries  <tom@codesourcery.com>
26026             Paul Pluzhnikov  <ppluzhnikov@google.com>
26027
26028         * debug/tst-backtrace2.c: New file.
26029         * debug/tst-backtrace3.c: Likewise.
26030         * debug/tst-backtrace4.c: Likewise.
26031         * debug/tst-backtrace5.c: Likewise.
26032         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
26033         (CFLAGS-tst-backtrace3.c): Likewise.
26034         (CFLAGS-tst-backtrace4.c): Likewise.
26035         (CFLAGS-tst-backtrace5.c): Likewise.
26036         (LDFLAGS-tst-backtrace2): Likewise.
26037         (LDFLAGS-tst-backtrace3): Likewise.
26038         (LDFLAGS-tst-backtrace4): Likewise.
26039         (LDFLAGS-tst-backtrace5): Likewise.
26040         (tests): Add new tests tst-backtrace2, tst-backtrace3,
26041         tst-backtrace4 and tst-backtrace5.
26042
26043 2013-01-18  Anton Blanchard  <anton@samba.org>
26044             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26045
26046         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
26047         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
26048         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
26049         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
26050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
26051         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
26052         "+r" and remove output regs list as redundant.  Add explicit inline
26053         asm to specify register of return val to work around compiler codegen
26054         bug.  Remove (int) cast on return value.  Add return type parameter to
26055         use in macro so that this macro does not truncate return value for
26056         64-bit values.
26057         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
26058         pass to INTERNAL_VSYSCALL_NCS.
26059         (INLINE_VSYSCALL): Add 'long int' as return type to
26060         INTERNAL_VSYSCALL_NCS macro invocation.
26061         (INTERNAL_VSYSCALL): Add 'long int' as return type to
26062         INTERNAL_VSYSCALL_NCS macro invocation.
26063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26064
26065 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
26066
26067         [BZ #14496]
26068         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
26069         Fix application of SIMD FP exception mask.
26070
26071         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
26072         mp_no from a power of two.
26073         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
26074         __mpexp_twomm1.  Use __pow_mp.
26075
26076         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
26077         multiplication.
26078
26079 2013-01-17  David S. Miller  <davem@davemloft.net>
26080
26081         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26082
26083 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
26084
26085         [BZ #15023]
26086         * include/complex.h: Condition contents on [!_COMPLEX_H].
26087         (__kernel_casinhf): New prototype.
26088         (__kernel_casinh): Likewise.
26089         (__kernel_casinhl): Likewise.
26090         * math/Makefile (libm_calls): Add k_casinh.
26091         * math/k_casinh.c: New file.
26092         * math/k_casinhf.c: Likewise.
26093         * math/k_casinhl.c: Likewise.
26094         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
26095         finite nonzero arguments.
26096         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
26097         finite nonzero arguments.
26098         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
26099         finite nonzero arguments.
26100         * math/s_casinh.c: Do not include <float.h>.
26101         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
26102         * math/s_casinhf.c: Do not include <float.h>.
26103         (__casinhf): Move code for finite nonzero arguments to
26104         k_casinhf.c.
26105         * math/s_casinhl.c: Do not include <float.h>.
26106         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
26107         redefine.
26108         (__casinhl): Move code for finite nonzero arguments to
26109         k_casinhl.c.
26110         * math/libm-test.inc (cacos_test): Add more tests.
26111         * sysdeps/i386/fpu/libm-test-ulps: Update.
26112         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26113
26114 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
26115
26116         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
26117         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
26118         [!HAVE_MREMAP]: Remove [defined linux] case.
26119         * malloc/arena.c: Do not include <malloc-sysdep.h>.
26120
26121 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26122
26123         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
26124
26125 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
26126
26127         * elf/elf.h (R_386_SIZE32): New relocation.
26128         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
26129         R_386_SIZE32.
26130         (elf_machine_rela): Likewise.
26131         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
26132         R_X86_64_SIZE64 and R_X86_64_SIZE32.
26133
26134 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
26135
26136         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
26137         (FP_FAST_FMA): Do not define.
26138         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
26139         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
26140         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
26141         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
26142         !_SOFT_FLOAT]: Likewise.
26143         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
26144         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
26145         value.
26146         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
26147         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
26148         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
26149         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
26150         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
26151         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
26152         file.
26153
26154 2013-01-16  Andreas Schwab  <schwab@suse.de>
26155
26156         [BZ #14327]
26157         * include/stdlib.h (__mktemp): Add declaration.
26158         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
26159         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
26160
26161 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26162
26163         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
26164         definitions.
26165         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26166         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
26167         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
26168         definitions here.
26169         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
26170         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
26171         definitions.
26172         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
26173         and ONE.
26174         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
26175         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
26176         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
26177         definitions.
26178         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
26179         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
26180         definitions.
26181         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26182
26183         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
26184
26185 2013-01-15  David S. Miller  <davem@davemloft.net>
26186
26187         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26188         trunc{,f} to libm-sysdep_routes.
26189         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26190         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
26191         file.
26192         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
26193         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
26194         file.
26195         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
26196         file.
26197         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
26198         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
26199         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
26200         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
26201         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
26202         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
26203         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
26204         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
26205
26206         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26207         nearbyint{,f} to libm-sysdep_routes.
26208         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26209         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
26210         New file.
26211         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
26212         file.
26213         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
26214         New file.
26215         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
26216         file.
26217         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
26218         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
26219         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
26220         file.
26221         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
26222         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
26223         file.
26224         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
26225         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
26226         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
26227
26228         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26229         libc_feholdexcept and libc_fesetenv.
26230
26231 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
26232
26233         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
26234
26235 2013-01-14  David S. Miller  <davem@davemloft.net>
26236
26237         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
26238         (SPARC_ASM_VIS2_IFUNC): Likewise.
26239         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
26240         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
26241         use of 'siam' instruction.
26242         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
26243         Likewise.
26244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
26245         Likewise.
26246         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
26247         Likewise.
26248         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
26249         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
26250         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
26251         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
26252         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
26253         file.
26254         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
26255         file.
26256         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
26257         file.
26258         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
26259         file.
26260         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
26261         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
26262         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
26263         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
26264         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
26265         new VIS2 routines.
26266         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
26267         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
26268         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
26269         Likewise.
26270         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
26271         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
26272         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
26273         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
26274         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
26275         routines to libm-sysdep_routines.
26276         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26277
26278         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26279         fdim/fdimf to libm-sysdep_routines.
26280         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
26281         file.
26282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
26283         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
26284         file.
26285         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
26286         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
26287         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
26288         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
26289         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
26290         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
26291         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
26292
26293 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26294
26295         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
26296         to optimize copies.
26297
26298         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
26299         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26300         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26301
26302         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
26303         local variable MPTWO.
26304         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
26305         Likewise.
26306
26307 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26308
26309         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
26310         GLOB_NOESCAPE.
26311
26312 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26313
26314         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
26315
26316 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26317
26318         * manual/pattern.texi (glob_t): Document gl_flags.
26319         (glob64_t): Likewise.
26320
26321 2013-01-11  David S. Miller  <davem@davemloft.net>
26322
26323         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
26324         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
26325         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
26326         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
26327         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
26328         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
26329         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
26330         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
26331         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
26332         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
26333         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
26334         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
26335         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
26336
26337         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26338         sparc V9 rather than using V8 code.
26339         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26340         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26341
26342         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
26343         Move to...
26344         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
26345         Here.
26346
26347 2013-01-11  Roland McGrath  <roland@hack.frob.com>
26348
26349         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
26350         not in the main loop.
26351         * configure: Regenerated.
26352
26353 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
26354
26355         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
26356         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
26357         to just #else.
26358         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
26359         [!__GLIBC_HAVE_LONG_LONG] case.
26360         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
26361         condition to just #else.
26362         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
26363         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
26364         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
26365         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
26366         unconditional.
26367         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
26368         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26369         #elif condition to just #else.
26370         * sysdeps/unix/sysv/linux/sys/sysmacros.h
26371         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
26372         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26373         #elif condition to just #else.
26374
26375 2013-01-11  Steve Ellcey  <sellcey@mips.com>
26376
26377         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
26378         (EF_MIPS_ARCH_64): Fix value.
26379         (EF_MIPS_ARCH_32R2): New.
26380         (EF_MIPS_ARCH_64R2): New.
26381
26382 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
26383
26384         * Makeconfig (+link-pie-before-libc): New.
26385         (+link-pie-after-libc): Likewise.
26386         (+link-pie-tests): Likewise.
26387         (+link-pie): Rewritten.
26388         (link-before-libc): Remove $(config-LDFLAGS).
26389         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
26390         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
26391         (config-LDFLAGS): Renamed to ...
26392         (rtld-LDFLAGS): This.
26393         (rtld-tests-LDFLAGS): New macro.
26394         (link-libc-rpath-link): Likewise.
26395         (link-libc-tests-rpath-link): Likewise.
26396         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
26397         (link-libc): Prepand $(link-libc-rpath-link).
26398         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
26399         (test-program-prefix): New macro.
26400         (test-via-rtld-prefix): Likewise.
26401         (test-program-cmd): Likewise.
26402         (host-test-program-cmd): Likewise.
26403         * Makefile ($(common-objpfx)testrun.sh): Replace
26404         $(run-program-prefix) with $(test-program-prefix).
26405         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
26406         $(rtld-LDFLAGS).
26407         ($(common-objpfx)shlib.lds): Likewise.
26408         (build-module-helper): Likewise.
26409         ($(common-objpfx)format.lds): Likewise.
26410         * Rules (binaries-pie-tests): New.
26411         (binaries-pie-notests): Likewise.
26412         (binaries-pie): Rewritten.
26413         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
26414         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
26415         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
26416         (make-test-out): Replace $(host-built-program-cmd) with
26417         $(host-test-program-cmd).
26418         * config.make.in (build-hardcoded-path-in-tests): New variable.
26419         * configure.in (--enable-hardcoded-path-in-tests): New configure
26420         option.
26421         (hardcoded_path_in_tests): New AC_SUBST.
26422         * configure: Regenerated.
26423         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
26424         $(built-program-cmd) with $(test-program-cmd).
26425         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
26426         (test_program_cmd): This.
26427         * elf/Makefile ($(objpfx)order.out): Run test with
26428         $(test-program-prefix).
26429         ($(objpfx)order2.out): Likewise.
26430         ($(objpfx)tst-initorder.out): Likewise.
26431         ($(objpfx)tst-initorder2.out): Likewise.
26432         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
26433         $(test-program-cmd).
26434         ($(objpfx)tst-array1-static.out): Likewise.
26435         ($(objpfx)tst-array2.out): Likewise.
26436         ($(objpfx)tst-array3.out): Likewise.
26437         ($(objpfx)tst-array4.out): Likewise.
26438         ($(objpfx)tst-array5.out): Likewise.
26439         ($(objpfx)tst-array5-static.out): Likewise.
26440         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
26441         $(test-program-cmd).
26442         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
26443         $(run-program-prefix) with $(test-program-prefix).
26444         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
26445         (test_program_prefix): This.
26446         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
26447         $(run-program-prefix) with $(test-program-prefix).
26448         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
26449         (test_program_prefix): This.
26450         * iconvdata/tst-tables.sh: Likewise.
26451         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
26452         $(run-program-prefix) with $(test-program-prefix).
26453         ($(objpfx)tst-translit.out): Likewise.
26454         ($(objpfx)tst-gettext2.out): Likewise.
26455         ($(objpfx)tst-gettext4.out): Likewise.
26456         ($(objpfx)tst-gettext6.out): Likewise.
26457         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
26458         (test_program_prefix): This.
26459         * intl/tst-gettext2.sh: Likewise.
26460         * intl/tst-gettext4.sh  Likewise.
26461         * intl/tst-gettext6.sh: Likewise.
26462         * intl/tst-translit.sh: Likewise.
26463         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
26464         with $(test-program-cmd).
26465         * libio/Makefile ($(objpfx)test-freopen.out): Replace
26466         $(run-program-prefix) with $(test-program-prefix).
26467         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
26468         (test_program_prefix): This.
26469         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
26470         $(run-program-prefix) with $(test-program-prefix).
26471         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
26472         (test_program_prefix): This.
26473         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
26474         * posix/Makefile ($(objpfx)globtest.out): Replace
26475         $(run-via-rtld-prefix) and $(test-wrapper) with
26476         $(test-program-prefix) and $(test-via-rtld-prefix).
26477         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
26478         $(test-program-prefix).
26479         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
26480         $(host-test-program-cmd).
26481         (tst-spawn-ARGS): Likewise.
26482         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
26483         $(test-program-prefix).
26484         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
26485         (test_via_rtld_prefix): This.
26486         (test_wrapper): Renamed to ...
26487         (test_program_prefix): This.
26488         (run_program_prefix): Replaced by test_program_prefix.
26489         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
26490         (test_program_prefix): This.
26491         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
26492         with $(host-test-program-cmd).
26493         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
26494         $(run-program-prefix) with $(test-program-prefix).
26495         ($(objpfx)tst-printf.out): Likewise.
26496         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
26497         $(test-program-cmd).
26498         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
26499         (test_program_prefix): This.
26500         * stdio-common/tst-unbputc.sh: Likewise.
26501         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
26502         $(run-program-prefix) with $(test-program-prefix).
26503         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
26504         (test_program_prefix): This.
26505         * string/Makefile ($(objpfx)tst-svc.out):  Replace
26506         $(built-program-cmd) with $(test-program-cmd).
26507
26508 2013-01-11  Andreas Jaeger  <aj@suse.de>
26509
26510         [BZ #15003]
26511         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
26512         value. Sync with Linux 3.7.
26513
26514 2013-01-10  David S. Miller  <davem@davemloft.net>
26515
26516         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
26517         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26518         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26519
26520 2013-01-10  Roland McGrath  <roland@hack.frob.com>
26521
26522         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
26523         never set.
26524         * configure: Regenerated.
26525
26526 2013-01-10  David S. Miller  <davem@davemloft.net>
26527
26528         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26529         sparc V9 rather than using V8 code.
26530         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26531         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26532
26533 2013-01-10  Roland McGrath  <roland@hack.frob.com>
26534
26535         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
26536         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
26537         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
26538         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
26539         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
26540         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
26541         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
26542         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
26543         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
26544         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
26545         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
26546         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
26547         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
26548         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
26549         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
26550         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
26551         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
26552         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
26553         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
26554         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
26555         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
26556         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
26557         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
26558         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
26559         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
26560         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
26561         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
26562
26563 2013-01-10  David S. Miller  <davem@davemloft.net>
26564
26565         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26566
26567 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
26568
26569         * posix/Makefile (tests-static): New variable.
26570         (tests): Add $(tests-static).
26571         (tst-exec-static-ARGS): New variable.
26572         (tst-spawn-static-ARGS): Likewise.
26573         * posix/tst-exec-static.c: New file.
26574         * posix/tst-spawn-static.c: Likewise.
26575         * posix/tst-exec.c: Support run directly.
26576         * posix/tst-spawn.c: Likewise.
26577
26578 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
26579
26580         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
26581         long.
26582         * math/bits/mathcalls.h (llrint): Likewise.
26583         (llround): Likewise.
26584         * stdlib/stdlib.h (struct drand48_data): Likewise.
26585         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
26586         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
26587         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
26588         Likewise.
26589         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
26590         Likewise.
26591         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
26592         (elf_greg_t): Likewise.
26593         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
26594         (__jmp_buf): Likewise.
26595         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
26596         definitions.
26597         (llrint): Likewise, for all definitions.
26598         (llrintl): Likewise.
26599
26600         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
26601         Remove [__GNUC__] condition.
26602         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
26603         condition to just [__USE_ISOC99].
26604         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
26605
26606 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
26607
26608         [BZ #14200]
26609         * sysdeps/unix/sysv/linux/x86/bits/environments.h
26610         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
26611         defined.
26612         (_POSIX_V6_ILP32_OFF32): Likewise.
26613         (_XBS5_ILP32_OFF32): Likewise.
26614         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
26615         (__ILP32_OFFBIG_LDFLAGS): Likewise.
26616
26617 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26618
26619         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
26620
26621         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
26622         doubles __mpexp_twomm1.  Adjust usage.
26623         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
26624         Remove.
26625
26626 2013-01-10  Andreas Schwab  <schwab@suse.de>
26627
26628         [BZ #14964]
26629         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
26630         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
26631
26632 2013-01-09  David S. Miller  <davem@davemloft.net>
26633
26634         [BZ #15003]
26635         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
26636         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
26637         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
26638         (TCP_FASTOPEN): Define.
26639         (tcp_repair_opt): New structure.
26640         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
26641         enum values.
26642         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
26643         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
26644         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
26645         (tcp_cookie_transactions): New structure.
26646
26647 2013-01-09  Anton Blanchard  <anton@samba.org>
26648
26649         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
26650         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
26651         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
26652         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
26653
26654 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
26655
26656         * include/features.h (__USE_ANSI): Remove.
26657
26658 2013-01-09  Roland McGrath  <roland@hack.frob.com>
26659
26660         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
26661
26662         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
26663
26664 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
26665
26666         * sysdeps/s390/fpu/libm-test-ulps: Update.
26667
26668         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26669
26670         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
26671         (__acr): Likewise.
26672         (__cpy): Likewise.
26673         (norm): Likewise.
26674         (denorm): Likewise.
26675         (__mp_dbl): Likewise.
26676         (__dbl_mp): Likewise.
26677         (add_magnitudes): Likewise.
26678         (sub_magnitudes): Likewise.
26679         (__add): Likewise.
26680         (__sub): Likewise.
26681         (__mul): Likewise.
26682         (__inv): Likewise.
26683         (__dvd): Likewise.
26684         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
26685         (__acr): Likewise.
26686         (__cpy): Likewise.
26687         (norm): Likewise.
26688         (denorm): Likewise.
26689         (__mp_dbl): Likewise.
26690         (__dbl_mp): Likewise.
26691         (add_magnitudes): Likewise.
26692         (sub_magnitudes): Likewise.
26693         (__add): Likewise.
26694         (__sub): Likewise.
26695         (__mul): Likewise.
26696         (__inv): Likewise.
26697         (__dvd): Likewise.
26698         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
26699         (__acr): Likewise.
26700         (__cpy): Likewise.
26701         (norm): Likewise.
26702         (denorm): Likewise.
26703         (__mp_dbl): Likewise.
26704         (__dbl_mp): Likewise.
26705         (add_magnitudes): Likewise.
26706         (sub_magnitudes): Likewise.
26707         (__add): Likewise.
26708         (__sub): Likewise.
26709         (__mul): Likewise.
26710         (__inv): Likewise.
26711         (__dvd): Likewise.
26712
26713 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
26714
26715         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
26716         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
26717         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
26718         2 && __USE_EXTERN_INLINES]: Likewise.
26719
26720 2013-01-08  Andreas Jaeger  <aj@suse.de>
26721
26722         [BZ# 14985]
26723         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
26724         Remove.
26725         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26726         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26727
26728 2013-01-07  Anton Blanchard  <anton@samba.org>
26729
26730         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
26731         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26732         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
26733         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26734         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26735         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26736         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
26737         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26738         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26739         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26740         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26741         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26742         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
26743         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26744         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
26745         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26746         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26747         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26748         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
26749         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26750         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
26751         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
26752         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
26753         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
26754         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
26755         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26756         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
26757         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26758         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
26759         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
26760         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
26761         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26762         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26763         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26764         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26765         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
26766         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26767         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
26768         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
26769         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
26770         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
26771         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
26772         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26773
26774 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
26775
26776         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
26777         (__MALLOC_PMT): Likewise.
26778         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
26779         [__GNUC__], only on [_LIBC].
26780         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26781         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
26782         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26783         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
26784         forward declaration.
26785         (realloc_hook_ini): Likewise.
26786         (memalign_hook_ini): Likewise.
26787         (__libc_memalign): Do not use __MALLOC_PMT in variable
26788         declaration.
26789         (__libc_valloc): Likewise.
26790         (__libc_pvalloc): Likewise.
26791         (__libc_calloc): Likewise.
26792         (__posix_memalign): Likewise.
26793
26794         [BZ #14996]
26795         * math/s_casinh.c: Include <float.h>.
26796         (__casinh): Do not do computation with squaring and square root
26797         for large arguments.
26798         * math/s_casinhf.c: Include <float.h>.
26799         (__casinhf): Do not do computation with squaring and square root
26800         for large arguments.
26801         * math/s_casinhl.c: Include <float.h>.
26802         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
26803         (__casinhl): Do not do computation with squaring and square root
26804         for large arguments.
26805         * math/libm-test.inc (casin_test): Add more tests.
26806         (casinh_test): Likewise.
26807         * sysdeps/i386/fpu/libm-test-ulps: Update.
26808         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26809
26810 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
26811
26812         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
26813         (__x86_64_raw_data_cache_size): Likewise.
26814         (__x86_64_data_cache_size_half): Likewise.
26815         (__x86_64_raw_data_cache_size_half): Likewise.
26816         (__x86_64_shared_cache_size): Likewise.
26817         (__x86_64_raw_shared_cache_size): Likewise.
26818         (__x86_64_shared_cache_size_half): Likewise.
26819         (__x86_64_raw_shared_cache_size_half): Likewise.
26820         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
26821         to ...
26822         (__x86_data_cache_size): This.
26823         (__x86_64_raw_data_cache_size): Renamed to ...
26824         (__x86_raw_data_cache_size): This.
26825         (__x86_64_data_cache_size_half): Renamed to ...
26826         (__x86_data_cache_size_half): This.
26827         (__x86_64_raw_data_cache_size_half): Renamed to ...
26828         (__x86_raw_data_cache_size_half): This.
26829         (__x86_64_shared_cache_size): Renamed to ...
26830         (__x86_shared_cache_size): This.
26831         (__x86_64_raw_shared_cache_size): Renamed to ...
26832         (__x86_raw_shared_cache_size): This.
26833         (__x86_64_shared_cache_size_half): Renamed to ...
26834         (__x86_shared_cache_size_half): This.
26835         (__x86_64_raw_shared_cache_size_half): Renamed to ...
26836         (__x86_raw_shared_cache_size_half): This.
26837         * sysdeps/x86_64/memcpy.S: Updated.
26838         * sysdeps/x86_64/memset.S: Likewise.
26839         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
26840         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
26841         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
26842
26843 2013-01-04  David S. Miller  <davem@davemloft.net>
26844
26845         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26846
26847 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
26848
26849         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
26850         1 to avoid redefinition warning.
26851         (__USE_GNU): Don't define.
26852         (init_signaling_nan): Protoize.
26853
26854         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26855
26856 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26857
26858         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
26859         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
26860         (__cpymn): Likewise.
26861         (norm): Remove commented code.
26862         (denorm): Likewise.
26863         (__mp_dbl): Likewise.
26864         (__inv): Likewise.
26865         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
26866         (__cpymn): Likewise.
26867         (norm): Remove commented code.
26868         (denorm): Likewise.
26869         (__mp_dbl): Likewise.
26870         (__inv): Likewise.
26871
26872         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
26873         mp_no value for 1.0 and 2.0.
26874         (norm): Use RADIXI instead of radixi.d.
26875         (denorm): Likewise.
26876         (__mul): Use 0.0 instead of zero.d.
26877         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
26878         mp_no value for 1.0 and 2.0.
26879         (norm): Use RADIXI instead of radixi.d.
26880         (denorm): Likewise.
26881         (__mul): Use 0.0 instead of zero.d.
26882
26883 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
26884
26885         [BZ #14994]
26886         * math/s_casinh.c (__casinh): Reduce finite argument to first
26887         quadrant then set signs of results at the end.
26888         * math/s_casinhf.c (__casinhf): Likewise.
26889         * math/s_casinhl.c (__casinhl): Likewise.
26890         * math/libm-test.inc (casin_test): Add more tests.
26891         (casinh_test): Likewise.
26892         * sysdeps/i386/fpu/libm-test-ulps: Update.
26893         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26894
26895 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26896
26897         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
26898
26899         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
26900
26901         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
26902         declarations.
26903         (denorm): Likewise.
26904         (__mp_dbl): Likewise.
26905         (__inv): Likewise.
26906
26907         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
26908         and adjust the header comment.
26909
26910         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
26911         variable name from declaration.
26912
26913 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
26914
26915         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26916         Initialize COMMON_CPUID_INDEX_7 element.
26917         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
26918         (CPUID_RTM): Likewise.
26919         (HAS_RTM): Likewise.
26920         (COMMON_CPUID_INDEX_7): New enum.
26921
26922 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
26923
26924         [BZ #14981]
26925         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
26926         size is zero, record memory as freed.
26927
26928 2013-01-03  Andreas Jaeger  <aj@suse.de>
26929
26930         * po/ia.po: Add new Interlingua translation.
26931
26932 2012-01-03  Allan McRae  <allan@archlinux.org>
26933
26934         * locale/programs/localedef.c: Fix description of '--posix' flag.
26935
26936 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
26937
26938         * NEWS: Update dates in second copyright notice.
26939         * README: Update copyright dates in example.
26940         * manual/libc.texinfo: Update copyright dates.
26941         * scripts/test-installation.pl: Update copyright date in --version
26942         output.
26943
26944         * hurd/ctty-input.c: Fix copyright notice formatting.
26945         * hurd/ctty-output.c: Likewise.
26946         * hurd/dtable.c: Likewise.
26947         * hurd/hurd-raise.c: Likewise.
26948         * hurd/hurdprio.c: Likewise.
26949         * hurd/msgportdemux.c: Likewise.
26950         * misc/sys/file.h: Likewise.
26951         * misc/sys/ioctl.h: Likewise.
26952         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
26953         * sysdeps/mach/hurd/chdir.c: Likewise.
26954         * sysdeps/mach/hurd/fchdir.c: Likewise.
26955         * sysdeps/mach/hurd/rename.c: Likewise.
26956         * sysdeps/mach/hurd/rmdir.c: Likewise.
26957         * sysdeps/mach/hurd/seekdir.c: Likewise.
26958         * sysdeps/mach/hurd/setsid.c: Likewise.
26959         * sysdeps/posix/wait3.c: Likewise.
26960
26961         * All files with FSF copyright notices: Update copyright dates
26962         using scripts/update-copyrights.
26963         * intl/plural.c: Regenerated.
26964         * locale/programs/charmap-kw.h: Likewise.
26965         * locale/programs/locfile-kw.h: Likewise.
26966
26967 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26968
26969         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
26970         four values.
26971
26972         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
26973         calculation loop and add branch prediction.
26974
26975         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
26976         check access beyond bounds of m1np.
26977
26978         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26979         MPTWO.
26980         (__inv): Remove local variable MPTWO to use the global
26981         constant.
26982         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
26983         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26984         variable MPTWO.
26985         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
26986         MP3HALFS static const.
26987
26988 2013-01-01  David S. Miller  <davem@davemloft.net>
26989
26990         * po/ca.po: Update from translation team.
26991
26992 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
26993
26994         * scripts/update-copyrights: New file.
26995         * Makeconfig: Reformat copyright notice.
26996         * ctype/ctype.h: Likewise.
26997         * debug/swprintf_chk.c: Likewise.
26998         * elf/dl-cache.c: Likewise.
26999         * elf/dl-debug.c: Likewise.
27000         * elf/dl-object.c: Likewise.
27001         * grp/initgroups.c: Likewise.
27002         * hurd/Makefile: Likewise.
27003         * hurd/hurd/signal.h: Likewise.
27004         * hurd/hurdfault.c: Likewise.
27005         * hurd/hurdioctl.c: Likewise.
27006         * hurd/hurdlookup.c: Likewise.
27007         * hurd/intr-msg.c: Likewise.
27008         * iconv/gconv_open.c: Likewise.
27009         * libio/swprintf.c: Likewise.
27010         * locale/lc-ctype.c: Likewise.
27011         * locale/nl_langinfo.c: Likewise.
27012         * mach/Machrules: Likewise.
27013         * mach/Makefile: Likewise.
27014         * malloc/obstack.h: Likewise.
27015         * manual/Makefile: Likewise.
27016         * manual/tsort.awk: Likewise.
27017         * misc/bits/stab.def: Likewise.
27018         * nis/nis_print_group_entry.c: Likewise.
27019         * nis/nis_table.c: Likewise.
27020         * nis/nss_compat/compat-pwd.c: Likewise.
27021         * nis/nss_compat/compat-spwd.c: Likewise.
27022         * po/Makefile: Likewise.
27023         * posix/fnmatch.c: Likewise.
27024         * posix/regex.h: Likewise.
27025         * resolv/Makefile: Likewise.
27026         * resolv/nss_dns/dns-network.c: Likewise.
27027         * resolv/res_hconf.c: Likewise.
27028         * scripts/gen-sorted.awk: Likewise.
27029         * soft-fp/soft-fp.h: Likewise.
27030         * stdio-common/printf.h: Likewise.
27031         * stdlib/monetary.h: Likewise.
27032         * stdlib/random.c: Likewise.
27033         * stdlib/random_r.c: Likewise.
27034         * sysdeps/generic/Makefile: Likewise.
27035         * sysdeps/gnu/Makefile: Likewise.
27036         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
27037         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
27038         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
27039         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
27040         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
27041         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
27042         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
27043         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
27044         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
27045         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
27046         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
27047         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
27048         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
27049         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
27050         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
27051         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
27052         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
27053         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
27054         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
27055         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
27056         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
27057         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
27058         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
27059         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27060         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
27061         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
27062         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
27063         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
27064         * sysdeps/mach/hurd/errnos.awk: Likewise.
27065         * sysdeps/mach/hurd/fork.c: Likewise.
27066         * sysdeps/mach/hurd/getcwd.c: Likewise.
27067         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
27068         * sysdeps/mach/hurd/mmap.c: Likewise.
27069         * sysdeps/mach/hurd/utimes.c: Likewise.
27070         * sysdeps/mach/hurd/xmknod.c: Likewise.
27071         * sysdeps/posix/profil.c: Likewise.
27072         * sysdeps/posix/readdir_r.c: Likewise.
27073         * sysdeps/powerpc/bits/mathdef.h: Likewise.
27074         * sysdeps/powerpc/bits/setjmp.h: Likewise.
27075         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
27076         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27077         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27078         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
27079         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27080         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
27081         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27082         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
27083         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27084         * sysdeps/pthread/lio_listio.c: Likewise.
27085         * sysdeps/sparc/dl-procinfo.h: Likewise.
27086         * sysdeps/unix/i386/sysdep.S: Likewise.
27087         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
27088         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
27089         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
27090         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
27091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
27092         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
27093         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
27094         * sysdeps/unix/sysv/linux/speed.c: Likewise.
27095         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
27096         * sysdeps/wordsize-32/divdi3.c: Likewise.
27097         * time/sys/time.h: Likewise.
27098         * wcsmbs/Makefile: Likewise.
27099
27100 2013-01-01  David S. Miller  <davem@davemloft.net>
27101
27102         * po/fr.po: Update from translation team.
27103
27104         * catgets/gencat.c: Update copyright year.
27105         * csu/version.c: Likewise.
27106         * debug/catchsegv.sh: Likewise.
27107         * debug/pcprofiledump.c: Likewise.
27108         * debug/xtrace.sh: Likewise.
27109         * elf/ldconfig.c: Likewise.
27110         * elf/ldd.bash.in: Likewise.
27111         * elf/pldd.c: Likewise.
27112         * elf/sotruss.ksh: Likewise.
27113         * elf/sprof.c: Likewise.
27114         * iconv/iconv_prog.c: Likewise.
27115         * iconv/iconvconfig.c: Likewise.
27116         * locale/programs/locale.c: Likewise.
27117         * locale/programs/localedef.c: Likewise.
27118         * login/programs/pt_chown.c: Likewise.
27119         * malloc/memusage.sh: Likewise.
27120         * malloc/memusagestat.c: Likewise.
27121         * malloc/mtrace.pl: Likewise.
27122         * nscd/nscd.c: Likewise.
27123         * nss/getent.c: Likewise.
27124         * nss/makedb.c: Likewise.
27125         * posix/getconf.c: Likewise.
27126
27127 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
27128
27129         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
27130         numbers.
27131
27132 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
27133
27134         * math/bits/mathcalls.h (modf): Use __nonnull.
27135
27136 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27137
27138         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
27139         (split): Use macro CN instead of the bare value.
27140         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
27141         could be used.
27142         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
27143         instead of the bare value.
27144         (power1): Likewise.
27145
27146 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27147
27148         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
27149         __ATAN_TWOM.
27150         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27151
27152         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
27153         their values.
27154         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
27155         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27156         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
27157         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
27158
27159 2012-12-28  Andreas Jaeger  <aj@suse.de>
27160
27161         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
27162         values are from Linux 3.7.
27163
27164         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
27165         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
27166
27167 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27168
27169         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
27170         TRUE case.
27171
27172         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
27173         (norm): Likewise.
27174         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
27175         variables with preprocessor constants.
27176         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27177         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
27178         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
27179
27180 2012-12-27  Bruno Haible  <bruno@clisp.org>
27181
27182         [BZ #14317]
27183         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
27184         only if needed.
27185
27186 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27187
27188         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
27189         and use variable directly.
27190         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
27191
27192         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27193         MPONE.
27194         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
27195         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27196         variable MPONE.
27197         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27198         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27199         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
27200         include directive.  Remove local variable MPONE.
27201         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
27202         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
27203         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
27204
27205 2012-12-25  David S. Miller  <davem@davemloft.net>
27206
27207         * version.h (RELEASE): Set to "development".
27208         (VERSION): Set to "2.17.90".
27209         * NEWS: Add 2.18 section.
27210
27211 2012-12-21  David S. Miller  <davem@davemloft.net>
27212
27213         * po/hr.po: Update from translation team.
27214
27215 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27216
27217         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
27218
27219 2012-12-19  Steve Ellcey  <sellcey@mips.com>
27220
27221         * NEWS:  Mention new memcpy for MIPS.
27222
27223 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27224
27225         * manual/contrib.texi (Contributors): Spelling correction.
27226
27227 2012-12-15  David S. Miller  <davem@davemloft.net>
27228
27229         * po/ru.po: Update from translation team.
27230
27231 2012-12-13  David S. Miller  <davem@davemloft.net>
27232
27233         * NEWS: Mention IFUNC testsuite enhancements.
27234
27235         * po/pl.po: Update from translation team.
27236         * po/bg.po: Likewise.
27237
27238         * manual/contrib.texi (Contributors): Update entries for Hongjiu
27239         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
27240
27241 2012-12-11  David S. Miller  <davem@davemloft.net>
27242
27243         * po/sv.po: Update from translation team.
27244
27245         * po/vi.po: Update from translation team.
27246
27247         * po/cs.po: Update from translation team.
27248
27249         * po/de.po: Update from translation team.
27250         * po/eo.po: Likewise.
27251         * po/nl.po: Likewise.
27252
27253 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27254
27255         [BZ #14246]
27256         * manual/argp.texi (Argp Helper Functions): Move node to follow
27257         Argp Parsing State.
27258
27259         [BZ #14872]
27260         * manual/conf.texi (Limits on File System Capacity): Mention if
27261         terminating null is included in the max size.
27262
27263 2012-12-10  Andreas Jaeger  <aj@suse.de>
27264
27265         * po/cs.po: Update from translation team.
27266
27267 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27268
27269         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
27270         void pointer and cast to uintptr_t.
27271         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
27272         path.
27273         * sysdeps/s390/s390-64/memcpy.S: Likewise.
27274         * sysdeps/s390/s390-64/memset.S: Likewise.
27275
27276 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
27277
27278         [BZ #14833]
27279         * menual/message.texi (Message Translation): Fix typos.
27280         (Helper programs for gettext): Likewise.
27281
27282 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
27283
27284         [BZ #14898]
27285         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
27286         Change to -1.
27287
27288 2012-12-07  David S. Miller  <davem@davemloft.net>
27289
27290         * po/libc.pot: Update.
27291
27292 2012-12-07  Richard Henderson  <rth@redhat.com>
27293
27294         [BZ #10114]
27295         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
27296         normal/normal case to before the switch.
27297         (_FP_DIV): Likewise.
27298
27299 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
27300             Mike Frysinger  <vapier@gentoo.org>
27301
27302         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
27303         check for __NR_fadvise64_64.
27304
27305 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
27306
27307         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
27308         0, not just to plain "0" as a statement.
27309         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
27310         with cw.
27311
27312 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
27313
27314         * NEWS: Use sourceware.org in Bugzilla URL.
27315
27316 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
27317
27318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
27319         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27320
27321         * stdio-common/tst-put-error.c (do_test): Add newline to the
27322         padded test to ensure flush.
27323
27324 2012-12-05  Jeff Law  <law@redhat.com>
27325
27326         * sunrpc/etc.rpc (fedfs_admin): Add entry.
27327
27328 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
27329
27330         * README: Don't refer to ports add-on as distributed separately.
27331         Mention AArch64 in list of systems supported in the ports add-on.
27332
27333         * LICENSES: Add more non-FSF copyright and license notices.
27334
27335         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
27336         ((unused)).
27337
27338         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
27339
27340         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
27341         10000 as width of padded output.
27342
27343 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27344
27345         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
27346
27347         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
27348         variable LX with __attribute__ ((unused)).
27349         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
27350         Likewise.
27351         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
27352         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
27353         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
27354         with __attribute__ ((unused)).
27355
27356 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
27357
27358         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
27359
27360 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27361
27362         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
27363         (CFLAGS-nldbl-acos.c): New variable.
27364         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
27365         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
27366         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
27367         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
27368         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
27369         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
27370         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
27371         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
27372         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
27373         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
27374         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
27375         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
27376         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
27377         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
27378         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
27379         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
27380         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
27381         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
27382         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
27383         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
27384         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
27385         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
27386         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
27387         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
27388         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
27389         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
27390         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
27391         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
27392         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
27393         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
27394         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
27395         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
27396         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
27397         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
27398         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
27399         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
27400         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
27401         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
27402         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
27403         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
27404         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
27405         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
27406         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
27407         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
27408         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
27409         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
27410         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
27411         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
27412         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
27413         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
27414         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
27415         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
27416         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
27417         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
27418         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
27419         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
27420         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
27421         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
27422         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
27423         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
27424         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
27425         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
27426         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
27427         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
27428         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
27429         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
27430         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
27431         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
27432         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
27433         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
27434         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
27435         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
27436         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
27437         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
27438         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
27439         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
27440         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
27441         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
27442         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
27443         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
27444         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
27445         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
27446         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
27447         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
27448         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
27449         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
27450         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
27451         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
27452         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
27453         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
27454         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
27455         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
27456         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
27457         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
27458         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
27459         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
27460         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
27461
27462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
27463         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27464
27465         [BZ #14914]
27466         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
27467         whole low double instead of just low 47 bits when splitting values
27468         into two parts.
27469
27470 2012-12-03  Allan McRae  <allan@archlinux.org>
27471
27472         * manual/stdio.texi (Predefined Printf Handlers): Remove
27473         @hsep and @vsep usage.
27474
27475 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
27476
27477         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
27478         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
27479
27480 2012-12-03  Jeff Law  <law@redhat.com>
27481
27482         * time/sys/time.h (settimeofday): Do not mark TV argument
27483         as __nonnull.
27484
27485 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
27486
27487         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
27488         when currently writing and seek to current position when not.
27489         * libio/Makefile (tests): Remove bug-fclose1.
27490         * libio/bug-fclose1.c: Delete.
27491
27492 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
27493
27494         * manual/arith.texi (feenableexcept): Fix typo.
27495         (fedisableexcept): Likewise.
27496
27497 2012-11-30  Roland McGrath  <roland@hack.frob.com>
27498
27499         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
27500         second, differently-typed declaration, rather than a cast.
27501
27502 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
27503
27504         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
27505         * include/rpc/svc.h: ... here.
27506
27507 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
27508
27509         [BZ #13013]
27510         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
27511         depending n and resplen2 to catch cases where answer
27512         equals answerp2.
27513
27514 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
27515
27516         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
27517         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
27518
27519 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
27520
27521         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
27522
27523 2012-11-29  Roland McGrath  <roland@hack.frob.com>
27524
27525         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
27526
27527 2012-11-28  Jeff Law  <law@redhat.com>
27528
27529         [BZ #13761]
27530         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
27531         dataset_temporary.  Track alloca usage into alloca_used.
27532         If dataset is large allocate and release it via malloc/free.
27533
27534 2012-06-04  Florian Weimer  <fweimer@redhat.com>
27535
27536         [BZ #14197]
27537         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
27538
27539 2012-11-28  David S. Miller  <davem@davemloft.net>
27540
27541         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27542
27543 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
27544
27545         [BZ #14803]
27546         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
27547         of pi/2 rounded to nearest to 64 bits.
27548         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
27549         nearest to 64 bits.
27550         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
27551         bits.
27552
27553 2012-11-28  Jeff Law <law@redhat.com>
27554             Martin Osvald <mosvald@redhat.com>
27555
27556         [BZ #14889]
27557         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
27558         * sunrpc/svc.c: Include time.h.
27559         (__svc_accept_failed): New function.
27560         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
27561         any reason other than EINTR, call __svc_accept_failed.
27562         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
27563         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
27564
27565 2012-11-28  Andreas Schwab  <schwab@suse.de>
27566
27567         * scripts/abilist.awk: Also handle indirect functions in .opd
27568         section.
27569
27570 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
27571
27572         [BZ #13881]
27573         * sysdeps/x86/fpu/powl_helper.c: New file.
27574         * sysdeps/x86/fpu/Makefile: Likewise.
27575         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
27576         (p3): New object.
27577         (__ieee754_powl): Use __powl_helper for finite arguments except
27578         integer exponents below 8.
27579         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
27580         (p3): New object.
27581         (__ieee754_powl): Use __powl_helper for finite arguments except
27582         integer exponents below 8.
27583         * math/libm-test.inc (pow_test): Add more tests and enable some
27584         previously disabled tests.
27585         * sysdeps/i386/fpu/libm-test-ulps: Update.
27586         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27587
27588 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27589             Carlos O'Donell  <carlos_odonell@mentor.com>
27590
27591         * nss/makedb.c (is_prime): Assert that input is odd and greater
27592         than 4.  Note that fact in a comment too.
27593         (next_prime): Add 4 to input.
27594
27595 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27596
27597         [BZ #11741]
27598         * libio/Makefile (tests): Add test case tst-fwrite-error.
27599         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
27600         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
27601         * libio/tst-fwrite-error.c: New test case.
27602
27603 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
27604
27605         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
27606         before casting to void *.
27607         * include/libc-internal.h (__pointer_type): New macro.
27608         (__integer_if_pointer_type_sub): Likewise.
27609         (__integer_if_pointer_type): Likewise.
27610         (cast_to_integer): Likewise.
27611         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
27612         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
27613         before casting to atomic64_t.
27614         (atomic_exchange_acq): Likewise.
27615         (__arch_exchange_and_add_body): Likewise.
27616         (__arch_add_body): Likewise.
27617         (atomic_add_negative): Likewise.
27618         (atomic_add_zero): Likewise.
27619
27620 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
27621
27622         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
27623         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
27624         (add_fdes): Likewise.
27625         (linear_search_fdes): Likewise.
27626         (binary_search_unencoded_fdes): Likewise.
27627
27628 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
27629
27630         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
27631
27632 2012-11-24  Adam Conrad  <adconrad@0c3.net>
27633
27634         * configure.in: Autodetect C++ header directories.
27635         * configure: Regenerated.
27636
27637 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
27638
27639         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
27640
27641 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
27642
27643         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27644
27645 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
27646
27647         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
27648         LDBL_MANT_DIG == 106]: Disable some tests.
27649         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
27650         Likewise.
27651         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
27652         Likewise.
27653
27654         [BZ #14871]
27655         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
27656         input for small inputs.  Return +/- pi/2 for large inputs.
27657         * math/libm-test.inc (atan_test): Add more tests.
27658
27659         * sysdeps/generic/unwind-dw2-fde-glibc.c
27660         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
27661         __attribute__ ((unused)).
27662
27663         [BZ #14645]
27664         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
27665         x * y if x and y are nonzero and z is zero.
27666
27667         [BZ #14811]
27668         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
27669         nonzero exponents with absolute value below 0x1p-117 to +/-
27670         0x1p-117.
27671
27672         [BZ #14869]
27673         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
27674         up arguments below 2**-450, not just those below 2**-500.
27675         * math/libm-test.inc (hypot_test): Add another test.
27676
27677         [BZ #14868]
27678         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
27679         Return a+b for ratio over 2**120, not 2**60.
27680         * math/libm-test.inc (hypot_test): Add another test.
27681
27682         * math/libm-test.inc (clog_test): Use
27683         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
27684         (clog10_test): Likewise.
27685
27686         [BZ #6778]
27687         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
27688
27689 2012-11-22  Andreas Schwab  <schwab@suse.de>
27690
27691         * sysdeps/i386/fpu/libm-test-ulps: Update.
27692
27693 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
27694
27695         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
27696         printf output with newline.
27697
27698 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
27699
27700         [BZ #14865]
27701         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
27702         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
27703         -z nodlopen, -z initfirst and -z execstack support.
27704         * configure: Regenerated.
27705
27706         * elf/elf.h (DF_1_NODIRECT): New macro.
27707         (DF_1_IGNMULDEF): Likewise.
27708         (DF_1_NOKSYMS): Likewise.
27709         (DF_1_NOHDR): Likewise.
27710         (DF_1_EDITED): Likewise.
27711         (DF_1_NORELOC): Likewise.
27712         (DF_1_SYMINTPOSE): Likewise.
27713         (DF_1_GLOBAUDIT): Likewise.
27714         (DF_1_SINGLETON): Likewise.
27715         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
27716         DT_1_SUPPORTED_MASK bits.
27717         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
27718
27719 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
27720
27721         * sysdeps/unix/make-syscalls.sh: Document prefixes.
27722
27723 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
27724
27725         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
27726         macro.
27727
27728         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
27729         (sendmmsg): Move declarations...
27730         * socket/sys/socket.h: ... here.
27731         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
27732         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
27733         include it from...
27734         * socket/recvmmsg.c: ... this new file.
27735         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
27736         (sendmmsg): Rename to __sendmmsg, create weak alias and make
27737         definition of __sendmmsg hidden.
27738         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
27739         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
27740         Move ENOSYS stub into and include it from...
27741         * socket/sendmmsg.c: ... this new file.
27742         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
27743         (sysdep_routines): Move recvmmsg and sendmmsg...
27744         * socket/Makefile (routines): ... here.
27745         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
27746         (GLIBC_PRIVATE): Add __sendmmsg.
27747         * include/sys/socket.h (__sendmmsg): Add declarations.
27748         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
27749         sendmmsg.
27750
27751 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
27752
27753         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
27754         variable I1 with __attribute__ ((unused)).
27755         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
27756
27757 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
27758
27759         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
27760         DUMMY variables with __attribute__ ((unused)).
27761
27762         * bits/byteswap.h: Include <bits/types.h>.
27763         (__bswap_64): Use __uint64_t instead of unsigned long long int.
27764
27765 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27766
27767         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
27768         string_t.  Do not manually set errno.
27769         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
27770         length with __strnlen.  Make sure to both set errno and return it on
27771         failure.
27772
27773 2012-11-19  David S. Miller  <davem@davemloft.net>
27774
27775         With help from Joseph Myers.
27776         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
27777         very large arguments properly.
27778         * math/libm-test.inc (atan_test): New tests.
27779         (atan2_test): New tests.
27780         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27781         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27782
27783 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
27784
27785         [BZ #14856]
27786         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
27787         Define to 3.
27788
27789         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
27790         [POSIX] (EADDRNOTAVAIL): Likewise.
27791         [POSIX] (EAFNOSUPPORT): Likewise.
27792         [POSIX] (EALREADY): Likewise.
27793         [POSIX] (ECONNABORTED): Likewise.
27794         [POSIX] (ECONNREFUSED): Likewise.
27795         [POSIX] (ECONNRESET): Likewise.
27796         [POSIX] (EDESTADDRREQ): Likewise.
27797         [POSIX] (EDQUOT): Likewise.
27798         [POSIX] (EHOSTUNREACH): Likewise.
27799         [POSIX] (EIDRM): Likewise.
27800         [POSIX] (EISCONN): Likewise.
27801         [POSIX] (ELOOP): Likewise.
27802         [POSIX] (EMULTIHOP): Likewise.
27803         [POSIX] (ENETDOWN): Likewise.
27804         [POSIX] (ENETUNREACH): Likewise.
27805         [POSIX] (ENOBUFS): Likewise.
27806         [POSIX] (ENODATA): Likewise.
27807         [POSIX] (ENOLINK): Likewise.
27808         [POSIX] (ENOMSG): Likewise.
27809         [POSIX] (ENOPROTOOPT): Likewise.
27810         [POSIX] (ENOSR): Likewise.
27811         [POSIX] (ENOSTR): Likewise.
27812         [POSIX] (ENOTCONN): Likewise.
27813         [POSIX] (ENOTSOCK): Likewise.
27814         [POSIX] (EOPNOTSUPP): Likewise.
27815         [POSIX] (EOVERFLOW): Likewise.
27816         [POSIX] (EPROTO): Likewise.
27817         [POSIX] (EPROTONOSUPPORT): Likewise.
27818         [POSIX] (EPROTOTYPE): Likewise.
27819         [POSIX] (ESTALE): Likewise.
27820         [POSIX] (ETIME): Likewise.
27821         [POSIX] (ETXTBSY): Likewise.
27822         [POSIX] (EWOULDBLOCK): Likewise.
27823         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
27824         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
27825         [POSIX] (SEEK_CUR): Likewise.
27826         [POSIX] (SEEK_END): Likewise.
27827         [POSIX || UNIX98] (mode_t): Do not require.
27828         [POSIX] (off_t): Likewise.
27829         [POSIX] (pid_t): Likewise.
27830         [POSIX] (sys/stat.h): Do not allow header.
27831         [POSIX] (unistd.h): Likewise.
27832         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
27833         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
27834         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
27835         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
27836         require.
27837         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
27838         sigevent): Specify elements.
27839         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
27840         entry.
27841         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
27842         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
27843
27844         * conform/data/cpio.h-data [POSIX]: Disable whole file.
27845         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
27846         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
27847         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
27848         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
27849         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
27850         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
27851         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
27852         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
27853         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
27854         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
27855         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
27856         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
27857         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
27858         Likewise.
27859         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
27860         Likewise.
27861         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
27862         Likewise.
27863         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
27864         Likewise.
27865         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
27866         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
27867         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
27868         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
27869         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
27870         Specify lower bound on value.
27871         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
27872         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
27873         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
27874         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
27875         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
27876         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
27877         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
27878         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
27879         value.
27880         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
27881         as optional.
27882         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
27883         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
27884         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
27885         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
27886         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
27887         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
27888         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
27889         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
27890         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
27891         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
27892         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
27893         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
27894         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
27895         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
27896         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
27897         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
27898         entry.
27899         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
27900         optional.
27901         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
27902         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
27903         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
27904         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
27905         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
27906         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
27907         Likewise.
27908         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
27909         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
27910         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
27911         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
27912         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
27913         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
27914         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
27915         as optional.
27916         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
27917         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
27918         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
27919         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
27920         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
27921         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
27922         specify as optional.
27923         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
27924         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
27925         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
27926         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
27927         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
27928         [XPG3] (NL_LANGMAX): Likewise.
27929         [POSIX || XPG3] (NL_MSGMAX): Likewise.
27930         [POSIX || XPG3] (NL_NMAX): Likewise.
27931         [POSIX || XPG3] (NL_SETMAX): Likewise.
27932         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
27933         [XPG3] (NZERO): Likewise.
27934         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
27935         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
27936         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
27937         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
27938         (REG_ERANGE): Expect.
27939         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
27940         optional-constant.
27941         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
27942         Use (void) in prototype.
27943         [POSIX] (*_t): Allow.
27944         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
27945         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
27946         (WRDE_BADVAL): Expect.
27947
27948         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
27949         expect.
27950         [XPG3 || XPG4] (O_RSYNC): Likewise.
27951         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
27952         Likewise.
27953         [XPG3 || XPG4] (pthread_sigmask): Likewise.
27954         [XPG3 || XPG4] (sigqueue): Likewise.
27955         [XPG3 || XPG4] (sigtimedwait): Likewise.
27956         [XPG3 || XPG4] (sigwaitinfo): Likewise.
27957         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
27958         [XPG3 || XPG4] (vsnprintf): Likewise.
27959         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
27960         Likewise.
27961         [XPG3 || XPG4] (blksize_t): Likewise.
27962         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
27963         Likewise.
27964         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
27965         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
27966         [XPG3 || XPG4] (struct itimerspec): Likewise.
27967         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
27968         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
27969         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
27970         [XPG3 || XPG4] (clockid_t): Likewise.
27971         [XPG3 || XPG4] (timer_t): Likewise.
27972         [XPG3 || XPG4] (clock_getres): Likewise.
27973         [XPG3 || XPG4] (clock_gettime): Likewise.
27974         [XPG3 || XPG4] (clock_settime): Likewise.
27975         [XPG3 || XPG4] (nanosleep): Likewise.
27976         [XPG3 || XPG4] (timer_create): Likewise.
27977         [XPG3 || XPG4] (timer_delete): Likewise.
27978         [XPG3 || XPG4] (timer_gettime): Likewise.
27979         [XPG3 || XPG4] (timer_getoverrun): Likewise.
27980         [XPG3 || XPG4] (timer_settime): Likewise.
27981         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
27982         [XPG3 || XPG4] (getlogin_r): Likewise.
27983         [XPG3 || XPG4] (pread): Likewise.
27984         [XPG3 || XPG4] (pthread_atfork): Likewise.
27985         [XPG3 || XPG4] (pwrite): Likewise.
27986
27987         [BZ #14835]
27988         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
27989         <bits/siginfo.h>.
27990
27991 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27992
27993         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
27994         finalizing MALLSTREAM.
27995
27996         * sysdeps/mach/hurd/syncfs.c: New file.
27997
27998 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27999
28000         [BZ #14719]
28001         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
28002         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
28003         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
28004         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
28005         (_nss_dns_gethostbyname4_r): Likewise.
28006         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
28007         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
28008
28009 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
28010
28011         [BZ #13763]
28012         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
28013
28014 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
28015
28016         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
28017         * elf/cache.c (print_entry): Print ",AArch64" for
28018         FLAG_AARCH64_LIB64
28019
28020         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
28021         * elf/cache.c (print_entry): Print ",hard-float" for
28022         FLAG_ARM_LIBHF.
28023
28024 2012-11-18  David S. Miller  <davem@davemloft.net>
28025
28026         With help from Joseph Myers.
28027         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
28028         cutoff to 2**-13.
28029         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
28030         cutoff to 2**-25.
28031         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
28032         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
28033         small.
28034         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
28035         * math/libm-test.inc (y0_test): New tests.
28036         (y1_test): New tests.
28037         * sysdeps/i386/fpu/libm-test-ulps: Update.
28038         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28039         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28040
28041 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
28042
28043         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
28044         64-bit targets.
28045         * configure: Regenerated.
28046
28047 2012-11-17  David S. Miller  <davem@davemloft.net>
28048
28049         [BZ #14811]
28050         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
28051         nonzero exponents with absolute value below 0x1p-128 to +/-
28052         0x1p-128.
28053
28054 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
28055
28056         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
28057
28058         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
28059
28060         * posix/getconf-speclist.c: New file.
28061         * posix/posix-envs.def: Likewise.
28062         * posix/confstr.c (START_ENV_GROUP): New macro.
28063         (END_ENV_GROUP): Likewise.
28064         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28065         (KNOWN_PRESENT_ENV_STRING): Likewise.
28066         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28067         (UNKNOWN_ENVIRONMENT): Likewise.
28068         (confstr): Include posix-envs.def instead of handling
28069         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
28070         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
28071         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
28072         (END_ENV_GROUP): Likewise.
28073         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28074         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28075         (UNKNOWN_ENVIRONMENT): Likewise.
28076         (__sysconf): Include posix-envs.def instead of handling associated
28077         cases directly here.
28078         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
28079         preprocessing getconf-speclist.c rather than running getconf or
28080         generating empty file.
28081
28082 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
28083
28084         * scripts/check-local-headers.sh: Ignore 'mach' headers.
28085
28086 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
28087
28088         [BZ #14672]
28089         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
28090
28091 2012-11-16  David S. Miller  <davem@davemloft.net>
28092
28093         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
28094         smaller than LDBL_EPSILON/2.0L, just return xm1.
28095
28096 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
28097
28098         * elf/tst-array1.c (init): Set constructor priority to 1000.
28099         (fini): Set destructor priority to 1000.
28100         * elf/tst-array2dep.c: Likewise.
28101
28102 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28103
28104         [BZ #11741]
28105         * libio/fileops.c (_IO_new_file_write): Correctly return error.
28106         (_IO_new_file_xsputn): Also return EOF if none of the input
28107         data was written when overflow failed.
28108         * libio/iopadn.c (_IO_padn): Likewise.
28109         * libio/iowpadn.c (_IO_wpadn): Likewise.
28110         * stdio-common/tst-put-error.c: Add copyright notice.
28111         (do_test): Add case for printing padded string.
28112         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
28113         _IO_padn returned error.
28114         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
28115         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
28116         return EOF.
28117
28118 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28119
28120         * libio/libioP.h: Add comment note that the references to C++
28121         bits are now obsolete.
28122
28123 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28124
28125         * math/libm-test.inc (check_complex): Use asprintf.
28126
28127 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
28128
28129         * debug/pcprofiledump.c (print_version): Update copyright year.
28130         * malloc/memusagestat.c (print_version): Likewise.
28131
28132 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
28133
28134         [BZ #14831]
28135         * elf/Makefile (tests): Add tst-audit8.
28136         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
28137         ($(objpfx)tst-audit8.out): New target.
28138         (tst-audit8-ENV): New variable.
28139         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
28140         audit if l_reloc_result is NULL.
28141         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
28142         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
28143         * elf/tst-audit8.c: New file.
28144
28145 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28146
28147         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
28148         * misc/Makefile (CFLAGS-select.c): Define.
28149         * posix/Makefile (CFLAGS-pause.c): Define.
28150
28151 2012-11-13  David S. Miller  <davem@davemloft.net>
28152
28153         * crypt/Makefile: Move test targets after toplevel Rules
28154         inclusion.  Grab any necessary sysdep routines when linking.
28155         * crypt/md5.c (md5_process_block): Remove define, we will always
28156         name it __md5_process_block.
28157         (md5_finish_ctx): Update md5_process_block call.
28158         (md5_stream): Likewise.
28159         (md5_process_bytes): Likewise.
28160         (md5_process_block): Rename to __md5_process_block and move to ...
28161         * crypt/md5-block.c: ... here.
28162         * crypt/sha256.c (sha256_process_block): Move to ...
28163         * crypt/sha256-block.c: ... here.
28164         * crypt/sha512.c (sha512_process_block): Move to ...
28165         * crypt/sha512-block.c: ... here.
28166         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
28167         path.
28168         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
28169         * sysdeps/sparc/sparc64/multiarch/Makefile
28170         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
28171         crypt subdir.
28172         (localedef-aux): Add md5 crypto assembler when in locale subdir.
28173         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
28174         multiarch changes.
28175         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
28176         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
28177         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
28178         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
28179         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
28180         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
28181         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
28182         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
28183         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
28184         file.
28185         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
28186         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
28187         file.
28188         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
28189
28190 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
28191
28192         * timezone/tzselect.ksh: Update from tzcode git revision
28193         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
28194         * timezone/zdump.c: Likewise.
28195         * timezone/zic.c: Likewise.
28196         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
28197         in TZVERSION setting, not $(PKGVERSION).
28198         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
28199         REPORT_BUGS_TO settings.
28200
28201         [BZ #14838]
28202         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
28203         macro.
28204
28205 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28206
28207         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
28208         detection to immediately after _FP_ROUND().
28209         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
28210         bits are 0.
28211
28212 2012-11-11  David S. Miller  <davem@davemloft.net>
28213
28214         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
28215         inttypes.h
28216         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
28217         __close rather than their public counterparts.
28218
28219 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
28220
28221         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
28222         file.
28223         [UNIX98] (sem_timedwait): Do not expect.
28224         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
28225         [XPG4 || UNIX98] (sockatmark): Do not expect.
28226         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
28227         (clock_getcpuclockid): Do not expect.
28228         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
28229         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
28230         Do not expect.
28231         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
28232         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
28233         [UNIX98] (vwscanf): Likewise.
28234         [UNIX98] (vswscanf): Likewise.
28235
28236 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
28237
28238         * timezone/version.h: Remove file.
28239         * timezone/README: Do not refer to version.h.
28240         * timezone/Makefile ($(objpfx)zic.o): New dependency on
28241         $(objpfx)version.h.
28242         ($(objpfx)zdump.o): Likewise.
28243         ($(objpfx)version.h): New target.
28244
28245         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
28246         2012i.
28247         * timezone/README: Don't mention modification to tzselect.ksh.
28248         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
28249         work on unmodified tzselect.ksh.  Substitute version numbers in
28250         tzselect.ksh.
28251
28252         * Makefile (format-me): Remove.
28253         (INSTALL): Adjust indentation.  Use commands directly instead of
28254         using $(format-me).
28255
28256         * aclocal.m4 (ACX_PKGVERSION): New macro.
28257         (ACX_BUGURL): Likewise.
28258         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
28259         (PKGVERSION): New AC_DEFINE_UNQUOTED.
28260         (REPORT_BUGS_TO): Likewise.
28261         * configure: Regenerated.
28262         * config.h.in (PKGVERSION): New macro.
28263         (REPORT_BUGS_TO): Likewise.
28264         * config.make.in (PKGVERSION): New variable.
28265         (PKGVERSION_TEXI): Likewise.
28266         (REPORT_BUGS_TO): Likewise.
28267         (REPORT_BUGS_TEXI): Likewise.
28268         * Makefile (format-me): Use -I$(common-objpfx)manual.
28269         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
28270         ($(common-objpfx)manual/%): New target.
28271         (manual/%): Remove target.
28272         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
28273         (print_version): Use PKGVERSION.
28274         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
28275         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
28276         and REPORT_BUGS_TO.
28277         ($(objpfx)xtrace): Likewise.
28278         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
28279         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
28280         (print_version): Use PKGVERSION.
28281         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
28282         (do_version): Use PKGVERSION.
28283         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
28284         REPORT_BUGS_TO.
28285         (common-ldd-rewrite): Likewise.
28286         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
28287         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
28288         (print_version): Use PKGVERSION.
28289         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
28290         * elf/pldd.c (argp_program_bug_address): Remove variable.
28291         (more_help): New function.
28292         (argp): Use more_help.
28293         (print_version): Use PKGVERSION.
28294         * elf/sln.c (main): Use PKGVERSION.
28295         (usage): Use REPORT_BUGS_TO.
28296         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
28297         (top level): Use PKGVERSION.
28298         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
28299         (print_version): Use PKGVERSION.
28300         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
28301         (print_version): Use PKGVERSION.
28302         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
28303         (print_version): Use PKGVERSION.
28304         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
28305         (print_version): Use PKGVERSION.
28306         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
28307         (print_version): Use PKGVERSION.
28308         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
28309         (print_version): Use PKGVERSION.
28310         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
28311         and BUGURL.
28312         ($(objpfx)memusage): Likewise.
28313         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
28314         (do_version): Use PKGVERSION.
28315         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
28316         (print_version): Use PKGVERSION.
28317         * malloc/mtrace.pl ($PACKAGE): Remove variable.
28318         ($PKGVERSION): New variable.
28319         ($REPORT_BUGS_TO): Likewise.
28320         (usage): Use $REPORT_BUGS_TO.
28321         (top level): Use $PKGVERSION.
28322         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
28323         ($(objpfx)pkgvers.texi): New rule.
28324         ($(objpfx)stamp-pkgvers): Likewise.
28325         * manual/install.texi: Include pkgvers.texi.
28326         (--with-pkgversion): Document new configure option.
28327         (--with-bugurl): Likewise.
28328         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
28329         than necessarily for this particular distribution.  Use
28330         REPORT_BUGS_TO for where to report bugs.
28331         * INSTALL: Regenerated.
28332         * manual/libc.texinfo: Include pkgvers.texi.
28333         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
28334         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
28335         (print_version): Use PKGVERSION.
28336         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
28337         (print_version): Use PKGVERSION.
28338         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
28339         (print_version): Use PKGVERSION.
28340         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
28341         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
28342         macro.
28343         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
28344         (print_version): Use PKGVERSION.
28345         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
28346         (print_version): Use PKGVERSION.
28347         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
28348         and PKGVERSION.
28349
28350         * timezone/checktab.awk: Update from tzcode 2012i.
28351         * timezone/ialloc.c: Likewise.
28352         * timezone/private.h: Likewise.
28353         * timezone/scheck.c: Likewise.
28354         * timezone/tzfile.h: Likewise.
28355         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
28356         (TZVERSION): Hardcode tzcode version number.
28357         * timezone/zdump.c: Update from tzcode 2012i.
28358         * timezone/zic.c: Likewise.
28359         * timezone/version.h: New file.
28360         * timezone/README: Describe version.h.  Update upstream location.
28361
28362         [BZ #14824]
28363         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
28364         (mktemp): Enable declaration.
28365         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
28366         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
28367         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
28368         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
28369         Likewise.
28370         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
28371         Likewise.
28372         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
28373         Likewise.
28374         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
28375         Likewise.
28376         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
28377         Likewise.
28378         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
28379         Likewise.
28380
28381         [BZ #14821]
28382         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
28383         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
28384         for copies of such integer values.
28385         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
28386         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
28387
28388 2012-11-09  Andreas Jaeger  <aj@suse.de>
28389
28390         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
28391         definitions and declarations that are provided by
28392         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
28393
28394 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28395
28396         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
28397         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
28398         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
28399         definition.
28400
28401 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28402
28403         * elf/elf.h: Update comment before AArch64 relocations.
28404
28405 2012-11-07  David S. Miller  <davem@davemloft.net>
28406
28407         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
28408         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
28409         (__start_context): Declare.
28410         (__makecontext_ret): Delete.
28411         (__makecontext): Hook up __start_context instead of
28412         __makecontext_ret.
28413         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
28414         (sysdep_routines): Add __start_context when in stdlib.
28415
28416 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28417
28418         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
28419         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
28420         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
28421         hardcoded "nm".
28422         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
28423         (READELF): New variable.  Use it instead of hardcoded "readelf".
28424
28425 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
28426
28427         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
28428         * sysdeps/x86/Makefile: Here.
28429         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
28430         * sysdeps/x86/tst-xmmymm.sh: This.
28431
28432 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28433
28434         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
28435         expectations.
28436         [UNIX98] (pthread_barrier_t): Do not expect.
28437         [UNIX98] (pthread_barrierattr_t): Likewise.
28438         [UNIX98] (pthread_spinlock_t): Likewise.
28439         [UNIX98] (pthread_barrier_destroy): Likewise.
28440         [UNIX98] (pthread_barrier_init): Likewise.
28441         [UNIX98] (pthread_barrier_wait): Likewise.
28442         [UNIX98] (pthread_barrierattr_destroy): Likewise.
28443         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
28444         [UNIX98] (pthread_barrierattr_init): Likewise.
28445         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
28446         [UNIX98] (pthread_getcpuclockid): Likewise.
28447         [UNIX98] (pthread_mutex_timedlock): Likewise.
28448         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
28449         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
28450         [UNIX98] (pthread_sigmask): Likewise.
28451         [UNIX98] (pthread_spin_destroy): Likewise.
28452         [UNIX98] (pthread_spin_init): Likewise.
28453         [UNIX98] (pthread_spin_lock): Likewise.
28454         [UNIX98] (pthread_spin_trylock): Likewise.
28455         [UNIX98] (pthread_spin_unlock): Likewise.
28456         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
28457         Do not expect.
28458         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
28459         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
28460         [XPG3 || XPG4] (pthread_cond_t): Likewise.
28461         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
28462         [XPG3 || XPG4] (pthread_key_t): Likewise.
28463         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
28464         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
28465         [XPG3 || XPG4] (pthread_once_t): Likewise.
28466         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
28467         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
28468         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
28469         [XPG3 || XPG4] (pthread_t): Likewise.
28470
28471         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
28472         not expect.
28473         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
28474
28475         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
28476         Change function return type to int.
28477
28478         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
28479         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
28480         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
28481         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
28482         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
28483         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
28484         [!POSIX] (posix_madvise): Likewise.
28485         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
28486         && !UNIX98].
28487         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
28488         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
28489         (mode_t): Likewise.
28490         (posix_mem_offset): Likewise.
28491         (posix_typed_mem_get_info): Likewise.
28492         (posix_typed_mem_open): Likewise.
28493
28494         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
28495         Change condition to [XOPEN2K8].
28496
28497         * conform/conformtest.pl: Preprocess allow-header data with -x c
28498         instead of from stdin.
28499         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
28500         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
28501         [C99-based standards] (cerfc): Likewise.
28502         [C99-based standards] (cexp2): Likewise.
28503         [C99-based standards] (cexpm1): Likewise.
28504         [C99-based standards] (clog10): Likewise.
28505         [C99-based standards] (clog1p): Likewise.
28506         [C99-based standards] (clog2): Likewise.
28507         [C99-based standards] (clgamma): Likewise.
28508         [C99-based standards] (ctgamma): Likewise.
28509         [C99-based standards] (cerff): Likewise.
28510         [C99-based standards] (cerfcf): Likewise.
28511         [C99-based standards] (cexp2f): Likewise.
28512         [C99-based standards] (cexpm1f): Likewise.
28513         [C99-based standards] (clog10f): Likewise.
28514         [C99-based standards] (clog1pf): Likewise.
28515         [C99-based standards] (clog2f): Likewise.
28516         [C99-based standards] (clgammaf): Likewise.
28517         [C99-based standards] (ctgammaf): Likewise.
28518         [C99-based standards] (cerfl): Likewise.
28519         [C99-based standards] (cerfcl): Likewise.
28520         [C99-based standards] (cexp2l): Likewise.
28521         [C99-based standards] (cexpm1l): Likewise.
28522         [C99-based standards] (clog10l): Likewise.
28523         [C99-based standards] (clog1pl): Likewise.
28524         [C99-based standards] (clog2l): Likewise.
28525         [C99-based standards] (clgammal): Likewise.
28526         [C99-based standards] (ctgammal): Likewise.
28527         * conform/data/inttypes.h-data [C99-based standards]: Include
28528         stdint.h-data.  Remove all expectations for stdint.h contents.
28529         [C99-based standards] (PRI*): Do not allow.
28530         [C99-based standards] (SCN*): Likewise.
28531         [C99-based standards] (*_t): Likewise.
28532         [C99-based-standards] (PRId8): Expect macro.
28533         [C99-based-standards] (PRIi8): Likewise.
28534         [C99-based-standards] (PRIo8): Likewise.
28535         [C99-based-standards] (PRIu8): Likewise.
28536         [C99-based-standards] (PRIx8): Likewise.
28537         [C99-based-standards] (PRIX8): Likewise.
28538         [C99-based-standards] (SCNd8): Likewise.
28539         [C99-based-standards] (SCNi8): Likewise.
28540         [C99-based-standards] (SCNo8): Likewise.
28541         [C99-based-standards] (SCNu8): Likewise.
28542         [C99-based-standards] (SCNx8): Likewise.
28543         [C99-based-standards] (PRIdLEAST8): Likewise.
28544         [C99-based-standards] (PRIiLEAST8): Likewise.
28545         [C99-based-standards] (PRIoLEAST8): Likewise.
28546         [C99-based-standards] (PRIuLEAST8): Likewise.
28547         [C99-based-standards] (PRIxLEAST8): Likewise.
28548         [C99-based-standards] (PRIXLEAST8): Likewise.
28549         [C99-based-standards] (SCNdLEAST8): Likewise.
28550         [C99-based-standards] (SCNiLEAST8): Likewise.
28551         [C99-based-standards] (SCNoLEAST8): Likewise.
28552         [C99-based-standards] (SCNuLEAST8): Likewise.
28553         [C99-based-standards] (SCNxLEAST8): Likewise.
28554         [C99-based-standards] (PRIdFAST8): Likewise.
28555         [C99-based-standards] (PRIiFAST8): Likewise.
28556         [C99-based-standards] (PRIoFAST8): Likewise.
28557         [C99-based-standards] (PRIuFAST8): Likewise.
28558         [C99-based-standards] (PRIxFAST8): Likewise.
28559         [C99-based-standards] (PRIXFAST8): Likewise.
28560         [C99-based-standards] (SCNdFAST8): Likewise.
28561         [C99-based-standards] (SCNiFAST8): Likewise.
28562         [C99-based-standards] (SCNoFAST8): Likewise.
28563         [C99-based-standards] (SCNuFAST8): Likewise.
28564         [C99-based-standards] (SCNxFAST8): Likewise.
28565         [C99-based-standards] (PRId16): Likewise.
28566         [C99-based-standards] (PRIi16): Likewise.
28567         [C99-based-standards] (PRIo16): Likewise.
28568         [C99-based-standards] (PRIu16): Likewise.
28569         [C99-based-standards] (PRIx16): Likewise.
28570         [C99-based-standards] (PRIX16): Likewise.
28571         [C99-based-standards] (SCNd16): Likewise.
28572         [C99-based-standards] (SCNi16): Likewise.
28573         [C99-based-standards] (SCNo16): Likewise.
28574         [C99-based-standards] (SCNu16): Likewise.
28575         [C99-based-standards] (SCNx16): Likewise.
28576         [C99-based-standards] (PRIdLEAST16): Likewise.
28577         [C99-based-standards] (PRIiLEAST16): Likewise.
28578         [C99-based-standards] (PRIoLEAST16): Likewise.
28579         [C99-based-standards] (PRIuLEAST16): Likewise.
28580         [C99-based-standards] (PRIxLEAST16): Likewise.
28581         [C99-based-standards] (PRIXLEAST16): Likewise.
28582         [C99-based-standards] (SCNdLEAST16): Likewise.
28583         [C99-based-standards] (SCNiLEAST16): Likewise.
28584         [C99-based-standards] (SCNoLEAST16): Likewise.
28585         [C99-based-standards] (SCNuLEAST16): Likewise.
28586         [C99-based-standards] (SCNxLEAST16): Likewise.
28587         [C99-based-standards] (PRIdFAST16): Likewise.
28588         [C99-based-standards] (PRIiFAST16): Likewise.
28589         [C99-based-standards] (PRIoFAST16): Likewise.
28590         [C99-based-standards] (PRIuFAST16): Likewise.
28591         [C99-based-standards] (PRIxFAST16): Likewise.
28592         [C99-based-standards] (PRIXFAST16): Likewise.
28593         [C99-based-standards] (SCNdFAST16): Likewise.
28594         [C99-based-standards] (SCNiFAST16): Likewise.
28595         [C99-based-standards] (SCNoFAST16): Likewise.
28596         [C99-based-standards] (SCNuFAST16): Likewise.
28597         [C99-based-standards] (SCNxFAST16): Likewise.
28598         [C99-based-standards] (PRId32): Likewise.
28599         [C99-based-standards] (PRIi32): Likewise.
28600         [C99-based-standards] (PRIo32): Likewise.
28601         [C99-based-standards] (PRIu32): Likewise.
28602         [C99-based-standards] (PRIx32): Likewise.
28603         [C99-based-standards] (PRIX32): Likewise.
28604         [C99-based-standards] (SCNd32): Likewise.
28605         [C99-based-standards] (SCNi32): Likewise.
28606         [C99-based-standards] (SCNo32): Likewise.
28607         [C99-based-standards] (SCNu32): Likewise.
28608         [C99-based-standards] (SCNx32): Likewise.
28609         [C99-based-standards] (PRIdLEAST32): Likewise.
28610         [C99-based-standards] (PRIiLEAST32): Likewise.
28611         [C99-based-standards] (PRIoLEAST32): Likewise.
28612         [C99-based-standards] (PRIuLEAST32): Likewise.
28613         [C99-based-standards] (PRIxLEAST32): Likewise.
28614         [C99-based-standards] (PRIXLEAST32): Likewise.
28615         [C99-based-standards] (SCNdLEAST32): Likewise.
28616         [C99-based-standards] (SCNiLEAST32): Likewise.
28617         [C99-based-standards] (SCNoLEAST32): Likewise.
28618         [C99-based-standards] (SCNuLEAST32): Likewise.
28619         [C99-based-standards] (SCNxLEAST32): Likewise.
28620         [C99-based-standards] (PRIdFAST32): Likewise.
28621         [C99-based-standards] (PRIiFAST32): Likewise.
28622         [C99-based-standards] (PRIoFAST32): Likewise.
28623         [C99-based-standards] (PRIuFAST32): Likewise.
28624         [C99-based-standards] (PRIxFAST32): Likewise.
28625         [C99-based-standards] (PRIXFAST32): Likewise.
28626         [C99-based-standards] (SCNdFAST32): Likewise.
28627         [C99-based-standards] (SCNiFAST32): Likewise.
28628         [C99-based-standards] (SCNoFAST32): Likewise.
28629         [C99-based-standards] (SCNuFAST32): Likewise.
28630         [C99-based-standards] (SCNxFAST32): Likewise.
28631         [C99-based-standards] (PRId64): Likewise.
28632         [C99-based-standards] (PRIi64): Likewise.
28633         [C99-based-standards] (PRIo64): Likewise.
28634         [C99-based-standards] (PRIu64): Likewise.
28635         [C99-based-standards] (PRIx64): Likewise.
28636         [C99-based-standards] (PRIX64): Likewise.
28637         [C99-based-standards] (SCNd64): Likewise.
28638         [C99-based-standards] (SCNi64): Likewise.
28639         [C99-based-standards] (SCNo64): Likewise.
28640         [C99-based-standards] (SCNu64): Likewise.
28641         [C99-based-standards] (SCNx64): Likewise.
28642         [C99-based-standards] (PRIdLEAST64): Likewise.
28643         [C99-based-standards] (PRIiLEAST64): Likewise.
28644         [C99-based-standards] (PRIoLEAST64): Likewise.
28645         [C99-based-standards] (PRIuLEAST64): Likewise.
28646         [C99-based-standards] (PRIxLEAST64): Likewise.
28647         [C99-based-standards] (PRIXLEAST64): Likewise.
28648         [C99-based-standards] (SCNdLEAST64): Likewise.
28649         [C99-based-standards] (SCNiLEAST64): Likewise.
28650         [C99-based-standards] (SCNoLEAST64): Likewise.
28651         [C99-based-standards] (SCNuLEAST64): Likewise.
28652         [C99-based-standards] (SCNxLEAST64): Likewise.
28653         [C99-based-standards] (PRIdFAST64): Likewise.
28654         [C99-based-standards] (PRIiFAST64): Likewise.
28655         [C99-based-standards] (PRIoFAST64): Likewise.
28656         [C99-based-standards] (PRIuFAST64): Likewise.
28657         [C99-based-standards] (PRIxFAST64): Likewise.
28658         [C99-based-standards] (PRIXFAST64): Likewise.
28659         [C99-based-standards] (SCNdFAST64): Likewise.
28660         [C99-based-standards] (SCNiFAST64): Likewise.
28661         [C99-based-standards] (SCNoFAST64): Likewise.
28662         [C99-based-standards] (SCNuFAST64): Likewise.
28663         [C99-based-standards] (SCNxFAST64): Likewise.
28664         [C99-based-standards] (PRIdMAX): Likewise.
28665         [C99-based-standards] (PRIiMAX): Likewise.
28666         [C99-based-standards] (PRIoMAX): Likewise.
28667         [C99-based-standards] (PRIuMAX): Likewise.
28668         [C99-based-standards] (PRIxMAX): Likewise.
28669         [C99-based-standards] (PRIXMAX): Likewise.
28670         [C99-based-standards] (SCNdMAX): Likewise.
28671         [C99-based-standards] (SCNiMAX): Likewise.
28672         [C99-based-standards] (SCNoMAX): Likewise.
28673         [C99-based-standards] (SCNuMAX): Likewise.
28674         [C99-based-standards] (SCNxMAX): Likewise.
28675         [C99-based-standards] (PRIdPTR): Likewise.
28676         [C99-based-standards] (PRIiPTR): Likewise.
28677         [C99-based-standards] (PRIoPTR): Likewise.
28678         [C99-based-standards] (PRIuPTR): Likewise.
28679         [C99-based-standards] (PRIxPTR): Likewise.
28680         [C99-based-standards] (PRIXPTR): Likewise.
28681         [C99-based-standards] (SCNdPTR): Likewise.
28682         [C99-based-standards] (SCNiPTR): Likewise.
28683         [C99-based-standards] (SCNoPTR): Likewise.
28684         [C99-based-standards] (SCNuPTR): Likewise.
28685         [C99-based-standards] (SCNxPTR): Likewise.
28686         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
28687         allow.
28688         * conform/data/stdint.h-data: Update comments to clarify
28689         requirements.
28690         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
28691         type.
28692         [C99-based standards] (INT8_MAX): Likewise.
28693         [C99-based standards] (INT16_MIN): Likewise.
28694         [C99-based standards] (INT16_MAX): Likewise.
28695         [C99-based standards] (INT32_MIN): Likewise.
28696         [C99-based standards] (INT32_MAX): Likewise.
28697         [C99-based standards] (INT64_MIN): Likewise.
28698         [C99-based standards] (INT64_MAX): Likewise.
28699         [C99-based standards] (UINT8_MAX): Likewise.
28700         [C99-based standards] (UINT16_MAX): Likewise.
28701         [C99-based standards] (UINT32_MAX): Likewise.
28702         [C99-based standards] (UINT64_MAX): Likewise.
28703         [C99-based standards] (INT_LEAST8_MIN): Likewise.
28704         [C99-based standards] (INT_LEAST8_MAX): Likewise.
28705         [C99-based standards] (INT_LEAST16_MIN): Likewise.
28706         [C99-based standards] (INT_LEAST16_MAX): Likewise.
28707         [C99-based standards] (INT_LEAST32_MIN): Likewise.
28708         [C99-based standards] (INT_LEAST32_MAX): Likewise.
28709         [C99-based standards] (INT_LEAST64_MIN): Likewise.
28710         [C99-based standards] (INT_LEAST64_MAX): Likewise.
28711         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
28712         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
28713         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
28714         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
28715         [C99-based standards] (INT_FAST8_MIN): Likewise.
28716         [C99-based standards] (INT_FAST8_MAX): Likewise.
28717         [C99-based standards] (INT_FAST16_MIN): Likewise.
28718         [C99-based standards] (INT_FAST16_MAX): Likewise.
28719         [C99-based standards] (INT_FAST32_MIN): Likewise.
28720         [C99-based standards] (INT_FAST32_MAX): Likewise.
28721         [C99-based standards] (INT_FAST64_MIN): Likewise.
28722         [C99-based standards] (INT_FAST64_MAX): Likewise.
28723         [C99-based standards] (UINT_FAST8_MAX): Likewise.
28724         [C99-based standards] (UINT_FAST16_MAX): Likewise.
28725         [C99-based standards] (UINT_FAST32_MAX): Likewise.
28726         [C99-based standards] (UINT_FAST64_MAX): Likewise.
28727         [C99-based standards] (INTPTR_MIN): Likewise.
28728         [C99-based standards] (INTPTR_MAX): Likewise.
28729         [C99-based standards] (UINTPTR_MAX): Likewise.
28730         [C99-based standards] (INTMAX_MIN): Likewise.
28731         [C99-based standards] (INTMAX_MAX): Likewise.
28732         [C99-based standards] (UINTMAX_MAX): Likewise.
28733         [C99-based standards] (PTRDIFF_MIN): Likewise.
28734         [C99-based standards] (PTRDIFF_MAX): Likewise.
28735         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
28736         [C99-based standards] (SIZE_MAX): Likewise.
28737         [C99-based standards] (WCHAR_MAX): Likewise.
28738         [C99-based standards] (WINT_MAX): Likewise.
28739         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
28740         constraint on value.
28741         [C99-based standards] (WCHAR_MIN): Likewise.
28742         [C99-based standards] (WINT_MIN): Likewise.
28743         [C99-based standards] (*_t): Allow.
28744         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
28745         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
28746         Include math.h-data and complex.h-data.  Remove all expectations
28747         of math.h and complex.h contents.
28748         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
28749         at end of line.
28750         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
28751         (struct tm): Expect tag.
28752         [C99-based-standards] (wcstof): Expect function.
28753         [C99-based-standards] (wcstold): Likewise.
28754         [C99-based-standards] (wcstoll): Likewise.
28755         [C99-based-standards] (wcstoull): Likewise.
28756         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
28757         macro-int-constant.  Specify type.
28758         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
28759         constraint on value.
28760         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28761         Specify type.
28762         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
28763         Specify value.
28764         [ISO C standards]: Do not allow headers.
28765         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
28766         wcs[abcdefghijklmnopqrstuvwxyz]*.
28767         [ISO C standards] (*_t): Do not allow.
28768         * conform/data/wctype.h-data [C99-based standards] (iswblank):
28769         Expect function.
28770         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
28771         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28772         Specify type.
28773         [ISO C standards]: Do not allow headers.
28774         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
28775         is[abcdefghijklmnopqrstuvwxyz]*.
28776         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
28777         to[abcdefghijklmnopqrstuvwxyz]*.
28778         [ISO C standards] (*_t): Do not allow.
28779         * conform/data/stdalign.h-data: New file.
28780         * conform/data/stdbool.h-data: Likewise.
28781         * conform/data/stdnoreturn.h-data: Likewise.
28782
28783 2012-11-07  Roland McGrath  <roland@hack.frob.com>
28784
28785         [BZ #14815]
28786         * manual/filesys.texi (Directory Entries): Typo fix.
28787         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
28788
28789 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28790
28791         * elf/elf.h (EM_AARCH64): New macro.
28792         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
28793         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
28794         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
28795         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
28796         (R_AARCH64_TLSDESC): Likewise.
28797         (NT_ARM_TLS): Likewise.
28798         (NT_ARM_HW_BREAK): Likewise.
28799         (NT_ARM_HW_WATCH): Likewise.
28800
28801 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28802
28803         [BZ #14811]
28804         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
28805         (__ieee754_powl): Saturate nonzero exponents with absolute value
28806         below 0x1p-79 to +/- 0x1p-79.
28807         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
28808         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
28809         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
28810         nonzero exponents with absolute value below 0x1p-32 to +/-
28811         0x1p-32.
28812         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
28813         (__ieee754_powl): Saturate nonzero exponents with absolute value
28814         below 0x1p-79 to +/- 0x1p-79.
28815         * math/libm-test.inc (pow_test): Add more tests.
28816
28817 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28818
28819         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
28820         _dl_s390_cap_flags with kernel. Increase string length.
28821         (_dl_s390_platforms): Add z196 and zEC12.
28822
28823 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28824
28825         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
28826         Change XOPEN21K to XOPEN2K.
28827
28828 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
28829
28830         * string/memmove.c: Use memcpy when possible.
28831
28832 2012-11-06  Andreas Jaeger  <aj@suse.de>
28833
28834         * po/eo.po: Update from translation team.
28835
28836 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
28837
28838         [BZ #14793]
28839         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
28840         exponent and small x and y exponents, scale x or y up.  Increase
28841         by 2 the exponent used in scaling up.
28842         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28843         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28844         * math/libm-test.inc (fma_test): Add more tests.
28845         (fma_test_towardzero): Likewise.
28846         (fma_test_downward): Likewise.
28847         (fma_test_upward): Likewise.
28848
28849 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
28850
28851         [BZ #14805]
28852         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
28853         fenv_t *.
28854
28855         [BZ #14801]
28856         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
28857         namespace for names of struct fields.
28858         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
28859         fenv_t fields.
28860         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
28861         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
28862
28863 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28864
28865         [BZ #3665]
28866         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
28867
28868 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
28869
28870         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
28871         PTR_DEMANGLE.
28872
28873         [BZ #5246]
28874         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
28875         PTR_DEMANGLE.
28876
28877 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
28878
28879         [BZ #14797]
28880         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
28881         definitely overflow as x * y not x * y + z.
28882         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28883         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28884         * math/libm-test.inc (fma_test): Add more tests.
28885         (fma_test_towardzero): Likewise.
28886         (fma_test_downward): Likewise.
28887         (fma_test_upward): Likewise.
28888
28889 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
28890
28891         [BZ #157]
28892
28893         * include/stub-tag.h: Remove file.
28894         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
28895         '#include' of it.
28896         * manual/maint.texi (Porting): Don't reference it.
28897         * Makerules ($(objpfx)stubs): Likewise.
28898         * dirent/closedir.c: Don't include <stub-tag.h>.
28899         * dirent/dirfd.c: Likewise.
28900         * dirent/fdopendir.c: Likewise.
28901         * dirent/getdents.c: Likewise.
28902         * dirent/getdents64.c: Likewise.
28903         * dirent/opendir.c: Likewise.
28904         * dirent/readdir.c: Likewise.
28905         * dirent/readdir64.c: Likewise.
28906         * dirent/readdir64_r.c: Likewise.
28907         * dirent/readdir_r.c: Likewise.
28908         * dirent/rewinddir.c: Likewise.
28909         * dirent/seekdir.c: Likewise.
28910         * dirent/telldir.c: Likewise.
28911         * gmon/profil.c: Likewise.
28912         * grp/setgroups.c: Likewise.
28913         * inet/if_index.c: Likewise.
28914         * io/access.c: Likewise.
28915         * io/chdir.c: Likewise.
28916         * io/chmod.c: Likewise.
28917         * io/chown.c: Likewise.
28918         * io/close.c: Likewise.
28919         * io/dup.c: Likewise.
28920         * io/dup2.c: Likewise.
28921         * io/dup3.c: Likewise.
28922         * io/euidaccess.c: Likewise.
28923         * io/faccessat.c: Likewise.
28924         * io/fchdir.c: Likewise.
28925         * io/fchmod.c: Likewise.
28926         * io/fchmodat.c: Likewise.
28927         * io/fchown.c: Likewise.
28928         * io/fchownat.c: Likewise.
28929         * io/fcntl.c: Likewise.
28930         * io/flock.c: Likewise.
28931         * io/fstatfs.c: Likewise.
28932         * io/fstatfs64.c: Likewise.
28933         * io/fstatvfs.c: Likewise.
28934         * io/fstatvfs64.c: Likewise.
28935         * io/futimens.c: Likewise.
28936         * io/fxstat.c: Likewise.
28937         * io/fxstat64.c: Likewise.
28938         * io/fxstatat.c: Likewise.
28939         * io/fxstatat64.c: Likewise.
28940         * io/getcwd.c: Likewise.
28941         * io/isatty.c: Likewise.
28942         * io/lchmod.c: Likewise.
28943         * io/lchown.c: Likewise.
28944         * io/link.c: Likewise.
28945         * io/linkat.c: Likewise.
28946         * io/lseek.c: Likewise.
28947         * io/lseek64.c: Likewise.
28948         * io/lxstat64.c: Likewise.
28949         * io/mkdir.c: Likewise.
28950         * io/mkdirat.c: Likewise.
28951         * io/mkfifo.c: Likewise.
28952         * io/mkfifoat.c: Likewise.
28953         * io/open.c: Likewise.
28954         * io/open64.c: Likewise.
28955         * io/openat.c: Likewise.
28956         * io/openat64.c: Likewise.
28957         * io/pipe.c: Likewise.
28958         * io/pipe2.c: Likewise.
28959         * io/poll.c: Likewise.
28960         * io/posix_fadvise.c: Likewise.
28961         * io/posix_fadvise64.c: Likewise.
28962         * io/posix_fallocate.c: Likewise.
28963         * io/posix_fallocate64.c: Likewise.
28964         * io/read.c: Likewise.
28965         * io/readlink.c: Likewise.
28966         * io/readlinkat.c: Likewise.
28967         * io/rmdir.c: Likewise.
28968         * io/sendfile.c: Likewise.
28969         * io/sendfile64.c: Likewise.
28970         * io/statfs.c: Likewise.
28971         * io/statfs64.c: Likewise.
28972         * io/statvfs.c: Likewise.
28973         * io/statvfs64.c: Likewise.
28974         * io/symlink.c: Likewise.
28975         * io/symlinkat.c: Likewise.
28976         * io/ttyname.c: Likewise.
28977         * io/ttyname_r.c: Likewise.
28978         * io/umask.c: Likewise.
28979         * io/unlink.c: Likewise.
28980         * io/unlinkat.c: Likewise.
28981         * io/utime.c: Likewise.
28982         * io/utimensat.c: Likewise.
28983         * io/write.c: Likewise.
28984         * io/xmknod.c: Likewise.
28985         * io/xmknodat.c: Likewise.
28986         * io/xstat.c: Likewise.
28987         * io/xstat64.c: Likewise.
28988         * login/getpt.c: Likewise.
28989         * login/grantpt.c: Likewise.
28990         * login/unlockpt.c: Likewise.
28991         * math/e_acoshl.c: Likewise.
28992         * math/e_acosl.c: Likewise.
28993         * math/e_asinl.c: Likewise.
28994         * math/e_atan2l.c: Likewise.
28995         * math/e_atanhl.c: Likewise.
28996         * math/e_coshl.c: Likewise.
28997         * math/e_expl.c: Likewise.
28998         * math/e_fmodl.c: Likewise.
28999         * math/e_gammal_r.c: Likewise.
29000         * math/e_hypotl.c: Likewise.
29001         * math/e_j0l.c: Likewise.
29002         * math/e_j1l.c: Likewise.
29003         * math/e_jnl.c: Likewise.
29004         * math/e_lgammal_r.c: Likewise.
29005         * math/e_log10l.c: Likewise.
29006         * math/e_log2l.c: Likewise.
29007         * math/e_logl.c: Likewise.
29008         * math/e_powl.c: Likewise.
29009         * math/e_rem_pio2l.c: Likewise.
29010         * math/e_sinhl.c: Likewise.
29011         * math/e_sqrtl.c: Likewise.
29012         * math/fclrexcpt.c: Likewise.
29013         * math/fedisblxcpt.c: Likewise.
29014         * math/feenablxcpt.c: Likewise.
29015         * math/fegetenv.c: Likewise.
29016         * math/fegetexcept.c: Likewise.
29017         * math/fegetround.c: Likewise.
29018         * math/feholdexcpt.c: Likewise.
29019         * math/fesetenv.c: Likewise.
29020         * math/fesetround.c: Likewise.
29021         * math/feupdateenv.c: Likewise.
29022         * math/fgetexcptflg.c: Likewise.
29023         * math/fraiseexcpt.c: Likewise.
29024         * math/fsetexcptflg.c: Likewise.
29025         * math/ftestexcept.c: Likewise.
29026         * math/k_cosl.c: Likewise.
29027         * math/k_rem_pio2l.c: Likewise.
29028         * math/k_sinl.c: Likewise.
29029         * math/k_tanl.c: Likewise.
29030         * math/s_asinhl.c: Likewise.
29031         * math/s_atanl.c: Likewise.
29032         * math/s_cbrtl.c: Likewise.
29033         * math/s_erfl.c: Likewise.
29034         * math/s_expm1l.c: Likewise.
29035         * math/s_log1pl.c: Likewise.
29036         * math/s_tanhl.c: Likewise.
29037         * misc/acct.c: Likewise.
29038         * misc/brk.c: Likewise.
29039         * misc/chflags.c: Likewise.
29040         * misc/chroot.c: Likewise.
29041         * misc/fchflags.c: Likewise.
29042         * misc/fgetxattr.c: Likewise.
29043         * misc/flistxattr.c: Likewise.
29044         * misc/fremovexattr.c: Likewise.
29045         * misc/fsetxattr.c: Likewise.
29046         * misc/fsync.c: Likewise.
29047         * misc/ftruncate.c: Likewise.
29048         * misc/futimes.c: Likewise.
29049         * misc/futimesat.c: Likewise.
29050         * misc/getdomain.c: Likewise.
29051         * misc/getdtsz.c: Likewise.
29052         * misc/gethostid.c: Likewise.
29053         * misc/gethostname.c: Likewise.
29054         * misc/getloadavg.c: Likewise.
29055         * misc/getpagesize.c: Likewise.
29056         * misc/getsysstats.c: Likewise.
29057         * misc/getxattr.c: Likewise.
29058         * misc/gtty.c: Likewise.
29059         * misc/ioctl.c: Likewise.
29060         * misc/lgetxattr.c: Likewise.
29061         * misc/listxattr.c: Likewise.
29062         * misc/llistxattr.c: Likewise.
29063         * misc/lremovexattr.c: Likewise.
29064         * misc/lsetxattr.c: Likewise.
29065         * misc/lutimes.c: Likewise.
29066         * misc/madvise.c: Likewise.
29067         * misc/mincore.c: Likewise.
29068         * misc/mlock.c: Likewise.
29069         * misc/mlockall.c: Likewise.
29070         * misc/mmap.c: Likewise.
29071         * misc/mprotect.c: Likewise.
29072         * misc/msync.c: Likewise.
29073         * misc/munlock.c: Likewise.
29074         * misc/munlockall.c: Likewise.
29075         * misc/munmap.c: Likewise.
29076         * misc/preadv.c: Likewise.
29077         * misc/preadv64.c: Likewise.
29078         * misc/ptrace.c: Likewise.
29079         * misc/pwritev.c: Likewise.
29080         * misc/pwritev64.c: Likewise.
29081         * misc/readv.c: Likewise.
29082         * misc/reboot.c: Likewise.
29083         * misc/remap_file_pages.c: Likewise.
29084         * misc/removexattr.c: Likewise.
29085         * misc/revoke.c: Likewise.
29086         * misc/select.c: Likewise.
29087         * misc/setdomain.c: Likewise.
29088         * misc/setegid.c: Likewise.
29089         * misc/seteuid.c: Likewise.
29090         * misc/sethostid.c: Likewise.
29091         * misc/sethostname.c: Likewise.
29092         * misc/setregid.c: Likewise.
29093         * misc/setreuid.c: Likewise.
29094         * misc/setxattr.c: Likewise.
29095         * misc/sstk.c: Likewise.
29096         * misc/stty.c: Likewise.
29097         * misc/swapoff.c: Likewise.
29098         * misc/swapon.c: Likewise.
29099         * misc/sync.c: Likewise.
29100         * misc/syncfs.c: Likewise.
29101         * misc/syscall.c: Likewise.
29102         * misc/truncate.c: Likewise.
29103         * misc/ualarm.c: Likewise.
29104         * misc/usleep.c: Likewise.
29105         * misc/ustat.c: Likewise.
29106         * misc/utimes.c: Likewise.
29107         * misc/vhangup.c: Likewise.
29108         * misc/writev.c: Likewise.
29109         * posix/_exit.c: Likewise.
29110         * posix/alarm.c: Likewise.
29111         * posix/execve.c: Likewise.
29112         * posix/fexecve.c: Likewise.
29113         * posix/fork.c: Likewise.
29114         * posix/fpathconf.c: Likewise.
29115         * posix/getaddrinfo.c: Likewise.
29116         * posix/getegid.c: Likewise.
29117         * posix/geteuid.c: Likewise.
29118         * posix/getgid.c: Likewise.
29119         * posix/getgroups.c: Likewise.
29120         * posix/getlogin.c: Likewise.
29121         * posix/getlogin_r.c: Likewise.
29122         * posix/getpgid.c: Likewise.
29123         * posix/getpid.c: Likewise.
29124         * posix/getppid.c: Likewise.
29125         * posix/getresgid.c: Likewise.
29126         * posix/getresuid.c: Likewise.
29127         * posix/getsid.c: Likewise.
29128         * posix/getuid.c: Likewise.
29129         * posix/glob64.c: Likewise.
29130         * posix/nanosleep.c: Likewise.
29131         * posix/pathconf.c: Likewise.
29132         * posix/pause.c: Likewise.
29133         * posix/posix_madvise.c: Likewise.
29134         * posix/pread.c: Likewise.
29135         * posix/pread64.c: Likewise.
29136         * posix/pwrite.c: Likewise.
29137         * posix/pwrite64.c: Likewise.
29138         * posix/sched_getaffinity.c: Likewise.
29139         * posix/sched_getp.c: Likewise.
29140         * posix/sched_gets.c: Likewise.
29141         * posix/sched_primax.c: Likewise.
29142         * posix/sched_primin.c: Likewise.
29143         * posix/sched_rr_gi.c: Likewise.
29144         * posix/sched_setaffinity.c: Likewise.
29145         * posix/sched_setp.c: Likewise.
29146         * posix/sched_sets.c: Likewise.
29147         * posix/sched_yield.c: Likewise.
29148         * posix/setgid.c: Likewise.
29149         * posix/setlogin.c: Likewise.
29150         * posix/setpgid.c: Likewise.
29151         * posix/setresgid.c: Likewise.
29152         * posix/setresuid.c: Likewise.
29153         * posix/setsid.c: Likewise.
29154         * posix/setuid.c: Likewise.
29155         * posix/sleep.c: Likewise.
29156         * posix/spawni.c: Likewise.
29157         * posix/sysconf.c: Likewise.
29158         * posix/times.c: Likewise.
29159         * posix/wait.c: Likewise.
29160         * posix/wait3.c: Likewise.
29161         * posix/wait4.c: Likewise.
29162         * posix/waitpid.c: Likewise.
29163         * resolv/gai_sigqueue.c: Likewise.
29164         * resource/getpriority.c: Likewise.
29165         * resource/getrlimit.c: Likewise.
29166         * resource/getrusage.c: Likewise.
29167         * resource/nice.c: Likewise.
29168         * resource/setpriority.c: Likewise.
29169         * resource/setrlimit.c: Likewise.
29170         * resource/ulimit.c: Likewise.
29171         * rt/aio_cancel.c: Likewise.
29172         * rt/aio_fsync.c: Likewise.
29173         * rt/aio_read.c: Likewise.
29174         * rt/aio_sigqueue.c: Likewise.
29175         * rt/aio_suspend.c: Likewise.
29176         * rt/aio_write.c: Likewise.
29177         * rt/clock_getres.c: Likewise.
29178         * rt/clock_gettime.c: Likewise.
29179         * rt/clock_nanosleep.c: Likewise.
29180         * rt/clock_settime.c: Likewise.
29181         * rt/lio_listio.c: Likewise.
29182         * rt/mq_close.c: Likewise.
29183         * rt/mq_getattr.c: Likewise.
29184         * rt/mq_notify.c: Likewise.
29185         * rt/mq_open.c: Likewise.
29186         * rt/mq_receive.c: Likewise.
29187         * rt/mq_send.c: Likewise.
29188         * rt/mq_setattr.c: Likewise.
29189         * rt/mq_timedreceive.c: Likewise.
29190         * rt/mq_timedsend.c: Likewise.
29191         * rt/mq_unlink.c: Likewise.
29192         * rt/shm_open.c: Likewise.
29193         * rt/shm_unlink.c: Likewise.
29194         * rt/timer_create.c: Likewise.
29195         * rt/timer_delete.c: Likewise.
29196         * rt/timer_getoverr.c: Likewise.
29197         * rt/timer_gettime.c: Likewise.
29198         * rt/timer_settime.c: Likewise.
29199         * setjmp/__longjmp.c: Likewise.
29200         * setjmp/setjmp.c: Likewise.
29201         * signal/kill.c: Likewise.
29202         * signal/killpg.c: Likewise.
29203         * signal/raise.c: Likewise.
29204         * signal/sigaction.c: Likewise.
29205         * signal/sigaltstack.c: Likewise.
29206         * signal/sigblock.c: Likewise.
29207         * signal/sigignore.c: Likewise.
29208         * signal/sigintr.c: Likewise.
29209         * signal/signal.c: Likewise.
29210         * signal/sigpause.c: Likewise.
29211         * signal/sigpending.c: Likewise.
29212         * signal/sigqueue.c: Likewise.
29213         * signal/sigreturn.c: Likewise.
29214         * signal/sigset.c: Likewise.
29215         * signal/sigsetmask.c: Likewise.
29216         * signal/sigstack.c: Likewise.
29217         * signal/sigsuspend.c: Likewise.
29218         * signal/sigtimedwait.c: Likewise.
29219         * signal/sigvec.c: Likewise.
29220         * signal/sigwait.c: Likewise.
29221         * signal/sigwaitinfo.c: Likewise.
29222         * signal/sysv_signal.c: Likewise.
29223         * socket/accept.c: Likewise.
29224         * socket/accept4.c: Likewise.
29225         * socket/bind.c: Likewise.
29226         * socket/connect.c: Likewise.
29227         * socket/getpeername.c: Likewise.
29228         * socket/getsockname.c: Likewise.
29229         * socket/getsockopt.c: Likewise.
29230         * socket/isfdtype.c: Likewise.
29231         * socket/listen.c: Likewise.
29232         * socket/recv.c: Likewise.
29233         * socket/recvfrom.c: Likewise.
29234         * socket/recvmsg.c: Likewise.
29235         * socket/send.c: Likewise.
29236         * socket/sendmsg.c: Likewise.
29237         * socket/sendto.c: Likewise.
29238         * socket/setsockopt.c: Likewise.
29239         * socket/shutdown.c: Likewise.
29240         * socket/sockatmark.c: Likewise.
29241         * socket/socket.c: Likewise.
29242         * socket/socketpair.c: Likewise.
29243         * stdio-common/ctermid.c: Likewise.
29244         * stdio-common/cuserid.c: Likewise.
29245         * stdio-common/remove.c: Likewise.
29246         * stdio-common/rename.c: Likewise.
29247         * stdio-common/renameat.c: Likewise.
29248         * stdio-common/tempname.c: Likewise.
29249         * stdlib/getcontext.c: Likewise.
29250         * stdlib/makecontext.c: Likewise.
29251         * stdlib/setcontext.c: Likewise.
29252         * stdlib/swapcontext.c: Likewise.
29253         * stdlib/system.c: Likewise.
29254         * streams/fattach.c: Likewise.
29255         * streams/fdetach.c: Likewise.
29256         * streams/getmsg.c: Likewise.
29257         * streams/getpmsg.c: Likewise.
29258         * streams/putmsg.c: Likewise.
29259         * streams/putpmsg.c: Likewise.
29260         * sysdeps/unix/bsd/getpt.c: Likewise.
29261         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
29262         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
29263         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
29264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
29265         Likewise.
29266         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
29267         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
29268         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
29269         * sysvipc/msgctl.c: Likewise.
29270         * sysvipc/msgget.c: Likewise.
29271         * sysvipc/msgrcv.c: Likewise.
29272         * sysvipc/msgsnd.c: Likewise.
29273         * sysvipc/semctl.c: Likewise.
29274         * sysvipc/semget.c: Likewise.
29275         * sysvipc/semop.c: Likewise.
29276         * sysvipc/semtimedop.c: Likewise.
29277         * sysvipc/shmat.c: Likewise.
29278         * sysvipc/shmctl.c: Likewise.
29279         * sysvipc/shmdt.c: Likewise.
29280         * sysvipc/shmget.c: Likewise.
29281         * termios/tcdrain.c: Likewise.
29282         * termios/tcflow.c: Likewise.
29283         * termios/tcflush.c: Likewise.
29284         * termios/tcgetattr.c: Likewise.
29285         * termios/tcgetpgrp.c: Likewise.
29286         * termios/tcsendbrk.c: Likewise.
29287         * termios/tcsetattr.c: Likewise.
29288         * termios/tcsetpgrp.c: Likewise.
29289         * time/adjtime.c: Likewise.
29290         * time/clock.c: Likewise.
29291         * time/getitimer.c: Likewise.
29292         * time/gettimeofday.c: Likewise.
29293         * time/setitimer.c: Likewise.
29294         * time/settimeofday.c: Likewise.
29295         * time/stime.c: Likewise.
29296         * time/time.c: Likewise.
29297
29298 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
29299
29300         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
29301         /usr/old/bin.
29302
29303         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
29304         instead of spaces.
29305         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
29306
29307 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
29308
29309         [BZ #14796]
29310         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
29311         FE_TONEAREST before applying Dekker multiplication and Knuth
29312         addition.  Clear inexact exceptions and check for exact zero
29313         results afterwards.
29314         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29315         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29316         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29317         * math/libm-test.inc (fma_test): Add more tests.
29318         (fma_test_towardzero): Likewise.
29319         (fma_test_downward): Likewise.
29320         (fma_test_upward): Likewise.
29321         * sysdeps/generic/math_private.h (default_libc_fesetround): New
29322         function.
29323         (libc_fesetround): New macro.
29324         (libc_fesetroundf): Likewise.
29325         (libc_fesetroundl): Likewise.
29326         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
29327         function.
29328         (libc_fesetround_387): Likewise.
29329         (libc_fesetroundf): New macro.
29330         (libc_fesetround): Likewise.
29331         (libc_fesetroundl): Likewise.
29332         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
29333         function.
29334         (libc_fesetroundf): New macro.
29335         (libc_fesetround): Likewise.
29336         (libc_fesetroundl): Likewise.
29337         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
29338         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
29339         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
29340         libm_hidden_ver.
29341         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
29342         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
29343         libm_hidden_def.
29344         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
29345         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
29346         libm_hidden_ver.
29347         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
29348         libm_hidden_def.
29349
29350         [BZ #3439]
29351         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
29352         integer constant usable in #if and use that to give value to enum
29353         constant.
29354         (FE_DIVBYZERO): Likewise.
29355         (FE_UNDERFLOW): Likewise.
29356         (FE_OVERFLOW): Likewise.
29357         (FE_INVALID): Likewise.
29358         (FE_INVALID_SNAN): Likewise.
29359         (FE_INVALID_ISI): Likewise.
29360         (FE_INVALID_IDI): Likewise.
29361         (FE_INVALID_ZDZ): Likewise.
29362         (FE_INVALID_IMZ): Likewise.
29363         (FE_INVALID_COMPARE): Likewise.
29364         (FE_INVALID_SOFTWARE): Likewise.
29365         (FE_INVALID_SQRT): Likewise.
29366         (FE_INVALID_INTEGER_CONVERSION): Likewise.
29367         (FE_TONEAREST): Likewise.
29368         (FE_TOWARDZERO): Likewise.
29369         (FE_UPWARD): Likewise.
29370         (FE_DOWNWARD): Likewise.
29371         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
29372         (FE_DIVBYZERO): Likewise.
29373         (FE_OVERFLOW): Likewise.
29374         (FE_UNDERFLOW): Likewise.
29375         (FE_INEXACT): Likewise.
29376         (FE_TONEAREST): Likewise.
29377         (FE_DOWNWARD): Likewise.
29378         (FE_UPWARD): Likewise.
29379         (FE_TOWARDZERO): Likewise.
29380         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
29381         (FE_UNDERFLOW): Likewise.
29382         (FE_OVERFLOW): Likewise.
29383         (FE_DIVBYZERO): Likewise.
29384         (FE_INVALID): Likewise.
29385         (FE_TONEAREST): Likewise.
29386         (FE_TOWARDZERO): Likewise.
29387         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
29388         (FE_OVERFLOW): Likewise.
29389         (FE_UNDERFLOW): Likewise.
29390         (FE_DIVBYZERO): Likewise.
29391         (FE_INEXACT): Likewise.
29392         (FE_TONEAREST): Likewise.
29393         (FE_TOWARDZERO): Likewise.
29394         (FE_UPWARD): Likewise.
29395         (FE_DOWNWARD): Likewise.
29396         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
29397         (FE_DIVBYZERO): Likewise.
29398         (FE_OVERFLOW): Likewise.
29399         (FE_UNDERFLOW): Likewise.
29400         (FE_INEXACT): Likewise.
29401         (FE_TONEAREST): Likewise.
29402         (FE_DOWNWARD): Likewise.
29403         (FE_UPWARD): Likewise.
29404         (FE_TOWARDZERO): Likewise.
29405
29406 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
29407
29408         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
29409
29410 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
29411
29412         * scripts/cross-test-ssh.sh (command): Use newlines to separate
29413         commands.  Quote $PWD.
29414         (blacklist_exports): Don't use remove_newlines.  Replace "declare
29415         -x" by "export".
29416         (remove_newlines): Remove.
29417
29418 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
29419
29420         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
29421         * stdlib/stdlib.h (atof): Moved to ...
29422         * include/bits/stdlib-float.h: Here.  New file.
29423         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
29424         * stdlib/bits/stdlib-float.h: New file.
29425         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
29426         -mno-sse -mno-mmx.
29427         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
29428         <xmmintrin.h>.
29429
29430 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
29431
29432         * conform/conformtest.pl (@headers): Add fenv.h.
29433         * conform/data/fenv.h-data: New file.
29434         * include/fenv.h [_ISOMAC]: Disable all contents of file except
29435         include of <math/fenv.h>.
29436
29437         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
29438         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
29439         && !UNIX98].  Enables tests for XOPEN2K8.
29440         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
29441         POSIX2008]: Likewise.
29442
29443         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
29444         (struct rusage): Do not expect type or its members.
29445
29446         [BZ #3439]
29447         * math/math.h (FP_NAN): Define macro to integer constant usable in
29448         #if and use that to give value to enum constant.
29449         (FP_INFINITE): Likewise.
29450         (FP_ZERO): Likewise.
29451         (FP_SUBNORMAL): Likewise.
29452         (FP_NORMAL): Likewise.
29453
29454 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
29455
29456         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
29457         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
29458         arguments.
29459
29460 2012-11-02  Roland McGrath  <roland@hack.frob.com>
29461
29462         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
29463         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
29464         autoconf-time if not.
29465         * configure.in: Remove AC_PREREQ.
29466
29467 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29468
29469         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
29470         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
29471         of the internal implementation.
29472
29473 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
29474
29475         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
29476         except include of <misc/sys/syslog.h>.
29477
29478 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
29479
29480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
29481         function returns with a NULL context exit with zero.
29482
29483 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29484
29485         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
29486
29487 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
29488
29489         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
29490         (run_program_cmd): This.
29491         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
29492         (tst_langinfo): New variable.  Use it.
29493
29494 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
29495
29496         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
29497         floating point opcodes.
29498
29499 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29500
29501         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
29502         variable.
29503
29504         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
29505
29506         * sysdeps/mach/hurd/powerpc: Remove directory.
29507         * sysdeps/mach/powerpc: Likewise.
29508
29509 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
29510
29511         * scripts/check-local-headers.sh: Ignore c++ headers.
29512
29513 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29514
29515         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
29516         __libc_cleanup_region_start argument.
29517
29518 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
29519
29520         [BZ #14784]
29521         [BZ #14785]
29522         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
29523         x * y using scaling, not as x * y + z.
29524         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29525         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29526         * math/libm-test.inc (fma_test): Add more tests.
29527         (fma_test_towardzero): Likewise.
29528         (fma_test_downward): Likewise.
29529         (fma_test_upward): Likewise.
29530
29531 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29532
29533         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
29534
29535 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
29536
29537         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
29538         New variable.
29539
29540 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
29541
29542         * rt/tst-shm.c (worker): Correct checking for mmap failure.
29543
29544 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
29545
29546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29547         Fix sort order.
29548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29549         Likewise.
29550
29551 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29552
29553         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29554         Fix the order of the list for glibc 2.17.
29555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29556         Likewise.
29557
29558 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
29559
29560         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29561
29562 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
29563
29564         [BZ #14610]
29565         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
29566         for low part of x being zero before using __atanl (y).
29567         * math/libm-test.inc (atan2_test): Add another test.
29568
29569         * manual/install.texi (Configuring and compiling): Document
29570         general use of test-wrapper and test-wrapper-env.
29571         * INSTALL: Regenerated.
29572
29573         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
29574         (__fma): Do not extract and scale down low bits on after-rounding
29575         systems when result rounded to normal precision would have normal
29576         exponent.
29577         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
29578         (__fmal): Do not extract and scale down low bits on after-rounding
29579         systems when result rounded to normal precision would have normal
29580         exponent.
29581         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
29582         (__fmal): Do not extract and scale down low bits on after-rounding
29583         systems when result rounded to normal precision would have normal
29584         exponent.
29585         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
29586         macro.
29587         (fma_test): Add more tests.
29588         (fma_test_towardzero): Likewise.
29589         (fma_test_downward): Likewise.
29590         (fma_test_upward): Likewise.
29591
29592 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
29593
29594         * sysdeps/i386/tininess.h: Renamed to ...
29595         * sysdeps/x86/tininess.h: This.
29596         * sysdeps/x86_64/tininess.h: Removed.
29597
29598 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
29599
29600         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
29601         input.  Use $(build-program-cmd).
29602         ($(objpfx)tst-array1-static.out): Likewise.
29603         ($(objpfx)tst-array2.out): Likewise.
29604         ($(objpfx)tst-array3.out): Likewise.
29605         ($(objpfx)tst-array4.out): Likewise.
29606         ($(objpfx)tst-array5.out): Likewise.
29607         ($(objpfx)tst-array5-static.out): Likewise.
29608
29609 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
29610
29611         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
29612         if defined.
29613
29614         * nss/nsswitch.h (nss_interface_function): Provide new
29615         macro for use with NSS functions.
29616         * grp/initgroups.c: Use new macro.
29617         * nss/getXXbyYY.c: Likewise.
29618         * nss/getXXbyYY_r.c: Likewise.
29619         * nss/getXXent.c: Likewise.
29620         * nss/getXXent_r.c: Likewise.
29621         * sysdeps/posix/getaddrinfo.c: Likewise.
29622
29623 2012-10-30  Andreas Jaeger  <aj@suse.de>
29624
29625         * po/ru.po: Update Russion translation from translation project.
29626
29627 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
29628
29629         [BZ #14152]
29630         [BZ #14783]
29631         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
29632         result and shift together with sticky bit instead of replicating
29633         round-to-nearest rounding.
29634         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29635         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29636         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
29637         missing underflow exceptions.
29638         (fma_test_towardzero): Add more tests.
29639         (fma_test_downward): Likewise.
29640         (fma_test_upward): Likewise.
29641
29642         [BZ #14047]
29643         * sysdeps/generic/tininess.h: New file.
29644         * sysdeps/i386/tininess.h: Likewise.
29645         * sysdeps/sh/tininess.h: Likewise.
29646         * sysdeps/x86_64/tininess.h: Likewise.
29647         * stdlib/tst-strtod-underflow.c: Likewise.
29648         * stdlib/tst-tininess.c: Likewise.
29649         * stdlib/strtod_l.c: Include <tininess.h>.
29650         (round_and_return): Do not set errno for exact underflow cases.
29651         Force an underflow exception when setting errno for underflow.
29652         Determine underflow based on rounding to normal precision if
29653         TININESS_AFTER_ROUNDING.
29654         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
29655         ERANGE for exact underflow cases.
29656         * stdlib/Makefile (tests): Add tst-tininess and
29657         tst-strtod-underflow.
29658         ($(objpfx)tst-tininess): Use $(link-libm).
29659         ($(objpfx)tst-strtod-underflow): Likewise.
29660
29661 2012-10-30  Andreas Jaeger  <aj@suse.de>
29662
29663         [BZ#14767]
29664         * elf/Makefile (tests): Remove conditional for have-initfini-array
29665         since this is now always required and the variable does not exist
29666         anymore.
29667         (tests-static): Likewise.
29668         (modules-names): Likewise.
29669
29670         * po/eo.po: Add Esperanto translation from translation project.
29671
29672         * elf/tst-array1.c (fini_array): Make writeable so that it can be
29673         merged with constructor/destructor.
29674         (init_array): Likewise.
29675         * elf/tst-array2dep.c (fini_array): Likewise.
29676         (init_array): Likewise.
29677
29678 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
29679
29680         * manual/message.texi: Delete @cartouche tags.
29681
29682 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
29683
29684         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
29685         EOPNOTSUPP.
29686         * sysdeps/mach/hurd/fsync.c: Likewise.
29687
29688         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
29689         [_POSIX_REALTIME_SIGNALS]: Change condition to
29690         [_POSIX_REALTIME_SIGNALS > 0].
29691
29692 2012-10-27  Andreas Jaeger  <aj@suse.de>
29693
29694         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
29695         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
29696         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
29697         [__WORDSIZE != 64]: Likewise.
29698
29699 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
29700
29701         *  iconvdata/tst-table.sh: Remove ${SHELL}.
29702         *  iconvdata/tst-tables.sh: Likewise.
29703
29704 2012-10-25  David S. Miller  <davem@davemloft.net>
29705
29706         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29707         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
29708         of strtoull.
29709
29710         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
29711         ifunc-impl-list.c
29712         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
29713         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
29714         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
29715         file.
29716
29717 2012-10-25  Roland McGrath  <roland@hack.frob.com>
29718
29719         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29720         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
29721         __getdirentries.
29722
29723 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
29724             Jim Blandy  <jimb@codesourcery.com>
29725
29726         * scripts/cross-test-ssh.sh: New file.
29727         * manual/install.texi (Configuring and compiling): Document use of
29728         cross-test-ssh.sh.
29729         * INSTALL: Regenerated.
29730
29731 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
29732
29733         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
29734         EOPNOTSUPP.
29735
29736 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
29737
29738         * Makeconfig (run-program-prefix): Fix comment.
29739
29740 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
29741             Jim Blandy  <jimb@codesourcery.com>
29742
29743         * Makeconfig (test-wrapper): New variable,
29744         (test-wrapper-env): Likewise.
29745         [$(cross-compiling) = yes && $(test-wrapper) != ""]
29746         (run-built-tests): Define to yes.
29747         (run-program-prefix): Use $(test-wrapper).
29748         (built-program-cmd): Likewise.
29749         * Rules (make-test-out): Use $(test-wrapper-env) and
29750         $(host-built-program-cmd).
29751         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
29752         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
29753         tst-pathopt.sh.
29754         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
29755         $(test-wrapper-env) to tst-rtld-load-self.sh.
29756         ($(objpfx)order2.out): Use $(test-wrapper).
29757         ($(objpfx)tst-initorder.out): Likewise.
29758         ($(objpfx)tst-initorder2.out): Likewise.
29759         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
29760         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
29761         (test_wrapper_env): New variable.  Use it to run ld.so.
29762         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
29763         Use it to run ld.so.
29764         (test_wrapper_env): Likewise.
29765         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
29766         $(test-wrapper) to run-iconv-test.sh.
29767         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
29768         (ICONV): Use $test_wrapper.
29769         * posix/Makefile ($(objpfx)globtest.out): Pass
29770         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
29771         globtest.sh, not $(run-program-prefix).
29772         * posix/globtest.sh (run_via_rtld_prefix): New variable.
29773         (test_wrapper): Likewise.
29774         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
29775         set together with run_via_rtld_prefix.
29776         (run_program_prefix): Define in terms of test_wrapper and
29777         run_via_rtld_prefix.
29778
29779 2012-10-24  Roland McGrath  <roland@hack.frob.com>
29780
29781         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
29782         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
29783         Targets removed.
29784
29785         [BZ #14743]
29786         * include/time.h: Remove librt_hidden_proto (clock_gettime).
29787         Declare __clock_getres, __clock_gettime, __clock_settime,
29788         __clock_nanosleep, and __clock_getcpuclockid.
29789         * rt/clock_gettime.c: Define __clock_gettime as an alias.
29790         Remove librt_hidden_def (clock_gettime).
29791         * sysdeps/unix/clock_gettime.c: Likewise.
29792         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
29793         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
29794         * rt/clock_getres.c: Define __clock_getres as an alias.
29795         * sysdeps/posix/clock_getres.c: Likewise.
29796         * rt/clock_settime.c: Define __clock_settime as an alias.
29797         * sysdeps/unix/clock_settime.c: Likewise.
29798         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
29799         * sysdeps/unix/clock_nanosleep.c: Likewise.
29800         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
29801         * rt/clock-compat.c: New file.
29802         * rt/Makefile (librt-routines): Add clock-compat and move
29803         $(clock-routines) to ...
29804         (routines): ... here, new variable.
29805         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
29806         Don't add get_clockfreq here.
29807         * rt/Versions (libc: GLIBC_2.17): New version set.
29808         Add clock_* symbols here.
29809         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
29810         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
29811         (GLIBC_2.17): Add clock_* symbols.
29812         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
29813         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
29814         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29816         Likewise.
29817         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29818         Likewise.
29819         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29820         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
29821         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
29822         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
29823         * NEWS: Mention the move.
29824
29825         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
29826         Use __open, __read, __close rather than their public counterparts.
29827         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29828         (__get_clockfreq_via_cpuinfo): Likewise.
29829         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
29830         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
29831
29832         * config.h.in (HAVE_IFUNC): New #undef.
29833         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
29834         was successful.
29835         * configure: Regenerated.
29836
29837 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
29838
29839         * configure.in: Move READELF check to start of file.
29840         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
29841         libc_cv_asm_gnu_indirect_function in the process.
29842         * configure: Regenerated.
29843
29844 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
29845
29846         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
29847         send the output to /dev/null.
29848         (libc_cv_cc_with_libunwind): Likewise.
29849         (libc_cv_as_noexecstack): Likewise.
29850         * configure: Regenerate.
29851
29852 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
29853
29854         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
29855
29856         * posix/globtest.sh (TMPDIR): Do not set.
29857         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
29858         (testout): Likewise.
29859
29860 2012-10-24  Andreas Jaeger  <aj@suse.de>
29861
29862         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
29863         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
29864         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
29865         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
29866         posix_fadvise64, posix_fallocate64.
29867
29868         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
29869         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
29870         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
29871         Likewise.
29872         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
29873         Likewise.
29874         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
29875
29876         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
29877         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
29878         <bits/fcntl-linux.h>.
29879         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
29880
29881         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
29882         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
29883         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
29884         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
29885         [__WORDSIZE != 64]: Likewise.
29886
29887 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29888
29889         * Makeconfig (run-built-tests): New variable.
29890         * Rules [$(cross-compiling) = yes]: Change condition to
29891         [$(run-built-tests) = no].
29892         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
29893         to [$(run-built-tests) = yes].
29894         * elf/Makefile [$(cross-compiling) = no]: Likewise
29895         * grp/Makefile [$(cross-compiling) = no]: Likewise.
29896         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
29897         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
29898         * intl/Makefile [$(cross-compiling) = no]: Likewise.
29899         * io/Makefile [$(cross-compiling) = no]: Likewise.
29900         * libio/Makefile [$(cross-compiling) = no]: Likewise.
29901         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
29902         * misc/Makefile [$(cross-compiling) = no]: Likewise.
29903         * posix/Makefile [$(cross-compiling) = no]: Likewise.
29904         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
29905         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
29906         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
29907         * string/Makefile [$(cross-compiling) = no]: Likewise.
29908
29909         * posix/Makefile ($(objpfx)globtest.out): Pass
29910         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
29911         $(rtld-installed-name).
29912         * posix/globtest.sh (elf_objpfx): Remove variable.
29913         (rtld_installed_name): Likewise.
29914         (library_path): Likewise.
29915         (run_program_prefix): New variable.  Use for running globtest
29916         binary.
29917
29918 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
29919             Joseph Myers  <joseph@codesourcery.com>
29920
29921         * Makeconfig (host-built-program-cmd): New variable.
29922         * elf/Makefile (tst-stackguard1-ARGS): Use
29923         $(host-built-program-cmd).
29924         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
29925         (tst-spawn-ARGS): Likewise.
29926         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
29927
29928 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29929             Jim Blandy  <jimb@codesourcery.com>
29930
29931         * Makeconfig (run-via-rtld-prefix): New variable.
29932         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
29933         (built-program-cmd): Likewise.
29934
29935 2012-10-22  Andreas Jaeger  <aj@suse.de>
29936
29937         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
29938         __O_RSYNC if it exists, otherwise to O_SYNC.
29939
29940 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
29941             Joseph Myers  <joseph@codesourcery.com>
29942
29943         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
29944         /dev/null.
29945         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
29946         from /dev/null
29947         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
29948         /dev/null.
29949
29950 2012-10-22  Andreas Jaeger  <aj@suse.de>
29951
29952         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
29953         Define always.
29954         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
29955
29956         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29957         bits/fcntl-linux.h.
29958
29959         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
29960         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
29961
29962         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
29963         to __O_LARGEFILE.
29964         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
29965         to __O_LARGEFILE.
29966
29967 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
29968             Joseph Myers  <joseph@codesourcery.com>
29969
29970         * config.make.in (NM): New variable.
29971
29972 2012-10-21  Andreas Jaeger  <aj@suse.de>
29973
29974         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
29975         definitions and declarations that are provided by
29976         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
29977
29978 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29979
29980         [BZ #14683]
29981         * elf/Makefile (tests-static): Add tst-leaks1-static.
29982         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
29983         ($(objpfx)tst-leaks1-static): New rule.
29984         ($(objpfx)tst-leaks1-static-mem): Likewise.
29985         (tst-leaks1-static-ENV): New macro.
29986         * elf/dl-open.c (dl_open_worker): Check the main application
29987         only if SHARED is defined.
29988         * elf/tst-leaks1-static.c: New file.
29989
29990 2012-10-20  Andreas Jaeger  <aj@suse.de>
29991
29992         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
29993         generic values for Linux.
29994         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
29995         and declarations that are provided by <bits/fcntl-linux.h> and
29996         include <bits/fcntl-linux.h>.
29997         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
29998         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
29999
30000 2012-10-20  Roland McGrath  <roland@hack.frob.com>
30001
30002         * io/fcntl.h: Move include of <bits/types.h> to the top and
30003         include it unconditionally.
30004
30005 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
30006
30007         * wcsmbs/Makefile (tests-ifunc): New variable.
30008         (tests): Add $(tests-ifunc).
30009         * wcsmbs/test-wcschr-ifunc.c: New file.
30010         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
30011         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
30012         * wcsmbs/test-wcslen-ifunc.c: Likewise.
30013         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
30014         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
30015
30016         * string/Makefile (tests-ifunc): New variable.
30017         (tests): Add $(tests-ifunc).
30018         * string/test-memccpy.c (TEST_NAME): New macro.
30019         * string/test-memchr.c (TEST_NAME): Likewise.
30020         * string/test-memcmp.c (TEST_NAME): Likewise.
30021         * string/test-memcpy.c (TEST_NAME): Likewise.
30022         * string/test-memmem.c (TEST_NAME): Likewise.
30023         * string/test-memmove.c (TEST_NAME): Likewise.
30024         * string/test-memset.c (TEST_NAME): Likewise.
30025         * string/test-rawmemchr.c (TEST_NAME): Likewise.
30026         * string/test-stpcpy.c (TEST_NAME): Likewise.
30027         * string/test-stpncpy.c (TEST_NAME): Likewise.
30028         * string/test-strcasecmp.c (TEST_NAME): Likewise.
30029         * string/test-strcasestr.c (TEST_NAME): Likewise.
30030         * string/test-strcat.c (TEST_NAME): Likewise.
30031         * string/test-strchr.c (TEST_NAME): Likewise.
30032         * string/test-strcmp.c(TEST_NAME): Likewise.
30033         * string/test-strcpy.c (TEST_NAME): Likewise.
30034         * string/test-strcspn.c (TEST_NAME): Likewise.
30035         * string/test-strlen.c (TEST_NAME): Likewise.
30036         * string/test-strncasecmp.c (TEST_NAME): Likewise.
30037         * string/test-strncmp.c (TEST_NAME): Likewise.
30038         * string/test-strncpy.c (TEST_NAME): Likewise.
30039         * string/test-strnlen.c (TEST_NAME): Likewise.
30040         * string/test-strpbrk.c (TEST_NAME): Likewise.
30041         * string/test-strrchr.c (TEST_NAME): Likewise.
30042         * string/test-strspn.c (TEST_NAME): Likewise.
30043         * string/test-strstr.c (TEST_NAME): Likewise.
30044         * string/test-bcopy-ifunc.c: New file.
30045         * string/test-bzero-ifunc.c: Likewise.
30046         * string/test-memccpy-ifunc.c: Likewise.
30047         * string/test-memchr-ifunc.c: Likewise.
30048         * string/test-memcmp-ifunc.c: Likewise.
30049         * string/test-memcpy-ifunc.c: Likewise.
30050         * string/test-memmem-ifunc.c: Likewise.
30051         * string/test-memmove-ifunc.c: Likewise.
30052         * string/test-mempcpy-ifunc.c: Likewise.
30053         * string/test-memset-ifunc.c: Likewise.
30054         * string/test-rawmemchr-ifunc.c: Likewise.
30055         * string/test-stpcpy-ifunc.c: Likewise.
30056         * string/test-stpncpy-ifunc.c: Likewise.
30057         * string/test-strcasecmp-ifunc.c: Likewise.
30058         * string/test-strcasestr-ifunc.c: Likewise.
30059         * string/test-strcat-ifunc.c: Likewise.
30060         * string/test-strchr-ifunc.c: Likewise.
30061         * string/test-strchrnul-ifunc.c: Likewise.
30062         * string/test-strcmp-ifunc.c: Likewise.
30063         * string/test-strcpy-ifunc.c: Likewise.
30064         * string/test-strcspn-ifunc.c: Likewise.
30065         * string/test-strlen-ifunc.c: Likewise.
30066         * string/test-strncasecmp-ifunc.c: Likewise.
30067         * string/test-strncat-ifunc.c: Likewise.
30068         * string/test-strncmp-ifunc.c: Likewise.
30069         * string/test-strncpy-ifunc.c: Likewise.
30070         * string/test-strnlen-ifunc.c: Likewise.
30071         * string/test-strpbrk-ifunc.c: Likewise.
30072         * string/test-strrchr-ifunc.c: Likewise.
30073         * string/test-strspn-ifunc.c: Likewise.
30074         * string/test-strstr-ifunc.c: Likewise.
30075
30076         * debug/Makefile (tests-ifunc): New variable.
30077         (tests): Add $(tests-ifunc).
30078         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
30079         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
30080         * debug/test-stpcpy_chk-ifunc.c: New file.
30081         * debug/test-strcpy_chk-ifunc.c: Likewise.
30082
30083 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30084
30085         [BZ #13601]
30086         * elf/dl-load.c (open_verify): Retry read if the entire ELF
30087         header is not read in.
30088
30089 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
30090
30091         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
30092         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
30093         directly.  Pass built executable to script as
30094         $(built-program-cmd).
30095         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
30096         $testprogram without using LD_LIBRARY_PATH and $ldso.
30097
30098         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
30099         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
30100         $(rtld-installed-name).
30101         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
30102         (rtld_installed_name): Likewise.
30103         (library_path): Likewise.
30104         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
30105         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
30106         $(run-program-prefix) to tst-tables.sh.
30107         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
30108         it to run tst-table-from and tst-table-to.
30109         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
30110         Pass it to tst-table.sh.
30111         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
30112         $(run-program-prefix) to tst-gettext.sh.
30113         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
30114         tst-translit.sh.
30115         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
30116         tst-gettext2.sh.
30117         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
30118         to run tst-gettext.
30119         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
30120         to run tst-gettext2.
30121         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
30122         to run tst-translit.
30123         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
30124         $(run-program-prefix) to tst-mtrace.sh.
30125         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
30126         to run tst-mtrace.
30127         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
30128         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
30129         $(rtld-installed-name).
30130         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
30131         (rtld_installed_name): Likewise.
30132         (run_program_prefix): New variable.  Use it to run wordexp-test.
30133
30134         * Makeconfig (ARCH): Remove all definitions.
30135         (machine): Likewise.
30136         [ARCH]: Remove conditional code.
30137         [!objdir]: Give error.
30138         [!objdir] (objpfx): Remove.
30139         [!objdir] (common-objpfx): Likewise.
30140         [!objdir] (common-objdir): Likewise.
30141         * configure.in (config_makefile): Remove.  Hardcode Makefile in
30142         AC_CONFIG_FILES call.
30143         * configure: Regenerated.
30144
30145         [BZ #13888]
30146         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
30147         or TMPDIR.
30148         (testout): Likewise.
30149
30150         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
30151         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
30152         $(rtld-installed-name).
30153         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
30154         (rtld_installed_name): Likwise.
30155         (runit): Remove function.
30156         (run_getconf): New variable,  Use it for running getconf binary.
30157
30158 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
30159
30160         [BZ #14716]
30161         * string/test-memmem.c (check_result): New function.
30162         (do_one_test): Use it.
30163         (check1): New function.
30164         (test_main): Use it.
30165
30166 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
30167
30168         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
30169
30170 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
30171
30172         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
30173         (_G_LSEEK64): Likewise.
30174         (_G_MMAP64): Likewise.
30175         (_G_FSTAT64): Likewise.
30176         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
30177         (_G_LSEEK64): Likewise.
30178         (_G_MMAP64): Likewise.
30179         (_G_FSTAT64): Likewise.
30180         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
30181         unconditional.  Call __mmap64 directly.
30182         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
30183         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
30184         __lseek64 directly.
30185         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
30186         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
30187         __mmap64 directly.
30188         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
30189         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
30190         __lseek64 directly.
30191         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
30192         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
30193         __lseek64 directly.
30194         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
30195         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
30196         __lseek64 directly.
30197         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
30198         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
30199         __fxstat64 directly.
30200         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
30201         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
30202         unconditional.
30203         (freopen64) [!_G_OPEN64]: Remove conditional code.
30204         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
30205         unconditional.
30206         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
30207         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
30208         unconditional.
30209         (ftello64) [!_G_LSEEK64]: Remove conditional code.
30210         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
30211         unconditional.
30212         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30213         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
30214         unconditional.
30215         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
30216         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
30217         unconditional.
30218         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30219         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
30220         unconditional.
30221         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30222         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
30223         unconditional.
30224         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30225
30226 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30227
30228         [BZ #12140]
30229         * manual/memory.texi (Malloc Tunable Parameters): Add note
30230         about free list pointers overwriting some perturb bytes.
30231         Wording suggested by Roland McGrath.
30232
30233 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
30234
30235         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
30236         (lgamma_test): Likewise.
30237         (tgamma_test): Likewise.
30238
30239 2012-10-16  Florian Weimer  <fweimer@redhat.com>
30240
30241         [BZ #14700]
30242         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
30243         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
30244
30245 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
30246
30247         * NEWS: Mention BZ #14716.
30248         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
30249         when removing AVAILABLE1_USES_J macro.
30250
30251 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
30252
30253         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
30254         (__bswap_64): __uint64_t for unsigned 64-bit int.
30255
30256 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
30257
30258         * include/string.h (memmem): Declare libc hidden alias.
30259         * string/memmem.c (memmem): Define libc hidden alias.
30260         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
30261         __read, __close instead of open, read, close.
30262
30263 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
30264
30265         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
30266         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
30267         global and hidden.
30268         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
30269         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
30270         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
30271         Likewise.
30272         (__rawmemchr_sse2): Likewise.
30273         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
30274         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
30275         (__strchr_sse2): Likewise.
30276         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
30277         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
30278         (__strcasecmp_sse2): Likewise.
30279         (__strncasecmp_sse2): Likewise.
30280         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
30281         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
30282         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
30283         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
30284         (__strrchr_sse2): Likewise.
30285         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
30286         ifunc-impl-list.c.
30287         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
30288         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
30289         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
30290         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
30291         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
30292         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
30293         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30294         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30295         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
30296         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
30297         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
30298         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
30299         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
30300         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
30301         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
30302         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
30303         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
30304         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
30305         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
30306         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
30307         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
30308         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
30309         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
30310         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30311         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
30312         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
30313         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
30314         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
30315         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
30316         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
30317
30318         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
30319         global and hidden.
30320         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
30321         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
30322         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
30323         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
30324         Likewise.
30325         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
30326         Likewise.
30327         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
30328         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
30329         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
30330         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
30331         ifunc-impl-list.c.
30332         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
30333         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
30334         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
30335         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
30336         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
30337         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
30338         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
30339         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
30340         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
30341         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
30342         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
30343         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
30344         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
30345         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
30346         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
30347         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
30348         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
30349         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
30350         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
30351         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
30352         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
30353         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
30354         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
30355         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
30356         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
30357         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
30358         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
30359         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
30360         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
30361         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
30362         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
30363         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
30364         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
30365         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
30366         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
30367         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
30368         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
30369         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
30370         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
30371         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
30372         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
30373
30374         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
30375         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
30376         * include/ifunc-impl-list.h: New file.
30377         * misc/ifunc-impl-list.c: Likewise.
30378         * misc/Makefile (routines): Add ifunc-impl-list.
30379         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
30380         * string/test-string.h: Include <ifunc-impl-list.h>.
30381         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
30382         TEST_NAME]: New variables.
30383         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
30384         are defined.
30385         (test_init): Call __libc_ifunc_impl_list to initialize
30386         func_list if TEST_IFUNC and TEST_NAME are defined.
30387
30388         * string/Makefile (strop-tests): Add bcopy and bzero.
30389         * string/test-bcopy.c: New file.
30390         * string/test-bzero.c: Likewise.
30391         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
30392         defined.
30393         * string/test-memset.c: Support bzero test if TEST_BZERO is
30394         defined.
30395         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
30396         __libc_memmove.
30397         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
30398         __libc_memset.
30399         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
30400         of memset.
30401
30402 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
30403
30404         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
30405         * configure: Regenerated.
30406
30407         * Makeconfig (+link-static-before-libc): Don't include
30408         $(link-static-libc).
30409
30410         * libio/libio.h (_IO_pos_t): Remove.
30411
30412 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30413
30414         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
30415         McGrath.
30416
30417 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30418
30419         * crypt/crypt-entry.c: Include fips-private.h.
30420         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
30421         * crypt/md5c-test.c (main): Tolerate disabled MD5.
30422         * sysdeps/unix/sysv/linux/fips-private.h: New file.
30423         * sysdeps/generic/fips-private.h: New file, dummy fallback.
30424
30425 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30426
30427         * crypt/crypt-private.h: Include stdbool.h.
30428         (_ufc_setup_salt_r): Return bool.
30429         * crypt/crypt-entry.c: Include errno.h.
30430         (__crypt_r): Return NULL with EINVAL for bad salt.
30431         * crypt/crypt_util.c (bad_for_salt): New.
30432         (_ufc_setup_salt_r): Check that salt is long enough and within
30433         the specified alphabet.
30434         * crypt/badsalttest.c: New file.
30435         * crypt/Makefile (tests): Add it.
30436         ($(objpfx)badsalttest): New.
30437
30438 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
30439
30440         * NEWS: Add entry for BZ #14602.
30441
30442 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
30443
30444         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
30445         type-generic.
30446         * math/libm-test.inc: Update comment listing what functions and
30447         macros are tested.
30448         (isgreater_test): New function.
30449         (isgreaterequal_test): Likewise.
30450         (isless_test): Likewise.
30451         (islessequal_test): Likewise.
30452         (islessgreater_test): Likewise.
30453         (isunordered_test): Likewise.
30454         (main): Call the new functions.
30455
30456 2012-10-09  Roland McGrath  <roland@hack.frob.com>
30457
30458         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
30459         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
30460         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
30461         * sysdeps/i386/configure: Regenerated.
30462         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
30463         * sysdeps/mach/configure: Regenerated.
30464         * sysdeps/mach/hurd/configure: Regenerated.
30465         * sysdeps/powerpc/configure: Regenerated.
30466         * sysdeps/powerpc/powerpc32/configure: Regenerated.
30467         * sysdeps/powerpc/powerpc64/configure: Regenerated.
30468         * sysdeps/s390/s390-32/configure: Regenerated.
30469         * sysdeps/s390/s390-64/configure: Regenerated.
30470         * sysdeps/sh/configure: Regenerated.
30471         * sysdeps/sparc/configure: Regenerated.
30472         * sysdeps/unix/sysv/linux/configure: Regenerated.
30473         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
30474         * sysdeps/x86_64/configure: Regenerated.
30475
30476         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
30477         defined.  Don't check if MAP is NULL.
30478
30479 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
30480
30481         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
30482         (_G_stat64): Likewise.
30483         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
30484         (_G_stat64): Likewise.
30485         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
30486         instead of struct _G_stat64.
30487         * libio/fileops.c (mmap_remap_check): Likewise.
30488         (decide_maybe_mmap): Likewise.
30489         (_IO_new_file_seekoff): Likewise.
30490         (_IO_file_stat): Likewise.
30491         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
30492         _G_off64_t.
30493         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
30494         instead of struct _G_stat64.
30495         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30496
30497 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
30498
30499         [BZ #14602]
30500         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30501         Replace with ...
30502         (CHECK_EOL): New macro.
30503         (two_way_short_needle): Check beginning of haystack for EOL.  Use
30504         CHECK_EOL.
30505         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30506         Replace with CHECK_EOL.
30507         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30508         Replace with CHECK_EOL.
30509
30510 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
30511
30512         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
30513         type-generic.
30514         * math/libm-test.inc: Update comment listing what functions and
30515         macros are tested.
30516         (finite_test): New function.
30517         (isinf_test): Likewise.
30518         (isnan_test): Likewise.
30519         (fpclassify_test): Test subnormal input.
30520         (isfinite_test): Likewise.
30521         (isnormal_test): Likewise.
30522         (main): Call the new functions.
30523
30524 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
30525
30526         [BZ #14660]
30527         * Makerules (%.dynsym): Force C locale when running
30528         $(OBJDUMP) --dynamic-syms.
30529
30530 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
30531
30532         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
30533         <stdint.h>.
30534
30535 2012-10-06  David S. Miller  <davem@davemloft.net>
30536
30537         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
30538         upper 32-bits of the length value in %o2 since we use branch-on-register
30539         tests which consider the entire 64-bit register.
30540
30541 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
30542
30543         * string/test-strstr.c (check2): Add a test for page boundary.
30544
30545 2012-10-05  David S. Miller  <davem@davemloft.net>
30546
30547         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
30548         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
30549         file.
30550         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30551         sysdep_routines.
30552         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30553         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
30554         and bzero when HWCAP_SPARC_CRYPTO is present.
30555
30556 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
30557
30558         [BZ #14602]
30559         * string/test-strstr.c (check2): New function.
30560         (test_main): Call check2.
30561
30562         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
30563         and bug-strchr1.
30564         * string/bug-strcasestr1.c (do_test): Moved to ...
30565         * string/test-strcasestr.c (check1): Here.  New function.
30566         (do_one_test): Break out result checking code into ...
30567         (check_result): This.  New function.
30568         (do_one_test): Call check_result.
30569         (test_main): Call check1.
30570         * string/bug-strchr1.c (do_test): Moved to ...
30571         * string/test-strchr.c (check1): Here.  New function.
30572         (do_one_test): Break out result checking code into ...
30573         (check_result): This.  New function.
30574         (do_one_test): Call check_result.
30575         (test_main): Call check1.
30576         * string/bug-strstr1.c (main): Moved to ...
30577         * string/test-strstr.c (check1): Here.  New function.
30578         (do_one_test): Break out result checking code into ...
30579         (check_result): This.  New function.
30580         (do_one_test): Call check_result.
30581         (test_main): Call check1.
30582         * string/bug-strcasestr1.c: Removed.
30583         * string/bug-strchr1.c: Likewise.
30584         * string/bug-strstr1.c: Likewise.
30585
30586         * elf/Makefile (dl-routines): Add hwcaps.
30587         * elf/dl-support.c (_dl_important_hwcaps): Removed.
30588         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
30589         (_dl_important_hwcaps): Moved to ...
30590         * elf/dl-hwcaps.c: Here.  New file.
30591         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
30592
30593         [BZ #14557]
30594         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
30595         if IS_IN_rtld isn't defined.
30596
30597         * elf/dl-support.c (_dl_sysinfo_map): New.
30598         Include "get-dynamic-info.h" and "setup-vdso.h".
30599         (_dl_non_dynamic_init): Call setup_vdso.
30600         * elf/dynamic-link.h: Don't include <assert.h>.
30601         (elf_get_dynamic_info): Moved to ...
30602         * elf/get-dynamic-info.h: Here.  New file.
30603         * elf/dynamic-link.h: Include "get-dynamic-info.h".
30604         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
30605         * elf/setup-vdso.h: Here.  New file.
30606         * elf/rtld.c: Include "setup-vdso.h".
30607         (dl_main): Call setup_vdso.
30608
30609 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
30610
30611         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
30612         creal in comment listing functions tested.  List finite, isinf,
30613         isnan, isless, islessequal, isgreater, isgreaterequal,
30614         islessgreater, isunordered, lgamma_r and pow10 as functions and
30615         macros not tested.  Mention which functions not tested are aliases
30616         for other functions.  Fix typo.  Note that signs of NaNs are not
30617         tested.
30618
30619         * scripts/config.guess: Update from config.git.
30620         * scripts/config.sub: Likewise.
30621
30622 2012-10-04  Roland McGrath  <roland@hack.frob.com>
30623
30624         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
30625         * misc/madvise.c (madvise): Renamed to __madvise.
30626         Make madvise a weak alias.
30627         * include/sys/mman.h: Declare __madvise.
30628         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
30629         * sysdeps/unix/syscalls.list
30630         (madvise): Make __madvise the strong name, and madvise a weak alias.
30631         * sysdeps/unix/sysv/linux/syscalls.list
30632         (madvise, mmap): Remove redundant entries.
30633         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
30634         * malloc/malloc.c (mtrim): Likewise.
30635         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
30636
30637 2012-10-03  Roland McGrath  <roland@hack.frob.com>
30638
30639         * sysdeps/mach/hurd/dl-cache.c: File removed.
30640         * config.h.in (USE_LDCONFIG): New #undef.
30641         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
30642         * configure: Regenerated.
30643         * elf/Makefile (dl-routines): Add dl-cache only under
30644         [$(use-ldconfig) = yes].
30645         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
30646         cache on [USE_LDCONFIG].
30647         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
30648         [USE_LDCONFIG].
30649         * elf/rtld.c (dl_main): Likewise.
30650
30651 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
30652
30653         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
30654         _SC_LEVEL4_CACHE_LINESIZE.
30655
30656 2012-10-03  Roland McGrath  <roland@hack.frob.com>
30657
30658         * sysdeps/unix/bsd/confstr.h: File removed.
30659
30660 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
30661
30662         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
30663         sys/sdt-config.h.
30664
30665 2012-10-02  Roland McGrath  <roland@hack.frob.com>
30666
30667         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
30668         Make 'mapoff' field ElfW(Off) rather than off_t.
30669
30670 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
30671
30672         * nscd/Makefile: Remove nscd-cflags and all its users.
30673         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
30674         (CFLAGS-nonlib): Add compiler flags for nscd modules.
30675
30676         [BZ #10631]
30677         * malloc.c (malloc_printerr): Clarify error message.
30678
30679 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
30680
30681         [BZ #14648]
30682         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30683         Set bit_FMA_Usable if FMA is supported.
30684         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
30685         macro.
30686         (bit_FMA4_Usable): Updated.
30687         (index_FMA_Usable): New macro.
30688         (CPUID_FMA): Likewise
30689         (HAS_FMA): Defined with bit_FMA_Usable.
30690
30691 2012-10-01  Roland McGrath  <roland@hack.frob.com>
30692
30693         * bits/types.h (__swblk_t): Type removed.
30694         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
30695         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
30696         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
30697         (__SWBLK_T_TYPE): Likewise.
30698         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
30699         (__SWBLK_T_TYPE): Likewise.
30700         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
30701         (__SWBLK_T_TYPE): Likewise.
30702         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
30703         (__SWBLK_T_TYPE): Likewise.
30704
30705 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
30706             Honza Horak <hhorak@redhat.com>
30707
30708         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
30709         (xdr_mapname): Use YPMAXMAP as maxsize.
30710         (xdr_peername): Use YPMAXPEER as maxsize.
30711         (xdr_keydat): Use YPAXRECORD as maxsize.
30712         (xdr_valdat): Use YPMAXRECORD as maxsize.
30713
30714 2012-10-01  Roland McGrath  <roland@hack.frob.com>
30715
30716         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
30717
30718         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
30719         * csu/init-first.c: ... here.
30720         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
30721         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
30722         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
30723         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
30724         * sysdeps/i386/init-first.c: File removed.
30725         * sysdeps/sh/init-first.c: File removed.
30726
30727 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
30728
30729         [BZ #14645]
30730         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
30731         if x * y might underflow to zero and z is zero.
30732         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30733         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30734         * math/libm-test.inc (min_subnorm_value): New variable.
30735         (fma_test): Add more tests.
30736         (fma_test_towardzero): Likewise.
30737         (fma_test_downward): Likewise
30738         (fma_test_upward): Likewise.
30739         (initialize): Set min_subnorm_value.
30740
30741 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
30742
30743         [BZ #14638]
30744         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
30745         0 + 0.
30746         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
30747         mode for addition resulting in exact zero.
30748         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
30749         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
30750         exact 0 + 0.
30751         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
30752         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30753         * math/libm-test.inc (fma_test): Add more tests.
30754         (fma_test_towardzero): New function.
30755         (fma_test_downward): Likewise.
30756         (fma_test_upward): Likewise.
30757         (main): Call the new functions.
30758
30759 2012-09-28  David S. Miller  <davem@davemloft.net>
30760
30761         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
30762
30763 2012-09-28  Roland McGrath  <roland@hack.frob.com>
30764
30765         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
30766         instead of SIGALRM.
30767
30768         * sysdeps/gnu/_G_config.h: Moved to ...
30769         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
30770         * sysdeps/mach/hurd/_G_config.h: Moved to ...
30771         * sysdeps/generic/_G_config.h: ... here.
30772
30773         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
30774
30775         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
30776
30777         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
30778         Conditionalize target on [libnss_test1.so-version].
30779
30780         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
30781
30782         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
30783         (elfobjdir): Move out of conditionals.
30784
30785         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
30786         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
30787         (__nss_lookup_function): Conditionalize label remove_from_tree on
30788         [!DO_STATIC_NSS || SHARED], matching its only use.
30789
30790 2012-09-28  David S. Miller  <davem@davemloft.net>
30791
30792         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
30793         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
30794         file.
30795         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30796         sysdep_routines.
30797         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30798         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
30799         when HWCAP_SPARC_CRYPTO is present.
30800
30801 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30802
30803         * io/tst-mknodat.c: Create a FIFO instead of a socket.
30804
30805 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
30806
30807         [BZ #6530]
30808         * stdio-common/vfprintf.c (process_string_arg): Revert
30809         2000-07-22 change.
30810
30811 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
30812
30813         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
30814         for testcase.
30815         * stdio-common/tst-sprintf.c: Include <locale.h>
30816         (main): Test sprintf's handling of incomplete multibyte
30817         characters.
30818
30819 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
30820
30821         * elf/dl-runtime.c (VERSYMIDX): Removed.
30822         * elf/dl-version.c (VERSYMIDX): Likewise.
30823         * elf/do-rel.h (VERSYMIDX): Likewise.
30824         (VALIDX): Likewise.
30825         * elf/dynamic-link.h (VERSYMIDX): Likewise.
30826         * elf/rtld.c (VALIDX): Likewise.
30827         (ADDRIDX): Likewise.
30828         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
30829         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
30830         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
30831         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
30832         (VALIDX): Likewise.
30833         (ADDRIDX): Likewise.
30834
30835 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30836
30837         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
30838
30839 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
30840
30841         [BZ #11438]
30842         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
30843         to global scope.
30844         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
30845         addresses are in the same scope as 192.0.2/24.
30846         * posix/gai.conf: Document new scope table defaults.
30847
30848 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30849
30850         [BZ #5298]
30851         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
30852         for ftell.  Compute offsets from write pointers instead.
30853         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30854
30855 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30856
30857         [BZ #14543]
30858         * libio/Makefile (tests): New test case tst-fseek.
30859         * libio/tst-fseek.c: New test case to verify that fseek/ftell
30860         combination works in wide mode.
30861         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
30862         state when the external buffer state changes.
30863
30864 2012-09-27  David S. Miller  <davem@davemloft.net>
30865
30866         [BZ #14376]
30867         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
30868         pass reloc->r_addend in as the 'high' argument to
30869         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
30870
30871         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30872
30873 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30874
30875         * rt/tst-aio2.c: Include <pthread.h>.
30876         * rt/tst-aio3.c: Likewise.
30877
30878 2012-09-27  Steve Ellcey  <sellcey@mips.com>
30879
30880         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
30881
30882 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
30883
30884         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
30885         contents on [SHARED].
30886
30887 2012-09-26  Marek Polacek  <polacek@redhat.com>
30888
30889         [BZ #14530]
30890         [BZ #13741]
30891         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
30892         for C++ and GCC <4.3 as well as for non GCC compilers.
30893
30894 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30895
30896         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30897
30898 2012-09-25  Roland McGrath  <roland@hack.frob.com>
30899
30900         * Makefile.in (all, install): Declare with .PHONY.
30901         Reported by Michael Hope <michael.hope@linaro.org>.
30902
30903 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30904
30905         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
30906         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
30907         system header.
30908         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
30909         Likewise.
30910         (sydep_routines): Add the new and the internal functions.
30911         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
30912         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
30913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
30914         (GLIBC_2.17): Add the new function.
30915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
30916         (GLIBC_2.17): Likewise.
30917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
30918         (GLIBC_2.17): Likewise.
30919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
30920         (GLIBC_2.17): Likewise.
30921         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
30922
30923 2012-09-25  Alan Modra  <amodra@gmail.com>
30924
30925         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
30926         Add release barrier before setting once_control to say
30927         initialisation is done.  Add hints on lwarx.  Use macro in
30928         place of isync.
30929         (clear_once_control): Add release barrier.
30930
30931 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30932
30933         [BZ #13629]
30934         * math/s_clog.c (__clog): Handle more values close to |z| = 1
30935         specially.
30936         * math/s_clog10.c (__clog10): Likewise.
30937         * math/s_clog10f.c (__clog10f): Likewise.
30938         * math/s_clog10l.c (__clog10l): Likewise.
30939         * math/s_clogf.c (__clogf): Likewise.
30940         * math/s_clogl.c (__clogl): Likewise.
30941         * math/Makefile (libm-calls): Add x2y2m1.
30942         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
30943         (__x2y2m1): Likewise.
30944         (__x2y2m1l): Likewise.
30945         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
30946         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
30947         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
30948         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
30949         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
30950         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
30951         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
30952         * sysdeps/i386/fpu/libm-test-ulps: Update.
30953         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30954
30955         [BZ #14621]
30956         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
30957         int as type of variable DEPTH.
30958         (glob): Use size_t instead of int as type of variables NEWCOUNT
30959         and OLD_PATHC.
30960
30961 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30962
30963         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30964         Add s_sincosf-sse2.
30965         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
30966         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
30967         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
30968         macros for using routine as __sincosf_ia32.
30969         Use macro for function declaration and weak_alias.
30970         * sysdeps/i386/fpu/libm-test-ulps: Update.
30971
30972         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
30973         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30974
30975         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
30976         subnormal argument.
30977         * math/s_cexpf.c (__cexpf): Likewise.
30978         * math/s_csinf.c (__csinf): Likewise.
30979         * math/s_csinhf.c (__csinhf): Likewise.
30980         * math/s_ctanf.c (__ctanf): Likewise.
30981         * math/s_ctanhf.c (__ctanhf): Likewise.
30982         * math/s_ccosh.c (__ccoshf): Likewise.
30983         * math/s_cexp.c (__cexpl): Likewise.
30984         * math/s_csin.c (__csin): Likewise.
30985         * math/s_csinh.c (__csinh): Likewise.
30986         * math/s_ctan.c (__ctan): Likewise.
30987         * math/s_ctanh.c (ctanh): Likewise.
30988         * math/s_ccoshl.c (__ccoshl): Likewise.
30989         * math/s_cexpl.c (__cexpl): Likewise.
30990         * math/s_csinl.c (__csinl): Likewise.
30991         * math/s_csinhl.c (__csinhl): Likewise.
30992         * math/s_ctanl.c (__ctanl): Likewise.
30993         * math/s_ctanhl.c (__ctanhl): Likewise.
30994
30995 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30996
30997         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
30998         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
30999         (_IO_off_t): Define to __off_t, not _G_off_t.
31000         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
31001         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
31002         (_IO_wint_t): Define to wint_t, not _G_wint_t.
31003         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
31004         type of __dummy and __dummy2 fields.
31005         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
31006         (_G_ssize_t): Likewise.
31007         (_G_off_t): Likewise.
31008         (_G_pid_t): Likewise.
31009         (_G_uid_t): Likewise.
31010         (_G_wchar_t): Likewise.
31011         (_G_wint_t): Likewise.
31012         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
31013         (_G_ssize_t): Likewise.
31014         (_G_off_t): Likewise.
31015         (_G_pid_t): Likewise.
31016         (_G_uid_t): Likewise.
31017         (_G_wchar_t): Likewise.
31018         (_G_wint_t): Likewise.
31019         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
31020         (_G_ssize_t): Likewise.
31021         (_G_off_t): Likewise.
31022         (_G_pid_t): Likewise.
31023         (_G_uid_t): Likewise.
31024         (_G_wchar_t): Likewise.
31025         (_G_wint_t): Likewise.
31026
31027 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31028
31029         * malloc/arena.c: Include malloc-sysdep.h.
31030         (shrink_heap): Use check_may_shrink_heap to decide if madvise
31031         is sufficient to shrink the heap or an unmap is needed.
31032         * sysdeps/generic/malloc-sysdep.h: New file.  Define
31033         new function check_may_shrink_heap.
31034         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
31035         new function check_may_shrink_heap.
31036
31037 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31038
31039         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
31040         comments.
31041
31042 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
31043
31044         * catgets/test-gencat.sh: Add "set -e".
31045         * elf/tst-pathopt.sh: Likewise.
31046         * grp/tst_fgetgrent.sh: Likewise.
31047         * iconvdata/run-iconv-test.sh: Likewise.
31048         * intl/tst-gettext.sh: Likewise.
31049         * intl/tst-gettext2.sh: Likewise.
31050         * intl/tst-gettext4.sh: Likewise.
31051         * intl/tst-gettext6.sh: Likewise.
31052         * intl/tst-translit.sh: Likewise.
31053         * io/ftwtest-sh: Likewise.
31054         * libio/test-freopen.sh: Likewise.
31055         * malloc/tst-mtrace.sh: Likewise.
31056         * posix/globtest.sh: Likewise.
31057         * posix/tst-getconf.sh: Likewise.
31058         * posix/wordexp-tst.sh: Likewise.
31059         * stdio-common/tst-printf.sh: Likewise.
31060         * stdio-common/tst-unbputc.sh: Likewise.
31061         * stdlib/tst-fmtmsg.sh: Likewise.
31062         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31063         * catgets/Makefile: Do not specify -e option when running
31064         testsuite shell scripts.
31065         * elf/Makefile: Likewise.
31066         * grp/Makefile: Likewise.
31067         * iconvdata/Makefile: Likewise.
31068         * intl/Makefile: Likewise.
31069         * io/Makefile: Likewise.
31070         * libio/Makefile: Likewise.
31071         * malloc/Makefile: Likewise.
31072         * posix/Makefile: Likewise.
31073         * stdio-common/Makefile: Likewise.
31074         * stdlib/Makefile: Likewise.
31075         * sysdeps/x86_64/Makefile: Likewise.
31076
31077         * io/ftwtest-sh: Add copyright header.
31078         * posix/globtest.sh: Likewise.
31079         * posix/tst-getconf.sh: Likewise.
31080         * posix/wordexp-tst.sh: Likewise.
31081         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31082
31083 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
31084
31085         [BZ #13679]
31086         * Makeconfig (+link): Defined as $(+link-static) if
31087         $(build-shared) isn't yes.
31088         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
31089         isn't yes.
31090         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
31091
31092         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
31093
31094         [BZ #14562]
31095         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
31096         new chunk size with MALLOC_ALIGN_MASK.
31097
31098 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
31099
31100         [BZ #5044]
31101         * stdio-common/printf_fphex.c: Include <stdbool.h> and
31102         <rounding-mode.h>.
31103         (__printf_fphex): Determine rounding using get_rounding_mode and
31104         round_away.
31105         * stdio-common/tst-printf-round.c (struct hex_test): New
31106         structure.
31107         (hex_tests): New variable.
31108         (test_hex_in_one_mode): New function.
31109         (do_test): Also run tests for hex float output.
31110
31111 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
31112
31113         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31114         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31115         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
31116         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31117         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31118         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
31119         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31120         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31121
31122 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
31123
31124         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
31125         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
31126         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
31127         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
31128
31129 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
31130
31131         [BZ #14579]
31132         * elf/rtld.c (dl_main): Limit the check for self loading to normal
31133         mode only.
31134         * elf/tst-rtld-load-self.sh: New test.
31135         * elf/Makefile: Run it.
31136
31137 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
31138
31139         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
31140         (tst-writev-ENV): Remove.
31141         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
31142
31143 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
31144
31145         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
31146
31147 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
31148
31149         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
31150         unconditional.
31151         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
31152         Likewise.
31153         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
31154         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
31155         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
31156         Likewise.
31157
31158 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
31159
31160         [BZ #14587]
31161         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
31162         * config.make.in (have-cpp-asm-debuginfo): Removed.
31163         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
31164         * configure: Regenerated.
31165
31166 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
31167
31168         [BZ #5044]
31169         * stdio-common/printf_fp.c: Include <stdbool.h> and
31170         <rounding-mode.h>.
31171         (___printf_fp): Determine rounding using get_rounding_mode and
31172         round_away.
31173         * stdio-common/tst-printf-round.c: New file.
31174         * stdio-common/Makefile (tests): Add tst-printf-round.
31175         (link-libm): New variable.
31176         ($(objpfx)tst-printf-round): Depend in $(link-libm).
31177
31178 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
31179
31180         [BZ #14576]
31181         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
31182         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
31183         Likewise.
31184         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
31185         Likewise.
31186
31187 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
31188
31189         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
31190         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31191         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31192         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31193
31194 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
31195
31196         [BZ #14518]
31197         * include/rounding-mode.h: New file.
31198         * sysdeps/generic/get-rounding-mode.h: Likewise.
31199         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
31200         * stdlib/strtod_l.c: Include <rounding-mode.h>.
31201         (MAX_VALUE): New macro.
31202         (MIN_VALUE): Likewise.
31203         (overflow_value): New function.
31204         (underflow_value): Likewise.
31205         (round_and_return): Use overflow_value and underflow_value to
31206         determine return values in overflow and underflow cases.  Use
31207         round_away to determine rounding depending on rounding mode.
31208         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
31209         determine return values in overflow and underflow cases.
31210         * stdlib/tst-strtod-round.c: Include <fenv.h>.
31211         (struct test_results): New structure.
31212         (struct test): Use struct test_results to store expected results
31213         for all rounding modes.
31214         (TEST): Include expected results for all rounding modes.
31215         (test_in_one_mode): New function.
31216         (do_test): Use test_in_one_mode to compute and check results.
31217         Check results for all rounding modes.
31218         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
31219         $(link-libm).
31220
31221 2012-12-09  Allan McRae  <allan@archlinux.org>
31222
31223         * sysdeps/i386/fpu/libm-test-ulps: Update
31224
31225 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
31226
31227         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
31228         (_G_int32_t): Likewise.
31229         (_G_uint16_t): Likewise.
31230         (_G_uint32_t): Likewise.
31231         (_G_HAVE_BOOL): Likewise.
31232         (_G_HAVE_ATEXIT): Likewise.
31233         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31234         (_G_HAVE_IO_FILE_OPEN): Likewise.
31235         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
31236         (_G_int32_t): Likewise.
31237         (_G_uint16_t): Likewise.
31238         (_G_uint32_t): Likewise.
31239         (_G_HAVE_BOOL): Likewise.
31240         (_G_HAVE_ATEXIT): Likewise.
31241         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31242         (_G_HAVE_IO_FILE_OPEN): Likewise.
31243         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
31244         (_G_int32_t): Likewise.
31245         (_G_uint16_t): Likewise.
31246         (_G_uint32_t): Likewise.
31247         (_G_HAVE_BOOL): Likewise.
31248         (_G_HAVE_ATEXIT): Likewise.
31249         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31250         (_G_HAVE_IO_FILE_OPEN): Likewise.
31251
31252 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
31253
31254         * csu/libc-tls.c: Update copyright years.
31255
31256 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
31257
31258         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
31259         [!_G_USING_THUNKS]: Remove conditional code.
31260         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
31261         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
31262
31263         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
31264         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
31265         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31266         (_G_VTABLE_LABEL_PREFIX): Likewise.
31267         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31268         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31269         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31270         (_G_VTABLE_LABEL_PREFIX): Likewise.
31271         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31272         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31273         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31274         (_G_VTABLE_LABEL_PREFIX): Likewise.
31275         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31276
31277 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
31278
31279         * libio/Makefile: Include ../Makeconfig before tests.
31280         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
31281         only if $(build-shared) is yes.
31282
31283         * iconv/gconv_db.c: Update copyright years.
31284
31285 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31286
31287         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
31288         unwind info if defined PIC. Fix special cases description.
31289         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
31290
31291         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
31292         DP_HI_MASK entry.
31293         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
31294
31295 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
31296
31297         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
31298
31299         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
31300         is NULL.
31301
31302         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
31303         (LDLIBS-tst-chk4): This.
31304         (LDFLAGS-tst-chk5): Renamed to ...
31305         (LDLIBS-tst-chk5): This.
31306         (LDFLAGS-tst-chk6): Renamed to ...
31307         (LDLIBS-tst-chk6): This.
31308         (LDFLAGS-tst-lfschk4): Renamed to ...
31309         (LDLIBS-tst-lfschk4): This.
31310         (LDFLAGS-tst-lfschk5): Renamed to ...
31311         (LDLIBS-tst-lfschk5): This.
31312         (LDFLAGS-tst-lfschk6): Renamed to ...
31313         (LDLIBS-tst-lfschk6): This.
31314
31315         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
31316         on $(common-objpfx)soversions.mk.
31317
31318 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
31319
31320         [BZ #10014]
31321         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
31322         example host name.
31323
31324 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31325
31326         * malloc/arena.c (arena_get_retry): New function that gets
31327         another arena for the caller to try its request on.
31328         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
31329         current arena cannot fulfill the request.
31330         (__libc_memalign): Likewise.
31331         (__libc_memalign): Likewise.
31332         (__libc_pvalloc): Likewise.
31333         (__libc_calloc): Likewise.
31334
31335 2012-09-05  John Tobey  <john.tobey@gmail.com>
31336
31337         [BZ #13542]
31338         * manual/arith.texi (Operations on Complex): Fix description
31339         of carg branch cut.
31340
31341 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31342
31343         [BZ #10014]
31344         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
31345         host name.
31346
31347         [BZ #10038]
31348         * manual/memory.texi (Memory): Make order of menu items match
31349         order of sections.
31350
31351 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31352
31353         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
31354         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
31355         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
31356
31357 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31358
31359         * csu/libc-tls.c (static_dtv): Renamed to ...
31360         (_dl_static_dtv): This.  Make it global.
31361         (_dl_initial_dtv): Removed.
31362         (__libc_setup_tls): Updated.
31363         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
31364         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
31365         DL_INITIAL_DTV.
31366
31367 2012-09-06  Petr Machata  <pmachata@redhat.com>
31368
31369         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
31370         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
31371         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
31372         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
31373
31374 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31375
31376         [BZ #14545]
31377         * csu/libc-tls.c (_dl_initial_dtv): New variable.
31378         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
31379         freeing dtv[-1].
31380
31381 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31382
31383         [BZ #14544]
31384         * Makeconfig (link-static-before-libc): Replace $(+prector)
31385         with $(+prectorT).
31386         (link-static-after-libc): Replace $(+postctor) with
31387         $(+postctorT).
31388         (link-bounded): Replace $(+prector)/$(+postctor) with
31389         $(+prectorT)/$(+postctorT).
31390         (+prectorT): New macro.
31391         (+postctorT): Likewise.
31392
31393 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31394
31395         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
31396         (round_str): Handle values above the maximum for IBM long double
31397         as inexact.
31398         * stdlib/tst-strtod-round.c (tests): Regenerated.
31399
31400 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31401
31402         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
31403         assembler flag.
31404         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
31405         zarch_nohighgprs around the zarch optimized routines.
31406         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
31407         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
31408         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
31409         for zarch.
31410
31411 2012-09-05  David S. Miller  <davem@davemloft.net>
31412
31413         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31414
31415         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
31416         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
31417         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
31418         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
31419         entries.
31420
31421 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31422
31423         * malloc/arena.c: Fold copyright years.
31424         * malloc/mcheck.c, malloc/memusage.c: Likewise.
31425
31426 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31427
31428         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
31429
31430 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31431
31432         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
31433
31434 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31435
31436         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
31437         change internal state upon failure.
31438
31439 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31440
31441         * malloc/mcheck.c (mcheck_check_all): Fix typo.
31442         * malloc/memusage.c (mmap): Likewise.
31443         (mmap64, mremap): Likewise.  Adjust name in comment.
31444
31445 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
31446
31447         * libio/fileops.c: Fix typos in comments.
31448         * libio/oldfileops.c: Likewise.
31449         * libio/wfileops.c: Likewise.
31450
31451 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
31452
31453         [BZ #1349]
31454         * malloc/Makefile (tests): Add tst-malloc-usable test case.
31455         (tst-malloc-usable-ENV): Set environment for test case.
31456         * malloc/hooks.c (malloc_check_get_size): New function to get
31457         requested size.
31458         * malloc/malloc.c (musable): Use malloc_check_get_size.
31459         * malloc/tst-malloc-usable.c: New test case.
31460
31461 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
31462
31463         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
31464
31465 2012-09-05  Allan McRae  <allan@archlinux.org>
31466
31467         [BZ #13966]
31468         * configure.in (CXX_SYSINCLUDES): Use compiler output to
31469         determine header location.
31470         * configure: Regenerated.
31471
31472 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
31473
31474         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
31475         float format.
31476         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
31477         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
31478         format.
31479         (test): Regenerate.
31480
31481 2012-09-04  David S. Miller  <davem@davemloft.net>
31482
31483         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
31484         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
31485         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
31486
31487 2012-09-04  Florian Weimer  <fweimer@redhat.com>
31488
31489         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
31490         failures.
31491
31492         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
31493
31494 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
31495
31496         [BZ #9914]
31497         * libio/iogetdelim.c: Include <limits.h>.
31498         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
31499         + len + 1 would overflow.
31500
31501 2012-09-03  Andreas Jaeger  <aj@suse.de>
31502
31503         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31504         * sysdeps/i386/fpu/libm-test-ulps: Update.
31505
31506 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31507
31508         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31509         Add s_sinf-sse2, s_conf-sse2.
31510
31511         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
31512         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
31513         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
31514         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
31515
31516         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
31517         for using routine as __sinf_ia32.
31518         Use macro for function declaration and weak_alias.
31519         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
31520         for using routine as __cosf_ia32.
31521         Use macro for function declaration and weak_alias.
31522
31523         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
31524         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
31525
31526         * sysdeps/x86_64/fpu/s_sinf.S: New file.
31527         * sysdeps/x86_64/fpu/s_cosf.S: New file.
31528         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31529
31530         * math/libm-test.inc (cos_test): Add more test cases.
31531         (sin_test): Likewise.
31532         (sincos_test): Likewise.
31533
31534 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31535
31536         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
31537         (IFUNC_RESOLVE): Make pointers to the specialized implementations
31538         hidden.
31539         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31540
31541 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
31542
31543         [BZ #14538]
31544         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
31545         first element of the GOT.
31546         (elf_machine_load_address): Return the difference between
31547         the runtime address of _DYNAMIC and elf_machine_dynamic ().
31548
31549 2012-09-01  Allan McRae  <allan@archlinux.org>
31550
31551         [BZ #13412]
31552         * configure.in (AWK): Require gawk version 3.0 or later.
31553         * configure: Regenerated.
31554
31555 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
31556
31557         * sysdeps/unix/sysv/linux/kernel-features.h
31558         (__ASSUME_POSIX_CPU_TIMERS): Remove.
31559         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31560         [__NR_clock_getres]: Make code unconditional.
31561         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
31562         (clock_getcpuclockid): Remove code left unreachable by removal of
31563         conditionals.
31564         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
31565         code unconditional.
31566         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
31567         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31568         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
31569         Make code unconditional.
31570         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
31571         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31572         * sysdeps/unix/sysv/linux/clock_settime.c
31573         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
31574         conditional code.
31575         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
31576         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31577
31578 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
31579
31580         [BZ #14476]
31581         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
31582         scripts/test-installation.pl.
31583
31584         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
31585         and $ld_so_version if it is set.
31586
31587 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31588
31589         [BZ #14516]
31590         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
31591         failure if reading from procfs failed.
31592         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
31593
31594 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
31595
31596         * sysdeps/unix/sysv/linux/kernel-features.h
31597         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
31598         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
31599         Remove conditional code.
31600         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31601         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
31602         Remove conditional code.
31603         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31604         * sysdeps/unix/sysv/linux/i386/fxstat.c
31605         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31606         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31607         * sysdeps/unix/sysv/linux/i386/fxstatat.c
31608         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31609         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31610         * sysdeps/unix/sysv/linux/i386/lxstat.c
31611         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31612         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31613         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
31614         Remove conditional code.
31615         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31616         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
31617         Remove conditional code.
31618         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31619         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
31620         <kernel-features.h>.
31621         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
31622         Remove.
31623         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
31624         Remove conditional code.
31625         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31626         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
31627         Remove conditional.
31628
31629 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
31630
31631         [BZ #5400]
31632         * NEWS: Add fixed bug number.
31633
31634 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
31635
31636         [BZ #14519]
31637         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
31638         underflowing exponent in case of negative sign.
31639         * stdlib/tst-strtod-round-data: Add more tests.
31640         * stdlib/tst-strtod-round.c (tests): Regenerated.
31641
31642         [BZ #3479]
31643         * stdlib/strtod_l.c (NDIG): Remove.
31644         (HEXNDIG): Likewise.
31645         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
31646         smallest representable value.
31647         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
31648         lie within an exact representation of 1/2 ulp of the result.
31649         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
31650         unconditionally.
31651         (TENS_P9_IDX): Define unconditionally.
31652         (TENS_P9_SIZE): Likewise.
31653         (TENS_P10_IDX): Likewise.
31654         (TENS_P10_SIZE): Likewise.
31655         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
31656         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
31657         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
31658         entries for 10^2^13 and 10^2^14.
31659         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
31660         (TENS_P13_IDX): Define.
31661         (TENS_P13_SIZE): Likewise.
31662         (TENS_P14_IDX): Likewise.
31663         (TENS_P14_SIZE): Likewise.
31664         (_fpioconst_pow10): Change array size to
31665         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
31666         unconditional.
31667         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
31668         1024]: Add entries for 10^2^13 and 10^2^14.
31669         [LAST_POW10 > _LAST_POW10]: Remove #error.
31670         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
31671         (_fpioconst_pow10): Change array size to
31672         FPIOCONST_POW10_ARRAY_SIZE.
31673         * stdlib/gen-fpioconst.c: New file.
31674         * stdlib/gen-tst-strtod-round.c: Likewise.
31675         * stdlib/tst-strtod-round-data: Likewise.
31676         * stdlib/tst-strtod-round.c: Likewise.
31677         * stdlib/Makefile (tests): Add tst-strtod-round.
31678
31679         [BZ #14459]
31680         * stdlib/strtod_l.c: Include <stdint.h>.
31681         (NDEBUG): Do not define.
31682         (round_and_return): Change EXPONENT parameter to type intmax_t.
31683         Rearrange calculations to avoid internal overflow possibilities.
31684         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
31685         Rearrange calculations to avoid internal overflow possibilities.
31686         Assert that number fits inside MPNSIZE limbs.
31687         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
31688         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
31689         calculations and add assertions to avoid internal overflow
31690         possibilities.  Add casts to avoid signed/unsigned operations.
31691         * stdlib/tst-strtod-overflow.c: New file.
31692         * stdlib/Makefile (tests): Add tst-strtod-overflow.
31693
31694 2012-08-25  Marek Polacek  <polacek@redhat.com>
31695
31696         * time/time.h: Fix some typos in comments.
31697
31698 2012-08-23  Roland McGrath  <roland@hack.frob.com>
31699
31700         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
31701         * posix/tst-rfc3484-2.c: Likewise.
31702         * posix/tst-rfc3484-3.c: Likewise.
31703
31704 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
31705
31706         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
31707         (EF_ARM_ABI_FLOAT_HARD): Likewise.
31708
31709 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
31710
31711         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
31712         #include of fxstatat64.c.
31713
31714 2012-08-22  Roland McGrath  <roland@hack.frob.com>
31715
31716         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
31717         * shadow/getspent_r.c: Likewise.
31718         * shadow/getspnam.c: Likewise.
31719         * shadow/getspnam_r.c: Likewise.
31720         * gshadow/getsgent.c: Likewise.
31721         * gshadow/getsgent_r.c: Likewise.
31722         * gshadow/getsgnam.c: Likewise.
31723         * gshadow/getsgnam_r.c: Likewise.
31724         * inet/getnetbyad.c: Likewise.
31725         * inet/getnetbyad_r.c: Likewise.
31726         * inet/getnetbynm.c: Likewise.
31727         * inet/getnetbynm_r.c: Likewise.
31728         * inet/getnetent.c: Likewise.
31729         * inet/getnetent_r.c: Likewise.
31730         * inet/getproto.c: Likewise.
31731         * inet/getproto_r.c: Likewise.
31732         * inet/getprtent.c: Likewise.
31733         * inet/getprtent_r.c: Likewise.
31734         * inet/getprtname.c: Likewise.
31735         * inet/getprtname_r.c: Likewise.
31736         * inet/getrpcbyname.c: Likewise.
31737         * inet/getrpcbyname_r.c: Likewise.
31738         * inet/getrpcbynumber.c: Likewise.
31739         * inet/getrpcbynumber_r.c: Likewise.
31740         * inet/getrpcent.c: Likewise.
31741         * inet/getrpcent_r.c: Likewise.
31742         * inet/getaliasent.c: Likewise.
31743         * inet/getaliasent_r.c: Likewise.
31744         * inet/getaliasname.c: Likewise.
31745         * inet/getaliasname_r.c: Likewise.
31746         * nscd/getgrgid_r.c: Likewise.
31747         * nscd/getgrnam_r.c: Likewise.
31748         * nscd/gethstbyad_r.c: Likewise.
31749         * nscd/gethstbynm3_r.c: Likewise.
31750         * nscd/getpwnam_r.c: Likewise.
31751         * nscd/getpwuid_r.c: Likewise.
31752         * nscd/getsrvbynm_r.c: Likewise.
31753         * nscd/getsrvbypt_r.c: Likewise.
31754         * nscd/gai.c: Likewise.
31755
31756         * configure.in (build_nscd): New substituted variable, set
31757         by --disable-build-nscd and defaults to $use_nscd.
31758         * configure: Regenerated.
31759         * config.make.in (build-nscd): New substituted variable.
31760         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
31761         Change conditional to require [$(build-nscd) = yes] as well.
31762         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
31763
31764         [BZ# 13696]
31765         * configure.in (use_nscd): New substituted variable, set by
31766         --disable-nscd.  If enabled, define USE_NSCD.
31767         * configure: Regenerated.
31768         * config.h.in: Add USE_NSCD.
31769         * config.make.in (use-nscd): New substituted variable.
31770         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
31771         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
31772         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
31773         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
31774         (CFLAGS-getgrnam_r.c): Likewise.
31775         (CFLAGS-initgroups.c): Likewise.
31776         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
31777         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
31778         Variables removed.
31779         * inet/getnetgrent_r.c
31780         (nscd_setnetgrent): New function, broken out of ...
31781         (setnetgrent): ... here.  Call it.
31782         (innetgr): Conditionalize nscd bits on [USE_NSCD].
31783         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
31784         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
31785         * nscd/Makefile (routines, aux): Move definitions after include of
31786         Makeconfig.  Conditionalize on [$(use-nscd) != no].
31787         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
31788         Conditionalize on [USE_NSCD].
31789         (is_nscd, nscd_init_cb): Likewise.
31790         (nss_load_library): Conditionalize init callback on [USE_NSCD].
31791         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
31792         * nss/nss_db/db-init.c: Likewise.
31793         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
31794         [USE_NSCD].
31795         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
31796         (make_request): Use it.
31797         (cache_valid_p): New function.
31798         (__check_pf): Use it.
31799         * NEWS: Add item for --disable-nscd.
31800
31801 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
31802
31803         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
31804         to support sed >= 4.2.1-20-ga9bf076.
31805         * configure: Regenerated.
31806
31807 2012-08-22  Roland McGrath  <roland@hack.frob.com>
31808
31809         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
31810         Conditionalize whole body on [IREL].
31811
31812 2012-08-22  Jeff Law <law@redhat.com>
31813
31814         [BZ #14505]
31815         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
31816         if the family is PF_UNSPEC.
31817
31818 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
31819
31820         * Makerules (lib-version): Rename from V.
31821         (install-lib-nosubdir): Change V to lib-version.
31822
31823 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
31824
31825         [BZ #14252]
31826         * powerpc32/power6/wcschr.c: New file.
31827         * powerpc32/power6/wcscpy.c: New file.
31828         * powerpc32/power6/wcsrchr.c: New file.
31829         * powerpc64/power6/wcschr.c: New file.
31830         * powerpc64/power6/wcscpy.c: New file.
31831         * powerpc64/power6/wcsrchr.c: New file.
31832
31833 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
31834
31835         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
31836         (two_way_short_needle): Use it.
31837         * string/strstr.c (AVAILABLE1_USES_J): Define.
31838         * string/strcasestr.c: Likewise.
31839
31840         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
31841         array references.
31842         * string/strcasestr.c (TOLOWER): Make side-effect safe.
31843
31844         [BZ #11607]
31845         * NEWS: Add an entry.
31846         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
31847         define their defaults.
31848         (two_way_short_needle): Detect end-of-string on-the-fly.
31849         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
31850         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
31851         * string/bug-strcasestr1.c: New test.
31852         * string/Makefile: Run it.
31853
31854 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
31855
31856         [BZ #11607]
31857         * string/str-two-way.h (two_way_short_needle): Optimize matching of
31858         the first character.
31859
31860 2012-08-21  Roland McGrath  <roland@hack.frob.com>
31861
31862         * csu/elf-init.c (__libc_csu_irel): Function removed.
31863         * csu/libc-start.c (apply_irel): New function.
31864         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
31865
31866 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
31867
31868         * sysdeps/unix/sysv/linux/kernel-features.h
31869         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
31870         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31871         <kernel-features.h>.
31872         [__NR_fadvise64_64]: Make code unconditional.
31873         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
31874         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31875         !__NR_fadvise64_64)]: Likewise.
31876         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31877         !__NR_fadvise64_64))]: Likewise.
31878         [__NR_fadvise64]: Make code unconditional.
31879         [!__NR_fadvise64]: Remove conditional code.
31880         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
31881         <kernel-features.h>.
31882         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31883         unconditional.
31884         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31885         conditional code.
31886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
31887         not include <kernel-features.h>.
31888         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31889         unconditional.
31890         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31891         conditional code.
31892         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
31893         include <kernel-features.h>.
31894         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31895         unconditional.
31896         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31897         conditional code.
31898
31899 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
31900
31901         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
31902         slight instruction rearrangements per scrollpipe analysis.
31903         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
31904
31905 2012-08-20  Roland McGrath  <roland@hack.frob.com>
31906
31907         * manual/syslog.texi (syslog; vsyslog, closelog):
31908         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
31909         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
31910
31911         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
31912         DSOCAPS to match condition on defining it.
31913
31914 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
31915
31916         * sysdeps/unix/sysv/linux/kernel-features.h
31917         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
31918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
31919         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31920         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
31922         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31923         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
31925         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31926         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31927
31928         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
31929         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
31930
31931         * sysdeps/unix/sysv/linux/kernel-features.h
31932         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
31933         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
31934         unconditional.
31935         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31936         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
31937         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31938         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31939         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
31940         Make code unconditional.
31941         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31942         (__mmap64) [!__NR_mmap2]: Likewise.
31943         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
31944         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31945         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31946         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
31947         [__NR_mmap2]: Make code unconditional.
31948         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31949         (__mmap64) [!__NR_mmap2]: Likewise.
31950
31951 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31952
31953         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
31954
31955 2012-08-18  Andreas Jaeger  <aj@suse.de>
31956
31957         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
31958
31959 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31960
31961         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
31962         * include/unistd.h (__have_sock_cloexec): Likewise.
31963         (__have_pipe2): Likewise.
31964         (__have_dup3): Likewise.
31965
31966 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31967
31968         [BZ #9685]
31969         * include/unistd.h (__have_pipe2): Change define into an extern int.
31970         (__have_dup3): Likewise.
31971         * socket/have_sock_cloexec.c: Include fcntl.h.
31972         (__have_pipe2): New variable.
31973         (__have_dup3): Likewise.
31974
31975 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
31976
31977         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
31978
31979 2012-08-17  Marek Polacek  <polacek@redhat.com>
31980
31981         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
31982         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
31983
31984 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31985
31986         * configure.in: Add AC_SUBST for sysheaders.
31987         * configure: Regenerated.
31988         * config.make.in (sysheaders): New substituted variable.
31989
31990         * sysdeps/unix/mkfifo.c: Moved ...
31991         * sysdeps/posix/mkfifo.c: ... here.
31992         * sysdeps/unix/mkfifoat.c: Moved ...
31993         * sysdeps/posix/mkfifoat.c: ... here.
31994
31995         * sysdeps/unix/utime.c: Moved ...
31996         * sysdeps/posix/utime.c: ... here.
31997
31998         * sysdeps/unix/time.c: Moved ...
31999         * sysdeps/posix/time.c: ... here.
32000         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
32001         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
32002
32003         * sysdeps/unix/nice.c: Moved ...
32004         * sysdeps/posix/nice.c: ... here.
32005
32006         * sysdeps/unix/alarm.c: Moved ...
32007         * sysdeps/posix/alarm.c: ... here.
32008
32009         * intl/Makefile ($(codeset_mo)): Depend on the input file.
32010
32011 2012-08-17  Jeff Law <law@redhat.com>
32012
32013         * intl/Makefile (codeset_mo): New variable.
32014         ($(codeset_mo)): New target.
32015         (tst-codeset.out): Depend on that.  Remove explicit rule.
32016         (tst-gettext3.out, tst-gettext5.out): Likewise.
32017         (LOCPATH-ENV, tst-codeset-ENV): New variables.
32018         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
32019         * intl/tst-codeset.sh: Remove.
32020         * intl/tst-gettext3.sh: Likewise.
32021         * intl/tst-gettext5.sh: Likewise.
32022
32023 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32024
32025         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
32026         * sysdeps/unix/syscalls.list: ... here.
32027
32028         * sysdeps/posix/getaddrinfo.c
32029         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
32030         (gaiconf_init, gaiconf_reload): Use them.
32031         [!_STATBUF_ST_NSEC]
32032         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
32033         Define using time_t rather than struct timespec.
32034
32035         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
32036         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
32037         Macros removed.
32038         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
32039         [!NO_THREADS].
32040         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
32041         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
32042         Likewise.
32043
32044         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
32045         __libc_cleanup_push argument.
32046
32047         * bits/param.h: New file.
32048         * misc/sys/param.h: New file.
32049         * include/sys/param.h: New file.
32050         * misc/Makefile (headers): Add bits/param.h.
32051         * sysdeps/generic/sys/param.h: File removed.
32052         * sysdeps/unix/sysv/linux/bits/param.h: New file.
32053         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
32054         * sysdeps/mach/hurd/bits/param.h: New file.
32055         * sysdeps/mach/hurd/sys/param.h: File removed.
32056
32057         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
32058         last change.
32059
32060         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
32061         [_IO_MTSAFE_IO].
32062         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
32063         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
32064         New macros.
32065
32066         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
32067         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
32068         rather than -D_IO_MTSAFE_IO conditionally.
32069         * stdio-common/Makefile (CPPFLAGS): Likewise.
32070         * wcsmbs/Makefile (CPPFLAGS): Likewise.
32071         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
32072         Use $(libio-mtsafe).
32073         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
32074         of -D_IO_MTSAFE_IO.
32075         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
32076         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
32077         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
32078         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
32079         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
32080         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
32081         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
32082         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
32083         (CFLAGS-fread_u_chk.c): Likewise.
32084         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
32085         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
32086         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
32087         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
32088         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
32089         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
32090         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
32091         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
32092         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
32093
32094         * libio/Makefile: Test [$(libc-reentrant) = yes]
32095         instead of [$(filter %REENTRANT, $(defines)) nonempty].
32096
32097         * Makeconfig
32098         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
32099         * sysdeps/pthread/configure: File removed.
32100         * sysdeps/pthread/Makeconfig: New file.
32101         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
32102         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
32103
32104 2012-08-16  Gary Benson  <gbenson@redhat.com>
32105
32106         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
32107         unmapping the first object in a namespace.
32108
32109 2012-08-16  Roland McGrath  <roland@hack.frob.com>
32110
32111         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
32112         (__internal_setnetgrent): ... this.  Add internal_function to
32113         definition.  Add libc_hidden_def.
32114         (setnetgrent): Update caller.
32115         (internal_endnetgrent): Renamed to ...
32116         (__internal_endnetgrent): ... this.  Add internal_function to
32117         definition.  Add libc_hidden_def.
32118         (endnetgrent): Update caller.
32119         (internal_getnetgrent_r): Renamed to ...
32120         (__internal_getnetgrent_r): ... this.  Add internal_function to
32121         definition.  Add libc_hidden_def.
32122         (__getnetgrent_r): Update caller.
32123         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
32124
32125 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
32126
32127         * stdlib/longlong.h: Update from GCC.
32128
32129 2012-08-16  Roland McGrath  <roland@hack.frob.com>
32130
32131         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
32132         on _QL, which is set by umul_ppmm but never used.
32133         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
32134         variables, which are set by GMP macros but never used.
32135         * stdio-common/_itowa.c (_itowa): Likewise.
32136         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
32137         * stdlib/mod_1.c (mpn_mod_1): Likewise.
32138
32139 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
32140
32141         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
32142         struct La_sh_regs is not constant.
32143         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
32144         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
32145         and struct La_sparc64_regs are not constant.
32146
32147 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
32148
32149         * sysdeps/unix/sysv/linux/kernel-features.h
32150         (__ASSUME_POSIX_TIMERS): Remove.
32151         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32152         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32153         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
32154         Make code unconditional.
32155         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32156         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
32157         Make code unconditional.
32158         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32159         * sysdeps/unix/sysv/linux/clock_nanosleep.c
32160         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
32161         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32162         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
32163         Make code unconditional.
32164         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32165         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
32166         (__libc_missing_posix_timers): Remove.
32167
32168 2012-08-15  Roland McGrath  <roland@hack.frob.com>
32169
32170         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
32171         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
32172
32173         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
32174
32175         * elf/dl-sym.c: Include <stdlib.h>.
32176
32177         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
32178         constants, which avoids warnings in 32-bit builds.
32179
32180         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
32181         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
32182
32183         * misc/lseek.c: File moved to ...
32184         * io/lseek.c: ... here.
32185
32186         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
32187
32188         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
32189         shifting LEN more than 31 bits at once.
32190
32191 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32192
32193         [BZ #14195]
32194         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
32195         segmentation fault for a case of two empty input strings.
32196         * string/test-strncasecmp.c (check1): Renamed to...
32197         (bz12205): ...this.
32198         (bz14195): Add new testcase for two empty input strings and N > 0.
32199         (test_main): Call new testcase, adapt for renamed function.
32200
32201 2012-08-15  Andreas Jaeger  <aj@suse.de>
32202
32203         [BZ #14090]
32204         * crypt/md5test2.c: New test, based on test supplied by Serge
32205         Belyshev <belyshev@depni.sinp.msu.ru>.
32206         * crypt/Makefile (xtests): Add md5test-giant..
32207         * crypt/Makefile ($(objpfx)md5test-giant): Add.
32208
32209 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32210
32211         [BZ #14090]
32212         * crypt/md5.c (md5_process_block): Don't assume the buffer
32213         length is less than 2**32.
32214         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
32215         length is less than 2**64.
32216
32217 2012-08-15  Roland McGrath  <roland@hack.frob.com>
32218
32219         * string/str-two-way.h: Include <sys/param.h>.
32220         (MAX): Macro removed.
32221
32222         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
32223         Move #define and #undef of memmove to just before and after
32224         including <string.h>.
32225
32226         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
32227         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
32228         and after including <string.h>.  Move declarations of
32229         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
32230         to before #include "string/memmove.c".
32231
32232         * include/dirent.h: Declare __getdirentries.
32233
32234         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
32235         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
32236
32237 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
32238
32239         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
32240         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
32241         * sysdeps/i386/configure: Regenerated.
32242         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
32243         STABS_CURRENT_FILE, and STABS_FUN.
32244         (END): Remove call to STABS_FUN_END.
32245         (STABS_CURRENT_FILE1): Delete.
32246         (STABS_CURRENT_FILE): Likewise.
32247         (STABS_FUN): Likewise.
32248         (STABS_FUN_END): Likewise.
32249         (STABS_FUN2): Likewise.
32250         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
32251         * sysdeps/x86_64/configure: Regenerated.
32252
32253 2012-08-14  Roland McGrath  <roland@hack.frob.com>
32254
32255         * elf/dl-open.c: Include <atomic.h>.
32256         * elf/dl-lookup.c: Likewise.
32257
32258 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
32259
32260         * sysdeps/unix/sysv/linux/kernel-features.h
32261         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
32262         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
32263         unconditionally.
32264         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
32265         unconditionally.
32266         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
32267         condition on __ASSUME_CLONE_THREAD_FLAGS.
32268
32269 2012-08-14  Andreas Jaeger  <aj@suse.de>
32270
32271         * sysdeps/i386/fpu/libm-test-ulps: Update.
32272
32273 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
32274
32275         * include/atomic.h (atomic_exchange_and_add): Split into ...
32276         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
32277         New atomic macros.
32278
32279 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
32280
32281         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32282
32283 2012-08-13  Jeff Law <law@redhat.com>
32284
32285         * manual/stdio.texi (snprintf): Clarify handling of the trailing
32286         null byte in the output string.
32287
32288 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
32289
32290         * sysdeps/unix/sysv/linux/kernel-features.h
32291         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
32292         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
32293         (__ASSUME_ARG_MAX_STACK_BASED): Define.
32294         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
32295         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
32296         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
32297         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
32298
32299 2012-08-09  Jeff Law <law@redhat.com>
32300
32301         [BZ #13939]
32302         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
32303         When avoid_arena is set, don't retry in the that arena.  Pick the
32304         next one, whatever it might be.
32305         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
32306         (arena_lock): Pass in new parameter to arena_get2.
32307         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
32308         arena_get2.
32309         (__libc_malloc): Unify retrying after main arena failure with
32310         __libc_memalign version.
32311         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
32312
32313 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
32314
32315         [BZ #14166]
32316         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
32317         to __redirect_strstr.
32318         (__strstr_sse42): Use typeof __redirect_strstr.
32319         (__strstr_ia32): Likewise.
32320         (__libc_strstr): New prototype.
32321         (strstr): Renamed to ...
32322         (__libc_strstr): This.
32323         (strstr): New strong alias of __libc_strstr.
32324         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
32325         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
32326         __redirect_time.
32327         Include <time.h>.
32328         (__libc_time): New prototype.
32329         (time_ifunc): Replace time with __libc_time.
32330         (time): New strong alias and hidden definition of __libc_time.
32331         (__GI_time): Remove strong alias.
32332         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
32333         Include <stddef.h>.
32334         (memmove): Redefined to __redirect_memmove.
32335         (__memmove_sse2): Use typeof __redirect_memmove.
32336         (__memmove_ssse3): Likewise.
32337         (__memmove_ssse3_back): Likewise.
32338         (__libc_memmove): New prototype.
32339         (memmove): Renamed to ...
32340         (__libc_memmove): This.
32341         (memmove): New strong alias of __libc_memmove.
32342
32343 2012-08-08  Mark Salter  <msalter@redhat.com>
32344
32345         * elf/elf.h
32346         (R_MN10300_TLS_GD): Define.
32347         (R_MN10300_TLS_LD): Likewise.
32348         (R_MN10300_TLS_LDO): Likewise.
32349         (R_MN10300_TLS_GOTIE): Likewise.
32350         (R_MN10300_TLS_IE): Likewise.
32351         (R_MN10300_TLS_LE): Likewise.
32352         (R_MN10300_TLS_DTPMOD): Likewise.
32353         (R_MN10300_TLS_DTPOFF): Likewise.
32354         (R_MN10300_TLS_TPOFF): Likewise.
32355         (R_MN10300_SYM_DIFF): Likewise.
32356         (R_MN10300_ALIGN): Likewise.
32357         (R_MN10300_NUM): Update.
32358
32359 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
32360
32361         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
32362         Remove.
32363
32364 2012-08-08  Roland McGrath  <roland@hack.frob.com>
32365
32366         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
32367
32368         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
32369         sysdeps/unix -> sysdeps/posix move.
32370         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
32371
32372 2012-08-07      Allan McRae     <allan@archlinux.org>
32373
32374         [BZ #14303]
32375         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
32376         (SUNOS_CPP): Likewise.
32377         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
32378         not found.
32379         (open_input): Call CPP using execvp.
32380
32381 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32382
32383         * sysdeps/unix/sysv/linux/kernel-features.h
32384         (__ASSUME_PROT_GROWSUPDOWN): Remove.
32385         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32386         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32387         (__ASSUME_WAITID_SYSCALL): Likewise.
32388         * sysdeps/unix/sysv/linux/dl-execstack.c
32389         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
32390         code unconditional.
32391         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
32392         conditional code.
32393         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
32394         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
32395         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
32396         code.
32397         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
32398         unconditional.
32399         [__ASSUME_WAITID_SYSCALL]: Likewise.
32400         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
32401
32402 2012-08-07  Roland McGrath  <roland@hack.frob.com>
32403
32404         * sysdeps/unix/closedir.c: Renamed to ...
32405         * sysdeps/posix/closedir.c: ... here.
32406         * sysdeps/unix/dirfd.c: Renamed to ...
32407         * sysdeps/posix/dirfd.c: ... here.
32408         * sysdeps/unix/dirstream.h: Renamed to ...
32409         * sysdeps/posix/dirstream.h: ... here.
32410         * sysdeps/unix/fdopendir.c: Renamed to ...
32411         * sysdeps/posix/fdopendir.c: ... here.
32412         * sysdeps/unix/opendir.c: Renamed to ...
32413         * sysdeps/posix/opendir.c: ... here.
32414         * sysdeps/unix/readdir.c: Renamed to ...
32415         * sysdeps/posix/readdir.c: ... here.
32416         * sysdeps/unix/readdir_r.c: Renamed to ...
32417         * sysdeps/posix/readdir_r.c: ... here.
32418         * sysdeps/unix/rewinddir.c: Renamed to ...
32419         * sysdeps/posix/rewinddir.c: ... here.
32420         * sysdeps/unix/seekdir.c: Renamed to ...
32421         * sysdeps/posix/seekdir.c: ... here.
32422         * sysdeps/unix/telldir.c: Renamed to ...
32423         * sysdeps/posix/telldir.c: ... here.
32424         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
32425         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
32426         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
32427         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
32428
32429         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
32430         * bits/fcntl.h: ... here.
32431
32432         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
32433         not 0.
32434         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
32435         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
32436         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
32437         (struct flock): Move l_start, l_len to the beginning.
32438         Use __pid_t for l_pid.
32439         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
32440         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
32441         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
32442         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
32443         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
32444         [__USE_LARGEFILE64] (struct flock64): New type.
32445         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
32446
32447         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
32448         * bits/dirent.h: ... here.
32449
32450         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
32451         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
32452
32453 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32454
32455         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32456         Change from 2.6.0 to 2.6.16.
32457         * sysdeps/unix/sysv/linux/configure: Regenerated.
32458         * sysdeps/unix/sysv/linux/kernel-features.h
32459         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
32460         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
32461         version.
32462         (__ASSUME_UTIMES): Likewise.
32463         (__ASSUME_CLONE_STOPPED): Remove.
32464         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
32465         architectures, not kernel version.
32466         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
32467         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32468         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32469         (__ASSUME_WAITID_SYSCALL): Likewise.
32470         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
32471         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
32472         * README: State 2.6.16 as minimum Linux kernel version.  Do not
32473         refer to older versions.
32474
32475 2012-08-06  Roland McGrath  <roland@hack.frob.com>
32476
32477         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
32478         Define alphasort64 as an alias.
32479         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
32480         Define versionsort64 as an alias.
32481         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
32482         Define scandir64 as an alias.
32483         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
32484         Define scandirat64 as an alias.
32485         * dirent/alphasort64.c (alphasort64):
32486         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
32487         * dirent/versionsort64.c: Likewise.
32488         * dirent/scandir64.c: Likewise.
32489         * dirent/scandirat64.c: Likewise.
32490         * sysdeps/wordsize-64/alphasort.c: File removed.
32491         * sysdeps/wordsize-64/alphasort64.c: File removed.
32492         * sysdeps/wordsize-64/scandir.c: File removed.
32493         * sysdeps/wordsize-64/scandir64.c: File removed.
32494         * sysdeps/wordsize-64/scandirat.c: File removed.
32495         * sysdeps/wordsize-64/scandirat64.c: File removed.
32496         * sysdeps/wordsize-64/versionsort.c: File removed.
32497         * sysdeps/wordsize-64/versionsort64.c: File removed.
32498         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
32499         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
32500         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
32501         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
32502         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
32503         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
32504         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
32505         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
32506
32507         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
32508         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32509         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
32510         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32511         [defined __arch64__ || defined __sparcv9]
32512         (__INO_T_MATCHES_INO64_T): New macro.
32513         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32514         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
32515         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
32516         * sysdeps/unix/sysv/linux/bits/dirent.h
32517         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
32518         (_DIRENT_MATCHES_DIRENT64): New macro.
32519
32520         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
32521         Define lockf64 as an alias.
32522         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
32523         Define fseeko64 as an alias.
32524         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
32525         Define ftello64 as an alias.
32526         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
32527         Define _IO_fgetpos64 and fgetpos64 as aliases.
32528         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
32529         Define _IO_fsetpos64 and fsetpos64 as aliases.
32530         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
32531         Conditionalize body on this.
32532         * libio/fseeko64.c: Likewise.
32533         * libio/ftello64.c: Likewise.
32534         * libio/iofgetpos64.c: Likewise.
32535         * libio/iofsetpos64.c: Likewise.
32536         * sysdeps/wordsize-64/lockf.c: File removed.
32537         * sysdeps/wordsize-64/lockf64.c: File removed.
32538         * sysdeps/wordsize-64/fseeko.c: File removed.
32539         * sysdeps/wordsize-64/fseeko64.c: File removed.
32540         * sysdeps/wordsize-64/ftello.c: File removed.
32541         * sysdeps/wordsize-64/ftello64.c: File removed.
32542         * sysdeps/wordsize-64/iofgetpos.c: File removed.
32543         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
32544         * sysdeps/wordsize-64/iofsetpos.c: File removed.
32545         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
32546         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
32547         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
32548         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
32549         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
32550         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
32551         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
32552         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
32553         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
32554         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
32555         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
32556
32557         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32558         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32559         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
32560         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32561         [defined __arch64__ || defined __sparcv9]
32562         (__OFF_T_MATCHES_OFF64_T): New macro.
32563         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32564         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32565         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
32566         (__OFF_T_MATCHES_OFF64_T): New macro.
32567
32568 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
32569
32570         * stdlib/secure-getenv.c (__secure_getenv): Replace
32571         GLIBC_2_16 with GLIBC_2_17.
32572
32573 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
32574
32575         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
32576         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
32577
32578 2012-08-03  David S. Miller  <davem@davemloft.net>
32579
32580         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32581
32582 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
32583
32584         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
32585         Remove.
32586         (__ASSUME_CORRECT_SI_PID): Likewise.
32587         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
32588         (__ASSUME_TMPFS_NAME): Likewise.
32589         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
32590         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
32591         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
32592         (HAVE_AUX_SECURE): Make definition unconditional.
32593         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
32594         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
32595
32596 2012-08-03  Roland McGrath  <roland@hack.frob.com>
32597
32598         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
32599         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
32600         * sysdeps/mach/hurd/eloop-threshold.h: New file.
32601         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
32602         __eloop_threshold instead of SYMLOOP_MAX.
32603
32604         * sysdeps/generic/eloop-threshold.h: New file.
32605         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
32606         of MAXSYMLINKS.
32607         * elf/chroot_canon.c (chroot_canon): Likewise.
32608
32609 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
32610
32611         [BZ #13717]
32612         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32613         Change to 2.6.0 everywhere.
32614         * sysdeps/unix/sysv/linux/configure: Regenerated.
32615         * sysdeps/unix/sysv/linux/kernel-features.h
32616         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
32617         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
32618         kernel versions.
32619         (__ASSUME_POSIX_TIMERS): Define unconditionally.
32620         (__ASSUME_FUTEX_REQUEUE): Remove.
32621         (__ASSUME_STATFS64): Define unconditionally.
32622         (__ASSUME_AT_SECURE): Likewise.
32623         (__ASSUME_CORRECT_SI_PID): Likewise.
32624         (__ASSUME_TGKILL): Define without depending on kernel version for
32625         i386.
32626         (__ASSUME_UTIMES): Likewise.
32627         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
32628         kernel version.
32629         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
32630         (__ASSUME_TMPFS_NAME): Likewise.
32631         * README: Update reference to Linux kernel versions.
32632
32633 2012-08-02  Marek Polacek  <polacek@redhat.com>
32634
32635         [BZ# 14150]
32636         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
32637         libc_cv_asm_type_prefix with %.
32638         * configure: Regenerated.
32639         * include/libc-symbols.h: Remove comment about
32640         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
32641         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
32642         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
32643         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
32644         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
32645         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
32646         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
32647         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
32648         * elf/tst-unique2mod1.c: Likewise.
32649         * elf/tst-unique1mod2.c: Likewise.
32650         * elf/tst-unique1mod1.c: Likewise.
32651         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
32652         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
32653         Replace ASM_TYPE_DIRECTIVE with .type.
32654         * sysdeps/s390/s390-64/sysdep.h: Likewise.
32655         * sysdeps/i386/sysdep.h: Likewise.
32656         * sysdeps/x86_64/sysdep.h: Likewise.
32657         * sysdeps/sh/sysdep.h: Likewise.
32658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
32659         Do not define ASM_TYPE_DIRECTIVE.
32660         * sysdeps/powerpc/sysdep.h: Likewise.
32661         * sysdeps/powerpc/powerpc32/sysdep.h:
32662         Replace ASM_TYPE_DIRECTIVE with .type.
32663         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
32664         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
32665         * sysdeps/i386/fpu/e_powf.S: Likewise.
32666         * sysdeps/i386/fpu/e_expl.S: Likewise.
32667         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
32668         * sysdeps/i386/fpu/e_acosh.S: Likewise.
32669         * sysdeps/i386/fpu/e_pow.S: Likewise.
32670         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
32671         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
32672         * sysdeps/i386/fpu/s_expm1.S: Likewise.
32673         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
32674         * sysdeps/i386/fpu/e_log2.S: Likewise.
32675         * sysdeps/i386/fpu/e_log2l.S: Likewise.
32676         * sysdeps/i386/fpu/e_scalb.S: Likewise.
32677         * sysdeps/i386/fpu/e_powl.S: Likewise.
32678         * sysdeps/i386/fpu/e_log10f.S: Likewise.
32679         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
32680         * sysdeps/i386/fpu/e_logl.S: Likewise.
32681         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
32682         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
32683         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
32684         * sysdeps/i386/fpu/e_log2f.S: Likewise.
32685         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
32686         * sysdeps/i386/fpu/e_log.S: Likewise.
32687         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
32688         * sysdeps/i386/fpu/e_logf.S: Likewise.
32689         * sysdeps/i386/fpu/e_log10l.S: Likewise.
32690         * sysdeps/i386/fpu/e_atanh.S: Likewise.
32691         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
32692         * sysdeps/i386/fpu/e_log10.S: Likewise.
32693         * sysdeps/i386/fpu/s_frexp.S: Likewise.
32694         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
32695         * sysdeps/i386/fpu/s_asinh.S: Likewise.
32696         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
32697         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
32698         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
32699         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
32700         * sysdeps/i386/i686/strtok.S: Likewise.
32701         * sysdeps/i386/i386-mcount.S: Likewise.
32702         * sysdeps/i386/strtok.S: Likewise.
32703         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
32704         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
32705         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
32706         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
32707         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
32708         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
32709         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
32710         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
32711         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
32712         * sysdeps/x86_64/_mcount.S: Likewise.
32713         * sysdeps/x86_64/strtok.S: Likewise.
32714         * sysdeps/sh/_mcount.S: Likewise.
32715
32716 2012-08-01  Roland McGrath  <roland@hack.frob.com>
32717
32718         * libio/iofopen.c: Include <fcntl.h>.
32719         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
32720         (_IO_fopen64, fopen64): Define as aliases.
32721         * libio/iofopen64.c: Include <fcntl.h>.
32722         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
32723         Conditionalize body on this.
32724         * sysdeps/wordsize-64/iofopen.c: File removed.
32725         * sysdeps/wordsize-64/iofopen64.c: File removed.
32726
32727 2012-08-01  Marek Polacek  <polacek@redhat.com>
32728
32729         * libc/Makeconfig: Use elf in place of binfmt-subdir.
32730         Use dlfcn directly instead of a variable.
32731         (binfmt-subdir): Do not define.
32732         (dlfcn): Likewise.
32733
32734 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
32735
32736         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
32737         Remove all definitions.
32738         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
32739         <kernel-features.h>.
32740         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32741         (miss_F_GETOWN_EX): Remove all definitions.
32742         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
32743         macro definition.
32744         [!__ASSUME_FCNTL64]: Remove conditional code.
32745         [__ASSUME_FCNTL64]: Make code unconditional.
32746         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
32747         <kernel-features.h>.
32748         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32749         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
32750         (lockf64) [__NR_fcntl64]: Make code unconditional.
32751         (lockf64) [__ASSUME_FCNTL64]: Likewise.
32752
32753         * sysdeps/unix/sysv/linux/kernel-features.h
32754         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
32755         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
32756         Make code unconditional.
32757         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32758         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32759         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
32760         [__NR_vfork]: Make code unconditional.
32761         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32762         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
32764         [__NR_vfork]: Make code unconditional.
32765         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32766         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32767
32768 2012-08-01  Roland McGrath  <roland@hack.frob.com>
32769
32770         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
32771         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
32772
32773         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32774         Define mkstemp64 as an alias.
32775         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32776         Define mkstemps64 as an alias.
32777         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32778         Define mkostemp64 as an alias.
32779         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32780         Define mkostemps64 as an alias.
32781         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
32782         Conditionalize body on this.
32783         * misc/mkostemp64.c: Likewise.
32784         * misc/mkostemps64.c: Likewise.
32785         * misc/mkstemps64.c: Likewise.
32786         * sysdeps/wordsize-64/mkstemp64.c: File removed.
32787         * sysdeps/wordsize-64/mkostemp64.c: File removed.
32788         * sysdeps/wordsize-64/mkostemp.c: File removed.
32789         * sysdeps/wordsize-64/mkstemp.c: File removed.
32790         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
32791         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
32792         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
32793         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
32794
32795         [BZ #14138]
32796         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
32797         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
32798         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
32799         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
32800
32801         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
32802         compat_symbol macros from <shlib-compat.h> rather than the underlying
32803         default_symbol_version and symbol_version macros, so that DEFAULT
32804         lines in shlib-versions are respected.
32805         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
32806
32807 2012-08-01  Florian Weimer  <fweimer@redhat.com>
32808
32809         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
32810         Declare with warn_unused_result.
32811         (setgid, setregid, setegid, setresgid): Likewise.
32812         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
32813         Likewise.
32814         * WUR-REPORT: Remove set*id functions.
32815
32816 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
32817
32818         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
32819
32820 2012-07-31  Roland McGrath  <roland@hack.frob.com>
32821
32822         [BZ #10191]
32823         * include/sys/socket.h (__libc_accept, __libc_accept4):
32824         Add attribute_hidden.
32825         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
32826
32827         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
32828         use of PTR_MANGLE.
32829         * inet/getnetgrent_r.c (setup): Likewise.
32830
32831         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
32832
32833 2012-07-31  David S. Miller  <davem@davemloft.net>
32834
32835         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32836
32837 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
32838
32839         [BZ #13629]
32840         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
32841         value between 1.0 and 2.0 and smaller part has absolute value less
32842         than 1.0.
32843         * math/s_clog10.c (__clog10): Likewise.
32844         * math/s_clog10f.c (__clog10f): Likewise.
32845         * math/s_clog10l.c (__clog10l): Likewise.
32846         * math/s_clogf.c (__clogf): Likewise.
32847         * math/s_clogl.c (__clogl): Likewise.
32848         * math/libm-test.inc (clog_test): Add more tests.
32849         (clog10_test): Likewise.
32850         * sysdeps/i386/fpu/libm-test-ulps: Update.
32851         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32852
32853 2012-07-31  Florian Weimer  <fweimer@redhat.com>
32854
32855         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
32856         Exit with zero in case no suitable GID is found, and write a
32857         message to standard error.
32858
32859 2012-07-30  Roland McGrath  <roland@hack.frob.com>
32860
32861         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
32862         rather than to 1.
32863         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
32864         (MAXPATHLEN): Removed.
32865         (NOGROUP, NODEV): New macros.
32866         (setbit, clrbit, isset, isclr): New macros.
32867         (howmany, roundup, powerof2): New macros.
32868         (DEV_BSIZE): New macro.
32869
32870         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
32871         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
32872
32873         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
32874         definition on [!__NO_LONG_DOUBLE_MATH].
32875
32876         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
32877         PTR_MANGLE and PTR_DEMANGLE.
32878
32879         * socket/accept4.c (accept4): Rename to __libc_accept4.
32880         Define accept4 as a weak alias.
32881
32882         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
32883         on [_DIRENT_HAVE_D_TYPE].
32884         * io/ftw.c (ftw_dir): Likewise.
32885
32886         * io/xmknod.c (__xmknod): Don't check PATH for being null.
32887
32888         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
32889
32890         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
32891         Use the BSD numbers rather than the arbitrary ones we had.
32892         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
32893         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
32894         (SIGXCPU, SIGXFSZ): New macros.
32895         (_NSIG): Now 32.
32896
32897         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
32898         initializer on [_LIBC_REENTRANT].
32899
32900         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
32901         definitions inside [_POSIX_MAPPED_FILES].
32902
32903         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
32904
32905         * dirent/opendir.c: Include <fcntl.h>.
32906
32907         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
32908         (__libc_getspecific): Likewise.
32909         (__libc_key_create): Likewise.
32910
32911         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
32912         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
32913         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
32914         (tmpfile64): Define as alias.
32915         * sysdeps/wordsize-64/tmpfile.c: File removed.
32916         * sysdeps/wordsize-64/tmpfile64.c: File removed.
32917         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
32918         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
32919
32920         * stdio-common/vfscanf.c: Include <stdbool.h>.
32921         * nss/makedb.c: Likewise.
32922         * stdio-common/_i18n_number.h: Likewise.
32923         * argp/argp-help.c: Likewise.
32924         * posix/wordexp.c: Likewise.
32925         * sysdeps/posix/spawni.c: Likewise.
32926         * nss/nss_files/files-initgroups.c: Likewise.
32927         * stdio-common/reg-modifier.c: Include <stdlib.h>.
32928         * nss/nss_files/files-initgroups.c: Likewise.
32929         * nss/nss_db/db-netgrp.c: Likewise.
32930         * nss/nss_db/db-initgroups.c: Likewise.
32931         * io/fchmodat.c: Include <sys/stat.h>.
32932
32933         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
32934         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
32935
32936         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
32937         [HAVE_MMAP].
32938
32939         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
32940         Add multiple inclusion protection.
32941
32942 2012-07-27  David S. Miller  <davem@davemloft.net>
32943
32944         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32945
32946 2012-07-27  Gary Benson  <gbenson@redhat.com>
32947
32948         [BZ #14298]
32949         * elf/rtld.c: Include <stap-probe.h>.
32950         (dl_main): Added static probes "init_start" and "init_complete".
32951         * elf/dl-load.c: Include <stap-probe.h>.
32952         (lose): Take new parameter "nsid".
32953         Added static probe "map_failed".
32954         (_dl_map_object_from_fd): Pass namespace id to lose.
32955         Added static probe "map_start".
32956         (open_verify): Pass namespace id to lose.
32957         * elf/dl-open.c: Include <stap-probe.h>.
32958         (dl_open_worker) Added static probes "map_complete", "reloc_start"
32959         and "reloc_complete".
32960         * elf/dl-close.c: Include <stap-probe.h>.
32961         (_dl_close_worker): Added static probes "unmap_start" and
32962         "unmap_complete".
32963         * elf/rtld-debugger-interface.txt: New file documenting the above.
32964
32965 2012-07-26  Roland McGrath  <roland@hack.frob.com>
32966
32967         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
32968         rather than a string variable.
32969         * sunrpc/rpc_main.c (h_output): Likewise.
32970         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
32971
32972 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
32973
32974         * inet/check_native.c: New file.
32975
32976 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
32977
32978         [BZ #13629]
32979         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
32980         if larger part has absolute value 1.0.
32981         * math/s_clog10.c (__clog10): Likewise.
32982         * math/s_clog10f.c (__clog10f): Likewise.
32983         * math/s_clog10l.c (__clog10l): Likewise.
32984         * math/s_clogf.c (__clogf): Likewise.
32985         * math/s_clogl.c (__clogl): Likewise.
32986         * math/libm-test.inc (clog_test): Add more tests.
32987         (clog10_test): Likewise.
32988         * sysdeps/i386/fpu/libm-test-ulps: Update.
32989         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32990
32991         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
32992         (pltexit): Likewise.
32993         (La_regs): Likewise.
32994         (La_retval): Likewise.
32995         (int_retval): Likewise.
32996         Update #error for removed macros to refer only to definitions in
32997         tst-audit.h.
32998         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
32999         macro.
33000         (pltexit): Likewise.
33001         (La_regs): Likewise.
33002         (La_retval): Likewise.
33003         (int_retval): Likewise.
33004         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
33005         macro.
33006         (pltexit): Likewise.
33007         (La_regs): Likewise.
33008         (La_retval): Likewise.
33009         (int_retval): Likewise.
33010         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
33011         macro.
33012         (pltexit): Likewise.
33013         (La_regs): Likewise.
33014         (La_retval): Likewise.
33015         (int_retval): Likewise.
33016         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
33017         macro.
33018         (pltexit): Likewise.
33019         (La_regs): Likewise.
33020         (La_retval): Likewise.
33021         (int_retval): Likewise.
33022         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
33023         macro.
33024         (pltexit): Likewise.
33025         (La_regs): Likewise.
33026         (La_retval): Likewise.
33027         (int_retval): Likewise.
33028         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
33029         macro.
33030         (pltexit): Likewise.
33031         (La_regs): Likewise.
33032         (La_retval): Likewise.
33033         (int_retval): Likewise.
33034         * sysdeps/generic/tst-audit.h: Update comment to refer only to
33035         macro definitions in tst-audit.h.
33036         * sysdeps/i386/tst-audit.h: New file.
33037         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
33038         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
33039         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
33040         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
33041         * sysdeps/sh/tst-audit.h: Likewise.
33042         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
33043         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
33044         * sysdeps/x86_64/tst-audit.h: Likewise.
33045
33046 2012-07-26  Andreas Jaeger  <aj@suse.de>
33047
33048         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
33049         ptrace.
33050
33051         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
33052         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
33053         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
33054         PTRACE_O_MASK.
33055         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
33056         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
33057         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
33058
33059         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
33060         value.
33061
33062         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
33063         _sigsys.
33064         (si_call_addr, si_syscall, si_arch): Define new macro.
33065         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
33066         _sigsys.
33067         (si_call_addr, si_syscall, si_arch): Define new marcro.
33068         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
33069         _sigsys.
33070         (si_call_addr, si_syscall, si_arch): Define new macro.
33071         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
33072         _sigsys.
33073         (si_call_addr, si_syscall, si_arch): Define new macro.
33074
33075 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
33076
33077         [BZ #13717]
33078         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33079         Change to 2.4.21 where previously 2.4.1.
33080         * sysdeps/unix/sysv/linux/configure: Regenerated.
33081         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
33082         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
33083         Linux kernel version.
33084         (__ASSUME_STD_AUXV): Remove.
33085         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
33086         kernel version.
33087         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
33088         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
33089         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
33090         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
33091         (__ASSUME_NETLINK_SUPPORT): Likewise.
33092         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
33093         (__no_netlink_support): Remove conditional definition.
33094         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
33095         Remove.
33096         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33097         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
33098         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
33099         (if_nameindex_ioctl): Remove.
33100         (if_nameindex_netlink): Do not handle __no_netlink_support.
33101         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33102         code.
33103         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
33104         Remove conditional code.
33105         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33106         code.
33107         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
33108         unconditional.
33109         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33110         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
33111         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
33112         Remove.
33113         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
33114         [!__ASSUME_STD_AUXV]: Remove conditional code.
33115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
33116         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
33117         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
33118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
33119         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
33120         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33121         code.
33122         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
33124         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
33125         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33126         conditional code.
33127         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
33129         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33130         code.
33131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
33132         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33133         conditional code.
33134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
33135         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33136         code unconditional.
33137         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33138         conditional code.
33139         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33140         unconditional.
33141         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33142         conditional code.
33143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
33144         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33145         unconditional.
33146         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33147         conditional code.
33148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
33149         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33150         code unconditional.
33151         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33152         conditional code.
33153         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33154         unconditional.
33155         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33156         conditional code.
33157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
33158         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33159         code unconditional.
33160         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33161         conditional code.
33162         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33163         unconditional.
33164         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33165         conditional code.
33166
33167 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
33168
33169         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
33170         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
33171         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
33172         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
33173         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
33174         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
33175         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
33176         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
33177         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
33178         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
33179         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
33180         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
33181         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
33182         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
33183         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
33184         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
33185         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
33186         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
33187         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
33188         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
33189         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
33190         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
33191         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
33192
33193 2012-07-25  Florian Weimer  <fweimer@redhat.com>
33194
33195         * Versions.def: Add GLIBC_2.17.
33196         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
33197         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
33198         Introduce __libc_secure_getenv.
33199         * stdlib/Versions (2.17): Add secure_getenv
33200         (GLIBC_PRIVATE): Add __libc_secure_getenv.
33201         * stdlib/secure-getenv.c: Rename __secure_getenv to
33202         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
33203         symbol __secure_getenv for GLIBC_2.0.
33204         * stdlib/tst-secure-getenv.c: New.
33205         * stdlib/Makefile (tests): Add testcase.
33206         * manual/startup.texi (Environment Access): Document
33207         secure_getenv.
33208         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
33209         __libc_secure_getenv.
33210         * inet/ruserpass.c (ruserpass): Likewise.
33211         * malloc/mtrace.c (mtrace): Likewise.
33212         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
33213         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
33214         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
33215         * sysdeps/posix/tempname.c: Likewise.  Evaluate
33216         HAVE_SECURE_GETENV.
33217         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
33218         __secure_getenv to __libc_secure_getenv.
33219         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
33220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33221         Likewise.
33222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33223         Likewise.
33224         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33225         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33226         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33227         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33228         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33229         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33230         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33231
33232 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
33233
33234         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
33235         (struct La_i86_retval): Likewise.
33236         (struct La_x86_64_regs): Likewise.
33237         (struct La_x86_64_retval): Likewise.
33238         (struct La_x32_regs): Likewise.
33239         (struct La_x32_retval): Likewise.
33240         (struct La_ppc32_regs): Likewise.
33241         (struct La_ppc32_retval): Likewise.
33242         (struct La_ppc64_regs): Likewise.
33243         (struct La_ppc64_retval): Likewise.
33244         (struct La_sh_regs): Likewise.
33245         (struct La_sh_retval): Likewise.
33246         (struct La_s390_32_regs): Likewise.
33247         (struct La_s390_32_retval): Likewise.
33248         (struct La_s390_64_regs): Likewise.
33249         (struct La_s390_64_retval): Likewise.
33250         (struct La_sparc32_regs): Likewise.
33251         (struct La_sparc32_retval): Likewise.
33252         (struct La_sparc64_regs): Likewise.
33253         (struct La_sparc64_retval): Likewise.
33254         (struct audit_ifaces): Remove architecture-specific pltenter and
33255         pltexit members.
33256         * sysdeps/i386/ldsodefs.h: New file.
33257         * sysdeps/powerpc/ldsodefs.h: Likewise.
33258         * sysdeps/s390/ldsodefs.h: Likewise.
33259         * sysdeps/sh/ldsodefs.h: Likewise.
33260         * sysdeps/sparc/ldsodefs.h: Likewise.
33261         * sysdeps/x86_64/ldsodefs.h: Likewise.
33262
33263 2012-07-25  Marek Polacek  <polacek@redhat.com>
33264
33265         [BZ #6808]
33266         * math/libm-test.inc (yn_test): Add another test.
33267         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
33268         to ERANGE when the result is +-Inf.
33269         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
33270         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
33271         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
33272         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
33273
33274 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
33275
33276         * conform/data/time.h-data (NULL): Use macro-constant.  Require
33277         equal to 0.
33278         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
33279         clock_t.
33280         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
33281
33282 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
33283
33284         * configure.in <sysdeps resolving>: Correct printing
33285         Implies_before.
33286         * configure: Regenerate.
33287
33288 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
33289
33290         * math/w_ilogb.c: Include <limits.h>.
33291         * math/w_ilogbl.c: Likewise.
33292
33293 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33294
33295         * manual/lang.texi (__va_copy): Document primarily as ISO C99
33296         va_copy.  Document allowing for unavailable va_copy only as
33297         pre-C99 compatibility.
33298         * manual/string.texi (Copying and Concatenation): Use va_copy
33299         instead of __va_copy in concat example.
33300
33301 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
33302
33303         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
33304         (__sendto): Use create_address_port.  Initialize APORT and deallocate
33305         it if not null.
33306
33307         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
33308         with O_NOLINK passed to __file_name_lookup.
33309
33310         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
33311         with O_NOLINK passed to __file_name_lookup.
33312
33313         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
33314         negative N or less than NGIDS.
33315
33316         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
33317         type to string_t.  Set ERANGE as errno and return it if NAME is not big
33318         enough.  Use memcpy instead of strncpy.
33319
33320 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33321
33322         * elf/Makefile (check-data): Remove.
33323         (localplt.data): New vpath directive.
33324         ($(objpfx)check-localplt.out): Use localplt.data from vpath
33325         instead of $(check-data).
33326         * scripts/data/localplt-generic.data: Move to ...
33327         * sysdeps/generic/localplt.data: ... here.
33328         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
33329         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
33330         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
33331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
33332         ... here.
33333         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
33334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
33335         ... here.
33336         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
33337         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
33338         ... here.
33339         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
33340         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
33341         ... here.
33342         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
33343         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
33344         ... here.
33345         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
33346         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
33347         ... here.
33348
33349 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33350
33351         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
33352         PPC32 and PPC64 files.
33353         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
33354         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
33355
33356 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33357
33358         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
33359         __makecontext_ret to ...
33360         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
33361         ... here and call exit if uc_link is NULL.  New file.
33362         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
33363         __makecontext_ret.S.
33364         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
33365         __makecontext_ret to ...
33366         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
33367         ... here and call exit if uc_link is NULL.  New file.
33368         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
33369         __makecontext_ret.S.
33370
33371 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33372
33373         * elf/elf.h (R_390_IRELATIVE): New definition.
33374         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
33375         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
33376         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
33377         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
33378         (elf_machine_lazy_rel): Likewise.
33379         * sysdeps/s390/dl-irel.h: New file.
33380         * sysdeps/s390/s390-64/memcpy.S: New asm code.
33381         * sysdeps/s390/s390-64/memset.S: New asm code.
33382         * sysdeps/s390/s390-64/memcmp.S: New asm code.
33383         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
33384         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
33385         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
33386         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
33387         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
33388         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
33389         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
33390         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
33391         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
33392         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
33393         * sysdeps/s390/s390-32/memcpy.S: New asm code.
33394         * sysdeps/s390/s390-32/memset.S: New asm code.
33395         * sysdeps/s390/s390-32/memcmp.S: New asm code.
33396
33397 2012-07-17  Marek Polacek  <polacek@redhat.com>
33398
33399         [BZ #14349]
33400         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
33401         * sysdeps/s390/s390-64/configure.in: Likewise.
33402         * sysdeps/sparc/configure.in: Likewise.
33403         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
33404         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
33405         * sysdeps/i386/configure.in: Likewise.
33406         * sysdeps/x86_64/configure.in: Likewise.
33407         * sysdeps/sh/configure.in: Likewise.
33408         * sysdeps/s390/s390-32/configure: Regenerated.
33409         * sysdeps/s390/s390-64/configure: Likewise.
33410         * sysdeps/x86_64/configure: Likewise.
33411         * sysdeps/sh/configure: Likewise.
33412         * sysdeps/powerpc/powerpc64/configure: Likewise.
33413         * sysdeps/powerpc/powerpc32/configure: Likewise.
33414         * sysdeps/sparc/configure: Likwise.
33415         * sysdeps/i386/configure: Likewise.
33416
33417         * elf/dl-open.c: Comment fixes.
33418
33419 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
33420
33421         * Makefile [CXX] (check-data): Remove.
33422         [CXX] (c++-types.data): New vpath directive.
33423         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
33424         vpath.  Do not allow for C++ type data being missing.
33425         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
33426         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
33427         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
33428         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
33429         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
33430         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
33431         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
33432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
33433         ... here.
33434         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
33435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
33436         ... here.
33437         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
33438         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
33439         ... here.
33440         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
33441         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
33442         ... here.
33443         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
33444         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
33445         ... here.
33446         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
33447         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
33448         ... here.
33449         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
33450         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
33451         ... here.
33452         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
33453         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
33454
33455         * elf/tls-macros.h (TLS_LE): Move architecture-specific
33456         definitions to architecture-specific files.
33457         (TLS_IE): Likewise.
33458         (TLS_LD): Likewise.
33459         (TLS_GD): Likewise.
33460         * sysdeps/i386/tls-macros.h: New file.
33461         * sysdeps/powerpc/tls-macros.h: Likewise.
33462         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
33463         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
33464         * sysdeps/sh/tls-macros.h: Likewise.
33465         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
33466         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
33467         * sysdeps/x86_64/tls-macros.h: Likewise.
33468
33469 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
33470
33471         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
33472         zero value for regular exit case.
33473
33474         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
33475         (__start_context): Preserve zero value for regular exit case.
33476
33477 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
33478             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33479
33480         * manual/setjmp.texi (setcontext): Clarify normal process
33481         termination when uc_link is the null pointer.
33482         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
33483         exit call.
33484
33485 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
33486
33487         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
33488         preprocessor.  Test for each exception mask separately.
33489
33490 2012-07-16  Andreas Jaeger  <aj@suse.de>
33491
33492         * po/ru.po: Update from translation team.
33493
33494 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
33495
33496         * conform/data/string.h-data (NULL): Use macro-constant.  Require
33497         equal to 0.
33498         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
33499         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
33500         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
33501         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
33502         [ISO || ISO99 || ISO11] (*_t): Do not allow.
33503
33504 2012-07-13  Andreas Jaeger  <aj@suse.de>
33505
33506         * po/fr.po: Update from translation team.
33507
33508 2012-07-12  Marek Polacek  <polacek@redhat.com>
33509
33510         [BZ #14173]
33511         * math/libm-test.inc (yn_test): Add test for BZ #14173.
33512         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
33513         loop condition.
33514
33515 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
33516
33517         [BZ #13717]
33518         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33519         Change to 2.4.1 where previously 2.4.0.
33520         * sysdeps/unix/sysv/linux/configure: Regenerated.
33521         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
33522         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
33523         version.
33524         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
33525         (__ASSUME_AT_CLKTCK): Remove.
33526         (__ASSUME_AT_PAGESIZE): Likewise.
33527         (__ASSUME_AT_XID): Likewise.
33528         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
33529         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
33530         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
33531         unconditionally.
33532         (HAVE_AUX_PAGESIZE): Likewise.
33533         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
33534         [__ASSUME_AT_CLKTCK]: Make code unconditional.
33535         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
33536
33537 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
33538
33539         [BZ #14307]
33540         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
33541         the temporary buffer used to invoke __gethostbyname2_r,
33542         __gethostbyaddr_r and gethostbyname4_r to make room for struct
33543         host_data / struct gaih_addrtuple.
33544         * resolv/nss_dns/dns-host.c (global scope): Move definition of
33545         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
33546         header file nss/nsswitch.h.
33547         * nss/nsswitch.h (global scope): Add definition of implementation
33548         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
33549         resolv/nss_dns/dns-host.c).
33550
33551 2012-07-11  Andreas Jaeger  <aj@suse.de>
33552
33553         * po/fr.po: Update from translation team.
33554
33555         * po/sv.po: Update from translation team
33556         * po/fr.po: Another update from translation team.
33557
33558 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33559
33560         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
33561         for subnormals or multiply small sinh result by itself.
33562         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
33563         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33564
33565 2012-07-11  David S. Miller  <davem@davemloft.net>
33566
33567         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33568
33569 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
33570
33571         [BZ #14347]
33572         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
33573         (INTERNAL_MARK): Shift it here.
33574
33575 2012-07-10  Marek Polacek  <polacek@redhat.com>
33576
33577         [BZ #14151]
33578         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
33579         libc_cv_asm_global_directive with .globl.
33580         * configure: Regenerated.
33581         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
33582         with .globl.
33583         * sysdeps/i386/configure: Regenerated.
33584         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
33585         with .globl.
33586         * sysdeps/x86_64/configure: Regenerated.
33587         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
33588         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
33589         * elf/tst-unique2mod2.c: Likewise.
33590         * elf/tst-unique2mod1.c: Likewise.
33591         * elf/tst-unique1mod2.c: Likewise.
33592         * elf/tst-unique1mod1.c: Likewise.
33593         * sysdeps/s390/s390-32/sysdep.h: Likewise.
33594         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33595         * sysdeps/s390/s390-64/sysdep.h: Likewise.
33596         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33597         * sysdeps/mach/sysdep.h: Likewise.
33598         * sysdeps/i386/sysdep.h: Likewise.
33599         * sysdeps/i386/i386-mcount.S: Likewise.
33600         * sysdeps/x86_64/_mcount.S: Likewise.
33601         * sysdeps/x86_64/sysdep.h: Likewise.
33602         * sysdeps/sh/_mcount.S: Likewise.
33603         * sysdeps/sh/sysdep.h: Likewise.
33604         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
33605         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
33606         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
33607         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33608         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
33609         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
33610         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
33611         * locale/localeinfo.h: Likewise.
33612         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
33613         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
33614
33615 2012-07-09  Roland McGrath  <roland@hack.frob.com>
33616
33617         [BZ #14336]
33618         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
33619         system".
33620         * manual/message.texi (The Uniforum approach): Likewise.
33621         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
33622         (glibc iconv Implementation): Likewise.
33623
33624 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
33625
33626         [BZ #14337]
33627         * math/s_clog.c (__clog): Avoid scaling a value down where that
33628         could result in underflow.
33629         * math/s_clog10.c (__clog10): Likewise.
33630         * math/s_clog10f.c (__clog10f): Likewise.
33631         * math/s_clog10l.c (__clog10l): Likewise.
33632         * math/s_clogf.c (__clogf): Likewise.
33633         * math/s_clogl.c (__clogl): Likewise.
33634         * math/libm-test.inc (clog_test): Add more tests.
33635         (clog10_test): Likewise.
33636         * sysdeps/i386/fpu/libm-test-ulps: Update.
33637         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33638
33639 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
33640
33641         [BZ #14283]
33642         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
33643         by 7 not 8 to examine high bit of fractional part.
33644
33645         [BZ #14042]
33646         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
33647         for call to __mcount_internal.
33648         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
33649         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
33650         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
33651
33652 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
33653
33654         [BZ #14154]
33655         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
33656         approximation for values within 0x1p-13f of an odd multiple of
33657         pi/4.
33658         * math/libm-test.inc (tan_test): Do not allow spurious underflow
33659         exception.  Add more tests.
33660         * sysdeps/i386/fpu/libm-test-ulps: Update.
33661
33662         [BZ #6778]
33663         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
33664         inputs and return -1 for them.  Do not check for +Inf in case not
33665         reachable for +Inf.
33666         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
33667         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
33668         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
33669         and return -1 for them.  Do not check for +Inf in case not
33670         reachable for +Inf.
33671         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
33672         define.
33673         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
33674         and return -1 for them.  Do not check for +Inf in case not
33675         reachable for +Inf.
33676         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
33677         spurious underflow.
33678         * sysdeps/i386/fpu/libm-test-ulps: Update.
33679         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33680
33681 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
33682
33683         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
33684
33685 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
33686
33687         [BZ #14157]
33688         [BZ #14331]
33689         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
33690         could result in spurious underflow.  Scale down values above
33691         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
33692         * math/s_csqrtf.c (__csqrtf): Likewise.
33693         * math/s_csqrtl.c (__csqrtl): Likewise.
33694         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
33695         spurious underflow.
33696         * sysdeps/i386/fpu/libm-test-ulps: Update.
33697         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33698
33699 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
33700
33701         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
33702         xopen-msg.sed.
33703         * catgets/xopen-msg.awk: New file.
33704         * catgets/xopen-msg.sed: Removed.
33705
33706         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
33707         po2text.sed.
33708         * intl/po2test.awk: New file.
33709         * intl/po2test.sed: Removed.
33710
33711 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
33712
33713         [BZ #14328]
33714         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
33715         or multiply small sinh result by itself.
33716         * math/s_ctanf.c (__ctanf): Likewise.
33717         * math/s_ctanh.c (__ctanh): Likewise.
33718         * math/s_ctanhf.c (__ctanhf): Likewise.
33719         * math/s_ctanhl.c (__ctanhl): Likewise.
33720         * math/s_ctanl.c (__ctanl): Likewise.
33721         * math/libm-test.inc (ctan_test_tonearest): New function.
33722         (ctan_test_towardzero): Likewise.
33723         (ctan_test_downward): Likewise.
33724         (ctan_test_upward): Likewise.
33725         (ctanh_test_tonearest): Likewise.
33726         (ctanh_test_towardzero): Likewise.
33727         (ctanh_test_downward): Likewise.
33728         (ctanh_test_upward): Likewise.
33729         (main): Call these new functions.
33730         * sysdeps/i386/fpu/libm-test-ulps: Update.
33731         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33732
33733 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
33734
33735         * .gitignore: Delete /ports entry.
33736
33737 2012-07-03  Andreas Jaeger  <aj@suse.de>
33738
33739         * po/bg.po: Update from translation team.
33740         * po/cs.po: Likewise.
33741         * po/de.po: Likewise.
33742         * po/hr.po: Likewise.
33743         * po/nl.pl: Likewise.
33744         * po/pl.po: Likewise.
33745         * po/vi.po: Likewise.
33746
33747 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
33748
33749         * Makeconfig [!+link] (+link-before-libc): New variable.
33750         [!+link] (+link-after-libc): Likewise.
33751         [!+link] (+link-tests): Likewise.
33752         [!+link] (+link): Define in terms of $(+link-before-libc) and
33753         $(+link-after-libc).
33754         [!+link-static] (+link-static-before-libc): New variable.
33755         [!+link-static] (+link-static-after-libc): Likewise.
33756         [!+link-static] (+link-static-tests): Likewise.
33757         [!+link-static] (+link-static): Define in terms of
33758         $(+link-static-before-libc) and $(+link-static-after-libc).
33759         [build-shared] (link-libc-before-gnulib): New variable.
33760         [build-shared] (link-libc-tests): Likewise.
33761         [build-shared] (link-libc): Define in terms of
33762         $(link-libc-before-gnulib).
33763         [!build-shared] (link-libc-tests): New variable.
33764         (link-libc-static-tests): New variable.
33765         [!gnulib] (gnulib-arch): New variable.
33766         [!gnulib] (gnulib-tests): Likewise.
33767         [!gnulib] (static-gnulib-arch): Likewise.
33768         [!gnulib] (static-gnulib-tests): Likewise.
33769         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
33770         Define with "=" instead of ":=".
33771         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
33772         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
33773         * Rules (binaries-all-notests): New variable.
33774         (binaries-all-tests): Likewise.
33775         (binaries-static-notests): Likewise.
33776         (binaries-static-tests): Likewise.
33777         (binaries-all): Define using $(binaries-all-notests) and
33778         $(binaries-all-tests).
33779         (binaries-static): Define using $(binaries-static-notests) and
33780         $(binaries-static-tests).
33781         (binaries-shared-tests): New variable.
33782         (binaries-shared-notests): Likewise.
33783         (binaries-shared): Remove variable.
33784         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
33785         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
33786         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
33787         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
33788         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
33789         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
33790         * elf/Makefile (sln-modules): New variable.
33791         (extra-objs): Add $(sln-modules:=.o).
33792         (ldconfig-modules): Add static-stubs.
33793         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
33794         * elf/static-stubs.c: New file.
33795
33796         [BZ #14283]
33797         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
33798         by 7 not 8 to examine high bit of fractional part.  Use volatile
33799         variables when splitting into final array of floats if
33800         __FLT_EVAL_METHOD__ != 0.
33801         * math/libm-test.inc (cos_test): Add another test.
33802         (sin_test): Likewise.
33803         * sysdeps/i386/fpu/libm-test-ulps: Update.
33804
33805         [BZ #14273]
33806         * math/libm-test.inc (cosh_test): Add more tests.
33807
33808         * version.h (RELEASE): Set to "development".
33809         (VERSION): Set to "2.16.90".
33810
33811 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
33812
33813         * NEWS: Update copyright. Remove last-updated date.
33814         Mention math library bug fixes and timezone data changes.
33815         * README: Mention GNU/Hurd, x32, and HPPA support status.
33816
33817 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
33818
33819         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
33820
33821 2012-06-27  Andreas Jaeger  <aj@suse.de>
33822
33823         * manual/contrib.texi (Contributors): Add Samuel Thibault.
33824
33825 2012-06-25  Andreas Jaeger  <aj@suse.de>
33826
33827         * sysdeps/s390/fpu/libm-test-ulps: Update.
33828
33829 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
33830             Thomas Schwinge  <thomas@codesourcery.com>
33831
33832         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
33833         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
33834         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
33835         fanotify_mark.
33836
33837 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
33838
33839         * sysdeps/mach/start.c: Remove file.
33840         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
33841         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
33842         * sysdeps/sh/init-first.c: Likewise.
33843
33844         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
33845         registers for frame unwinding purposes, add CFI directives.
33846         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33847         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
33848         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
33849         Likewise.
33850
33851         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
33852         __fortify_fail returning.
33853         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33854
33855         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
33856         sysdeps/sh/____longjmp_chk.S.
33857         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
33858         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
33859         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
33860         (gen-as-const-headers): Append sigaltstack-offsets.sym.
33861
33862         * sysdeps/sh/abort-instr.h: New file.
33863         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
33864         process in case exit returns.
33865
33866         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
33867         initialize the GOT register before use.
33868
33869         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
33870         calculation of ARGC > 4.
33871
33872         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
33873         meaningful names to some local labels.
33874
33875 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
33876             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33877
33878         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
33879         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
33880         (__arch_compare_and_exchange_val_16_acq): Likewise.
33881         (__arch_compare_and_exchange_val_32_acq): Likewise.
33882         (atomic_exchange_and_add): Fix gUSA sequence.
33883         (atomic_add): Likewise.
33884         (atomic_add_negative): Likewise.
33885         (atomic_add_zero): Likewise.
33886         (atomic_bit_test_set): Likewise.
33887
33888 2012-06-22  Andreas Schwab  <schwab@redhat.com>
33889
33890         [BZ #13579]
33891         * include/link.h (struct link_map): Add l_free_initfini.
33892         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
33893         l_initfini.
33894         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
33895         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
33896         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
33897         set.
33898
33899 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
33900
33901         * configure.in: Use AC_LANG_SOURCE.
33902         * configure: Regenerate.
33903
33904 2012-06-22  Roland McGrath  <roland@hack.frob.com>
33905
33906         * configure.in (libc_cv_localstatedir): New substituted variable.
33907         * configure: Regenerated.
33908         * config.make.in (localstatedir): New variable, substituted from
33909         libc_cv_localstatedir.
33910         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
33911         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
33912         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
33913         * sysdeps/gnu/configure: Regenerated.
33914
33915 2012-06-21  Jeff Law  <law@redhat.com>
33916
33917         [BZ #14277]
33918         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
33919         free.  Simplify list management for _LIBC case.
33920
33921 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
33922
33923         [BZ #14273]
33924         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
33925         Clear sign bit of 64-bit integer value before comparing against
33926         overflow value.
33927
33928         * sysdeps/mach/configure: Regenerated.
33929
33930 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
33931
33932         [BZ #14278]
33933         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
33934
33935 2012-06-21  Jeff Law  <law@redhat.com>
33936
33937         [BZ #13882]
33938         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
33939         uint16_t for elements in the "seen" array to avoid char overflows.
33940         * elf/dl-fini.c (_dl_sort_fini): Likewise.
33941         * elf/dl-open.c (dl_open_worker): Likewise.
33942
33943 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
33944
33945         * scripts/list-sources.sh: Scan PORTS for translations.
33946         * po/libc.pot: Regenerated.
33947
33948 2012-06-21  Andreas Jaeger  <aj@suse.de>
33949
33950         [BZ #12194]
33951         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
33952         warning.
33953         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
33954         * bits/byteswap-16.h (__bswap_16): Likewise.
33955         * bits/byteswap.h (__bswap_constant_16): Likewise.
33956
33957 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
33958
33959         [BZ #14117]
33960         * sysdeps/i386/fpu_control.h: Removed.
33961         * sysdeps/x86_64/fpu_control.h: Moved to ...
33962         * sysdeps/x86/fpu_control.h: Here.
33963
33964         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
33965         (_FPU_SETCW): Likewise.
33966
33967 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
33968
33969         [BZ #14117]
33970         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
33971         * sysdeps/x86/fpu/bits/mathinline.h: This.
33972         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
33973
33974         [BZ #14050]
33975         [BZ #14117]
33976         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
33977         functions if __x86_64__ is defined.
33978
33979 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
33980
33981         * string/endian.h: Add !__ASSEMBLER__ condition for including
33982         conversion interfaces.
33983
33984 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
33985
33986         [BZ #14241]
33987         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
33988         of ABS(x) in calculating zero to negative powers other than odd
33989         integers.
33990         * math/libm-test.inc (pow_test): Add more tests.
33991
33992 2012-06-15  Andreas Jaeger  <aj@suse.de>
33993
33994         * manual/contrib.texi (Contributors): Update entry of Liubov
33995         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
33996         Machado Filho.
33997
33998 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
33999
34000         * string/string.h: Add __wur to GNU version of strerror_r.
34001
34002 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
34003
34004         [BZ #14229]
34005         * string/Makefile (tests): Add tst-strtok_r.
34006         * string/tst-strtok_r.c: New file.
34007         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
34008         RAX_LP/RDX_LP on SAVE_PTR.
34009
34010 2012-06-14  Roland McGrath  <roland@hack.frob.com>
34011
34012         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
34013
34014 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
34015
34016         * libm_test.inc (csqrt_test): Allow more spurious underflow
34017         exceptions.
34018         (j0_test): Likewise.
34019         (j1_test): Likewise.
34020         (y0_test): Likewise.
34021         (y1_test): Likewise.
34022
34023 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
34024
34025         * po/Makefile (libc.pot): Use UTF-8 charset.
34026
34027 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
34028
34029         [BZ #14210]
34030         Suppress sign-conversion warning from FD_SET.
34031         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
34032         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
34033         not unsigned long int.
34034         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
34035
34036 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
34037
34038         [BZ #14050]
34039         [BZ #14117]
34040         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
34041         __extern_always_inline instead of __extern_inline.
34042         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
34043         (__signbit): Likewise.
34044         (__signbitl): Support C++ namespace.
34045         (lrintf): New inline function.
34046         (lrint): Likewise.
34047         (llrintf): Likewise.
34048         (llrint): Likewise.
34049         (fmaxf): Likewise.
34050         (fmax): Likewise.
34051         (fminf): Likewise.
34052         (fmin): Likewise.
34053         (rint): Likewise.
34054         (rintf): Likewise.
34055         (ceil): Likewise.
34056         (ceilf): Likewise.
34057         (floor): Likewise.
34058         (floorf): Likewise.
34059         (nearbyint): Likewise.
34060         (nearbyintf): Likewise.
34061
34062 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
34063
34064         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
34065         non-default versions.
34066
34067 2012-06-11  Roland McGrath  <roland@hack.frob.com>
34068
34069         [BZ #14218]
34070         * manual/argp.texi (Argp): Reword argp_parse description slightly.
34071
34072 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
34073
34074         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
34075         (FE_UPWARD, FE_DOWNWARD): Don't define.
34076         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
34077         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34078
34079         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
34080         reading it.
34081         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34082         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34083
34084 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34085
34086         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
34087         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
34088         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
34089         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
34090
34091 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
34092
34093         [BZ #14117]
34094         * sysdeps/i386/fpu/bits/fenv.h: Removed.
34095         * sysdeps/i386/fpu/Implies: New file.
34096         * sysdeps/x86_64/fpu/Implies: Likewise.
34097         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
34098         * sysdeps/x86/fpu/bits/fenv.h: This.
34099
34100         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
34101         __SSE_MATH__.
34102
34103 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34104
34105         [BZ #14134]
34106         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
34107         character 0xffff that matches the last element of the
34108         conversion table.
34109
34110 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34111
34112         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
34113         fmodl commit.
34114
34115 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34116
34117         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
34118         values higher than 25.6283.
34119
34120 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34121
34122         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
34123         subnormal exponent extraction and add some __builtin_expect.
34124         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
34125         Fix for subnormal mantissa calculation.
34126
34127 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
34128
34129         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
34130         cpu2 is -1 and errno is not ENOSYS.
34131
34132 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
34133
34134         [BZ #14117]
34135         * sysdeps/i386/i486/bits/string.h: Renamed to ...
34136         * sysdeps/x86/bits/string.h: This.
34137         * sysdeps/x86_64/bits/string.h: Removed.
34138
34139         * sysdeps/i386/i486/bits/string.h: Define inline functions only
34140         if not compiling for x86-64, but compiling for >= i486.
34141
34142         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
34143         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
34144
34145         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
34146         New macro from Linux kernel 3.4.0.
34147         (FP_XSTATE_MAGIC2): Likewise.
34148         (FP_XSTATE_MAGIC2_SIZE): Likewise.
34149         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
34150         (struct _fpx_sw_bytes): New struct.
34151         (struct _xsave_hdr): Likewise.
34152         (struct _ymmh_state): Likewise.
34153         (struct _xstate): Likewise.
34154
34155         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
34156         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
34157         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
34158         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
34159         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
34160         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
34161
34162         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
34163         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
34164         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
34165         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
34166         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
34167         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
34168
34169 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34170
34171         [BZ #13743]
34172         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
34173         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
34174         (sysdep_headers): Include sys/platform/ppc.h.
34175         * sysdeps/powerpc/test-gettimebase.c: Test for
34176         __ppc_get_timebase() to catch future ISA opcode/insn changes.
34177         * manual/Makefile (appendices): Include platform.texi.
34178         * manual/contrib.texi (Contributors): Update @node pointers.
34179         * manual/maint.texi (Maintenance): Likewise.
34180         (Platform): New node.
34181         * manual/platform.texi: New file.  Document the new features.
34182
34183 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34184             Jakub Jelinek  <jakub@redhat.com>
34185
34186         [BZ #14188]
34187         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
34188         where __builtin_expect is unavailable.
34189
34190 2012-06-03  David S. Miller  <davem@davemloft.net>
34191
34192         * stdlib/longlong.h: Updated from GCC.
34193
34194 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
34195
34196         [BZ #14042]
34197         * sysdeps/powerpc/powerpc32/mcount.c: New file.
34198         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
34199         __mcount_internal.
34200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34201         (GLIBC_2.16): Likewise.
34202
34203 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34204
34205         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
34206
34207 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34208
34209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
34210         (default-abi): New variable.
34211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
34212         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
34213         variable.
34214         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
34215         Likewise.
34216         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
34217         Likewise.
34218         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
34219         Likewise.
34220
34221         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
34222         definition.  Document in comment.
34223
34224 2012-06-01  David S. Miller  <davem@davemloft.net>
34225
34226         * stdlib/longlong.h: Updated from GCC.
34227
34228 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34229
34230         [BZ #14117]
34231         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
34232         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
34233         sys/debugreg.h sys/io.h here.
34234         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
34235         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
34236         sys/io.h.
34237         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
34238         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
34239         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
34240         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
34241         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
34242         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
34243
34244         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
34245         Define only if __x86_64__ is defined.
34246
34247 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34248
34249         [BZ #14048]
34250         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
34251         Use int64_t for variable i.
34252         * math/libm-test.inc (fmod_test): Add more tests.
34253
34254         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
34255         z computation is not scheduled after fetestexcept.
34256         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
34257         Use math_force_eval instead of asm to ensure calculation scheduled
34258         before exception test.
34259         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
34260         Ensure a1 + u.d computation is not scheduled after fetestexcept.
34261
34262 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
34263
34264         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
34265         computation is not scheduled after fetestexcept.
34266
34267 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34268
34269         [BZ #14117]
34270         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
34271         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
34272
34273 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34274
34275         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
34276         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
34277
34278 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34279
34280         [BZ #14117]
34281         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
34282         <bits/wordsize.h>.
34283         (__WCHAR_MIN): Support __WORDSIZE == 64.
34284         (__WCHAR_MAX): Likewise.
34285
34286         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
34287         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
34288
34289         [BZ #14183]
34290         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
34291         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
34292
34293         [BZ #14117]
34294         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
34295         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
34296
34297         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
34298         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
34299
34300         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
34301         Defined to 1 if __x86_64__ isn't defined.
34302         (_STAT_VER_LINUX_OLD): New.
34303         (st_atime): Remove duplicate.
34304         (st_mtime): Likewise.
34305         (st_ctime): Likewise.
34306
34307 2012-05-31  David S. Miller  <davem@davemloft.net>
34308
34309         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
34310         entries.
34311
34312 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
34313
34314         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
34315         gen-libm-test.pl.
34316
34317         [BZ #14132]
34318         * elf/dl-reloc.c: Include <_itoa.h>.
34319         (_dl_reloc_bad_type): Remove use of INTUSE.
34320         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
34321         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
34322         * stdio-common/psiginfo.c (psiginfo): Likewise.
34323         * stdio-common/psignal.c (psignal): Likewise.
34324         * string/strsignal.c (strsignal): Likewise.
34325         * include/signal.h (_sys_siglist): Declare hidden proto.
34326         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
34327         INTVARDEF with libc_hidden_data_def.
34328         * stdio-common/itoa-udigits.c: Likewise.
34329         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
34330         (_itoa_lower_digits_internal): Remove declaration.
34331         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
34332         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
34333         (_sys_sigabbrev_internal): Remove aliases.
34334         (_sys_siglist): Define hidden alias.
34335
34336 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
34337
34338         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34339         bits/sysctl.h.
34340
34341 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34342
34343         [BZ #14117]
34344         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
34345         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
34346
34347         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
34348         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
34349         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
34350         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
34351         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
34352         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
34353
34354         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
34355         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
34356         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
34357
34358         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
34359         with __addr.
34360         (insw): Likewise.
34361         (insl): Likewise.
34362         (outsb): Likewise.
34363         (outsw): Likewise.
34364         (outsl): Likewise.
34365
34366         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
34367         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
34368         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
34369
34370         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
34371         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
34372         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
34373         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
34374         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
34375         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
34376
34377         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
34378         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
34379
34380         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
34381         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
34382
34383         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
34384         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
34385         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
34386
34387         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
34388         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
34389         to ...
34390         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
34391
34392         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
34393         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
34394         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
34395
34396         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
34397         for x86-64.
34398         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
34399
34400 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
34401
34402         * math/math.h (M_El): Use two more decimal places.
34403         (M_LOG2El): Likewise.
34404         (M_LOG10El): Likewise.
34405         (M_LN2l): Likewise.
34406         (M_LN10l): Likewise.
34407         (M_PIl): Likewise.
34408         (M_PI_2l): Likewise.
34409         (M_PI_4l): Likewise.
34410         (M_1_PIl): Likewise.
34411         (M_2_PIl): Likewise.
34412         (M_2_SQRTPIl): Likewise.
34413         (M_SQRT2l): Likewise.
34414         (M_SQRT1_2l): Likewise.
34415
34416 2012-05-31  David S. Miller  <davem@davemloft.net>
34417
34418         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
34419         values between float registers.
34420         * sysdeps/sparc/sparc64/memset.S: Likewise.
34421         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
34422
34423 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
34424
34425         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
34426         -D_FORTIFY_SOURCE=1.
34427         (CPPFLAGS-tst-longjmp_chk.c): Define.
34428         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
34429         (CPPFLAGS-tst-longjmp_chk2.c): Define.
34430         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
34431         CFLAGS-tst-wchar-h.c.
34432
34433 2012-05-31  Marek Polacek  <polacek@redhat.com>
34434
34435         [BZ #14132]
34436         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
34437         __endmntent_internal): Remove declaration.
34438         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
34439         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
34440         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
34441
34442 2012-05-30  David S. Miller  <davem@davemloft.net>
34443
34444         * sysdeps/sparc/sparc32/soft-fp/q_util.c
34445         (___Q_simulate_exceptions): Use real FP ops rather than writing
34446         into the %fsr.
34447         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
34448         Likewise.
34449
34450 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34451
34452         [BZ #14117]
34453         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
34454         * sysdeps/x86/bits/xtitypes.h: This.
34455
34456         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
34457         * sysdeps/x86/bits/wordsize.h: This.
34458
34459         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
34460         * sysdeps/x86/bits/huge_vall.h: This.
34461
34462         * sysdeps/i386/bits/select.h: Removed.
34463         * sysdeps/x86_64/bits/select.h: Renamed to ...
34464         * sysdeps/x86/bits/select.h: This.
34465
34466         * sysdeps/i386/bits/setjmp.h: Removed.
34467         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
34468         * sysdeps/x86/bits/setjmp.h: This.
34469
34470         * sysdeps/i386/bits/mathdef.h: Removed.
34471         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
34472         * sysdeps/x86/bits/mathdef.h: This.
34473
34474 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
34475
34476         [BZ #14132]
34477         * include/sys/socket.h (__connect_internal)
34478         (__libc_sa_len_internal): Remove declaration.
34479         (__connect, __libc_sa_len): Declare hidden_proto.
34480         (SA_LEN): Remove use of INTUSE.
34481         * socket/connect.c: Add libc_hidden_def.
34482         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
34483         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
34484         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
34485         alias.
34486         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
34487         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
34488         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
34489         of adding _internal alias.
34490
34491 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34492
34493         [BZ #14117]
34494         * sysdeps/i386/bits/link.h: Removed.
34495         * sysdeps/i386/bits/linkmap.h: Likewise.
34496         * sysdeps/x86_64/bits/link.h: Renamed to ...
34497         * sysdeps/x86/bits/link.h: This.
34498         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
34499         * sysdeps/x86/bits/linkmap.h: This.
34500
34501         * sysdeps/i386/bits/endian.h: Removed.
34502         * sysdeps/x86_64/bits/endian.h: Renamed to ...
34503         * sysdeps/x86/bits/endian.h: This.
34504
34505         * sysdeps/i386/bits/byteswap.h: Removed.
34506         * sysdeps/i386/bits/byteswap-16.h: Likewise.
34507         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
34508         * sysdeps/x86/bits/byteswap.h: This.
34509         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
34510         * sysdeps/x86/bits/byteswap-16.h: This.
34511         * sysdeps/i386/Implies: Add x86.
34512         * sysdeps/x86_64/Implies: Likewise.
34513
34514 2012-05-30  David S. Miller  <davem@davemloft.net>
34515
34516         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
34517         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
34518         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
34519         (FP_TRAPPING_EXCEPTIONS): Define.
34520         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
34521         (FP_TRAPPING_EXCEPTIONS): Define.
34522         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
34523         subnormals only when inexact has been signalled or underflow
34524         exceptions are enabled.
34525         (_FP_PACK_CANONICAL): Likewise.
34526
34527 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34528
34529         [BZ #14183]
34530         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
34531         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
34532
34533 2012-05-30  Richard Henderson  <rth@twiddle.net>
34534
34535         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
34536         with #ifndef NOT_IN_libc.
34537
34538         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
34539         marked to avoid plt entry.
34540
34541 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34542
34543         [BZ #14112]
34544         * Makeconfig (default-abi): New macro.
34545         (abi-includes): Likewise.
34546         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
34547         $(abi-$(default-abi)-lib-soname) for soname if defined.
34548         ($(common-objpfx)gnu/lib-names.stmp): Generate from
34549         abi-variants.
34550         * Makefile (installed-stubs): Likewise.
34551         * include/stubs-biarch.h: Removed.
34552         * scripts/lib-names.awk: Only handle one library at a time.
34553         * scripts/soversions.awk: Remove WORDSIZE support.
34554         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
34555         entries.
34556         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
34557         Removed.
34558         (syscall-list-default-condition): Likewise.
34559         (syscall-list-default-condition): Likewise.
34560         (syscall-list-includes): Likewise.
34561         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
34562         syscall-list-* with abi-*.  Handle undefined abi-variants.
34563         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
34564         * sysdeps/unix/sysv/linux/i386/Implies: New file.
34565         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
34566         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
34567         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
34568         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
34569         Removed.
34570         (syscall-list-32-options): Likewise.
34571         (syscall-list-32-condition): Likewise.
34572         (syscall-list-64-options): Likewise.
34573         (syscall-list-64-condition): Likewise.
34574         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
34575         macro.
34576         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
34577         Renamed to ...
34578         (abi-*): This.
34579         (abi-64-ld-soname): New macro.
34580         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
34581         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
34582         Renamed to ...
34583         (abi-*): This.
34584         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
34585         * sysdeps/x86_64/x32/shlib-versions: Likewise.
34586
34587 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
34588
34589         * sysdeps/unix/sysv/linux/kernel-features.h
34590         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
34591         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
34592         include <kernel-features.h>.
34593         [!__NR_ftruncate64]: Remove conditional code.
34594         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34595         [__NR_ftruncate64]: Make code unconditional.
34596         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34597         * sysdeps/unix/sysv/linux/truncate64.c: Do not
34598         include <kernel-features.h>.
34599         [!__NR_ftruncate64]: Remove conditional code.
34600         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34601         [__NR_ftruncate64]: Make code unconditional.
34602         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34603         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
34604         include <kernel-features.h>.
34605         [!__NR_ftruncate64]: Remove conditional code.
34606         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34607         [__NR_ftruncate64]: Make code unconditional.
34608         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
34610         include <kernel-features.h>.
34611         [!__NR_ftruncate64]: Remove conditional code.
34612         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34613         [__NR_ftruncate64]: Make code unconditional.
34614         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34615
34616         * configure.in (libc_cv_fpie): Weaken to a compile test using
34617         LIBC_TRY_CC_OPTION.
34618         * configure: Regenerated.
34619
34620 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34621
34622         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
34623         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
34624         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
34625         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
34626         Refreshed.
34627         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
34628         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
34629         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
34630         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
34631         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
34632         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
34633         Refreshed.
34634
34635 2012-05-27  David S. Miller  <davem@davemloft.net>
34636
34637         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
34638         (___Q_zero): New.
34639         (__Q_simulate_exceptions): Return void.  Change to simulate
34640         exceptions by writing into the %fsr.
34641         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
34642         (__Qp_handle_exceptions): Likewise.
34643         (numbers): Delete.
34644         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
34645         __Qp_handle_exceptions.
34646         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
34647         __Qp_handle_exceptions.
34648         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
34649         as unused and give dummy FP_RND_NEAREST initializer.
34650         (FP_INHIBIT_RESULTS): Define.
34651         (___Q_simulate_exceptions): Update declaration.
34652         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
34653         formatting.
34654         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
34655         as unused and give dummy FP_RND_NEAREST initializer.
34656         (__Qp_handle_exceptions): Update declaration.
34657         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
34658         formatting.
34659
34660 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
34661
34662         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
34663         the temporary FPU control word.
34664         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
34665         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
34666         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
34667         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34668         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
34669         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
34670         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
34671         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34672         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
34673         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
34674         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34675
34676 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34677
34678         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
34679         fields.
34680
34681 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
34682
34683         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
34684         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
34685         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
34686         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
34687         Likewise.
34688         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
34689         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
34690         Likewise.
34691
34692 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
34693
34694         * po/h.po: Update from translation team.
34695
34696 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
34697
34698         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
34699
34700         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
34701         handling of denormals.
34702         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
34703         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
34704         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
34705         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
34706         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34707         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
34708         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
34709         Likewise.
34710
34711 2012-05-26  Marek Polacek  <polacek@redhat.com>
34712
34713         [BZ #14152]
34714         * math/libm-test.inc (fma_test): Don't always expect underflow
34715         exception.
34716
34717 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
34718
34719         [BZ #12416]
34720         * elf/tst-execstack.c: Include stackinfo.h.
34721         (do_test): Adjust test case to ensure that pthread_getattr_np
34722         behaviour remains the same after marking stack executable.
34723
34724 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
34725
34726         * sysdeps/unix/sysv/linux/kernel-features.h
34727         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
34728         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
34729         kernel-features.h.
34730         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34731         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34732         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
34733         kernel-features.h.
34734         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34735         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34736
34737 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
34738
34739         * configure.in: Define the default includes to being none.
34740         * configure: Regenerated.
34741
34742 2012-05-25  Roland McGrath  <roland@hack.frob.com>
34743
34744         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
34745         * sysdeps/x86_64/setjmp.S: Likewise.
34746         * sysdeps/i386/bsd-setjmp.S: Likewise.
34747         * sysdeps/i386/bsd-_setjmp.S: Likewise.
34748         * sysdeps/i386/setjmp.S: Likewise.
34749         * sysdeps/i386/__longjmp.S: Likewise.
34750         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
34751         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
34752
34753         * include/stap-probe.h: New file.
34754         * configure.in: Handle --enable-systemtap.
34755         * configure: Regenerated.
34756         * config.h.in (USE_STAP_PROBE): New #undef.
34757         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
34758         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
34759         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
34760
34761 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
34762
34763         [BZ #13717]
34764         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
34765         to 2.4.0 where earlier.
34766         * sysdeps/unix/sysv/linux/configure: Regenerated.
34767         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
34768         <kernel-features.h>.
34769         [__ASSUME_32BITUIDS]: Make code unconditional.
34770         [!__ASSUME_32BITUIDS]: Remove conditional code.
34771         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
34772         <kernel-features.h>.
34773         [__ASSUME_32BITUIDS]: Make code unconditional.
34774         [!__ASSUME_32BITUIDS]: Remove conditional code.
34775         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
34776         [__ASSUME_32BITUIDS]: Make code unconditional.
34777         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
34778         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
34779         <kernel-features.h>.
34780         [__ASSUME_32BITUIDS]: Make code unconditional.
34781         [!__ASSUME_32BITUIDS]: Remove conditional code.
34782         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
34783         <kernel-features.h>.
34784         [__ASSUME_32BITUIDS]: Make code unconditional.
34785         [!__ASSUME_32BITUIDS]: Remove conditional code.
34786         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
34787         <kernel-features.h>.
34788         [__ASSUME_32BITUIDS]: Make code unconditional.
34789         [!__ASSUME_32BITUIDS]: Remove conditional code.
34790         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
34791         <kernel-features.h>.
34792         [__ASSUME_32BITUIDS]: Make code unconditional.
34793         [!__ASSUME_32BITUIDS]: Remove conditional code.
34794         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
34795         <kernel-features.h>.
34796         [__ASSUME_32BITUIDS]: Make code unconditional.
34797         [!__ASSUME_32BITUIDS]: Remove conditional code.
34798         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
34799         <kernel-features.h>.
34800         [__ASSUME_32BITUIDS]: Make code unconditional.
34801         [!__ASSUME_32BITUIDS]: Remove conditional code.
34802         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
34803         <kernel-features.h>.
34804         [__ASSUME_32BITUIDS]: Make code unconditional.
34805         [!__ASSUME_32BITUIDS]: Remove conditional code.
34806         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
34807         <kernel-features.h>.
34808         [__ASSUME_32BITUIDS]: Make code unconditional.
34809         [!__ASSUME_32BITUIDS]: Remove conditional code.
34810         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
34811         <kernel-features.h>.
34812         [__ASSUME_32BITUIDS]: Make code unconditional.
34813         [!__ASSUME_32BITUIDS]: Remove conditional code.
34814         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
34815         <kernel-features.h>.
34816         [__ASSUME_32BITUIDS]: Make code unconditional.
34817         [!__ASSUME_32BITUIDS]: Remove conditional code.
34818         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
34819         <kernel-features.h>.
34820         [__NR_setresgid] (__setresgid): Do not declare.
34821         [__ASSUME_32BITUIDS]: Make code unconditional.
34822         [!__ASSUME_32BITUIDS]: Remove conditional code.
34823         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
34824         <kernel-features.h>.
34825         [__NR_setresuid] (__setresuid): Do not declare.
34826         [__ASSUME_32BITUIDS]: Make code unconditional.
34827         [!__ASSUME_32BITUIDS]: Remove conditional code.
34828         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
34829         <kernel-features.h>.
34830         [__ASSUME_32BITUIDS]: Make code unconditional.
34831         [!__ASSUME_32BITUIDS]: Remove conditional code.
34832         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
34833         <kernel-features.h>.
34834         [__ASSUME_32BITUIDS]: Make code unconditional.
34835         [!__ASSUME_32BITUIDS]: Remove conditional code.
34836         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
34837         <kernel-features.h>.
34838         [__ASSUME_32BITUIDS]: Make code unconditional.
34839         [!__ASSUME_32BITUIDS]: Remove conditional code.
34840         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
34841         <kernel-features.h>.
34842         [__ASSUME_32BITUIDS]: Make code unconditional.
34843         [!__ASSUME_32BITUIDS]: Remove conditional code.
34844         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
34845         <kernel-features.h>.
34846         [__ASSUME_32BITUIDS]: Make code unconditional.
34847         [!__ASSUME_32BITUIDS]: Remove conditional code.
34848         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
34849         <kernel-features.h>.
34850         [__ASSUME_32BITUIDS]: Make code unconditional.
34851         [!__ASSUME_32BITUIDS]: Remove conditional code.
34852         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
34853         <kernel-features.h>.
34854         [__ASSUME_32BITUIDS]: Make code unconditional.
34855         [!__ASSUME_32BITUIDS]: Remove conditional code.
34856         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
34857         <kernel-features.h>.
34858         [__ASSUME_32BITUIDS]: Make code unconditional.
34859         [!__ASSUME_32BITUIDS]: Remove conditional code.
34860         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
34861         <kernel-features.h>.
34862         [__ASSUME_32BITUIDS]: Make code unconditional.
34863         [!__ASSUME_32BITUIDS]: Remove conditional code.
34864         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
34865         <kernel-features.h>.
34866         [__ASSUME_32BITUIDS]: Make code unconditional.
34867         [!__ASSUME_32BITUIDS]: Remove conditional code.
34868         * sysdeps/unix/sysv/linux/kernel-features.h
34869         (__ASSUME_SETRESUID_SYSCALL): Remove.
34870         (__ASSUME_SETRESGID_SYSCALL): Likewise.
34871         (__ASSUME_32BITUIDS): Likewise.
34872         (__ASSUME_LDT_WORKS): Likewise.
34873         (__ASSUME_O_DIRECTORY): Likewise.
34874         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
34875         architecture but not kernel version.
34876         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
34877         (__ASSUME_MMAP2_SYSCALL): Likewise.
34878         (__ASSUME_STAT64_SYSCALL): Likewise.
34879         (__ASSUME_IPC64): Likewise.
34880         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
34881         <kernel-features.h>.
34882         [__ASSUME_32BITUIDS]: Make code unconditional.
34883         [!__ASSUME_32BITUIDS]: Remove conditional code.
34884         * sysdeps/unix/sysv/linux/opendir.c: Do not include
34885         <kernel-features.h>.
34886         [__ASSUME_O_DIRECTORY]: Make code unconditional.
34887         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
34888         132096]: Remove conditional code.
34889         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
34890         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
34891         <kernel-features.h>.
34892         [__ASSUME_32BITUIDS]: Make code unconditional.
34893         [!__ASSUME_32BITUIDS]: Remove conditional code.
34894         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
34895         <kernel-features.h>.
34896         [__ASSUME_32BITUIDS]: Make code unconditional.
34897         [!__ASSUME_32BITUIDS]: Remove conditional code.
34898         * sysdeps/unix/sysv/linux/setegid.c: Do not include
34899         <kernel-features.h>.
34900         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
34901         unconditional.
34902         (__setresgid): Do not declare.
34903         [__ASSUME_32BITUIDS]: Make code unconditional.
34904         [!__ASSUME_32BITUIDS]: Remove conditional code.
34905         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
34906         <kernel-features.h>.
34907         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
34908         unconditional.
34909         (__setresuid): Do not declare.
34910         [__ASSUME_32BITUIDS]: Make code unconditional.
34911         [!__ASSUME_32BITUIDS]: Remove conditional code.
34912         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
34913         <kernel-features.h>.
34914         [__ASSUME_32BITUIDS]: Make code unconditional.
34915         [!__ASSUME_32BITUIDS]: Remove conditional code.
34916         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
34917         <kernel-features.h>.
34918         [__ASSUME_32BITUIDS]: Make code unconditional.
34919         [!__ASSUME_32BITUIDS]: Remove conditional code.
34920
34921 2012-05-25  Richard Henderson  <rth@twiddle.net>
34922
34923         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
34924         dl_hwcap to ifunc resolver.
34925         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
34926         elf_ifunc_invoke.
34927         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
34928         dl_hwcap to ifunc resolver.
34929         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
34930
34931 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34932
34933         [BZ #14153]
34934         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
34935         for |x| <= 2**-26, not 2**-57.
34936         * math/libm-test.inc (acos_test): Do not allow spurious underflow
34937         exception.
34938
34939 2012-05-24  Jeff Law  <law@redhat.com>
34940
34941         * stdio-common/Makefile (tests): Add bug25.
34942         * stdio-common/bug25.c: New test.
34943
34944 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34945
34946         [BZ #13576]
34947         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
34948         multiple of MALLOC_ALIGNMENT in size.
34949         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
34950
34951 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34952
34953         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
34954         Require >= 256.
34955         (FILENAME_MAX): Use macro-int-constant.
34956         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
34957         (_IOFBF): Use macro-int-constant.
34958         (_IOLBF): Likewise.
34959         (_IONBF): Likewise.
34960         (SEEK_CUR): Likewise.
34961         (SEEK_END): Likewise.
34962         (SEEK_SET): Likewise.
34963         (TMP_MAX): Likewise.
34964         (EOF): Use macro-int-constant.  Require < 0.
34965         (NULL): Use macro-constant.  Require == 0.
34966         (stdin): Require type to be FILE *.
34967         (stdout): Likewise.
34968         (stderr): Likewise.
34969         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
34970         macro-int-constant.
34971         (EXIT_SUCCESS): Likewise.
34972         (NULL): Use macro-constant.  Require == 0.
34973         (RAND_MAX): Use macro-int-constant.
34974         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
34975         [C99-based standards] (strtof): Require function.
34976         [C99-based standards] (strtold): Likewise.
34977         [C99-based standards] (strtoll): Likewise.
34978         [C99-based standards] (strtoull): Likewise.
34979         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34980         [ISO || ISO99 || ISO11] (limits.h): Likewise.
34981         [ISO || ISO99 || ISO11] (math.h): Likewise.
34982         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
34983         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34984         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34985
34986 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
34987
34988         [BZ #14132]
34989         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
34990         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
34991         * intl/dgettext.c (DCGETTEXT): Likewise.
34992         * intl/gettext.c (DCGETTEXT): Likewise.
34993         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
34994         * posix/regex_internal.h (gettext): Likewise.
34995         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
34996         Remove declaration.
34997         * include/argz.h (__argz_count_internal)
34998         (__argz_stringify_internal): Remove declaration.
34999         (__argz_count, __argz_stringify): Declare hidden proto.
35000         * intl/dcgettext.c: Remove use of INTDEF.
35001         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
35002         * string/argz-stringify.c: Likewise.
35003         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35004         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35005         Declare hidden proto.
35006         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35007         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35008         Declare hidden proto.
35009         * include/stdio.h (__asprintf_internal): Don't declare.
35010         (__asprintf): Don't define as macro.  Declare hidden proto.
35011         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
35012         (__fsetlocking): Declare hidden proto.
35013         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
35014         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
35015         hidden proto.
35016         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
35017         (_IO_setlinebuf): Remove use of INTUSE.
35018         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
35019         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
35020         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
35021         Remove declaration.
35022         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
35023         (_IO_do_flush): Remove use of INTUSE.
35024         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
35025         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
35026         (_IO_adjust_column, _IO_least_wmarker)
35027         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
35028         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
35029         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
35030         (_IO_default_doallocate, _IO_wdefault_doallocate)
35031         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
35032         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
35033         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
35034         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
35035         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
35036         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
35037         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
35038         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
35039         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
35040         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
35041         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
35042         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
35043         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
35044         proto.
35045         (_IO_flush_all_internal, _IO_adjust_column_internal)
35046         (_IO_default_uflow_internal, _IO_default_finish_internal)
35047         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
35048         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
35049         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
35050         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
35051         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
35052         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
35053         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
35054         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
35055         (_IO_file_close_internal, _IO_file_close_it_internal)
35056         (_IO_file_underflow_internal, _IO_file_overflow_internal)
35057         (_IO_file_init_internal, _IO_file_attach_internal)
35058         (_IO_file_fopen_internal, _IO_file_read_internal)
35059         (_IO_file_sync_internal, _IO_file_seek_internal)
35060         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
35061         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
35062         (_IO_str_underflow_internal, _IO_str_overflow_internal)
35063         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
35064         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
35065         (_IO_list_all_internal, _IO_link_in_internal)
35066         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
35067         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
35068         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
35069         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
35070         (_IO_do_write_internal, _IO_padn_internal)
35071         (_IO_getline_info_internal, _IO_getline_internal)
35072         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
35073         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
35074         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
35075         (_IO_vfscanf_internal, _IO_vfprintf_internal)
35076         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
35077         (_IO_init_internal, _IO_un_link_internal): Don't declare.
35078         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
35079         with libc_hidden_ver, remove use of INTUSE.
35080         * libio/genops.c: Likewise.
35081         * libio/freopen.c: Likewise.
35082         * libio/freopen64.c: Likewise.
35083         * libio/iofclose.c: Likewise.
35084         * libio/iofdopen.c: Likewise.
35085         * libio/iofflush.c: Likewise.
35086         * libio/iofflush_u.c: Likewise.
35087         * libio/iofgets.c: Likewise.
35088         * libio/iofgets_u.c: Likewise.
35089         * libio/iofopen.c: Likewise.
35090         * libio/iofopncook.c: Likewise.
35091         * libio/iofread.c: Likewise.
35092         * libio/iofread_u.c: Likewise.
35093         * libio/ioftell.c: Likewise.
35094         * libio/iofwrite.c: Likewise.
35095         * libio/iogetline.c: Likewise.
35096         * libio/iogets.c: Likewise.
35097         * libio/iogetwline.c: Likewise.
35098         * libio/iopadn.c: Likewise.
35099         * libio/iopopen.c: Likewise.
35100         * libio/ioseekoff.c: Likewise.
35101         * libio/ioseekpos.c: Likewise.
35102         * libio/iosetbuffer.c: Likewise.
35103         * libio/iosetvbuf.c: Likewise.
35104         * libio/ioungetc.c: Likewise.
35105         * libio/ioungetwc.c: Likewise.
35106         * libio/iovdprintf.c: Likewise.
35107         * libio/iovsprintf.c: Likewise.
35108         * libio/iovsscanf.c: Likewise.
35109         * libio/memstream.c: Likewise.
35110         * libio/obprintf.c: Likewise.
35111         * libio/oldfileops.c: Likewise.
35112         * libio/oldiofclose.c: Likewise.
35113         * libio/oldiofdopen.c: Likewise.
35114         * libio/oldiofopen.c: Likewise.
35115         * libio/oldiopopen.c: Likewise.
35116         * libio/oldstdfiles.c: Likewise.
35117         * libio/putc.c: Likewise.
35118         * libio/setbuf.c: Likewise.
35119         * libio/setlinebuf.c: Likewise.
35120         * libio/stdfiles.c: Likewise.
35121         * libio/strops.c: Likewise.
35122         * libio/vasprintf.c: Likewise.
35123         * libio/vscanf.c: Likewise.
35124         * libio/vsnprintf.c: Likewise.
35125         * libio/vswprintf.c: Likewise.
35126         * libio/wfiledoalloc.c: Likewise.
35127         * libio/wfileops.c: Likewise.
35128         * libio/wgenops.c: Likewise.
35129         * libio/wmemstream.c: Likewise.
35130         * libio/wstrops.c: Likewise.
35131         * libio/__fpurge.c: Likewise.
35132         * libio/__fsetlocking.c: Likewise.
35133         * assert/assert.c: Likewise.
35134         * debug/fgets_chk.c: Likewise.
35135         * debug/fgets_u_chk.c: Likewise.
35136         * debug/fread_chk.c: Likewise.
35137         * debug/fread_u_chk.c: Likewise.
35138         * debug/gets_chk.c: Likewise.
35139         * debug/obprintf_chk.c: Likewise.
35140         * debug/vasprintf_chk.c: Likewise.
35141         * debug/vdprintf_chk.c: Likewise.
35142         * debug/vsnprintf_chk.c: Likewise.
35143         * debug/vsprintf_chk.c: Likewise.
35144         * malloc/mtrace.c: Likewise.
35145         * misc/error.c: Likewise.
35146         * misc/syslog.c: Likewise.
35147         * stdio-common/asprintf.c: Likewise.
35148         * stdio-common/fxprintf.c: Likewise.
35149         * stdio-common/getw.c: Likewise.
35150         * stdio-common/isoc99_fscanf.c: Likewise.
35151         * stdio-common/isoc99_scanf.c: Likewise.
35152         * stdio-common/isoc99_vfscanf.c: Likewise.
35153         * stdio-common/isoc99_vscanf.c: Likewise.
35154         * stdio-common/isoc99_vsscanf.c: Likewise.
35155         * stdio-common/printf-prs.c: Likewise.
35156         * stdio-common/printf_fp.c: Likewise.
35157         * stdio-common/printf_fphex.c: Likewise.
35158         * stdio-common/printf_size.c: Likewise.
35159         * stdio-common/putw.c: Likewise.
35160         * stdio-common/scanf.c: Likewise.
35161         * stdio-common/sprintf.c: Likewise.
35162         * stdio-common/tmpfile.c: Likewise.
35163         * stdio-common/vfprintf.c: Likewise.
35164         * stdio-common/vfscanf.c: Likewise.
35165         * stdlib/strfmon_l.c: Likewise.
35166         * sunrpc/openchild.c: Likewise.
35167         * sunrpc/xdr_stdio.c: Likewise.
35168         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
35169         * sysdeps/mach/hurd/tmpfile.c: Likewise.
35170
35171 2012-05-24  Roland McGrath  <roland@hack.frob.com>
35172
35173         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35174
35175         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
35176         in the third column, to generate for the shared library an IFUNC
35177         that uses _dl_vdso_vsym.
35178         * Makerules (COMPILE.c, compile-stdin.c): New variables.
35179         * Makeconfig (object-suffixes-noshared): New variable.
35180
35181         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
35182         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
35183         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
35184         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
35185
35186         [BZ #14132]
35187         * include/sys/time.h (__gettimeofday): Remove macro.
35188         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
35189         * time/gettimeofday.c (__gettimeofday): Remove #undef.
35190         Remove INTDEF.
35191         (__gettimeofday): Add libc_hidden_def.
35192         (gettimeofday): Add libc_hidden_weak.
35193         * sysdeps/mach/gettimeofday.c: Likewise.
35194         * sysdeps/posix/gettimeofday.c: Likewise.
35195         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
35196         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
35197         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
35198         (__gettimeofday_internal): Remove strong_alias.
35199         (__gettimeofday): Add libc_hidden_def.
35200         (gettimeofday): Add libc_hidden_weak.
35201         * sysdeps/unix/syscalls.list (gettimeofday):
35202         Remove __gettimeofday_internal alias.
35203
35204 2012-05-24  Daniel Jacobowitz  <drow@false.org>
35205             H.J. Lu  <hongjiu.lu@intel.com>
35206
35207         [BZ #12495]
35208         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
35209         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
35210         (largebin_index_32_big): New.
35211         (largebin_index): Use it for 16-byte alignment.
35212         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
35213         correction with front_misalign.
35214
35215 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
35216
35217         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
35218         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
35219         Likewise.
35220         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
35221         Likewise.
35222         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
35223         Likewise.
35224         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
35225         Likewise.
35226         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
35227         Likewise.
35228         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
35229         Likewise.
35230         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
35231         Likewise.
35232         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
35233         Likewise.
35234         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
35235         Likewise.
35236         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
35237         Likewise.
35238         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
35239         Likewise.
35240         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
35241         Likewise.
35242
35243         * scripts/data/c++-types-x32-linux-gnu.data: New file.
35244         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
35245
35246 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35247
35248         [BZ #10846]
35249         [BZ #14036]
35250         * math/libm-test.inc (exp_test): Add test from bug 14036.
35251         (pow_test): Add test from bug 10846.
35252
35253         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
35254         and other flags.
35255         (special_function): Do not include flags in test name.
35256         (parse_args): Likewise.
35257         * sysdeps/i386/fpu/libm-test-ulps: Update.
35258         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
35259         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
35260         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
35261         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35262
35263         * math/gen-libm-test.pl (%beautify): Add entries for underflow
35264         exceptions.
35265         * math/libm-test.inc ("Philosophy"): Update comment about
35266         exception testing.
35267         (UNDERFLOW_EXCEPTION): New macro.
35268         (UNDERFLOW_EXCEPTION_OK): Likewise.
35269         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
35270         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
35271         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
35272         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
35273         (INVALID_EXCEPTION_OK): Update value.
35274         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
35275         (OVERFLOW_EXCEPTION_OK): Likewise.
35276         (IGNORE_ZERO_INF_SIGN): Likewise.
35277         (test_exceptions): Handle underflow exceptions.
35278         (acos_test): Update for underflow exception expectations.
35279         (cexp_test): Likewise.
35280         (clog_test): Likewise.
35281         (clog10_test): Likewise.
35282         (csqrt_test): Likewise.
35283         (ctan_test): Likewise.
35284         (ctanh_test): Likewise.
35285         (exp_test): Likewise.
35286         (exp10_test): Likewise.
35287         (exp2_test): Likewise.
35288         (expm1_test): Likewise.
35289         (fma_test): Likewise.
35290         (j0_test): Likewise.
35291         (jn_test): Likewise.
35292         (nexttoward_test): Likewise.
35293         (pow_test): Likewise.
35294         (scalbn_test): Likewise.
35295         (scalbln_test): Likewise.
35296         (tan_test): Likewise.
35297         (y1_test): Likewise.
35298         * sysdeps/i386/fpu/libm-test-ulps: Update.
35299         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35300
35301 2012-05-23  David S. Miller  <davem@davemloft.net>
35302
35303         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35304         (__libc_sigaction): Remove unused local variables.
35305
35306 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35307
35308         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
35309
35310 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
35311
35312         mktime: avoid signed integer overflow
35313         * time/mktime.c (__mktime_internal): Do not mishandle the case
35314         where diff == INT_MIN.
35315
35316         mktime: simplify computation of average
35317         * time/mktime.c (ranged_convert): Use new time_t_avg function
35318         instead of rolling our own (probably-slower) code.
35319
35320         mktime: do not assume signed right shift propagates sign bit
35321         * time/mktime.c (isdst_differ): New static function.
35322         (__mktime_internal): No need to normalize tm_isdst now.
35323         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
35324         tm_isdst values.
35325
35326         mktime: merge another wrapv change from gnulib
35327         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
35328         from some compilers.
35329
35330         mktime: remove incorrect attempt at unusual arithmetics
35331         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
35332         The code didn't really work on such machines anyway.
35333         (TYPE_MINIMUM): Assume two's complement.
35334         (twos_complement_arithmetic): Verify that long_int and time_t
35335         are two's complement (or unsigned, in the latter case).
35336
35337         mktime: check signed shifts on long_int and time_t, too
35338         * time/mktime.c (SHR): Check that shifts work as desired
35339         on the types long_int and time_t too, as SHR is used on
35340         such types.
35341
35342         mktime: do not assume 'long' is wide enough
35343         * time/mktime.c (verify): Move decl up.
35344         (long_int): New type.
35345         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
35346         to remove assumption in the code that 'long' is wide enough to
35347         store year values.  This assumption is not true on x32 and on
35348         some non-glibc platforms.
35349
35350         mktime: merge wrapv change from gnulib
35351         * time/mktime.c (WRAPV): New macro.
35352         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
35353         (guess_time_tm, __mktime_internal): Do not assume that signed
35354         integer overflow wraps around; modern compilers generate code
35355         where this assumption is no longer valid.
35356
35357 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35358
35359         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35360         Replace "jmp L(pseudo_end)" with "ret".
35361         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
35362         Likewise.
35363
35364 2012-05-23  Andreas Jaeger  <aj@suse.de>
35365
35366         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
35367         * sysdeps/unix/sysv/linux/poll.c: Remove file.
35368
35369 2012-05-23  Andreas Jaeger  <aj@suse.de>
35370             Maximilian Attems  <max@stro.at>
35371
35372         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
35373         New macros.
35374
35375 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35376
35377         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
35378         code so that pseudo_end is just ret and the stack pointer is
35379         correct also for static library in error case.
35380
35381 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
35382
35383         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
35384         move to syscalls.list.
35385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
35386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
35387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
35388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
35389
35390         * manual/install.texi (Running make install): Do not mention Linux
35391         kernel version for which pt_chown is not needed.
35392         (Linux): Do not mention problems with nscd with 2.0 kernels.
35393         * INSTALL: Regenerated.
35394
35395 2012-05-23  Andreas Jaeger  <aj@suse.de>
35396
35397         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
35398         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
35399         macro.
35400         * sysdeps/unix/sysv/linux/s390/bits/mman.h
35401         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35402         * sysdeps/unix/sysv/linux/sh/bits/mman.h
35403         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35404         * sysdeps/unix/sysv/linux/i386/bits/mman.h
35405         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35406         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
35407         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35408         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
35409         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35410         * sysdeps/unix/sysv/linux/bits/in.h
35411         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
35412
35413 2012-05-22  Roland McGrath  <roland@hack.frob.com>
35414
35415         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
35416         (PREPARE_VERSION): Just use assert instead, it will be elided
35417         under [NDEBUG] anyway.
35418
35419 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35420
35421         * sysdeps/unix/sysv/linux/Makefile: Include
35422         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
35423         (sysdep_routines): Remove sysctl.
35424         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
35425         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
35426         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
35427         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
35428         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
35429
35430 2012-05-22  Andreas Jaeger  <aj@suse.de>
35431
35432         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
35433         that pseudo_end is just ret and the stack pointer is correct also
35434         for static library in error case.
35435
35436 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
35437
35438         [BZ #14122]
35439         * nss/nsswitch.c (defconfig_entries): New variable.
35440         (__nss_database_lookup): Don't leak defconfig entries.
35441         (nss_parse_service_list): Don't leak on error paths.
35442         (free_database_entries): New function.
35443         (free_defconfig): New function.
35444         (free_mem): Move common code to free_database_entries.
35445
35446 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35447
35448         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
35449         Add arch_prctl.
35450         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
35451
35452         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
35453         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
35454         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
35455         New macro.
35456         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
35457         (INTERNAL_SYSCALL_TYPES): Likewise.
35458         (LOAD_ARGS_TYPES_[1-6]): Likewise.
35459         (LOAD_REGS_TYPES_[1-6]): Likewise.
35460         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
35461         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
35462
35463 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35464
35465         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
35466         copysignl for GLIBC_2_0.
35467         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
35468         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
35469         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
35470         logbl for GLIBC_2_0.
35471         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
35472         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
35473
35474 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35475
35476         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
35477         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35478
35479         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35480         Use "neg %eax".
35481
35482         * time/mktime.c: Update copyright years.
35483
35484 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
35485
35486         mktime: merge comment-quoting-style change from gnulib
35487         * time/mktime.c: Quote 'like this' in comments.
35488         The GNU coding standards suggest that we no longer quote `like this',
35489         as "`" and "'" are typically rendered asymmetrically nowadays.
35490         The typical gnulib style is to quote 'like this' when quoting
35491         code, and "like this" when quoting English.
35492
35493         * time/mktime.c (compile-command): Add "-I.".
35494
35495         mktime: merge mktime-internal.h change from gnulib
35496         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
35497
35498         mktime: merge time_r change from gnulib
35499         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
35500
35501         mktime: merge DEBUG change from gnulib
35502         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
35503         case system <time.h> has a #define.
35504
35505         mktime: merge <sys/types.h> change from gnulib
35506         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
35507         since <time.t> is now guaranteed to define time_t.
35508
35509         mktime: merge HAVE_CONFIG_H change from gnulib
35510         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
35511
35512 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35513
35514         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
35515         Use "neg %eax".
35516
35517         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
35518         __rlim_t cast.
35519         (struct rusage): Use anonymous union to pad each field to
35520         __syscall_slong_t.
35521
35522 2012-05-21  David S. Miller  <davem@davemloft.net>
35523
35524         * Makefules (o-iterator): Remove .s cases.
35525         (compile-command.s): Delete.
35526         (COMPILE.s): Delete.
35527         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
35528
35529 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
35530
35531         * configure.in (libc_cv_predef_stack_protector): Only consider
35532         "foobar" and "__stack_chk_fail" lines in libc_undefs.
35533         * configure: Regenerated.
35534
35535 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35536
35537         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
35538         New macro.  Use R*LP on int and pointer.
35539         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
35540         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
35541         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
35542         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
35543
35544         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
35545         [__WORDSIZE_TIME64_COMPAT32] instead of
35546         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
35547         (struct utmp): Likewise.
35548         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
35549         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
35550         Renamed to ...
35551         (__WORDSIZE_TIME64_COMPAT32): This.
35552         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
35553         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
35554         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
35555         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
35556         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
35557         (__WORDSIZE_TIME64_COMPAT32): New macro.
35558
35559 2012-05-21  Andreas Jaeger  <aj@suse.de>
35560
35561         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
35562         only if [SHARED]. Add prototype for __wcschr_ia32.
35563
35564 2012-05-21  Roland McGrath  <roland@hack.frob.com>
35565
35566         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
35567         of %rbp unmolested in the jmp_buf while mangling the low bits.
35568         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
35569         unmolested high bits of %rbp while demangling the low bits.
35570         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35571
35572 2012-05-21  Andreas Jaeger  <aj@suse.de>
35573
35574         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
35575         * sunrpc/svc_simple.c: Use it for registerrpc.
35576         * sunrpc/xcrypt.c: Use it for passwd2des.
35577
35578         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
35579
35580 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35581
35582         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
35583         Don't define if [__SYSCALL_WORDSIZE != 32].
35584         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
35585         New macro.
35586
35587 2012-05-21  Bruno Haible  <bruno@clisp.org>
35588             Andreas Jaeger  <aj@suse.de>
35589
35590         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
35591         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
35592         inptr and inend for must_buffer_ch.
35593         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
35594         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
35595         * stdio-common/Makefile (tests): Remove bug15.
35596         (bug15-ENV): Remove macro.
35597         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
35598         anymore.
35599
35600 2012-05-19  Andreas Jaeger  <aj@suse.de>
35601             Roland McGrath  <roland@hack.frob.com>
35602
35603         * manual/contrib.texi: Completely rewritten. It contains now an
35604         alphabetical list of contributors and their contributions.
35605
35606 2012-05-21  Richard Henderson  <rth@twiddle.net>
35607
35608         * misc/getauxval.c (__getauxval): Use unsigned long int.
35609         * misc/sys/auxv.h: Include <sys/cdefs.h>.
35610         (getauxval): Use unsigned long int.
35611
35612 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35613
35614         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35615
35616 2012-05-21  Roland McGrath  <roland@hack.frob.com>
35617
35618         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
35619         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
35620         __alignof__ (long double).
35621
35622 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35623
35624         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35625
35626 2012-05-20  Richard Henderson  <rth@twiddle.net>
35627
35628         * misc/getauxval.c: New file.
35629         * misc/sys/auxv.h: New file.
35630         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
35631         (routines): Add getauxval.
35632         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
35633         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
35634         * elf/dl-sysdep.c (_dl_auxv): Remove.
35635         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
35636         * elf/dl-support.c (_dl_auxv): New variable.
35637         (_dl_aux_init): Initialize it.
35638         * manual/startup.texi (Auxiliary Vector): New node.
35639         * sysdeps/generic/bits/hwcap.h: New file.
35640         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
35641         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
35642         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
35643         * sysdeps/sparc/sysdep.h: ... here.  Include it.
35644         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
35645         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
35646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35647         Update.
35648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
35649         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
35650         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
35651         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
35652         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
35653         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
35654         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
35655         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
35656
35657 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35658
35659         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35660
35661 2012-05-19  David S. Miller  <davem@davemloft.net>
35662
35663         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35664
35665 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
35666
35667         [BZ #14123]
35668         * math/s_ccosh.c: Include <float.h>
35669         (__ccosh): Avoid internal overflow calculating sinh and cosh
35670         values before multiplying by sin and cos values.
35671         * math/s_ccoshf.c: Likewise.
35672         * math/s_ccoshl.c: Likewise.
35673         * math/s_csin.c: Likewise.
35674         * math/s_csinf.c: Likewise.
35675         * math/s_csinl.c: Likewise.
35676         * math/s_csinh.c: Likewise.
35677         * math/s_csinhf.c: Likewise.
35678         * math/s_csinhl.c: Likewise.
35679         * math/libm-test.inc (ccos_test): Add more tests.
35680         (ccosh_test): Likewise.
35681         (csin_test): Likewise.
35682         (csinh_test): Likewise.
35683         * sysdeps/i386/fpu/libm-test-ulps: Update.
35684         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35685
35686 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
35687
35688         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
35689         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
35690
35691         * sysdeps/x86_64/x32/_itoa.h: Add comment.
35692
35693 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
35694
35695         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
35696         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
35697         * sysdeps/powerpc/soft-fp/Versions: Likewise.
35698         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
35699         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
35700         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
35701         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
35702         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
35703         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
35704         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
35705         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
35706         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
35707         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
35708         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
35709         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
35710         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
35711         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
35712         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
35713         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
35714         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
35715         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
35716         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
35717         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
35718         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
35719         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
35720         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
35721         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
35722         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
35723         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
35724         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
35725         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
35726
35727 2012-05-18  Andreas Jaeger  <aj@suse.de>
35728
35729         * csu/.gitignore: Delete.
35730
35731 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35732
35733         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
35734         (timex): Use __syscall_slong_t.
35735
35736 2012-05-18  Andreas Jaeger  <aj@suse.de>
35737             Carlos O'Donell  <carlos_odonell@mentor.com>
35738
35739         * manual/install.texi (Configuring and compiling): Update
35740         description about files modified in the source directory.
35741         * INSTALL: Regenerated.
35742
35743 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35744
35745         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
35746         value.  Use "or" to set return value to -1.
35747         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
35748         negate return value.
35749
35750 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35751
35752         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
35753         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
35754         failure if the compiler has Graphite support disabled.
35755         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
35756         Likewise.
35757         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
35758         (CFLAGS-memmove.c): Likewise.
35759         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
35760         Likewise.
35761
35762 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35763
35764         * sysdeps/x86_64/x32/_itoa.h: New file.
35765
35766         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
35767         getdents system call only if kernel and user dirents have the
35768         same d_ino and d_off.
35769
35770         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
35771         LLONG_MAX != LONG_MAX.
35772         (_itoa_word): Use _ITOA_WORD_TYPE on value.
35773         (_fitoa_word): Likewise.
35774
35775         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
35776         years.
35777         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
35778         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
35779         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
35780
35781         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
35782         include <bits/wordsize.h>.  Check __x86_64__ instead of
35783         __WORDSIZE.
35784         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
35785         if __x86_64__ is defined.  Use anonymous union on fpstate.
35786
35787         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
35788         anonymous union.
35789
35790 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
35791
35792         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
35793         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
35794         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
35795         Refer to _rtld_local_ro instead of _rtld_global_ro.
35796         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
35797         Likewise.
35798         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
35799         Likewise.
35800         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
35801         Likewise.
35802         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
35803         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
35804         of _rtld_global, and rtld_progname instead of _dl_argv[0].
35805
35806         * sysdeps/powerpc/powerpc32/dl-machine.c
35807         (__elf_machine_runtime_setup) [PROF]: Don't reference
35808         _dl_prof_resolve.
35809
35810 2012-05-18  Andreas Jaeger  <aj@suse.de>
35811
35812         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
35813         function only available for GCCs before 3.4 since GCC 3.4
35814         introduced a builtin.
35815         (lrint): Likewise.
35816         (llrintf): Likewise.
35817         (llrint): Likewise.
35818         (fmaxf): Likewise.
35819         (fmax): Likewise.
35820         (fminf): Likewise.
35821         (fmin): Likewise.
35822         (rint): Likewise.
35823         (rintf): Likewise.
35824         (nearbyint): Likewise.
35825         (nearbyintf): Likewise.
35826         (ceil): Likewise.
35827         (ceilf): Likewise.
35828         (floor): Likewise.
35829         (floorf): Likewise.
35830
35831 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35832
35833         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
35834         on both fields and cast pointer to __syscall_ulong_t.
35835
35836         * bits/types.h (__fsword_t): New type.
35837         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
35838         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
35839         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35840         (__FSWORD_T_TYPE): Likewise.
35841         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35842         (__FSWORD_T_TYPE): Likewise.
35843         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35844         (__FSWORD_T_TYPE): Likewise.
35845         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
35846         (__FSWORD_T_TYPE): Likewise.
35847         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
35848         __SWORD_TYPE with __fsword_t.
35849         (statfs64): Likewise.
35850
35851 2012-05-17  David S. Miller  <davem@davemloft.net>
35852
35853         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
35854
35855 2012-05-17  Andreas Jaeger  <aj@suse.de>
35856
35857         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
35858         warning.
35859
35860 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35861
35862         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
35863
35864 2012-05-17  Andreas Jaeger  <aj@suse.de>
35865
35866         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
35867         when it is used.
35868
35869 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
35870
35871         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
35872
35873 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35874
35875         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
35876         * sysdeps/x86_64/tst-mallocalign1.c: New file.
35877
35878 2012-05-17  Andreas Jaeger  <aj@suse.de>
35879             Carlos O'Donell  <carlos_odonell@mentor.com>
35880
35881         [BZ #14059]
35882         * sysdeps/x86_64/multiarch/init-arch.h
35883         (bit_YMM_Usable): Rename to...
35884         (bit_AVX_Usable): ... this.
35885         (bit_FMA4_Usable): New macro.
35886         (bit_XMM_state): New macro.
35887         (bit_YMM_state): New macro.
35888         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
35889         [__ASSEMBLER__] (index_AVX_Usable): ... this.
35890         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
35891         (CPUID_OSXSAVE): New macro.
35892         (CPUID_AVX): New macro.
35893         (CPUID_FMA4): New macro.
35894         (index_YMM_Usable): Rename to...
35895         (index_AVX_Usable): ... this.
35896         (HAS_AVX): Use HAS_ARCH_FEATURE.
35897         (HAS_FMA4): Likewise.
35898         (HAS_YMM_USABLE): Remove.
35899         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35900         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
35901         are present.
35902         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
35903         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
35904         * sysdeps/x86_64/multiarch/Makefile: Likewise.
35905         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
35906         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
35907
35908 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
35909
35910         * math/libm-test.c: Support platforms without multiple rounding modes.
35911         * math/bug-nextafter.c: Support platforms without FP exceptions.
35912         * math/bug-nexttoward.c: Likewise.
35913         * math/test-fenv.c: Likewise.
35914         * math/test-misc.c: Likewise.
35915         * stdlib/bug-getcontext.c: Likewise.
35916
35917 2012-05-17  Andreas Jaeger  <aj@suse.de>
35918
35919         * manual/examples/search.c (critter_cmp): Change signature to
35920         avoid warnings.
35921         * manual/string.texi (Collation Functions): Likewise.
35922
35923 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35924
35925         * bits/types.h: Fold copyright years.
35926         * bits/typesizes.h: Likewise.
35927         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
35928         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
35929         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
35930         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
35931         * time/time.h: Likewise.
35932
35933 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
35934
35935         [BZ #208]
35936         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
35937         in instead of returning them.  Return void.
35938         (__libc_mallinfo): Accumulate over all arenas.
35939         (__malloc_stats): Adjust for change in int_mallinfo interface.
35940
35941 2012-05-16  Roland McGrath  <roland@hack.frob.com>
35942
35943         [BZ #10375]
35944         * configure.in (NM): Add AC_CHECK_TOOL for it.
35945         (libc_extra_cflags): New substituted variable.
35946         Check for -fstack-protector being used implicitly.
35947         * configure: Regenerated.
35948         * config.make.in (config-extra-cflags): New variable,
35949         gets @libc_extra_cflags@.
35950         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
35951
35952         [BZ #10375]
35953         * configure.in: Check for _FORTIFY_SOURCE being predefined.
35954         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
35955         * configure: Regenerated.
35956         * config.make.in (CPPUNDEFS): New substituted variable.
35957         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
35958         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
35959         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
35960
35961 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35962
35963         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
35964         (mq_attr): Use __syscall_slong_t.
35965
35966 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35967
35968         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
35969         Check __x86_64__ instead of __WORDSIZE.
35970         (_STAT_VER_LINUX): Likewise.
35971         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
35972         __syscall_ulong_t and __syscall_slong_t.
35973         (stat64): Likewise.
35974
35975 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35976
35977         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
35978
35979 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35980
35981         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
35982
35983 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35984
35985         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
35986         __syscall_ulong_t.
35987
35988         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
35989         include <bits/wordsize.h>.  Check __x86_64__ instead of
35990         __WORDSIZE.
35991         (greg_t): Use "__extension__ long long int" if __x86_64__ is
35992         defined.
35993         (mcontext_t): Replace "unsigned long" with "unsigned long long".
35994
35995         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
35996         include <bits/wordsize.h>.  Check __x86_64__ instead of
35997         __WORDSIZE.
35998         (user_regs_struct): Use "__extension__ unsigned long long"
35999         instead of "unsigned long" if __x86_64__ is defined.
36000         (user): Likewise.  Pad after pointer field if __ILP32__ is
36001         defined.
36002
36003 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
36004
36005         * configure.in (makeinfo): Require version 4.5 or later.  Allow
36006         versions 5 to 9.
36007         * configure: Regenerated.
36008         * manual/install.texi (texinfo): Increase version requirement to
36009         4.5 or later.
36010         * INSTALL: Regenerated.
36011
36012         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
36013
36014 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36015
36016         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
36017
36018         * sysdeps/x86_64/x32/ffs.c: New file.
36019
36020         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
36021         __syscall_ulong_t.
36022         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
36023         defined.  Use __syscall_ulong_t.
36024         (shminfo): Use __syscall_ulong_t.
36025         (shm_info): Likewise.
36026
36027         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
36028         __syscall_ulong_t.
36029
36030         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
36031         <bits/wordsize.h>.
36032         (msgqnum_t): Use __syscall_ulong_t.
36033         (msglen_t): Likewise.
36034         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
36035         __syscall_ulong_t.
36036
36037         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
36038         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36039
36040         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
36041
36042         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
36043         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
36044
36045         * sysvipc/sys/msg.h (msgbuf): Replace long int with
36046         __syscall_slong_t.
36047
36048         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
36049         include <bits/wordsize.h>.  Check __x86_64__ instead of
36050         __WORDSIZE.
36051
36052         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
36053         "unsigned long long int" if __x86_64__ is defined.
36054         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
36055
36056         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
36057         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36058         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
36059
36060         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
36061         <stdint.h>.
36062         (GET_PC): Cast to uintptr_t first.
36063         (GET_FRAME): Likewise.
36064         (GET_STACK): Likewise.
36065
36066         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
36067         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
36068         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
36069         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
36070         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
36071         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
36072         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
36073         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
36074         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
36075         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
36076         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
36077         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
36078         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36079         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
36080         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
36081         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
36082         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
36083         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
36084         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
36085         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
36086         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
36087         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
36088         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
36089         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
36090         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
36091         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
36092         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
36093         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
36094         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
36095
36096 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
36097
36098         * Makerules (+depfiles): Also collect depfiles from .oS in
36099         $(extra-objs).
36100         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
36101         .oS, $(libnldbl-routines)).
36102
36103         * Makerules (native-compile-mkdep-flags): Define.
36104         * sunrpc/Makefile (extra-objs): Add $(addprefix
36105         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
36106         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
36107         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
36108         calling $(make-target-directory).
36109
36110 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36111
36112         * bits/types.h (__snseconds_t): Removed.
36113         * time/time.h (struct timespec): Replace __snseconds_t with
36114         __syscall_slong_t.
36115         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
36116         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
36117         Likewise.
36118         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36119         (__SNSECONDS_T_TYPE): Likewise.
36120         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36121         (__SNSECONDS_T_TYPE): Likewise.
36122         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36123         (__SNSECONDS_T_TYPE): Likewise.
36124
36125 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36126
36127         * sysdeps/mach/hurd/bits/typesizes.h
36128         (__SYSCALL_SLONG_TYPE): New macro.
36129         (__SYSCALL_ULONG_TYPE): Likewise.
36130
36131 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36132
36133         * bits/types.h (__syscall_slong_t): New type.
36134         (__syscall_ulong_t): Likewise.
36135
36136         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
36137         (__SYSCALL_ULONG_TYPE): Likewise.
36138         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36139         (__SYSCALL_SLONG_TYPE): Likewise.
36140         (__SYSCALL_ULONG_TYPE): Likewise.
36141         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36142         (__SYSCALL_SLONG_TYPE): Likewise.
36143         (__SYSCALL_ULONG_TYPE): Likewise.
36144         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36145         (__SYSCALL_SLONG_TYPE): Likewise.
36146         (__SYSCALL_ULONG_TYPE): Likewise.
36147
36148 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36149
36150         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
36151         Add sigaltstack-offsets.sym.
36152         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
36153         <sigaltstack-offsets.h>.
36154         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
36155         longjmp_msg pointer.
36156         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
36157         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
36158         signal stack.
36159         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
36160
36161 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36162
36163         * elf/stackguard-macros.h: Remove file.
36164         * sysdeps/generic/stackguard-macros.h: New file.
36165         * sysdeps/i386/stackguard-macros.h: Likewise.
36166         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
36167         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
36168         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
36169         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
36170         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
36171         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
36172         * sysdeps/x86_64/stackguard-macros.h: Likewise.
36173         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
36174         <elf/stackguard-macros.h>.
36175
36176         [BZ #14109]
36177         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
36178         __aligned__ in attribute.
36179         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
36180         (gregset_t): Likewise.
36181
36182 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36183
36184         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
36185         * sysdeps/x86_64/64/Implies-after: Here.  New file.
36186         * sysdeps/x86_64/x32/Implies-after: New file.
36187
36188 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36189
36190         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
36191         and access return value for _dl_profile_fixup.  Use R10_LP to
36192         load frame size.
36193
36194 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36195
36196         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
36197
36198 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36199
36200         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
36201         * sysdeps/x86_64/x32/sysdep.h: New file.
36202
36203 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36204
36205         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
36206         * sysdeps/x86_64/setjmp.S: Likewise.
36207
36208 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36209
36210         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
36211         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
36212         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
36213         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
36214         remove unused global constant.
36215
36216 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
36217
36218         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
36219         include of <not-cancel.h>.
36220
36221 2012-05-15  Roland McGrath  <roland@hack.frob.com>
36222
36223         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
36224
36225 2012-05-15  Jeff Law  <law@redhat.com>
36226             Andreas Jaeger  <aj@suse.de>
36227
36228         [BZ #13594]
36229         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
36230         out from...
36231         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
36232         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
36233         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
36234         code changing __hst_map_handle.map.
36235
36236 2012-05-15  Roland McGrath  <roland@hack.frob.com>
36237
36238         * configure.in (sysnames): Look for Implies-before and Implies-after
36239         files.
36240         * configure: Regenerated.
36241
36242 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36243
36244         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
36245         8-byte data alignment with LP_SIZE alignment.
36246
36247 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36248
36249         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
36250         into R10_LP.
36251
36252 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36253
36254         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
36255
36256 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36257
36258         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
36259         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
36260         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
36261         Likewise.
36262         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36263
36264 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36265
36266         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
36267         (stackinfo_sub_sp): Likewise.
36268
36269 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36270
36271         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
36272         RAX_LP.
36273
36274 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36275
36276         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
36277         into R*_LP.
36278
36279 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36280
36281         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
36282         sizes into R*_LP.
36283
36284 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36285
36286         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
36287
36288 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36289
36290         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
36291         into R11_LP and load __x86_64_shared_cache_size_half into
36292         R8_LP.
36293
36294 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36295
36296         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
36297         R8_LP.
36298
36299 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36300
36301         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
36302         logb for POWER7.
36303         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
36304         logbf for POWER7.
36305         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
36306         logbl for POWER7.
36307         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
36308         powerpc32/power7/fpu/s_logb.c via #include.
36309         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
36310         powerpc32/power7/fpu/s_logbf.c via #include.
36311         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
36312         powerpc32/power7/fpu/s_logbl.c via #include.
36313
36314 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36315
36316         * README.libm: Remove file.
36317
36318 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36319
36320         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
36321         count for x32.  Use R*_LP and omit operand-size suffix.
36322
36323 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36324
36325         * shlib-versions: Move x86_64-.*-linux.* entries to ...
36326         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
36327         * sysdeps/x86_64/x32/shlib-versions: New file.
36328
36329 2012-05-14  Roland McGrath  <roland@hack.frob.com>
36330
36331         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
36332         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
36333         Use _dl_fatal_printf instead.
36334
36335 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36336
36337         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
36338         set if not set by the user.  Do not allow for being unset.
36339         * sysdeps/unix/sysv/linux/configure: Regenerated.
36340
36341 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36342
36343         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
36344         the `q' suffix from lea and replace .quad with ASM_ADDR.
36345
36346 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36347
36348         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
36349         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
36350         instead of $17.
36351         (PTR_DEMANGLE): Likewise.
36352
36353 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36354
36355         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
36356         (LP_OP): Likewise.
36357         (ASM_ADDR): Likewise.
36358         (RAX_LP): Likewise.
36359         (RBP_LP): Likewise.
36360         (RBX_LP): Likewise.
36361         (RCX_LP): Likewise.
36362         (RDI_LP): Likewise.
36363         (RSI_LP): Likewise.
36364         (RSP_LP): Likewise.
36365         (R8_LP): Likewise.
36366         (R9_LP): Likewise.
36367         (R10_LP): Likewise.
36368         (R10_LP): Likewise.
36369         (R11_LP): Likewise.
36370         (R12_LP): Likewise.
36371         (R13_LP): Likewise.
36372         (R14_LP): Likewise.
36373         (R15_LP): Likewise.
36374
36375 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36376
36377         * sysdeps/x86_64/x32/dl-machine.h: New file.
36378
36379 2012-05-14  Andreas Jaeger  <aj@suse.de>
36380
36381         * manual/Makefile (subdir): Remove export of subdir.
36382         (all): Remove target.
36383         (.PHONY): Remove all from list.
36384         (mkinstalldirs): Remove.
36385         (.PHONY): Remove installdirs from list.
36386         ($(inst_infodir)/libc.info): Use make-target-directory.
36387         (installdirs): Remove.
36388         (subdir_%): Remove.
36389         (glibc-targets): Remove.
36390         (lib): Remove.
36391         (stubs): Remove.
36392         ($(objpfx)stubs ../po/manual.pot): Remove.
36393         ($(objpfx)stamp%): Remove.
36394         (make-target-directory): Remove.
36395         (subdir_install): Remove.
36396         (routines): Remove.
36397         (aux): Remove.
36398         (sources): Remove.
36399         (objects): Remove.
36400         (headers): Remove.
36401
36402         [BZ #13750]
36403         * manual/.gitignore: Remove, it's not needed anymore.
36404         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
36405         all files in it.
36406         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
36407         directory.
36408         (texis): Renamed to $(objpfx)texis.
36409         (texis-path): New, contains path to generated files.
36410         (chapters.%): Use texis-path for complete path, add extra argument
36411         libc-texinfo.sh.
36412         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
36413         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
36414         (summary,texi, stamp-summary): Use complete path of
36415         files. Generate files in build dir.
36416         (dir-add.texi): Build in build dir.
36417         (libm-err.texi,stamp-libm-err): Likewise.
36418         (version.texi, stamp-version): Likewise.
36419         (.%c.texi): Likewise.
36420         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
36421         (mostlyclean): Remove target.
36422         (realclean): Remove target.
36423         (generated): Add new variable with contents from mostlyclean and
36424         realclean, remove entries duplicated in common-mostlyclean, add
36425         stamp-libm-err and stamp-version.
36426         (generated-dirs): Add libc directory.
36427         ($(inst_infodir)/libc.info): Install files from build dir.
36428
36429         * manual/install.texi (Configuring and compiling): Adjust since
36430         the info files are not part of the tar ball anymore.
36431
36432 2012-05-14  Andreas Jaeger  <aj@suse.de>
36433
36434         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
36435         variable.
36436
36437 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36438
36439         [BZ #13717]
36440         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
36441         to 2.2.0 where earlier.
36442         * sysdeps/unix/sysv/linux/configure: Regenerated.
36443         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
36444         Remove conditional code.
36445         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
36446         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
36447         Remove conditional code.
36448         [!__NR_lchown]: Likewise.
36449         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36450         [__NR_lchown]: Likewise.
36451         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
36452         comment referencing __ASSUME_LCHOWN_SYSCALL.
36453         * sysdeps/unix/sysv/linux/i386/sigaction.c
36454         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36455         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36456         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
36457         Remove conditional code.
36458         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
36459         (__protocol_available): Remove #if 0 code.
36460         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
36461         conditional code.
36462         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
36463         * sysdeps/unix/sysv/linux/kernel-features.h
36464         (__ASSUME_GETCWD_SYSCALL): Don't define.
36465         (__ASSUME_REALTIME_SIGNALS): Likewise.
36466         (__ASSUME_PREAD_SYSCALL): Likewise.
36467         (__ASSUME_PWRITE_SYSCALL): Likewise.
36468         (__ASSUME_POLL_SYSCALL): Likewise.
36469         (__ASSUME_LCHOWN_SYSCALL): Likewise.
36470         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
36471         non-SPARC.
36472         (__ASSUME_SIOCGIFNAME): Don't define.
36473         (__ASSUME_MSG_NOSIGNAL): Likewise.
36474         (__ASSUME_SENDFILE): Define unconditionally.
36475         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
36476         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
36477         conditional code.
36478         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
36479         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
36480         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
36481         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36482         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
36483         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
36484         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36485         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
36486         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36487         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36488         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
36489         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36490         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
36492         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36493         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
36495         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36496         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
36498         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36499         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
36501         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36502         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
36504         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36505         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
36507         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36508         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36509         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
36510         Remove conditional code.
36511         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36512         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
36513         Remove conditional code.
36514         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36515         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
36516         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
36517         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
36518         Remove conditional code.
36519         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36520         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
36521         Remove conditional code.
36522         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36523         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
36524         Remove conditional code.
36525         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36526         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
36527         Remove conditional code.
36528         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36529         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
36530         Remove conditional code.
36531         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36532         * sysdeps/unix/sysv/linux/sh/pwrite64.c
36533         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36534         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36535         * sysdeps/unix/sysv/linux/sigaction.c
36536         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36537         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36538         * sysdeps/unix/sysv/linux/sigpending.c
36539         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36540         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36541         * sysdeps/unix/sysv/linux/sigprocmask.c
36542         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36543         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36544         * sysdeps/unix/sysv/linux/sigsuspend.c
36545         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36546         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36547         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
36548         (__libc_missing_rt_sigs): Remove.
36549         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
36550         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
36551         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
36552         Remove conditional code.
36553         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
36554         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
36555         return 1.
36556         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
36557         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
36558         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
36559         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
36560
36561 2012-05-14  Andreas Jaeger  <aj@suse.de>
36562
36563         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
36564         it's not used in glibc.
36565         (__coshm1): Likewise.
36566         (__acosh1p): Likewise.
36567         (__sgn): Likewise.
36568
36569         * manual/string.texi (Copying and Concatenation): Add missing
36570         variable in concat example.
36571         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
36572
36573 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36574
36575         [BZ #14103]
36576         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
36577         __builtin_clzl with __builtin_clzll.
36578
36579 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36580
36581         [BZ #14104]
36582         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
36583         libc_freeres_ptr.
36584
36585 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36586
36587         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
36588         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
36589         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
36590         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
36591
36592 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
36593
36594         * NEWS: Update ia64 info.
36595
36596 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
36597
36598         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
36599         used as bcopy.
36600
36601 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
36602
36603         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
36604         * sysdeps/unix/syscalls.list (dup3): Likewise.
36605         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
36606         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
36607
36608 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
36609
36610         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
36611         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
36612
36613 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
36614
36615         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
36616         thread pointer.
36617         (TLS_IE): Use mov/add instead of movq/addq to load thread
36618         pointer.
36619         (TLS_GD_PREFIX): New.
36620         (TLS_GD): Use it.
36621
36622 2012-05-11  David S. Miller  <davem@davemloft.net>
36623
36624         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
36625         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
36626         (_FPU_SETCW): Likewise.
36627
36628 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36629
36630         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
36631         is 32-byte aligned.
36632
36633 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
36634
36635         [BZ #11837]
36636         * iconvdata/gb18030.c: Update tables.
36637         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
36638         characters specially.
36639         (BODY for TO_LOOP): Add encoding of missing ranges.
36640
36641 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
36642
36643         [BZ #13673]
36644         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
36645         * sysdeps/mach/hurd/dup3.c: Likewise.
36646         * sysdeps/mach/hurd/readlinkat.c: Likewise.
36647         * sysdeps/powerpc/memmove.c:: Likewise.
36648
36649 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36650
36651         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
36652         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
36653
36654 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36655
36656         * elf/elf.h (R_X86_64_RELATIVE64): New.
36657         (R_X86_64_NUM): Updated.
36658         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
36659         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
36660         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
36661         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
36662         tst-quad1pie tst-quad2pie
36663         (modules-names): Add tst-quadmod1 tst-quadmod2.
36664         ($(objpfx)tst-quad1): New dependency.
36665         ($(objpfx)tst-quad2): Likewise.
36666         ($(objpfx)tst-quad1pie): Likewise.
36667         ($(objpfx)tst-quad2pie): Likewise.
36668         * sysdeps/x86_64/tst-quad1.c: New file.
36669         * sysdeps/x86_64/tst-quad1pie.c: New file.
36670         * sysdeps/x86_64/tst-quad2.c: Likewise.
36671         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
36672         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
36673         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
36674         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
36675         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
36676
36677 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36678
36679         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
36680         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
36681         * streams/stropts.h (t_scalar_t): Define type.
36682
36683         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
36684         (_PATH_PRESERVE): Set to "/var/lib".
36685         (_PATH_RWHODIR): Set to "/var/spool/rwho".
36686
36687         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
36688         instead of int.
36689
36690         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
36691         if __dir_mkfile succeeded.
36692
36693         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
36694         checking for _hurd_dtablesize.  Unlock it right after having
36695         finished _hurd_dtable allocation.
36696
36697 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36698
36699         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
36700         * sysdeps/mach/hurd/configure: Regenerated.
36701         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
36702         special-casing to...
36703         * sysdeps/gnu/configure.in: ... this new file.
36704         * sysdeps/unix/sysv/linux/configure: Regenerated.
36705         * sysdeps/gnu/configure: New generated file.
36706
36707         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
36708         for Linux: use nsec instead of usec, as well as:
36709         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
36710         members of type struct timespec.
36711         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
36712         New macros.
36713         (struct stat64): Likewise.
36714         (_STATBUF_ST_NSEC): New macro.
36715         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
36716
36717         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36718         __strtoul_internal rather than strtoul.
36719
36720 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36721
36722         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
36723         and reject them.
36724
36725 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36726
36727         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
36728         which preserves existing values.
36729         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
36730
36731 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36732
36733         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
36734         TIMEOUT values.  Return EINVAL for NFDS values either negative or
36735         greater than FD_SETSIZE.
36736
36737 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36738
36739         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
36740         allocated, call __vm_protect to finish enabling the existing space, and
36741         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
36742         allocate the remainder.
36743
36744 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36745
36746         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
36747         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
36748
36749 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36750
36751         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
36752         sysdeps/mach/hurd/readlink.c.
36753
36754         * posix/tst-sysconf.c (posix_options): Only use
36755         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
36756         _POSIX_SYNCHRONIZED_IO when they are defined
36757         * sysdeps/mach/hurd/bits/posix_opt.h:
36758         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
36759         (_XOPEN_REALTIME): Undefine macro.
36760         (_XOPEN_REALTIME_THREADS): Undefine macro.
36761         (_XOPEN_SHM): Undefine macro.
36762         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
36763         macro to -1.
36764         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
36765         macro to -1.
36766         (_POSIX_ASYNC_IO): Undefine macro.
36767         (_POSIX_PRIORITIZED_IO): Undefine macro.
36768         (_POSIX_SPIN_LOCKS): Define macro to -1.
36769
36770         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
36771         SA_NODEFER, SA_RESETHAND.
36772         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
36773         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
36774         F_DUPFD_CLOEXEC.
36775
36776 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36777
36778         * elf/Makefile (pldd-modules): Define unconditionally.
36779
36780 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36781
36782         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
36783
36784 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36785
36786         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
36787         Return ENOENT when name is empty.
36788         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
36789
36790 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36791
36792         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
36793
36794         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
36795
36796 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36797
36798         Fix mlock in all cases except non-readable pages.
36799         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
36800         instead of VM_PROT_ALL as parameter to __vm_wire function.
36801
36802         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
36803         (__mkdir): When path is `/', just fail with EEXIST.
36804         * sysdeps/mach/hurd/mkdirat.c: Likewise.
36805
36806 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36807
36808         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
36809         <sys/uio.h> (for writev).
36810         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
36811         and <sys/param.h> (for MIN).
36812
36813 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36814
36815         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
36816         REQUESTED_TIME.  Properly set the remaining time and return EINTR
36817         if interrupted.
36818
36819 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36820
36821         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
36822         Depend on against $(link-rpcuserlibs).
36823
36824 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36825
36826         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
36827         (__libc_stack_end): Do not use attribute_relro.
36828         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
36829         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
36830         to libthread-provided value.
36831         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
36832         attribute_relro.
36833
36834 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36835
36836         [BZ #3748]
36837         * bits/libc-lock.h (__libc_once_get): New macro.
36838         * sysdeps/mach/bits/libc-lock.h: Likewise.
36839         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
36840         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
36841         instead of using implementation details.
36842
36843         * libio/fileops.c: Unconditionally include <kernel-features.h>.
36844         * libio/freopen.c: Likewise.
36845         * libio/freopen64.c: Likewise.
36846         * misc/syslog.c: Likewise.
36847         * nscd/connections.c: Likewise.
36848         * nscd/netgroupcache.c: Likewise.
36849         * sysdeps/posix/getcwd.c: Likewise.
36850
36851 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36852
36853         * math/w_ilogbf.c: Add #include <limits.h>.
36854
36855 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36856
36857         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
36858         path instead of returning without unlocking.
36859
36860         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
36861         immediate-write ioctls.
36862         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
36863
36864 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36865
36866         * sysdeps/mach/hurd/i386/init-first.c (init): Use
36867         __builtin_frame_address instead of making assumptions about the
36868         location of the return address relative to DATA.  Force early load of
36869         the return address.
36870         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
36871         __builtin_frame_address.
36872
36873         dup3 for GNU Hurd.
36874         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
36875         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
36876         implement dup3 and do some further code clean-ups.
36877         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
36878         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
36879
36880 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36881
36882         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
36883
36884         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
36885         HURD_CRITICAL_END around holding _hurd_dtable_lock.
36886         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
36887         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
36888         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
36889         d->port.lock.
36890
36891         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
36892         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
36893         when handler == SIG_ERR, not when handler != SIG_ERR.
36894
36895 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36896
36897         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
36898         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
36899         definitions.
36900
36901         accept4 for GNU Hurd.
36902         * include/sys/socket.h (__libc_accept4): New prototype.
36903         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
36904         to implement __libc_accept4.
36905         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
36906         __libc_accept4.
36907         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
36908
36909         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
36910         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
36911         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
36912         signal-defines.sym.
36913
36914 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36915
36916         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
36917
36918 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36919
36920         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
36921         assertion on O_CLOEXEC flag.
36922         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
36923         * hurd/intern-fd.c: Likewise.
36924         * hurd/port2fd.c: Likewise.
36925
36926 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36927
36928         [BZ #3906]
36929         * bits/in.h (IPV6_PKTINFO): Define new macro.
36930         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
36931
36932 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36933
36934         [BZ #13954]
36935         [BZ #13955]
36936         [BZ #13956]
36937         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
36938         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
36939         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
36940         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
36941         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
36942         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
36943         * math/libm-test.inc (logb_test) : Additional logb tests.
36944
36945 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
36946             Andreas Jaeger  <aj@suse.de>
36947
36948         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
36949         * configure: Regenerated.
36950         * config.h.in (LINK_OBSOLETE_RPC): New macro.
36951         * config.make.in (link-obsolete-rpc): New substituted variable.
36952         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
36953         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
36954         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36955         (shared-only-routines): Don't set it under [link-obsolete-rpc],
36956         so that libc.a contains the symbols.
36957         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36958         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
36959         * sunrpc/auth_none.c: Likewise.
36960         * sunrpc/auth_unix.c: Likewise.
36961         * sunrpc/authdes_prot.c: Likewise.
36962         * sunrpc/authuxprot.c: Likewise.
36963         * sunrpc/clnt_gen.c: Likewise.
36964         * sunrpc/clnt_perr.c: Likewise.
36965         * sunrpc/clnt_raw.c: Likewise.
36966         * sunrpc/clnt_simp.c: Likewise.
36967         * sunrpc/clnt_tcp.c: Likewise.
36968         * sunrpc/clnt_udp.c: Likewise.
36969         * sunrpc/clnt_unix.c: Likewise.
36970         * sunrpc/des_crypt.c: Likewise.
36971         * sunrpc/des_soft.c: Likewise.
36972         * sunrpc/get_myaddr.c: Likewise.
36973         * sunrpc/key_call.c: Likewise.
36974         * sunrpc/key_prot.c: Likewise.
36975         * sunrpc/netname.c: Likewise.
36976         * sunrpc/pm_getmaps.c: Likewise.
36977         * sunrpc/pm_getport.c: Likewise.
36978         * sunrpc/pmap_clnt.c: Likewise.
36979         * sunrpc/pmap_prot.c: Likewise.
36980         * sunrpc/pmap_prot2.c: Likewise.
36981         * sunrpc/pmap_rmt.c: Likewise.
36982         * sunrpc/publickey.c: Likewise.
36983         * sunrpc/rpc_cmsg.c: Likewise.
36984         * sunrpc/rpc_common.c: Likewise.
36985         * sunrpc/rpc_dtable.c: Likewise.
36986         * sunrpc/rpc_prot.c: Likewise.
36987         * sunrpc/rpc_thread.c: Likewise.
36988         * sunrpc/rtime.c: Likewise.
36989         * sunrpc/svc.c: Likewise.
36990         * sunrpc/svc_auth.c: Likewise.
36991         * sunrpc/svc_raw.c: Likewise.
36992         * sunrpc/svc_run.c: Likewise.
36993         * sunrpc/svc_tcp.c: Likewise.
36994         * sunrpc/svc_udp.c: Likewise.
36995         * sunrpc/svc_unix.c: Likewise.
36996         * sunrpc/svcauth_des.c: Likewise.
36997         * sunrpc/xcrypt.c: Likewise.
36998         * sunrpc/xdr.c: Likewise.
36999         * sunrpc/xdr_array.c: Likewise.
37000         * sunrpc/xdr_float.c: Likewise.
37001         * sunrpc/xdr_intXX_t.c: Likewise.
37002         * sunrpc/xdr_mem.c: Likewise.
37003         * sunrpc/xdr_rec.c: Likewise.
37004         * sunrpc/xdr_ref.c: Likewise.
37005         * sunrpc/xdr_sizeof.c: Likewise.
37006         * sunrpc/xdr_stdio.c: Likewise.
37007
37008 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37009
37010         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
37011         change.  Update copyright years.
37012
37013 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37014
37015         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
37016
37017 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
37018             Joseph Myers  <joseph@codesourcery.com>
37019             Paul Pluzhnikov  <ppluzhnikov@google.com>
37020
37021         [BZ #14012]
37022         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
37023         requiring rpcgen.
37024         [cross-compiling] (extra-libs): Likewise.
37025         [cross-compiling] (extra-libs-others): Likewise.
37026         [cross-compiling] (librpcsvc-routines): Likewise.
37027         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
37028         [cross-compiling] (omit-deps): Likewise.
37029         (sunrpc-CPPFLAGS): New variable.
37030         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
37031         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
37032         (cross-rpcgen-objs): New variable.
37033         (extra-objs): Append $(cross-rpcgen-objs).
37034         ($(cross-rpcgen-objs)): New rule.
37035         ($(objpfx)cross-rpcgen): Likewise.
37036         (rpcgen-cmd): Define to use $(built-program-file).  Expand
37037         comment.
37038         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
37039         ($(objpfx)x%.stmp): Likewise.
37040         * sunrpc/proto.h [IS_IN_build] (_): Define.
37041         [IS_IN_build] (_libc_intl_domainname): Likewise.
37042
37043 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37044
37045         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
37046         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
37047         and R_X86_64_TPOFF64.
37048
37049 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37050
37051         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
37052         sysdeps/unix/sysv/syscalls.list.
37053         (stime): Likewise.
37054         (utime): Likewise.
37055         * sysdeps/unix/sysv/syscalls.list: Remove file.
37056
37057 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
37058
37059         [BZ #3440]
37060         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
37061         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
37062         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
37063         (__LC_IDENTIFICATION): Make these macros useful in #if
37064         expressions, as required by C99.
37065
37066 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
37067
37068         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
37069         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
37070         after this.
37071
37072 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
37073
37074         * stdlib/longlong.h: Updated from GCC.
37075
37076 2012-05-09  Andreas Jaeger  <aj@suse.de>
37077
37078         * nscd/nscd.c (run_modes): Make named enum, reorder so that
37079         default is first entry.
37080         (run_mode): Set type.
37081         (main): Remove informal message about syslog.
37082         (options): Fix typo.
37083
37084         [BZ #14053]
37085         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
37086         to asm.
37087         (lrint): Likewise.
37088         (llrintf): Likewise.
37089         (llrint): Likewise.
37090         (rint): Likewise.
37091         (rintf): Likewise.
37092         (nearbyint): Likewise.
37093         (nearbyintf): Likewise.
37094
37095 2012-05-09  Andreas Jaeger  <aj@suse.de>
37096             Pedro Alves  <palves@redhat.com>
37097
37098         * nscd/nscd.c (run_mode): Use enum.
37099         (main): Cleanup coding style issue.
37100
37101 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
37102             Andreas Jaeger  <aj@suse.de>
37103
37104         * nscd/nscd.c (go_background): Replaced with...
37105         (run_mode): ... this.
37106         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
37107         (options): Add -F --foreground.
37108         (main): Implement it.
37109         (parse_opt): Parse it.
37110
37111 2012-05-09  Andreas Jaeger  <aj@suse.de>
37112
37113         [BZ #14083]
37114         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
37115         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
37116         -Wconversion warning.
37117         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
37118         Likewise.
37119
37120 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
37121
37122         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
37123         == 0.
37124         (LC_ALL): Use macro-int-constant.
37125         (LC_COLLATE): Likewise.
37126         (LC_CTYPE): Likewise.
37127         (LC_MESSAGES): Likewise.
37128         (LC_MONETARY): Likewise.
37129         (LC_NUMERIC): Likewise.
37130         (LC_TIME): Likewise.
37131         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
37132         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37133         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37134         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
37135         Specify type.
37136         [C99-based standards] (float_t): Expect type.
37137         [C99-based standards] (double_t): Expect type.
37138         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
37139         type.
37140         [C99-based standards] (HUGE_VALL): Likewise.
37141         [C99-based standards] (INFINITY): Likewise.
37142         [C99-based standards] (NAN): Likewise.
37143         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
37144         [C99-based standards] (FP_NAN): Likewise.
37145         [C99-based standards] (FP_NORMAL): Likewise.
37146         [C99-based standards] (FP_SUBNORMAL): Likewise.
37147         [C99-based standards] (FP_ZERO): Likewise.
37148         [C99-based standards] (FP_FAST_FMA): Use
37149         optional-macro-int-constant.  Specify type.  Require == 1.
37150         [C99-based standards] (FP_FAST_FMAF): Likewise.
37151         [C99-based standards] (FP_FAST_FMAL): Likewise.
37152         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
37153         [C99-based standards] (FP_ILOGBNAN): Likewise.
37154         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
37155         Specify type.
37156         [C99-based standards] (MATH_ERREXCEPT): Likewise.
37157         [C99-based standards] (math_errhandling): Specify type.
37158         [ISO99 || ISO11] (signgam): Do not allow.
37159         [non-C99-based standards] (copysignf): Do not allow.
37160         [non-C99-based standards] (exp2f): Likewise.
37161         [non-C99-based standards] (log2f): Likewise.
37162         [non-C99-based standards] (modff): Allow.
37163         [non-C99-based standards] (erff): Do not allow.
37164         [non-C99-based standards] (erfcf): Likewise.
37165         [non-C99-based standards] (gammaf): Likewise.
37166         [non-C99-based standards] (hypotf): Likewise.
37167         [non-C99-based standards] (j0f): Likewise.
37168         [non-C99-based standards] (j1f): Likewise.
37169         [non-C99-based standards] (jnf): Likewise.
37170         [non-C99-based standards] (lgammaf): Likewise.
37171         [non-C99-based standards] (tgammaf): Likewise.
37172         [non-C99-based standards] (y0f): Likewise.
37173         [non-C99-based standards] (y1f): Likewise.
37174         [non-C99-based standards] (ynf): Likewise.
37175         [non-C99-based standards] (isnanf): Likewise.
37176         [non-C99-based standards] (acoshf): Likewise.
37177         [non-C99-based standards] (asinhf): Likewise.
37178         [non-C99-based standards] (atanhf): Likewise.
37179         [non-C99-based standards] (cbrtf): Likewise.
37180         [non-C99-based standards] (expm1f): Likewise.
37181         [non-C99-based standards] (ilogbf): Likewise.
37182         [non-C99-based standards] (log1pf): Likewise.
37183         [non-C99-based standards] (logbf): Likewise.
37184         [non-C99-based standards] (nextafterf): Likewise.
37185         [non-C99-based standards] (remainderf): Likewise.
37186         [non-C99-based standards] (rintf): Likewise.
37187         [non-C99-based standards] (scalbf): Likewise.
37188         [non-C99-based standards] (copysignl): Likewise.
37189         [non-C99-based standards] (exp2l): Likewise.
37190         [non-C99-based standards] (log2l): Likewise.
37191         [non-C99-based standards] (modfl): Allow.
37192         [non-C99-based standards] (erfl): Do not allow.
37193         [non-C99-based standards] (erfcl): Likewise.
37194         [non-C99-based standards] (gammal): Likewise.
37195         [non-C99-based standards] (hypotl): Likewise.
37196         [non-C99-based standards] (j0l): Likewise.
37197         [non-C99-based standards] (j1l): Likewise.
37198         [non-C99-based standards] (jnl): Likewise.
37199         [non-C99-based standards] (lgammal): Likewise.
37200         [non-C99-based standards] (tgammal): Likewise.
37201         [non-C99-based standards] (y0l): Likewise.
37202         [non-C99-based standards] (y1l): Likewise.
37203         [non-C99-based standards] (ynl): Likewise.
37204         [non-C99-based standards] (isnanl): Likewise.
37205         [non-C99-based standards] (acoshl): Likewise.
37206         [non-C99-based standards] (asinhl): Likewise.
37207         [non-C99-based standards] (atanhl): Likewise.
37208         [non-C99-based standards] (cbrtl): Likewise.
37209         [non-C99-based standards] (expm1l): Likewise.
37210         [non-C99-based standards] (ilogbl): Likewise.
37211         [non-C99-based standards] (log1pl): Likewise.
37212         [non-C99-based standards] (logbl): Likewise.
37213         [non-C99-based standards] (nextafterl): Likewise.
37214         [non-C99-based standards] (remainderl): Likewise.
37215         [non-C99-based standards] (rintl): Likewise.
37216         [non-C99-based standards] (scalbl): Likewise.
37217         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37218         [non-C99-based standards] (FP_*): Do not allow.
37219         [C99-based standards] (FP_*): Change to
37220         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37221         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37222         allow.
37223         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
37224         (SIG_ERR): Likewise.
37225         [X/Open-based standards] (SIG_HOLD): Likewise.
37226         (SIG_IGN): Likewise.
37227         (SIGABRT): Use macro-int-constant.  Specify type.  Require
37228         positive value.
37229         (SIGFPE): Likewise.
37230         (SIGILL): Likewise.
37231         (SIGINT): Likewise.
37232         (SIGSEGV): Likewise.
37233         (SIGTER): Likewise.
37234         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
37235         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
37236         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
37237         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
37238         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
37239         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
37240         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
37241         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
37242         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
37243         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
37244         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
37245         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
37246         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
37247         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
37248         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
37249         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
37250         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
37251         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
37252         [X/Open-based standards] (SIGTRAP): Likewise.
37253         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
37254         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
37255         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
37256         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
37257         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37258         allow.
37259
37260 2012-05-08  Ian Wienand  <ianw@vmware.com>
37261
37262         [BZ #14080]
37263         * time/tzset.c (__tzset_parse_tz): Update default rules for
37264         daylight time changes in the Energy Policy Act of 2005.
37265
37266 2012-05-09  Andreas Jaeger  <aj@suse.de>
37267
37268         [BZ #13983]
37269         * elf/ldconfig.c (parse_conf): Change string to make clear that
37270         ldconfig only issued a warning if ld.so.conf does not exist.
37271
37272 2012-05-08  David S. Miller  <davem@davemloft.net>
37273
37274         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
37275         movxtod instead of popping the value on the stack.
37276
37277         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37278
37279 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
37280
37281         * config.h.in: Add HAVE_ARM_PCS_VFP.
37282
37283 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
37284
37285         [BZ #13979]
37286         * include/features.h: Warn if user requests __FORTIFY_SOURCE
37287         checking but the checks are disabled for any reason.
37288
37289 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
37290
37291         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
37292         and ELF64_R_TYPE with ELFW(R_TYPE).
37293
37294 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
37295
37296         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
37297         (ulimit): Likewise.
37298
37299         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
37300         (settimeofday): Likewise.
37301
37302 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
37303
37304         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
37305         a struct th_u2 inside the union, and move tu_block/tu_code into
37306         a new th_u3 union of tu_block/tu_code inside of that.  Move
37307         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
37308         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
37309         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
37310         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
37311         (th_stuff): Change to th_u1.tu_stuff.
37312         (th_data): Define.
37313         (th_msg): Change to th_u1.th_u2.tu_data.
37314
37315 2012-05-07  David S. Miller  <davem@davemloft.net>
37316
37317         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37318
37319         [BZ #14074]
37320         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
37321         (SETUP_PIC_REG): Use it.
37322         (SETUP_PIC_REG_LEAF): Use it.
37323
37324 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
37325
37326         [BZ #13885]
37327         [BZ #13923]
37328         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37329         USE_AS_EXPM1L.
37330         (EXPL_FINITE): Likewise.
37331         (FLDLOG): Likewise.
37332         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37333         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37334         e_expl.S.
37335         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37336         USE_AS_EXPM1L.
37337         (EXPL_FINITE): Likewise.
37338         (FLDLOG): Likewise.
37339         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37340         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37341         e_expl.S.
37342         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
37343         test of -max_value argument for long double.
37344         * sysdeps/i386/fpu/libm-test-ulps: Update.
37345         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37346
37347 2012-05-06  David S. Miller  <davem@davemloft.net>
37348
37349         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
37350         quad soft-float symbols whose references which are compiler
37351         generated.
37352         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
37353
37354 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
37355
37356         [BZ #13884]
37357         [BZ #13914]
37358         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37359         USE_AS_EXP10L.
37360         (EXPL_FINITE): Likewise.
37361         (FLDLOG): Likewise.
37362         (c0): Likewise.
37363         (c1): Likewise.
37364         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37365         Adjust comments for base varying.
37366         (__expl_finite): Change alias to EXPL_FINITE.
37367         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
37368         e_expl.S.
37369         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
37370         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
37371         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
37372         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
37373         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37374         USE_AS_EXP10L.
37375         (EXPL_FINITE): Likewise.
37376         (FLDLOG): Likewise.
37377         (c0): Likewise.
37378         (c1): Likewise.
37379         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37380         Adjust comments for base varying.
37381         (__expl_finite): Change alias to EXPL_FINITE.
37382         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
37383         tests for bugs.
37384         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37385
37386         [BZ #14064]
37387         * math/libm-test.inc (check_float_internal): Correct ulp
37388         calculation for subnormal expected results.
37389
37390 2012-05-06  Andreas Jaeger  <aj@suse.de>
37391
37392         * Makeconfig (+math-flags): New, set to -frounding-math.
37393         (+cflags): Add +math-flags so that all of glibc gets compiled with
37394         it.
37395
37396         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
37397
37398 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
37399
37400         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
37401         Disable one test.
37402
37403         [BZ #13787]
37404         [BZ #13922]
37405         [BZ #14036]
37406         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
37407         (__ieee754_expl): Allow for and saturate large arguments.
37408         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
37409         (u_threshold): Likewise.
37410         (__exp): Call __ieee754_exp before checking for overflow and
37411         underflow.
37412         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
37413         (u_threshold): Likewise.
37414         (__expf): Call __ieee754_expf before checking for overflow and
37415         underflow.
37416         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
37417         (u_threshold): Likewise.
37418         (__expl): Call __ieee754_expl before checking for overflow and
37419         underflow.
37420         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
37421         (__ieee754_expl): Allow for and saturate large arguments.
37422         * math/libm-test.inc (exp_test): Add another test.  Do not allow
37423         missing overflow exception on overflow.
37424         (expm1_test): Do not allow missing overflow exception on overflow.
37425
37426         * sysdeps/i386/fpu/e_expl.c: Move to ...
37427         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
37428         rather than using inline asm.
37429         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
37430         * sysdeps/x86_64/fpu/e_expl.S: Copy from
37431         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
37432
37433         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
37434         (nice): Likewise.
37435         (poll): Likewise.
37436         (signal): Likewise.
37437         (time): Likewise.
37438         (times): Likewise.
37439
37440 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37441
37442         * sysdeps/unix/syscalls.list (adjtime): Add entry from
37443         sysdeps/unix/common/syscalls.list.
37444         (fchmod): Likewise.
37445         (fchown): Likewise.
37446         (ftruncate): Likewise.
37447         (getrusage): Likewise.
37448         (gettimeofday): Likewise.
37449         (setpgid): Likewise.
37450         (setregid): Likewise.
37451         (setreuid): Likewise.
37452         (sigaction): Likewise.
37453         (truncate): Likewise.
37454         (vhangup): Likewise.
37455         * sysdeps/unix/common/syscalls.list: Remove file.
37456         * sysdeps/unix/bsd/Implies: Don't include unix/common.
37457         * sysdeps/unix/sysv/linux/Implies: Likewise.
37458
37459 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
37460
37461         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
37462         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
37463         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
37464         Moved to ...
37465         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
37466         Here.
37467         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
37468         to ...
37469         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
37470         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
37471         to ...
37472         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
37473         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
37474         to ...
37475         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
37476         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
37477         to ...
37478         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
37479         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
37480         to ...
37481         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
37482         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
37483         to ...
37484         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
37485         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
37486         to ...
37487         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
37488         Here.
37489         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
37490         to ...
37491         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
37492         Here.
37493         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
37494         to ...
37495         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
37496         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
37497         Moved to ...
37498         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
37499         Here.
37500         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
37501         to ...
37502         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
37503
37504 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37505
37506         * sysdeps/unix/common/bits/dirent.h: Remove file.
37507         * sysdeps/unix/common/bits/fcntl.h: Likewise.
37508
37509         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
37510         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
37511         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
37512         * sysdeps/unix/bsd/isatty.c: Likewise.
37513         * sysdeps/unix/bsd/tcdrain.c: Likewise.
37514         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
37515         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
37516
37517 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37518
37519         [BZ #13563]
37520         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
37521         long double comparison inaccuracies.
37522         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
37523         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37524
37525 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
37526
37527         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
37528         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
37529
37530 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37531
37532         [BZ #14049]
37533         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
37534         nonzero digits before rounding a hex value.
37535         * stdlib/tst-strtod.c (tests): Add another test.
37536
37537 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37538
37539         * sysdeps/s390/fpu/libm-test-ulps: Update.
37540
37541 2012-05-03  Andreas Jaeger  <aj@suse.de>
37542
37543         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
37544         does not get optimized out.
37545         (malloc_opt_barrier): New.
37546
37547 2012-05-03  Andreas Jaeger  <aj@suse.de>
37548             Roland McGrath  <roland@hack.frob.com>
37549
37550         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
37551         intermediate file deletion.
37552         (generated): Add .symlist files.
37553
37554 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
37555
37556         [BZ #13775]
37557         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
37558         Redirect under this condition.
37559         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37560         [__USE_GNU] (__dprintf_chk): Not under this condition.
37561         [__USE_GNU] (__vdprintf_chk): Likewise.
37562         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
37563         under this condition.
37564         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37565         [__USE_XOPEN2K8] (dprintf): Define under this condition.
37566         [__USE_XOPEN2K8] (vdprintf): Likewise.
37567         [__USE_GNU] (__dprintf_chk): Not under this condition.
37568         [__USE_GNU] (__vdprintf_chk): Likewise.
37569         [__USE_GNU] (dprintf): Likewise.
37570         [__USE_GNU] (vdprintf): Likewise.
37571
37572 2012-05-03  Roland McGrath  <roland@hack.frob.com>
37573
37574         * elf/Makefile (common-generated): Set this instead of generated for
37575         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
37576         $(all-built-dso)-derived lists.
37577
37578 2012-05-03  Andreas Jaeger  <aj@suse.de>
37579
37580         * sysdeps/i386/fpu/libm-test-ulps: Update.
37581
37582         * FAQ: Removed.
37583         * FAQ.in: Likewise.
37584         * scripts/gen-FAQ.pl: Likewise.
37585         * manual/install.texi (Installation): Point to online location of
37586         FAQ.
37587         * Makefile (files-for-dist): Remove FAQ.
37588         (FAQ): Remove.
37589
37590 2012-05-02  Allan McRae  <allan@archlinux.org>
37591
37592         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
37593         (LDFLAGS-reldepmod5.so): Likewise.
37594         (LDFLAGS-reldep6mod1.so): Likewise.
37595         (LDFLAGS-reldep6mod4.so): Likewise.
37596         (LDFLAGS-reldep8mod3.so): Likewise.
37597         (LDFLAGS-unload4mod1.so): Likewise.
37598         (LDFLAGS-unload4mod2.so): Likewise.
37599         (LDFLAGS-tst-initorder): Likewise.
37600         (LDFLAGS-tst-initordera2.so): Likewise.
37601         (LDFLAGS-tst-initordera3.so): Likewise.
37602         (LDFLAGS-tst-initordera4.so): Likewise.
37603         (LDFLAGS-tst-initorderb2.so): Likewise.
37604         (LDFLAGS-noload): Likewise.
37605         (LDFLAGS-next): Likewise.
37606         (LDFLAGS-order2mod1.so): Likewise.
37607         (LDFLAGS-order2mod2.so): Likewise.
37608         (LDFLAGS-tst-initorder2): Likewise.
37609         (LDFLAGS-tst-initorder2a.so): Likewise.
37610         (LDFLAGS-tst-initorder2b.so): Likewise.
37611         (LDFLAGS-tst-initorder2c.so): Likewise.
37612         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
37613
37614 2012-05-02  David S. Miller  <davem@davemloft.net>
37615
37616         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37617
37618 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
37619
37620         [BZ #14055]
37621         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
37622
37623 2012-05-02  Andreas Jaeger  <aj@suse.de>
37624
37625         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
37626         since we manipulate rounding mode.
37627         (CPPFLAGS-test-idouble.c): Likewise.
37628         (CPPFLAGS-test-ifloat.c): Likewise.
37629         (CFLAGS-test-ldouble.c): Likewise.
37630         (CFLAGS-test-double.c): Likewise.
37631         (CFLAGS-test-float.c): Likewise.
37632         (CFLAGS-test-misc.c): Likewise.
37633         (CFLAGS-test-test-fenv.c): Likewise.
37634
37635 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37636
37637         [BZ #2550]
37638         [BZ #2570]
37639         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
37640         comparisons to determine direction to adjust input.
37641
37642 2012-05-01  Roland McGrath  <roland@hack.frob.com>
37643
37644         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
37645         output to the target.
37646
37647         * scripts/localplt.awk: New file.
37648         * elf/Makefile ($(objpfx)check-localplt): Target removed.
37649         (check-localplt-CFLAGS): Variable removed.
37650         ($(all-built-dso:=.jmprel)): New static pattern rule.
37651         (generated): Add those targets.
37652         (localplt-built-dso): New variable.
37653         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
37654
37655         * elf/check-localplt.c: File removed.
37656
37657         * scripts/check-execstack.awk: New file.
37658         * elf/Makefile ($(objpfx)check-execstack): Target removed.
37659         (check-execstack-CFLAGS): Variable removed.
37660         ($(objpfx)check-execstack.h): Target removed.
37661         ($(objpfx)execstack-default): New target.
37662         (generated): Add that instead of check-execstack.h.
37663         ($(all-built-dso:=.phdr)): New static pattern rule.
37664         (generated): Add those targets.
37665         * elf/check-execstack.c: File removed.
37666
37667         * scripts/check-textrel.awk: New file.
37668         * elf/Makefile ($(objpfx)check-textrel): Target removed.
37669         (check-textrel-CFLAGS): Variable removed.
37670         (all-built-dso): Use := to define.o
37671         ($(all-built-dso:=.dyn)): New static pattern rule.
37672         (generated): Add those targets.
37673         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
37674         * config.make.in (READELF): New substituted variable.
37675         * elf/check-textrel.c: File removed.
37676
37677 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
37678
37679         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37680         allow.
37681         * conform/data/ctype.h-data [C99-based standards] (isblank):
37682         Expect function.
37683         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
37684         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
37685         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37686         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
37687         Specify type.  Require positive value.
37688         (EILSEQ): Likewise.
37689         (ERANGE): Likewise.
37690         [ISO || POSIX] (EILSEQ): Do not expect.
37691         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
37692         Specify type.  Require positive value.
37693         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
37694         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
37695         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
37696         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
37697         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
37698         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
37699         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
37700         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
37701         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
37702         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
37703         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
37704         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
37705         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
37706         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
37707         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
37708         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
37709         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
37710         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
37711         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
37712         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
37713         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
37714         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
37715         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
37716         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
37717         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
37718         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
37719         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
37720         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
37721         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
37722         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
37723         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
37724         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
37725         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
37726         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
37727         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
37728         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
37729         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
37730         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
37731         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
37732         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
37733         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
37734         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
37735         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
37736         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
37737         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
37738         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
37739         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
37740         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
37741         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
37742         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
37743         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
37744         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
37745         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
37746         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
37747         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
37748         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
37749         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
37750         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
37751         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
37752         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
37753         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
37754         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
37755         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
37756         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
37757         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
37758         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
37759         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
37760         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
37761         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
37762         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
37763         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
37764         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
37765         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
37766         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
37767         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
37768         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
37769         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
37770         Require >= 2.
37771         (FLT_ROUNDS): Expect as macro, not constant.
37772         (FLT_MANT_DIG): Use macro-int-constant.
37773         (DBL_MANT_DIG): Likewise.
37774         (LDBL_MANT_DIG): Likewise.
37775         (FLT_DIG): Likewise.
37776         (DBL_DIG): Likewise.
37777         (LDBL_DIG): Likewise.
37778         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
37779         (DBL_MIN_EXP): Likewise.
37780         (LDBL_MIN_EXP): Likewise.
37781         (FLT_MAX_EXP): Use macro-int-constant.
37782         (DBL_MAX_EXP): Likewise.
37783         (LDBL_MAX_EXP): Likewise.
37784         (FLT_MAX_10_EXP): Likewise.
37785         (DBL_MAX_10_EXP): Likewise.
37786         (LDBL_MAX_10_EXP): Likewise.
37787         (FLT_MAX): Use macro-constant.
37788         (DBL_MAX): Likewise.
37789         (LDBL_MAX): Likewise.
37790         (FLT_EPSILON): Use macro-constant.  Give upper bound.
37791         (DBL_EPSILON): Likewise.
37792         (LDBL_EPSILON): Likewise.
37793         (FLT_MIN): Likewise.
37794         (DBL_MIN): Likewise.
37795         (LDBL_MIN): Likewise.
37796         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
37797         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
37798         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
37799         [ISO11] (FLT_HAS_SUBNORM): Likewise.
37800         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
37801         [ISO11] (DBL_DECIMAL_DIG): Likewise.
37802         [ISO11] (FLT_DECIMAL_DIG): Likewise.
37803         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
37804         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
37805         [ISO11] (FLT_TRUE_MIN): Likewise.
37806         [ISO11] (LDBL_TRUE_MIN): Likewise.
37807         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37808         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
37809         (SCHAR_MIN): Use macro-int-constant.  Specify type.
37810         (SCHAR_MAX): Likewise.
37811         (UCHAR_MAX): Likewise.
37812         (CHAR_MIN): Likewise.
37813         (CHAR_MAX): Likewise.
37814         (MB_LEN_MAX): Use macro-int-constant.
37815         (SHRT_MIN): Use macro-int-constant.  Specify type.
37816         (SHRT_MAX): Likewise.
37817         (USHRT_MAX): Likewise.
37818         (INT_MAX): Likewise.
37819         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
37820         bound negative.
37821         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37822         bound with "U".
37823         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37824         bound with "L".
37825         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
37826         bound negative.  Suffix upper bound with "L".
37827         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37828         bound with "UL".
37829         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
37830         Specify type.
37831         [C99-based standards] (LLONG_MAX): Likewise.
37832         [C99-based standards] (ULLONG_MAX): Likewise.
37833         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
37834         == 0.
37835         [ISO11] (max_align_t): Require type.
37836         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37837
37838         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
37839         from $CFLAGS, without defining away __attribute__ calls.
37840         (checknamespace): Use $CFLAGS_namespace.
37841
37842         * conform/conformtest.pl (@keywords): Only include C99 keywords
37843         for standards based on C99 or C11.
37844
37845         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
37846         Disable tests.
37847         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
37848         UNIX98]: Likewise.
37849
37850         * conform/conformtest.pl: Handle "macro-int-constant" and test for
37851         usability of symbols in #if.
37852
37853         * conform/conformtest.pl: If macro or constant types start
37854         "promoted:", expect the symbol to be of the following type
37855         promoted by the integer promotions.
37856
37857         * conform/conformtest.pl: Parse all "constant" and "macro" lines
37858         in one place.  Also handle "macro-constant".
37859
37860         * conform/conformtest.pl: Only accept expected macro values with
37861         "==".  Parse all "macro" lines in one place.
37862         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
37863
37864         * conform/conformtest.pl: Handle braced types on "constant" lines
37865         instead of handling "typed-constant".
37866         * conform/data/signal.h-data: Use "constant" instead of
37867         "typed-constant".
37868
37869         * conform/conformtest.pl: Handle "optional-" at start of lines in
37870         one place rather than duplicating several cases.  Handle each
37871         format of "macro" line with initial "optional-".
37872
37873         * conform/conformtest.pl: Only accept expected constant or
37874         optional-constant values with "==".  Parse all "constant" lines in
37875         one place.  Parse all "optional-constant" lines in one place.
37876         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
37877         * conform/data/fmtmsg.h-data: Likewise.
37878         * conform/data/netinet/in.h-data: Likewise.
37879         * conform/data/tar.h-data: Likewise.
37880         * conform/data/limits.h-data: Use "==" form on "constant" and
37881         "optional-constant" lines.
37882
37883         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
37884         Use -std=c99 for XOPEN2K.
37885         (@knownproblems): Remove.
37886         (newtoken): Don't check %isknown.
37887
37888         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
37889         Do not expect macro.
37890         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
37891         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
37892         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
37893         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
37894         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
37895         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
37896         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
37897         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
37898         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
37899         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
37900         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
37901         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
37902         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
37903         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
37904         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
37905         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
37906         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
37907         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
37908         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
37909         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
37910         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
37911         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
37912         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
37913         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
37914         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
37915         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
37916         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
37917         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
37918         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
37919         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
37920         [XPG3] (acosh): Likewise.
37921         [XPG3] (asinh): Likewise.
37922         [XPG3] (atanh): Likewise.
37923         [XPG3] (cbrt): Likewise.
37924         [XPG3] (expm1): Likewise.
37925         [XPG3] (ilogb): Likewise.
37926         [XPG3] (log1p): Likewise.
37927         [XPG3] (logb): Likewise.
37928         [XPG3] (nextafter): Likewise.
37929         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
37930         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
37931         [XPG3] (remainder): Likewise.
37932         [XPG3] (rint): Likewise.
37933         [XPG3 || XPG4 || UNIX98] (round): Likewise.
37934         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
37935         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
37936         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
37937         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
37938         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
37939         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
37940         [UNIX98 || XOPEN2K] (scalb): Expect.
37941         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
37942         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
37943         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
37944         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
37945         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
37946         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
37947         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
37948         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
37949         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
37950         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
37951         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
37952         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
37953         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
37954         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
37955         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
37956         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
37957         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
37958         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
37959         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
37960         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
37961         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
37962         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
37963         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
37964         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
37965         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
37966         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
37967         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
37968         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
37969         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
37970         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
37971         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
37972         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
37973         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
37974         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
37975         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
37976         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
37977         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
37978         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
37979         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
37980         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
37981         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
37982         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
37983         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
37984         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
37985         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
37986         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
37987         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
37988         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
37989         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
37990         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
37991         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
37992         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
37993         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
37994         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
37995         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
37996         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
37997         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
37998         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
37999         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
38000         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
38001         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
38002         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
38003         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
38004         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
38005         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
38006         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
38007         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
38008         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
38009         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
38010         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
38011         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
38012         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
38013         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
38014         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
38015         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
38016         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
38017         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
38018         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
38019         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
38020         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
38021         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
38022         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
38023         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
38024         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
38025         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
38026         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
38027         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
38028         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
38029         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
38030         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
38031         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
38032         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
38033         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
38034         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
38035         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
38036         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
38037         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
38038         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
38039         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
38040         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
38041         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
38042         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
38043         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
38044         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
38045         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
38046         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
38047         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
38048         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
38049         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
38050         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
38051         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
38052         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
38053         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
38054         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
38055         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
38056         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
38057         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
38058         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
38059         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
38060         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
38061         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
38062         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
38063         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
38064         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
38065         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
38066         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
38067         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
38068         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
38069         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
38070         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
38071         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
38072         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
38073         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
38074         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
38075         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
38076         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
38077         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
38078
38079         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
38080         _XOPEN_SOURCE_EXTENDED for XPG4.
38081
38082         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
38083
38084         * Makeconfig (localtime): Remove variable.
38085         (inst_localtime-file): Likewise.
38086
38087 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
38088
38089         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
38090         Update.
38091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38092         Update.
38093         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
38094         Update.
38095         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
38096         Update.
38097         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
38098         Update.
38099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
38100         Update.
38101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38102         Update.
38103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
38104         Update.
38105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38106         Update.
38107
38108 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
38109
38110         [BZ #2550]
38111         [BZ #2570]
38112         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
38113         comparisons to determine direction to adjust input.
38114         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
38115         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
38116         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
38117         Likewise.
38118         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
38119         Likewise.
38120         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
38121         Likewise.
38122         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
38123         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
38124         Likewise.
38125         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
38126         Likewise.
38127         * math/libm-test.inc (nexttoward_test): Add more tests.
38128
38129 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
38130
38131         [BZ #14040]
38132         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
38133         in version GLIBC_2.1, not GLIBC_2.0.
38134         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
38135         Likewise.
38136
38137 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
38138
38139         [BZ #13942]
38140         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
38141         (1 - x) * (1 + x).
38142         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38143         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
38144         * math/libm-test.inc (acos_test): Add more tests.
38145         (asin_test): Likewise.
38146         * sysdeps/i386/fpu/libm-test-ulps: Update.
38147         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38148
38149         [BZ #14034]
38150         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
38151         of square root.
38152         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
38153         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38154         * math/libm-test.inc (acos_test_tonearest): New function.
38155         (acos_test_towardzero): Likewise.
38156         (acos_test_downward): Likewise.
38157         (acos_test_upward): Likewise.
38158         (asin_test_tonearest): Likewise.
38159         (asin_test_towardzero): Likewise.
38160         (asin_test_downward): Likewise.
38161         (asin_test_upward): Likewise.
38162         (main): Call the new functions.
38163         * sysdeps/i386/fpu/libm-test-ulps: Update.
38164         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38165
38166         [BZ #13884]
38167         [BZ #13924]
38168         * math/e_exp10.c: Include <float.h>.
38169         (__ieee754_exp10): Handle underflow here rather than multiplying
38170         large negative argument by M_LN10.
38171         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
38172         of __ieee754_expf.
38173         * math/e_exp10l.c: Include <float.h>.
38174         (__ieee754_exp10l): Handle underflow here rather than multiplying
38175         large negative argument by M_LN10l.
38176         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
38177         spurious overflow exception on underflow.
38178
38179 2012-04-29  Marek Polacek  <polacek@redhat.com>
38180
38181         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
38182         (__fortify_function): New macro.
38183         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
38184         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
38185         __extern_always_inline.
38186         * libio/bits/stdio2.h: Likewise.
38187         * libio/bits/stdio.h: Likewise.
38188         * string/string.h: Likewise.
38189         * string/bits/string3.h: Likewise.
38190         * include/stdio.h: Likewise.
38191         * stdlib/bits/stdlib.h: Likewise.
38192         * stdlib/stdlib.h: Likewise.
38193         * rt/bits/mqueue2.h: Likewise.
38194         * rt/mqueue.h: Likewise.
38195         * posix/bits/unistd.h: Likewise.
38196         * posix/unistd.h: Likewise.
38197         * io/bits/poll2.h: Likewise.
38198         * io/bits/fcntl2.h: Likewise.
38199         * io/fcntl.h: Likewise.
38200         * io/sys/poll.h: Likewise.
38201         * misc/bits/syslog.h: Likewise.
38202         * misc/bits/syslog-ldbl.h: Likewise.
38203         * misc/sys/syslog.h: Likewise.
38204         * socket/bits/socket2.h: Likewise.
38205         * socket/sys/socket.h: Likewise.
38206         * debug/tst-chk1.c: Likewise.
38207         * wcsmbs/bits/wchar2.h: Likewise.
38208         * wcsmbs/bits/wchar-ldbl.h: Likewise.
38209         * wcsmbs/wchar.h: Likewise.
38210
38211 2012-04-29  Andreas Jaeger  <aj@suse.de>
38212
38213         * Makerules (tests): Remove enable-check-abi protection.
38214         (check-abi-warn): Remove.
38215         (check-abi-%): Remove check-abi-warn usage.
38216
38217         * configure.in: Remove check-abi configure option.
38218         * configure: Regenerated.
38219         * config.make.in (enable-check-abi): Remove.
38220
38221 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
38222
38223         [BZ #14033]
38224         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
38225         double functions to double *_finite functions.
38226
38227         [BZ #13941]
38228         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
38229         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
38230         LDBL_MIN_EXP.
38231         * stdio-common/Makefile (tests): Add tst-sprintf3.
38232         * stdio-common/tst-sprintf3.c: New file.
38233
38234         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
38235         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
38236
38237 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
38238
38239         * conform/conformtest.pl: Remove duplicate typed-constant
38240         handling.
38241
38242 2012-04-28  David S. Miller  <davem@davemloft.net>
38243
38244         * Makerules (%.abilist): Add vpath on sysdep_dirs.
38245         (check-abi-%): Remove AWK script prerequisite and explicit
38246         abilist directory.
38247         (check-abi): Rewrite to just diff the symlist with the abilist.
38248         (config-tls, config-abi-config): Delete, no longer used.
38249         (update-abi-%): Remove AWK script and explicit abilist directory.
38250         (update-abi): Rewrite to simply compare and conditionally copy the
38251         symlist and the sysdep abilist file.  Remove update-abi-config
38252         checks.
38253         * abilist/ld.abilist: Remove.
38254         * abilist/libBrokenLocale.abilist: Remove.
38255         * abilist/libanl.abilist: Remove.
38256         * abilist/libcrypt.abilist: Remove.
38257         * abilist/libdl.abilist: Remove.
38258         * abilist/librt.abilist: Remove.
38259         * abilist/libthread_db.abilist: Remove.
38260         * abilist/libutil.abilist: Remove.
38261         * scripts/extract-abilist.awk: Remove.
38262         * scripts/merge-abilist.awk: Remove.
38263         * sysdeps/generic/libcidn.abilist: New file.
38264         * sysdeps/generic/libnss_compat.abilist: New file.
38265         * sysdeps/generic/libnss_db.abilist: New file.
38266         * sysdeps/generic/libnss_dns.abilist: New file.
38267         * sysdeps/generic/libnss_files.abilist: New file.
38268         * sysdeps/generic/libnss_hesiod.abilist: New file.
38269         * sysdeps/generic/libnss_nis.abilist: New file.
38270         * sysdeps/generic/libnss_nisplus.abilist: New file.
38271         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
38272         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
38273         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
38274         file.
38275         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
38276         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
38277         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
38278         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
38279         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
38280         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
38281         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
38282         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
38283         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
38284         file.
38285         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
38286         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
38287         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
38288         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
38289         file.
38290         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
38291         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
38292         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
38293         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
38294         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
38295         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
38296         file.
38297         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
38298         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
38299         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
38300         file.
38301         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
38302         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
38303         New file.
38304         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
38305         New file.
38306         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
38307         New file.
38308         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
38309         New file.
38310         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
38311         New file.
38312         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
38313         New file.
38314         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
38315         New file.
38316         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
38317         New file.
38318         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
38319         New file.
38320         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
38321         New file.
38322         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
38323         New file.
38324         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
38325         New file.
38326         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
38327         New file.
38328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
38329         file.
38330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
38331         New file.
38332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
38333         New file.
38334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
38335         file.
38336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
38337         New file.
38338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
38339         New file.
38340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
38341         file.
38342         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
38343         New file.
38344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38345         New file.
38346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
38347         New file.
38348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
38349         New file.
38350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
38351         New file.
38352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
38353         New file.
38354         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
38355         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
38356         file.
38357         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
38358         New file.
38359         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
38360         file.
38361         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
38362         file.
38363         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
38364         file.
38365         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
38366         file.
38367         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
38368         file.
38369         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38370         New file.
38371         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
38372         file.
38373         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
38374         file.
38375         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
38376         New file.
38377         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
38378         file.
38379         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
38380         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
38381         file.
38382         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
38383         New file.
38384         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
38385         file.
38386         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
38387         file.
38388         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
38389         file.
38390         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
38391         file.
38392         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
38393         file.
38394         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38395         New file.
38396         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
38397         file.
38398         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
38399         file.
38400         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
38401         New file.
38402         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
38403         file.
38404         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38405         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
38406         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
38407         file.
38408         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
38409         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
38410         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
38411         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
38412         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
38413         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
38414         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
38415         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
38416         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
38417         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
38418         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
38419         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
38420         file.
38421         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
38422         New file.
38423         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
38424         file.
38425         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
38426         file.
38427         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
38428         file.
38429         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
38430         file.
38431         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
38432         file.
38433         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
38434         New file.
38435         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
38436         New file.
38437         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
38438         file.
38439         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
38440         New file.
38441         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
38442         file.
38443         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
38444         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
38445         file.
38446         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
38447         New file.
38448         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
38449         file.
38450         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
38451         file.
38452         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
38453         file.
38454         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
38455         file.
38456         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
38457         file.
38458         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
38459         New file.
38460         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
38461         New file.
38462         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
38463         file.
38464         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
38465         New file.
38466         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
38467         file.
38468
38469 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
38470
38471         * conform/conformtest.pl: Fix typo in handling typed-constant from
38472         allow-header.
38473
38474 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
38475
38476         * README: Cut down references to pre-2.6 Linux kernels and
38477         Linuxthreads.  Update lists of configurations in libc and ports
38478         and sort alphabetically.  Say "or newer" with Linux kernel version
38479         requirements.
38480
38481         * config.h.in [IS_IN_build]: Allow compiling without optimization.
38482
38483 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
38484
38485         [BZ #887]
38486         * math/libm-test.inc (logb_test_downward): New test to expose
38487         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
38488         rounding mode.
38489
38490 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
38491
38492         [BZ #14027]
38493         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
38494         to be done.
38495         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
38496         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
38497
38498 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
38499
38500         * sysdeps/unix/i386/brk.S: Remove file.
38501         * sysdeps/unix/i386/dl-brk.S: Likewise.
38502         * sysdeps/unix/i386/pipe.S: Likewise.
38503         * sysdeps/unix/i386/sigreturn.S: Likewise.
38504         * sysdeps/unix/i386/syscall.S: Likewise.
38505         * sysdeps/unix/i386/vfork.S: Likewise.
38506         * sysdeps/unix/i386/wait.S: Likewise.
38507
38508         * sysdeps/unix/common/tcsendbrk.c: Move to ...
38509         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
38510
38511         * configure.in (arm*-none*): Do not allow without
38512         --enable-hacker-mode.
38513         (netbsd*): Remove case setting base_os.
38514         (386bsd*): Likewise.
38515         (freebsd*): Likewise.
38516         (bsdi*): Likewise.
38517         (osf*): Likewise.
38518         (sunos*): Likewise.
38519         (ultrix*): Likewise.
38520         (newsos*): Likewise.
38521         (dynix*): Likewise.
38522         (*bsd*): Likewise.
38523         (sysv*): Likewise.
38524         (isc*): Likewise.
38525         (esix*): Likewise.
38526         (sco*): Likewise.
38527         (minix*): Likewise.
38528         (irix4*): Likewise.
38529         (irix6*): Likewise.
38530         (solaris[2-9]*): Likewise.
38531         (none): Likewise.
38532         * configure: Regenerated.
38533
38534 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38535
38536         [BZ #11521]
38537         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
38538         overflow or cancellation in calculating denominator.
38539         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
38540         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
38541         down expression to avoid unexpected rounding in newer GCCs.
38542         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
38543
38544 2012-04-26  David S. Miller  <davem@davemloft.net>
38545
38546         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
38547         long-double compat symbols.
38548         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
38549         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
38550         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
38551         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
38552         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
38553         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
38554         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
38555         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
38556         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
38557         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
38558         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
38559         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
38560         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
38561
38562 2012-04-25  David S. Miller  <davem@davemloft.net>
38563
38564         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
38565         HWCAP_* values only after the memory barriers have been defined.
38566         (atomic_full_barrier): Define.
38567         (atomic_read_barrier): Define.
38568         (atomic_write_barrier): Define.
38569
38570 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38571
38572         * shlib-versions: Add libgcc_s version information.
38573         * sysdeps/generic/libgcc_s.h: Remove.
38574         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
38575         libgcc_s.h.
38576         * sysdeps/gnu/unwind-resume.c: Likewise.
38577         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
38578
38579 2012-04-25  David S. Miller  <davem@davemloft.net>
38580
38581         * sysdeps/unix/sparc/brk.S: Delete.
38582         * sysdeps/unix/sparc/dl-brk.S: Delete.
38583         * sysdeps/unix/sparc/pipe.S: Delete.
38584         * sysdeps/unix/sparc/sysdep.S: Delete.
38585         * sysdeps/unix/sparc/sysdep.h: Delete.
38586         * sysdeps/unix/sparc/vfork.S: Delete.
38587         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
38588         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
38589         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
38590         (ret_ERRVAL, r0, r1, MOVE): Define.
38591         (JUMPTARGET): Remove.
38592         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
38593         sysdeps/unix/sparc/sysdep.h
38594         (ENTRY, END): Remove.
38595         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
38596
38597 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
38598
38599         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
38600         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
38601         -DIS_IN_build.
38602
38603         * timezone/README: Update upstream location and email address for
38604         tzcode and tzdata.
38605         * timezone/zdump.c: Update from tzcode 2012b.
38606         * timezone/zic.c: Likewise.
38607
38608         * configure.in (libc_cv_as_needed): Remove test.
38609         * configure: Regenerated.
38610         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
38611         conditional definition.
38612         [$(have-as-needed) != yes] (no-as-needed): Likewise.
38613         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
38614         * config.make.in (have-as-needed): Remove variable.
38615
38616 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38617             Paul Pluzhnikov  <ppluzhnikov@google.com>
38618
38619         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
38620         strings correctly.
38621
38622 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
38623
38624         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
38625         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
38626         * sysdeps/sh/strlen.S: Likewise.
38627
38628 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38629
38630         * sysdeps/unix/fork.S: Remove file.
38631         * sysdeps/unix/i386/fork.S: Likewise.
38632         * sysdeps/unix/sparc/fork.S: Likewise.
38633
38634         * sysdeps/unix/system.c: Remove file.
38635         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
38636
38637         * sysdeps/unix/getegid.S: Remove file.
38638         * sysdeps/unix/geteuid.S: Likewise.
38639
38640 2012-04-24  Roland McGrath  <roland@hack.frob.com>
38641
38642         * scripts/check-localplt.awk: New file.
38643         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
38644         of diff.
38645         * scripts/data/localplt-generic.data: Add a comment.
38646
38647         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
38648         NODE when __dir_mkfile failed.
38649         * sysdeps/mach/hurd/symlinkat.c: Likewise.
38650         Reported by Ludovic Courtès <ludo@gnu.org>.
38651
38652 2012-04-24  Andreas Jaeger  <aj@suse.de>
38653
38654         * Makerules (common-clean): Also remove gen-as-const-headers
38655         files.
38656
38657 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38658
38659         * Makerules (native-compile): Do not change working directory for
38660         build.  Use $(OUTPUT_OPTION) in command.
38661         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
38662
38663 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38664
38665         [BZ #13886]
38666         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
38667         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
38668         * math/libm-test.inc (floor_test): Add more tests.
38669         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
38670
38671 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38672
38673         * sysdeps/unix/getdents.c: Remove file.
38674         * sysdeps/unix/sysv/getdents.c: Likewise.
38675         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
38676
38677         * sysdeps/unix/syscalls.list (madvise): Add syscall from
38678         sysdeps/unix/mman/syscalls.list.
38679         (mmap): Likewise.
38680         (mprotect): Likewise.
38681         (msync): Likewise.
38682         (munmap): Likewise.
38683         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
38684         * sysdeps/unix/mman/syscalls.list: Remove.
38685         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
38686
38687         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
38688         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
38689         * configure: Regenerated.
38690         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
38691         $(libgcc_s_suffix).
38692         * config.make.in (libgcc_s_suffix): Remove variable.
38693
38694 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
38695
38696         * sysdeps/unix/sysv/gethostname.c: Move to ...
38697         * sysdeps/posix/gethostname.c: ... here.
38698
38699         * sysdeps/unix/execve.S: Remove file.
38700
38701         * sysdeps/unix/_exit.S: Remove file.
38702
38703 2012-04-23  Andreas Jaeger  <aj@suse.de>
38704
38705         [BZ #13739]
38706         * manual/Makefile: Remove make dist support, there's no
38707         need for a stand-alone documentation tar ball.
38708         (TEXI2DVI): Define always, it's not in Makeconfig.
38709         (dist): Removed.
38710         (tar-it): Removed.
38711         (edition): Removed.
38712         (glibc-doc-$(edition).tar): Removed
38713         (%.Z): Removed.
38714         (%.gz): Removed.
38715         (%.uu): Removed.
38716         (ETAGS): Remove, it's in Makeconfig.
38717         (move-if-change): Remove, it's in Makeconfig.
38718
38719 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
38720
38721         [BZ #13970]
38722         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
38723         (strtod, strtof, strtold, strtol, strtoul, strtoq)
38724         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
38725         (strtod_l, strtof_l, strtold_l): Remove __wur.
38726         It is not necessarily an error to ignore strtol's return value.
38727         One can reliably look at the stored endptr to decide whether
38728         the number had valid syntax.
38729
38730 2012-04-21  Andreas Jaeger  <aj@suse.de>
38731
38732         [BZ #13739]
38733         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
38734
38735 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
38736
38737         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
38738         * sysdeps/unix/sysv/Versions: Remove file.
38739
38740 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
38741
38742         [BZ #13927]
38743         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38744
38745 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
38746
38747         [BZ #7064]
38748         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
38749         version from __vm86.
38750
38751 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
38752
38753         * sysdeps/unix/common/lxstat.c: Remove file.
38754         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
38755
38756         * sysdeps/unix/sysv/Makefile: Remove file.
38757
38758         * sysdeps/unix/sysv/direct.h: Remove file.
38759
38760         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
38761         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
38762         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
38763         * sysdeps/unix/sysv/bits/signum.h: Likewise.
38764         * sysdeps/unix/sysv/bits/stat.h: Likewise.
38765         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
38766         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
38767
38768         * sysdeps/unix/sysv/setrlimit.c: Remove file.
38769
38770         * sysdeps/unix/xmknod.c: Remove file.
38771         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
38772
38773         * sysdeps/unix/sysv/settimeofday.c: Remove file.
38774
38775         * sysdeps/unix/sysv/i386/time.S: Remove file.
38776
38777         * sysdeps/unix/fxstat.c: Remove file.
38778         * sysdeps/unix/xstat.c: Likewise.
38779         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
38780
38781         * sysdeps/unix/sysv/sigaction.c: Remove file.
38782
38783         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
38784         (sysdep_headers): Remove variable.
38785         [termio.h not in sysdep_headers] (generated): Likewise.
38786         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
38787         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
38788         * sysdeps/unix/sysv/tcdrain.c: Likewise.
38789         * sysdeps/unix/sysv/tcflow.c: Likewise.
38790         * sysdeps/unix/sysv/tcflush.c: Likewise.
38791         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
38792         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
38793         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
38794         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
38795         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
38796
38797         * sysdeps/unix/siglist.c: Remove file.
38798
38799         * sysdeps/unix/getppid.S: Remove file.
38800
38801         * sysdeps/unix/mkdir.c: Remove file.
38802         * sysdeps/unix/rmdir.c: Likewise.
38803
38804 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
38805
38806         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
38807         ERR_MAX value.
38808         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
38809         errlist-compat value.
38810
38811 2012-04-18  David S. Miller  <davem@davemloft.net>
38812
38813         * sysdeps/generic/memcopy.h (reg_char): Delete.
38814         * debug/strcat_chk.c: Use char, not reg_char.
38815         * debug/strcpy_chk.c: Likewise.
38816         * debug/strncat_chk.c: Likewise.
38817         * debug/strncpy_chk.c: Likewise.
38818         * string/memchr.c: Likewise.
38819         * string/memrchr.c: Likewise.
38820         * string/rawmemchr.c: Likewise.
38821         * string/strcat.c: Likewise.
38822         * string/strchr.c: Likewise.
38823         * string/strchrnul.c: Likewise.
38824         * string/strcmp.c: Likewise.
38825         * string/strcpy.c: Likewise.
38826         * string/strncat.c: Likewise.
38827         * string/strncmp.c: Likewise.
38828         * string/strncpy.c: Likewise.
38829
38830 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38831
38832         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
38833         __builtin_memcopy is called when src and dest ranges are known to not
38834         overlap.
38835
38836 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38837
38838         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
38839         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
38840         fwd_align_merge macro call.
38841         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
38842         bwd_align_merge macro call.
38843         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38844
38845 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38846
38847         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
38848         bwd_align_merge macros.
38849         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
38850         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
38851         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38852
38853 2012-04-18  David S. Miller  <davem@davemloft.net>
38854
38855         * sysdeps/sparc/sparc64/memcopy.h: Delete.
38856
38857 2012-04-18  Andreas Jaeger  <aj@suse.de>
38858
38859         [BZ# 6794]
38860         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
38861         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
38862         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38863
38864         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
38865         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
38866         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38867
38868         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
38869         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
38870         Adjust for changed ldbl-128 files.
38871
38872         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
38873         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
38874         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38875
38876 2012-04-17  David S. Miller  <davem@davemloft.net>
38877
38878         * sysdeps/sparc/sparc32/memcopy.h: Delete.
38879
38880 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
38881
38882         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
38883         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
38884         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
38885         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
38886         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
38887         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
38888
38889 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38890
38891         [BZ #6794]
38892         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
38893         * math/libm-test.inc: Add ilogb errno and exception tests.
38894         * math/w_ilogb.c: New file: ilogb wrapper.
38895         * math/w_ilogbf.c: New file: ilogbf wrapper.
38896         * math/w_ilogbl.c: New file: ilogbl wrapper.
38897         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
38898         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
38899         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
38900         exception being thrown with 0.0 as argument.
38901         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
38902         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
38903         exception being thrown with 0.0 as argument.
38904         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
38905         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38906         exception being thrown with 0.0 as argument.
38907         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
38908         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38909         exception being thrown with 0.0 as argument.
38910         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
38911         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
38912         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
38913         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
38914         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
38915         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
38916         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
38917         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
38918         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
38919
38920 2012-04-17  Petr Baudis  <pasky@ucw.cz>
38921
38922         * include/sys/uio.h: Change __vector to __iovec to avoid clash
38923         with altivec.
38924
38925 2012-04-16  Marek Polacek  <polacek@redhat.com>
38926
38927         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
38928
38929 2012-04-16  Marek Polacek  <polacek@redhat.com>
38930
38931         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
38932         operands of fdivp instruction.
38933
38934 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38935
38936         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
38937         * elf/tst-auditmod3b.c: Likewise.
38938         * elf/tst-auditmod4b.c: Likewise.
38939         * elf/tst-auditmod5b.c: Likewise.
38940         * elf/tst-auditmod6b.c: Likewise.
38941         * elf/tst-auditmod6c.c: Likewise.
38942         * elf/tst-auditmod7b.c: Likewise.
38943         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
38944         * sysdeps/x86_64/preconfigure.in: Likewise.
38945         * sysdeps/x86_64/preconfigure: Regenerated.
38946
38947 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38948
38949         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
38950         __ILP32__.
38951
38952 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
38953
38954         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38955         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
38956
38957 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
38958
38959         [BZ #13973]
38960         * locale/iso-639.def: Fix gl language name. Spotted by
38961         Yaron Shahrabani.
38962
38963 2012-04-12  Roland McGrath  <roland@hack.frob.com>
38964
38965         [BZ #2074]
38966         * libio/libio.h (__io_write_fn): Update comment.
38967
38968 2012-04-12  Petr Baudis  <pasky@ucw.cz>
38969
38970         [BZ #2074]
38971         * stdio.texi (Hook Functions): The user provided writer function
38972         is not allowed to return -1.
38973
38974 2012-04-11  David S. Miller  <davem@davemloft.net>
38975
38976         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38977
38978 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
38979
38980         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
38981         Add a leading slash to rtkaio.
38982
38983 2012-04-11  Jim Meyering  <meyering@redhat.com>
38984
38985         [BZ #11959]
38986         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
38987         It is not necessarily an error to ignore fwrite's return
38988         value.  One can reliably use ferror to test for errors after
38989         the fact.
38990
38991 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38992
38993         * bits/types.h (__snseconds_t): New type.
38994         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
38995
38996         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
38997         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38998         (__SNSECONDS_T_TYPE): Likewise.
38999         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39000         (__SNSECONDS_T_TYPE): Likewise.
39001         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39002         (__SNSECONDS_T_TYPE): Likewise.
39003
39004 2012-04-10  Andreas Jaeger  <aj@suse.de>
39005
39006         [BZ #2636]
39007         * manual/time.texi (Processor Time): Return type of times is
39008         elapsed real time since an arbitrary point in the past.
39009         (CPU Time): Move CLK_TCK from here...
39010         (Processor Time): ...to here.  Correct description.
39011         * manual/conf.texi (Constants for Sysconf): Correct description of
39012         _SC_CLK_TCK.
39013
39014 2012-04-10  David S. Miller  <davem@davemloft.net>
39015
39016         [BZ #13967]
39017         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
39018         where the is a gap between DT_REL(A) and DT_JMPREL.
39019
39020 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39021
39022         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
39023         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39024         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39025
39026 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
39027
39028         * elf/dl-support.c (_dl_inhibit_cache): New variable.
39029         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
39030         (dl_main): Handle --inhibit-cache.
39031         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
39032         _dl_inhibit_cache.
39033         * elf/dl-load.c (_dl_map_object): Use it.
39034         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
39035
39036 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
39037
39038         [BZ #13872]
39039         * sysdeps/i386/fpu/e_powl.S (p78): New object.
39040         (__ieee754_powl): Saturate large exponents rather than testing for
39041         overflow of y*log2(x).
39042         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39043         * math/libm-test.inc (pow_test): Do not permit spurious overflow
39044         exceptions.
39045
39046         [BZ #11521]
39047         * math/s_ctan.c: Include <float.h>.
39048         (__ctan): Avoid internal overflow or cancellation in calculating
39049         denominator.
39050         * math/s_ctanf.c: Likewise.
39051         * math/s_ctanl.c: Likewise.
39052         * math/s_ctanh.c: Likewise.
39053         * math/s_ctanhf.c: Likewise.
39054         * math/s_ctanhl.c: Likewise.
39055         * math/libm-test.inc (ctan_test): Add more tests.
39056         (ctanh_test): Likewise.
39057         * sysdeps/i386/fpu/libm-test-ulps: Update.
39058         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39059
39060 2012-04-09  Andreas Jaeger  <aj@suse.de>
39061
39062         [BZ #6894]
39063         * manual/filesys.texi (Directory Entries): Mention that d_namlen
39064         is an optional BSD extension.
39065
39066         [BZ #10254]
39067         * manual/stdio.texi (Opening Streams): Document additional fopen
39068         parameters.
39069
39070 2012-04-09  Roland McGrath  <roland@hack.frob.com>
39071
39072         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
39073         %eax without telling the compiler.
39074
39075 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
39076
39077         [BZ # 13963]
39078         * manual/install.texi: Use sourceware.org.
39079
39080 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
39081
39082         [BZ #13873]
39083         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
39084         (__ieee754_pow): Generate overflow and underflow using huge*huge
39085         and tiny*tiny rather than just returning constant infinity or zero
39086         for large exponents.
39087         * math/libm-test.inc (pow_test): Require overflow exceptions for
39088         applicable cases of large exponents.
39089
39090         [BZ #706]
39091         * sysdeps/i386/fpu/e_pow.S (p10): New object.
39092         (__ieee754_pow): Use iterative multiplication algorithm only for
39093         integer exponents with absolute value below 1024.  Check for odd
39094         integer exponents when using algorithm for real exponents.
39095         * math/libm-test.inc (pow_test): Add more tests.
39096         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39097
39098 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
39099
39100         [BZ #13705]
39101         * math/libm-test.inc (exp_test): Do not allow overflow exception
39102         on underflow test.
39103
39104 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
39105
39106         [BZ #13705]
39107         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
39108         instead of __kernel_standard_f.
39109
39110 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
39111
39112         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
39113         * sysdeps/x86_64/memset_chk.S: Likewise.
39114
39115 2012-04-08  Andreas Jaeger  <aj@suse.de>
39116
39117         [BZ #10153]
39118         * manual/startup.texi (Environment Access): Describe return value
39119         for putenv and setenv.
39120
39121         [BZ #6895]
39122         * manual/filesys.texi (Directory Entries): Add description for
39123         DT_LNK.
39124
39125         [BZ #6890]
39126         * manual/filesys.texi (Directory Entries): Clarify that it's file
39127         system not operating system in the description of DT_UNKNOWN.
39128
39129         [BZ #6578]
39130         * manual/syslog.texi (closelog): Fix reference, it's openlog.
39131
39132 2012-04-08  Stephen Compall  <s11@member.fsf.org>
39133
39134         [BZ #6649]
39135         * manual/llio.texi (Opening and Closing Files): Add cross
39136         reference to explain mode argument.
39137
39138 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
39139
39140         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
39141         * sysdeps/x86_64/memset_chk.S: Likewise.
39142
39143 2012-04-07  David S. Miller  <davem@davemloft.net>
39144
39145         * elf/elf.h (R_SPARC_WDISP10): Define.
39146         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
39147         R_SPARC_SIZE32.
39148         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
39149         R_SPARC_SIZE64 and R_SPARC_H34.
39150
39151 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
39152
39153         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
39154         conditions and remove no longer applicable assertion.
39155
39156 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
39157
39158         * bits/byteswap.h: Include <features.h>.
39159         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39160         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39161
39162 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
39163
39164         * bits/byteswap.h (__bswap_16): Removed.
39165         Include <bits/byteswap-16.h> to get __bswap_16.
39166         * sysdeps/i386/bits/byteswap.h: Likewise.
39167         * sysdeps/s390/bits/byteswap.h: Likewise.
39168         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39169         * bits/byteswap-16.h: New file.
39170         * sysdeps/i386/bits/byteswap-16.h: Likewise.
39171         * sysdeps/s390/bits/byteswap-16.h: Likewise.
39172         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
39173         * string/Makefile (headers): Add bits/byteswap-16.h.
39174
39175 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
39176
39177         [BZ #13895]
39178         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
39179         extra indirection.
39180         * nss/Makefile (tests-static, tests): Add tst-nss-static.
39181         * nss/tst-nss-static.c: New.
39182
39183 2012-04-06  Robert Millan  <rmh@gnu.org>
39184
39185         [BZ #6486]
39186         * manual/llio.texi (File Position Primitive): lseek
39187         refers to WHENCE when it really means OFFSET.
39188
39189 2012-04-06  Andreas Jaeger  <aj@suse.de>
39190
39191         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
39192         strncmp declarations.
39193
39194         * abilist/libc.abilist: Add __poll and __ppoll.
39195
39196 2012-04-05  David S. Miller  <davem@davemloft.net>
39197
39198         * scripts/check-local-headers.sh: Accept a host triplet in the
39199         path matched by the exclude regexp.
39200
39201         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
39202         definition.
39203         * sysdeps/powerpc/powerpc32/dl-machine.h
39204         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
39205         * sysdeps/s390/s390-32/dl-machine.h
39206         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39207         * sysdeps/sparc/sparc32/dl-machine.h
39208         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39209         * sysdeps/sparc/sparc64/dl-machine.h
39210         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39211
39212         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
39213         lazy binding.
39214         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
39215         undefined symbol errors.
39216
39217         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
39218         DT_NEEDED entries.
39219
39220 2012-04-05  Michael Matz  <matz@suse.de>
39221
39222         [BZ #13592]
39223         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
39224
39225 2012-04-05  Andreas Jaeger  <aj@suse.de>
39226
39227         [BZ #13908]
39228         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
39229         comment.
39230
39231 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39232
39233         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
39234         which ROUND is no valid rounding mode.
39235
39236 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39237
39238         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
39239         read again.
39240         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
39241
39242 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39243
39244         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
39245         an exception using FPU order intentionally.
39246
39247 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39248
39249         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
39250         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
39251         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
39252         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
39253
39254 2012-04-05  Simon Josefsson  <simon@josefsson.org>
39255
39256         [BZ #12340]
39257         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
39258         EINVAL when BUFLEN is too smal.
39259
39260 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
39261
39262         [BZ #13553]
39263         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
39264         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
39265
39266 2012-04-03  Andreas Jaeger  <aj@suse.de>
39267
39268         [BZ #13938]
39269         * manual/setjmp.texi (System V contexts): Fix sentence.
39270
39271         [BZ #13926]
39272         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
39273         New macro for this case.
39274         [!__GNUC__] (__bswap_64): New inline function for this case.
39275         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39276         * bits/byteswap.h: Likewise.
39277         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
39278         ull, guard with __GLIBC_HAVE_LONG_LONG.
39279
39280         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
39281         __GLIBC_HAVE_LONG_LONG.
39282
39283         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
39284         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
39285
39286 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39287
39288         [BZ #13691]
39289         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
39290         inptr and inend, rather than using last_ch.
39291
39292 2012-04-02  David S. Miller  <davem@davemloft.net>
39293
39294         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
39295         * stdio-common/printf-parse.h (read_int): Change return type to
39296         'int', return -1 on INT_MAX overflow.
39297         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
39298         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
39299         overflows INT_MAX.  Check for overflow of in-format-string precision
39300         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
39301         SIZE_MAX not INT_MAX for integer overflow test.
39302         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
39303         skip the construct in the format string but do not record anything.
39304         * stdio-common/bug22.c: Adjust to test both width/prevision
39305         INT_MAX overflow as well as total length INT_MAX overflow.  Check
39306         explicitly for proper errno values.
39307
39308 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
39309
39310         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
39311         CHAR_MAX.
39312         * string/test-strcmp.c [! WIDE]: Likewise.
39313         * time/tst-mktime2.c: Likewise for INT_MAX.
39314         * string/test-string.h: #include <sys/param.h> for MIN.
39315
39316         * csu/init-first.c (__libc_init_first): Call __ctype_init.
39317         * sysdeps/i386/init-first.c (init): Likewise.
39318         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
39319         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
39320         * sysdeps/sh/init-first.c (init): Likewise.
39321
39322 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
39323
39324         * po/ru.po: Update from translation team.
39325         * po/vi.po: Likewise.
39326
39327 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
39328
39329         * resolv/nss_dns/dns-host.c: Merge copyright years.
39330
39331 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39332
39333         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
39334         Optimize memcpy with prefetch if
39335         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
39336         src, dst pointers have unequal 16 byte alignments.
39337
39338 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
39339
39340         [BZ #13928]
39341         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
39342         from a CNAME entry and return the minimum ttl for the query.
39343         (gaih_getanswer_slice): Likewise.
39344
39345 2012-03-30  Jeff Law  <law@redhat.com>
39346
39347         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
39348         due to long keys.
39349         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
39350         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
39351
39352         * resolv/nss_dns/dns-host.c: Update copyright year.
39353
39354 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
39355
39356         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
39357         requests to save a system call.  Fix check that all bytes are sent.
39358
39359         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
39360         comments for sendmmsg.
39361
39362 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39363
39364         [BZ #13691]
39365         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
39366         with only 1 character between 0x0041 and 0x01b0.
39367         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
39368         * wcsmbs/tst-mbsnrtowcs.c: New file.
39369
39370 2012-03-29  David S. Miller  <davem@davemloft.net>
39371
39372         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
39373         small copies by hand.
39374
39375 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39376
39377         [BZ #13761]
39378         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
39379         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
39380         group memberships.
39381
39382 2012-03-28  David S. Miller  <davem@davemloft.net>
39383
39384         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
39385         that branches into memcpy.
39386         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
39387         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
39388         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
39389         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
39390         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
39391         bits.
39392         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
39393         implementation too.
39394         * sysdeps/sparc/mempcpy.S: New file.
39395
39396         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
39397         the IFUNC routine in the libc case.
39398         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
39399
39400         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
39401         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
39402         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
39403         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
39404         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
39405         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
39406         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
39407         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
39408
39409         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
39410         loop to 256 bytes instead of 64 bytes and fix test signedness.
39411
39412         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
39413         * sysdeps/sparc/sparc32/Makefile: rather than here...
39414         * sysdeps/sparc/sparc64/Makefile: and here.
39415
39416 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
39417
39418         * malloc/mallocbug.c: Avoid warnings about unused variables.
39419
39420 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
39421
39422         [BZ #13760]
39423         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
39424         in the right place. Discard and retry query if response is
39425         larger than input buffer size.
39426
39427 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
39428
39429         [BZ #369]
39430         [BZ #2678]
39431         [BZ #3866]
39432         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
39433         x for large integer exponent.
39434         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
39435         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
39436         sign of result as needed afterwards.
39437         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
39438         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
39439         result for underflowing pow the same as for overflow.
39440         (__kernel_standard_l): Handle powl overflow and underflow here
39441         rather than calling __kernel_standard.
39442         * math/libm-test.inc (pow_test): Add more tests.
39443
39444         [BZ #3868]
39445         [BZ #13879]
39446         [BZ #13910]
39447         [BZ #13911]
39448         [BZ #13912]
39449         [BZ #13913]
39450         [BZ #13915]
39451         [BZ #13916]
39452         [BZ #13917]
39453         [BZ #13918]
39454         [BZ #13919]
39455         [BZ #13920]
39456         [BZ #13921]
39457         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
39458         * sysdeps/ieee754/k_standard.c: Include <float.h>.
39459         (__kernel_standard_l): New function.
39460         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
39461         __kernel_standard.
39462         * math/w_acosl.c (__acosl): Likewise.
39463         * math/w_asinl.c (__asinl): Likewise.
39464         * math/w_atan2l.c (__atan2l): Likewise.
39465         * math/w_atanhl.c (__atanhl): Likewise.
39466         * math/w_coshl.c (__coshl): Likewise.
39467         * math/w_exp10l.c (__exp10l): Likewise.
39468         * math/w_exp2l.c (__exp2l): Likewise.
39469         * math/w_fmodl.c (__fmodl): Likewise.
39470         * math/w_hypotl.c (__hypotl): Likewise.
39471         * math/w_j0l.c (__j0l, __y0l): Likewise.
39472         * math/w_j1l.c (__j1l, __y1l): Likewise.
39473         * math/w_jnl.c (__jnl, __ynl): Likewise.
39474         * math/w_lgammal.c (__lgammal): Likewise.
39475         * math/w_log10l.c (__log10l): Likewise.
39476         * math/w_log2l.c (__log2l): Likewise.
39477         * math/w_logl.c (__logl): Likewise.
39478         * math/w_powl.c (__powl): Likewise.
39479         * math/w_remainderl.c (__remainderl): Likewise.
39480         * math/w_scalbl.c (sysv_scalbl): Likewise.
39481         * math/w_sinhl.c (__sinhl): Likewise.
39482         * math/w_sqrtl.c (__sqrtl): Likewise.
39483         * math/w_tgammal.c (__tgammal): Likewise.
39484         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
39485         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
39486         * math/libm-test.inc (acos_test): Add more tests.
39487         (acosh_test): Likewise.
39488         (asin_test): Likewise.
39489         (atanh_test): Likewise.
39490         (exp_test): Likewise.
39491         (exp10_test): Likewise.
39492         (exp2_test): Likewise.
39493         (expm1_test): Likewise.
39494         (lgamma_test): Likewise.
39495         (log_test): Likewise.
39496         (log10_test): Likewise.
39497         (log1p_test): Likewise.
39498         (log2_test): Likewise.
39499         (pow_test): Do not allow some spurious overflow exceptions.
39500         (sqrt_test): Add more tests.
39501         (tgamma_test): Likewise.
39502         (y0_test): Likewise.
39503         (y1_test): Likewise.
39504         (yn_test): Likewise.
39505
39506 2012-03-27  Anton Blanchard  <anton@samba.org>
39507
39508         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
39509         MAP_HUGETLB.
39510         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
39511         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
39512         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
39513
39514 2012-03-27  David S. Miller  <davem@davemloft.net>
39515
39516         * conform/Makefile: Run run-conformtest.sh using $(BASH).
39517
39518         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
39519         have-as-vis3 check.
39520
39521 2012-03-27  Andreas Jaeger  <aj@suse.de>
39522
39523         * sysdeps/x86_64/elf/configure.in: Moved to ...
39524         * sysdeps/x86_64/configure.in: ... here.
39525         * sysdeps/x86_64/elf/start.S: Moved to ...
39526         * sysdeps/x86_64/start.S: ... here.
39527         * sysdeps/x86_64/elf/configure: Delete.
39528
39529         * sysdeps/x86_64/configure.in: Merge contents from
39530         sysdeps/i386/configure.in (without i686 check).
39531
39532         * sysdeps/i386/elf/Versions: Merge into ...
39533         * sysdeps/i386/Versions: ... this.
39534         * sysdeps/i386/elf/Versions: Delete file.
39535         * sysdeps/i386/elf/start.S: Moved to ...
39536         * sysdeps/i386/start.S: ...here.
39537         * sysdeps/i386/elf/configure.in: Merge into...
39538         * sysdeps/i386/configure.in: ...here.
39539         * sysdeps/i386/elf/configure.in: Delete file.
39540         * sysdeps/i386/elf/configure: Delete file.
39541
39542         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
39543         * debug/backtracesyms.c: ... here.
39544         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
39545         * debug/backtracesymsfd.c: ... here.
39546         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
39547         * sysdeps/generic/ifunc-sel.h: ... here.
39548
39549         * sysdeps/unix/i386/start.c: Delete file.
39550         * sysdeps/unix/sparc/start.c: Delete file.
39551         * sysdeps/unix/start.c: Delete file.
39552
39553         * sysdeps/sh/elf/configure.in: Moved to ...
39554         * sysdeps/sh/configure.in: ... here.
39555         * sysdeps/sh/elf/start.S: Moved to ...
39556         * sysdeps/sh/start.S: ... here.
39557         * sysdeps/sh/elf/configure: Delete file.
39558
39559         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
39560         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
39561         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
39562         * sysdeps/powerpc/powerpc64/entry.h: ... here.
39563         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
39564         * sysdeps/powerpc/powerpc64/start.S: here.
39565         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
39566         * sysdeps/powerpc/powerpc64/Makefile: ... this.
39567         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
39568         * sysdeps/powerpc/powerpc64/configure.in: ... this.
39569         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
39570
39571         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
39572         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
39573         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
39574         * sysdeps/powerpc/powerpc32/start.S: ... here.
39575         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
39576         * sysdeps/powerpc/powerpc32/configure.in: ... this.
39577         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
39578
39579         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
39580         * sysdeps/powerpc/ifunc-sel.h: ... here.
39581         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
39582         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
39583
39584         * sysdeps/sparc/elf/configure.in: Moved to ...
39585         * sysdeps/sparc/configure.in: ... here.
39586         * sysdeps/sparc/elf/configure: Delete file.
39587         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
39588         * sysdeps/sparc/sparc32/start.S: ... here.
39589         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
39590         * sysdeps/sparc/sparc64/start.S: ... here.
39591         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
39592         * sysdeps/sparc/sparc32/Makefile: ... this.
39593         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
39594         * sysdeps/sparc/sparc64/Makefile: ... this.
39595
39596         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
39597         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
39598         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
39599         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
39600         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
39601         * sysdeps/s390/s390-32/setjmp.S: ... here.
39602         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
39603         * sysdeps/s390/s390-32/configure.in: ... here.
39604         * sysdeps/s390/s390-32/elf/configure: Delete file.
39605         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
39606         * sysdeps/s390/s390-32/start.S: ... here.
39607
39608         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
39609         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
39610         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
39611         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
39612         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
39613         * sysdeps/s390/s390-64/setjmp.S: ... here.
39614         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
39615         * sysdeps/s390/s390-64/configure.in: ... here
39616         * sysdeps/s390/s390-64/elf/configure: Delete file.
39617         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
39618         * sysdeps/s390/s390-64/start.S: ... here.
39619         * sysdeps/s390/s390-64/elf/configure: Delete.
39620
39621         * configure.in: Remove support for elf directories in sysdeps.
39622
39623         * configure: Regenerated.
39624         * sysdeps/i386/configure: Regenerated.
39625         * sysdeps/powerpc/powerpc32/configure: Regenerated.
39626         * sysdeps/powerpc/powerpc64/configure: Regenerated.
39627         * sysdeps/s390/s390-32/configure: Regenerated.
39628         * sysdeps/s390/s390-64/configure: Regenerated.
39629         * sysdeps/sh/configure: Regenerated.
39630         * sysdeps/sparc/configure: Regenerated.
39631         * sysdeps/x86_64/configure: Regenerated.
39632
39633 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
39634
39635         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39636
39637         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
39638         denormal result into account.
39639
39640 2012-03-25  Roland McGrath  <roland@hack.frob.com>
39641
39642         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
39643         Reported by Allan McRae <allan@archlinux.org>.
39644
39645 2012-03-23  Jeff Law  <law@redhat.com>
39646
39647         * nss/getnssent.c (__nss_getent): Fix typo.
39648
39649 2012-03-23  David S. Miller  <davem@davemloft.net>
39650
39651         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39652
39653 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
39654
39655         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
39656         to pad to uint64_t for each field.
39657         (dl_tls_index): Replace unsigned long with uint64_t.
39658
39659 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
39660         Paul Pluzhnikov  <ppluzhnikov@google.com>
39661
39662         [BZ #6528]
39663         * grp/Makefile (otherlibs): Don't set it.
39664         * inet/Makefile (otherlibs): Likewise.
39665         * login/Makefile (otherlibs): Likewise.
39666         * nscd/Makefile (otherlibs): Likewise.
39667         * posix/Makefile (otherlibs): Likewise.
39668         * pwd/Makefile (otherlibs): Likewise.
39669         * rt/Makefile (otherlibs): Likewise.
39670         * sunrpc/Makefile (otherlibs): Likewise.
39671         * nss/Makefile (otherlibs): Likewise.
39672         Add libnss_files to routines and static-only-routines.
39673         ($(objpfx)getent): Remove rule.
39674         * resolv/Makefile: Add libnss_dns and libresolv to routines and
39675         static-only-routines.
39676
39677 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
39678
39679         [BZ #13892]
39680         * math/s_cexp.c: Include <float.h>.
39681         (__cexp): Handle exp result overflowing not necessarily
39682         overflowing both real and imaginary parts of result.
39683         * math/s_cexpf.c: Likewise.
39684         * math/s_cexpl.c: Likewise.
39685         * math/libm-test.inc (cexp_test): Add more tests.
39686         * sysdeps/i386/fpu/libm-test-ulps: Update.
39687         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39688
39689 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39690
39691         * include/link.h (ELFW): New macro.
39692         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
39693         Replace ELF64_R_TYPE with ELFW(R_TYPE).
39694
39695 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39696
39697         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
39698         with uint64_t.
39699
39700 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39701
39702         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
39703         declaration.
39704         (struct La_x32_retval): Likewise.
39705
39706 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39707
39708         * sysdeps/x86_64/preconfigure.in: New file.
39709         * sysdeps/x86_64/preconfigure: New generated file.
39710
39711 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
39712
39713         [BZ #13824]
39714         * math/e_exp2l.c: Include <float.h>.
39715         (__ieee754_exp2l): Handle overflow and underflow cases
39716         separately.  Only pass fractional part of argument to
39717         __ieee754_expl.
39718         * math/libm-test.inc (exp2_test): Add more tests.
39719
39720         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
39721         negating x to take absolute value.
39722         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
39723         Likewise.
39724         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
39725         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
39726         Likewise.
39727         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
39728         computing low part if x was negated.
39729         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
39730
39731 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39732
39733         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
39734         la_x32_gnu_pltexit.
39735         (pltexit): Cast int_retval to ptrdiff_t.
39736         * elf/tst-auditmod3b.c: Likewise.
39737         * elf/tst-auditmod4b.c: Likewise.
39738         * elf/tst-auditmod5b.c: Likewise.
39739         * elf/tst-auditmod6b.c: Likewise.
39740         * elf/tst-auditmod6c.c: Likewise.
39741         * elf/tst-auditmod7b.c: Likewise.
39742
39743         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
39744         and x32_gnu_pltexit.
39745
39746         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
39747         __ELF_NATIVE_CLASS.
39748         (La_x32_regs): New macro.
39749         (La_x32_retval): Likewise.
39750         (la_x32_gnu_pltenter): New function prototype.
39751         (la_x32_gnu_pltexit): Likewise.
39752
39753 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
39754
39755         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
39756         exponent.
39757
39758         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39759
39760         * configure.in (libc_cv_cc_nofma): Check for option to disable
39761         generation of FMA instructions.
39762         * configure: Regenerate.
39763         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
39764         * sysdeps/ieee754/dbl-64/Makefile: New file.
39765         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
39766         Remove brandred-fma4.
39767         (CFLAGS-brandred-fma4.c): Remove.
39768         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
39769         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
39770         define.
39771         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
39772         define.
39773
39774 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39775
39776         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39777         LLONG_MAX != LONG_MAX.
39778         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39779         (_fitoa_word): Likewise.
39780         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
39781         LLONG_MAX != LONG_MAX.
39782         * stdio-common/_itowa.h: Include <_itoa.h>.
39783         (_itowa_word): Use _ITOA_WORD_TYPE on value.
39784         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
39785         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
39786         only if not defined.
39787         (_ITOA_WORD_TYPE): Likewise.
39788         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39789         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
39790
39791 2012-03-21  David S. Miller  <davem@davemloft.net>
39792
39793         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39794
39795 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39796
39797         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
39798         of x86_64 when setting libc_cv_slibdir, libdir and
39799         libc_cv_localedir.
39800         * sysdeps/unix/sysv/linux/configure: Regenerated.
39801
39802 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39803
39804         * manual/lang.texi (Old Varargs): Remove section.
39805         (How Variadic): Update menu.
39806         (va_start): Do not mention varargs.h.
39807
39808 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
39809             Joseph Myers  <joseph@codesourcery.com>
39810
39811         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
39812         link test.
39813         * configure: Regenerated.
39814
39815 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
39816
39817         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
39818         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
39819         conformtest.pl
39820
39821 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39822
39823         * NOTES: Remove.
39824         * Makefile (files-for-dist): Remove NOTES.
39825         (NOTES): Remove rule.
39826         * README: Don't refer to NOTES.
39827         * manual/creature.texi: Don't include macros.texi.
39828         * manual/intro.texi (creature.texi): Remove comment referring to
39829         NOTES.
39830
39831         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
39832         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
39833         * configure: Regenerated.
39834         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
39835         LIBC_TRY_CC_OPTION.
39836         (libc_cv_as_i686): Likewise.
39837         (libc_cv_cc_avx): Likewise.
39838         (libc_cv_cc_sse2avx): Likewise.
39839         (libc_cv_cc_fma4): Likewise.
39840         (libc_cv_cc_novzeroupper): Likewise.
39841         * sysdeps/i386/configure: Regenerated.
39842
39843         [BZ #13883]
39844         * sysdeps/i386/fpu/s_cexp.S: Remove.
39845         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
39846         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
39847         * math/libm-test.inc (cexp_test): Add more tests.
39848         * sysdeps/i386/fpu/libm-test-ulps: Update.
39849         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39850
39851 2012-03-21  Allan McRae  <allan@archlinux.org>
39852
39853         * timezone/Makefile: Do not install iso3166.tab and zone.tab
39854
39855 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39856
39857         [BZ #13871]
39858         * math/w_exp2.c: Do not include <float.h>.
39859         (o_threshold, u_threshold): Remove.
39860         (__exp2): Calculate result before checking finiteness and calling
39861         __kernel_standard.
39862         * math/w_exp2f.c: Likewise.
39863         * math/w_exp2l.c: Likewise.
39864         * math/libm-test.inc (exp2_test): Require overflow exception for
39865         1e6 input.
39866
39867         [BZ #3866]
39868         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
39869         range of signed 64-bit integers before using fistpll.  Remove
39870         checks for whether integers fit in mantissa bits.
39871         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
39872         the range of signed 32-bit integers before using fistpl.  Remove
39873         checks for whether integers fit in mantissa bits.
39874         * sysdeps/i386/fpu/e_powl.S (p64): New object.
39875         (__ieee754_powl): Test for y outside the range of signed 64-bit
39876         integers before using fistpll.  Reduce 64-bit values to 63-bit
39877         ones as needed.
39878         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
39879         divide-by-zero is raised for zero to large negative powers.
39880         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
39881         (__ieee754_powl): Test for y outside the range of signed 64-bit
39882         integers before using fistpll.  Reduce 64-bit values to 63-bit
39883         ones as needed.
39884         * math/libm-test.inc (pow_test): Add more tests.
39885
39886 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39887
39888         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
39889         <stdio-common/_itoa.h>.
39890         * debug/segfault.c: Likewise.
39891         * elf/dl-cache.c: Likewise.
39892         * elf/dl-minimal.c: Likewise.
39893         * elf/dl-misc.c: Likewise.
39894         * elf/dl-sysdep.c: Likewise.
39895         * elf/dl-version.c: Likewise.
39896         * elf/rtld.c: Likewise.
39897         * hurd/hurdsock.c: Likewise.
39898         * hurd/lookup-retry.c: Likewise.
39899         * malloc/malloc.c: Likewise.
39900         * malloc/mtrace.c: Likewise.
39901         * nscd/nscd_getgr_r.c: Likewise.
39902         * nscd/nscd_getpw_r.c: Likewise.
39903         * nscd/nscd_getserv_r.c: Likewise.
39904         * posix/getopt_init.c: Likewise.
39905         * posix/wordexp.c: Likewise.
39906         * stdio-common/_itoa.c: Likewise.
39907         * stdio-common/printf_fphex.c: Likewise.
39908         * stdio-common/vfprintf.c: Likewise.
39909         * string/_strerror.c: Likewise.
39910         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
39911         * sysdeps/i386/i686/hp-timing.h: Likewise.
39912         * sysdeps/mach/_strerror.c: Likewise.
39913         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
39914         * sysdeps/mach/hurd/sethostid.c: Likewise.
39915         * sysdeps/mach/hurd/xmknodat.c: Likewise.
39916         * sysdeps/mach/xpg-strerror.c: Likewise.
39917         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
39918         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
39919         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
39920         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
39921         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
39922         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
39923         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
39924         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
39925         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
39926         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
39927         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
39928         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
39929         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
39930         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
39931         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
39932         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
39933         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
39934         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
39935         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
39936         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
39937         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
39938
39939         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
39940
39941         * stdio-common/_itoa.h: Moved to ...
39942         * sysdeps/generic/_itoa.h: Here.
39943
39944         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
39945
39946         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
39947         instead of "_itoa.h" and "_itowa.h".
39948         * stdio-common/vfprintf.: Likewise.
39949
39950 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39951
39952         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
39953         <bits/wordsize.h>.
39954         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
39955         (__signbit): Likwise.
39956         (llrintf): Likwise.
39957         (llrint): Likwise.
39958
39959 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39960
39961         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
39962         __WORDSIZE != 64.
39963
39964 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
39965
39966         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
39967         OVERFLOW_EXCEPTION_OK.
39968         * math/libm-test.inc ("Philosophy"): Update comment about
39969         exception testing.
39970         (OVERFLOW_EXCEPTION): Define.
39971         (OVERFLOW_EXCEPTION_OK): Likewise.
39972         (INVALID_EXCEPTION_OK): Renumber.
39973         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39974         (IGNORE_ZERO_INF_SIGN): Likewise.
39975         (test_exceptions): Handle FE_OVERFLOW.
39976         (exp10_test): Expect overflow exceptions.
39977         (exp2_test): Likewise.
39978         (expm1_test): Likewise.
39979         (nextafter_test): Likewise.
39980         (pow_test): Likewise.
39981         (scalbn_test): Likewise.
39982         (scalbln_test): Likewise.
39983
39984 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39985
39986         * sysdeps/x86_64/bits/atomic.h
39987         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
39988         64bit integer.
39989         (atomic_exchange_acq): Likewise.
39990         (__arch_exchange_and_add_body): Likewise.
39991         (__arch_add_body): Likewise.
39992         (atomic_add_negative): Likewise.
39993         (atomic_add_zero): Likewise.
39994
39995 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39996
39997         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
39998         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
39999
40000 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40001
40002         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
40003         Check __x86_64__ instead of __WORDSIZE.
40004
40005 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40006
40007         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
40008
40009 2012-03-19  David S. Miller  <davem@davemloft.net>
40010
40011         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40012
40013         * sysdeps/sparc/fpu/fenv_private.h: New file.
40014         * sysdeps/sparc/fpu/math_private.h: Use it.
40015         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
40016         Remove.
40017         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
40018         (libc_feholdexcept_setroundl): Remove.
40019         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
40020         Remove.
40021         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
40022         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
40023
40024 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40025
40026         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
40027         int64_t instead of long int.
40028         (INSERT_WORDS64): Likwise.
40029
40030 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40031
40032         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
40033         _Unwind_GetCFA return to _Unwind_Ptr first.
40034
40035 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
40036
40037         [BZ #13629]
40038         * math/s_clog.c: Include <float.h>.
40039         (__clog): Scale large or subnormal inputs.
40040         * math/s_clogf.c: Likewise.
40041         * math/s_clogl.c: Likewise.
40042         * math/s_clog10.c: Include <float.h>.
40043         (M_LOG10_2): Define.
40044         (__clog10): Scale large or subnormal inputs.
40045         * math/s_clog10f.c: Likewise.
40046         * math/s_clog10l.c: Likewise.
40047         * math/libm-test.inc (clog_test): Add more tests.
40048         (clog10_test): Likewise.
40049         * sysdeps/i386/fpu/libm-test-ulps: Update.
40050         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40051
40052         [BZ #11451]
40053         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
40054         x and y.
40055         * math/libm-test.inc (atan2_test): Add another test.
40056
40057         * Makerules (common-objdir-compile): Remove.
40058         * sysdeps/unix/Makefile (config-generated): Do not add
40059         $(unix-generated) to variable.
40060         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
40061         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
40062         Remove rule.
40063         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
40064         Likewise.
40065         [generic bits/local_lim.h] (before-compile): Do not append to
40066         variable.
40067         [generic bits/local_lim.h] (common-generated): Likewise.
40068         [generic sys/param.h] (before-compile): Do not append to variable.
40069         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
40070         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
40071         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
40072         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
40073         include.
40074         [generic sys/param.h] (sys/param.h-includes): Remove variable.
40075         [generic sys/param.h] (sys/param.h-includes): Remove rule.
40076         [generic sys/param.h] ($(addprefix
40077         $(common-objpfx),$(sys/param.h-includes))): Likewise.
40078         [generic sys/param.h] (common-generated): Do not append to
40079         variable.
40080         [generic sys/param.h] (sysdep_headers): Likewise.
40081         [generic bits/errno.h] (before-compile): Do not append to
40082         variable.
40083         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
40084         rule.
40085         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
40086         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
40087         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
40088         [generic bits/errno.h] (common-generated): Do not append to
40089         variable.
40090         [generic bits/ioctls.h] (before-compile): Do not append to
40091         variable.
40092         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
40093         rule.
40094         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
40095         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
40096         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
40097         rule.
40098         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
40099         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
40100         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
40101         [generic bits/ioctls.h] (common-generated): Do not append to
40102         variable.
40103         [generic sys/syscall.h] (syscall.h): Remove variable.
40104         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
40105         rule.
40106         [generic sys/syscall.h] (before-compile): Do not append to
40107         variable.
40108         [generic sys/syscall.h] (common-generated): Likewise.
40109         * sysdeps/unix/errnos-tmpl.c: Remove file.
40110         * sysdeps/unix/errnos.awk: Likewise.
40111         * sysdeps/unix/ioctls-tmpl.c: Likewise.
40112         * sysdeps/unix/ioctls.awk: Likewise.
40113         * sysdeps/unix/mk-local_lim.c: Likewise.
40114         * sysdeps/unix/snarf-ioctls: Likewise.
40115
40116 2012-03-19  Richard Henderson  <rth@twiddle.net>
40117
40118         * sysdeps/i386/fpu/fenv_private.h: New file.
40119         * sysdeps/i386/fpu/math_private.h: Use it.
40120         (math_opt_barrier, math_force_eval): Remove.
40121         (libc_feholdexcept_setround_53bit): Remove.
40122         (libc_feupdateenv_53bit): Remove.
40123         * sysdeps/x86_64/fpu/math_private.h: Likewise.
40124         (math_opt_barrier, math_force_eval): Remove.
40125         (libc_feholdexcept): Remove.
40126         (libc_feholdexcept_setround): Remove.
40127         (libc_fetestexcept, libc_fesetenv): Remove.
40128         (libc_feupdateenv_test): Remove.
40129         (libc_feupdateenv, libc_feholdsetround): Remove.
40130         (libc_feresetround): Remove.
40131
40132         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
40133         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
40134
40135         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
40136         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
40137         (libc_feupdateenv_testl): New.
40138         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
40139         (libc_feupdateenv_testf): New.
40140         (libc_feupdateenv): Use libc_feupdateenv_test.
40141         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
40142         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
40143
40144         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
40145         (libc_feholdsetroundf, libc_feholdsetroundl): New.
40146         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
40147         (libc_feresetround_noex): New.
40148         (libc_feresetround_noexf): New.
40149         (libc_feresetround_noexl): New.
40150         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
40151         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
40152         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
40153         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
40154         SET_RESTORE_ROUND.
40155         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
40156         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
40157         (__cos): Likewise.
40158         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
40159         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
40160         SET_RESTORE_ROUND_NOEX.
40161         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
40162         SET_RESTORE_ROUND_NOEXF.
40163         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
40164         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
40165         (libc_feholdsetroundf): New.
40166         (libc_feresetround, libc_feresetroundf): New.
40167
40168         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
40169         (libc_feholdexcept_setround_53bit): Convert from macro to function.
40170         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
40171
40172         * sysdeps/generic/math_private.h: Include <fenv.h>.
40173         (default_libc_feholdexcept): New.
40174         (default_libc_feholdexcept_setround): New.
40175         (default_libc_fesetenv, default_libc_feupdateenv): New.
40176         (libc_feholdexcept): Only define if undefined.
40177         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
40178         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
40179         (libc_feholdexcept_setroundl): Likewise.
40180         (libc_feholdexcept_setround_53bit): Likewise.
40181         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
40182         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
40183         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
40184         (libc_feupdateenv_53bit): Likewise.
40185         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
40186         (libc_feholdexcept): Convert from macro to inline function.
40187         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
40188         (libc_fesetenv, libc_feupdateenv): Likewise.
40189
40190         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
40191         not previously defined.
40192         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
40193         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
40194         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
40195         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
40196         * sysdeps/ieee754/flt-32/math_private.h: New file.
40197         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
40198         math_private.h below SET_FLOAT_WORD.
40199         (__isnan, __isinf_ns, __finite): Remove.
40200         (__isnanf, __isinf_nsf, __finitef): Remove.
40201
40202 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
40203
40204         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40205
40206 2012-03-17  David S. Miller  <davem@davemloft.net>
40207
40208         [BZ #6471]
40209         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
40210         for 2.16.
40211
40212 2012-03-16  David S. Miller  <davem@davemloft.net>
40213
40214         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
40215         warnings.
40216
40217         [BZ #6471]
40218         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
40219         properly.
40220         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
40221         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
40222         sysdep_routines when subdir is sysvipc.
40223         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
40224         __getshmlba helper.
40225
40226         * sysdeps/sparc/fpu/libm-test/ulps: Update.
40227
40228 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40229
40230         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
40231         [__LP64__].
40232
40233 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40234
40235         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
40236         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
40237         (__lround): Renamed to ...
40238         (__llround): This.  Replace long int with long long int.
40239         Define lround functions as aliases of llround functions.
40240         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
40241
40242 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40243
40244         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
40245         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
40246         adresses to uintptr_t.  Replace "long int" and "unsigned long
40247         int" with "greg_t" on va_arg.
40248
40249 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40250
40251         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
40252         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
40253
40254         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
40255         Move e_machine check before EI_CLASS check.  Handle x32
40256         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
40257         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
40258         SKIP_EM_IA_64 and include
40259         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
40260
40261         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
40262         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
40263         (add_system_dir): New macro.
40264
40265         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
40266         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
40267
40268 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40269
40270         [BZ #2551]
40271         [BZ #2552]
40272         [BZ #2553]
40273         [BZ #2554]
40274         [BZ #2562]
40275         [BZ #2563]
40276         [BZ #2565]
40277         [BZ #2566]
40278         [BZ #2576]
40279         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
40280         (y0): Likewise.
40281         * math/w_j0f.c (j0f): Likewise.
40282         (y0f): Likewise.
40283         * math/w_j0l.c (__j0l): Likewise.
40284         (__y0l): Likewise.
40285         * math/w_j1.c (j1): Likewise.
40286         (y1): Likewise.
40287         * math/w_j1f.c (j1f): Likewise.
40288         (y1f): Likewise.
40289         * math/w_j1l.c (__j1l): Likewise.
40290         (__y1l): Likewise.
40291         * math/w_jn.c (jn): Likewise.
40292         (yn): Likewise.
40293         * math/w_jnf.c (jnf): Likewise.
40294         (ynf): Likewise.
40295         * math/w_jnl.c (__jnl): Likewise.
40296         (__ynl): Likewise.
40297         * math/libm-test.inc (j0_test): Add more tests.
40298         (j1_test): Likewise.
40299         (jn_test): Likewise.  Add trailing semicolon to existing test.
40300         (y0_test): Likewise.
40301         (y1_test): Likewise.
40302         * sysdeps/i386/fpu/libm-test-ulps: Update.
40303         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40304
40305         [BZ #13851]
40306         [BZ #13854]
40307         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
40308         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
40309         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
40310         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
40311         (__tanl): Set errno for infinite argument.
40312         * sysdeps/i386/fpu/mptan.c: Remove.
40313         * sysdeps/i386/fpu/s_tan.S: Likewise.
40314         * sysdeps/i386/fpu/s_tanl.S: Likewise.
40315         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
40316         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
40317         * math/libm-test.inc (tan_test): Add more tests and enable more
40318         tests for double and long double.
40319         * sysdeps/i386/fpu/libm-test-ulps: Update.
40320         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40321
40322 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
40323
40324         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
40325         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
40326
40327 2012-03-16  Roland McGrath  <roland@hack.frob.com>
40328
40329         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
40330         * configure.in: Use it for both main tree and add-ons.
40331         * configure: Regenerated.
40332
40333 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40334
40335         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
40336
40337 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40338
40339         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
40340         in comment.
40341
40342         [BZ #13851]
40343         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
40344         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
40345         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
40346         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
40347         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
40348         infinite argument.
40349         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
40350         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
40351         != 0 for prec == 2.
40352         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
40353         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
40354         * sysdeps/i386/fpu/s_cosl.S: Likewise.
40355         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
40356         * sysdeps/i386/fpu/s_sinl.S: Likewise.
40357         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
40358         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
40359         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
40360         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
40361         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
40362         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
40363         * math/libm-test.inc (cos_test): Add more tests and enable more
40364         tests for long double.
40365         (sin_test): Likewise.
40366         (sincos_test): Likewise.
40367         * sysdeps/i386/fpu/libm-test-ulps: Update.
40368         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40369
40370 2012-03-16  David S. Miller  <davem@davemloft.net>
40371
40372         * sysdeps/sparc/fpu/math_private.h: New file.
40373
40374 2012-03-15  David S. Miller  <davem@davemloft.net>
40375
40376         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
40377         file.
40378         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
40379         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
40380         file.
40381         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
40382         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
40383         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
40384         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
40385         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
40386         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
40387         sysdep routines.
40388         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40389
40390         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
40391         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
40392
40393         * sysdeps/sparc/sparc-ifunc.h: New file.
40394         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
40395         sparc-ifunc.h
40396         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
40397         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
40398         Likewise.
40399         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
40400         Likewise.
40401         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
40402         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
40403         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
40404         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
40405         Likewise.
40406         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
40407         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
40408         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
40409         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
40410         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
40411         Likewise.
40412         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
40413         Likewise.
40414         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
40415         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
40416         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
40417         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
40418         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
40419         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
40420         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
40421         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
40422         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
40423         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
40424         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
40425         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
40426         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
40427         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
40428         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
40429         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
40430         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
40431         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
40432         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
40433         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
40434         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
40435         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
40436         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
40437         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
40438
40439 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
40440
40441         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
40442         scaling.
40443         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40444
40445 2012-03-15  Andreas Jaeger  <aj@suse.de>
40446
40447         [BZ #13852]
40448         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
40449         ieee754/flt-32 implementation for sin, cos and sincos.
40450         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
40451         * sysdeps/i386/fpu/s_cosf.S: Likewise.
40452         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
40453         * sysdeps/i386/fpu/s_sinf.S: Likewise.
40454         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
40455         ieee754/flt-32 implementation for tan.
40456
40457         * math/libm-test.inc (cos_test): Enable some large input tests for
40458         float as well
40459         (sin_test): Likewise.
40460         (sincos_test): Likewise.
40461         (tan_test): Add tests for large input.
40462
40463         * sysdeps/i386/fpu/libm-test-ulps: Update.
40464
40465 2012-03-15  Andreas Jaeger  <aj@suse.de>
40466
40467         [BZ #13658]
40468         * math/libm-test.inc (cos_test): Add more test cases.
40469         (sin_test): Likewise.
40470         (sincos_test): Likewise.
40471
40472 2012-03-15  Andreas Jaeger  <aj@suse.de>
40473
40474         [BZ #13837]
40475         * math/libm-test.inc (cos_test): Add a test case for large input
40476         value.
40477         (sin_test): Likewise.
40478         (sincos_test): Likewise.
40479
40480 2012-03-15  Andreas Jaeger  <aj@suse.de>
40481             Joseph Myers  <joseph@codesourcery.com>
40482
40483         [BZ #13658]
40484         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
40485         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
40486         * sysdeps/i386/fpu/branred.c: Likewise.
40487         * sysdeps/i386/fpu/dosincos.c: Likewise.
40488         * sysdeps/i386/fpu/mpa.c: Likewise.
40489         * sysdeps/i386/fpu/s_cos.S: Likewise.
40490         * sysdeps/i386/fpu/s_sin.S: Likewise.
40491         * sysdeps/i386/fpu/s_sincos.S: Likewise.
40492         * sysdeps/i386/fpu/sincos32.c: Likewise.
40493
40494         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
40495         Define.
40496         (libc_feupdateenv_53bit): Define.
40497         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
40498         Define.
40499         (libc_feupdateenv_53bit): Define.
40500
40501         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
40502         53 bit (without extend i386 double precision).
40503
40504         * math/libm-test.inc (sincos_test): Add tests for large input.
40505         (sin): Likewise.
40506         (cos): Likewise.
40507
40508         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
40509
40510 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
40511
40512         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40513
40514 2012-03-15  David S. Miller  <davem@davemloft.net>
40515
40516         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
40517         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
40518         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
40519         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
40520         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
40521         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
40522         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
40523         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
40524         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
40525         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
40526         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
40527         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
40528         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
40529         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
40530         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
40531         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
40532         file.
40533         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
40534         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
40535         file.
40536         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
40537         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
40538         file.
40539         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
40540         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
40541         file.
40542         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
40543         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
40544         fmin/fmax sysdep routines.
40545         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40546
40547 2012-03-14  David S. Miller  <davem@davemloft.net>
40548
40549         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
40550         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
40551         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
40552         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
40553         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
40554         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
40555         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
40556         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
40557         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
40558         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
40559         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
40560         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
40561         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
40562         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
40563         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
40564         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
40565         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
40566         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
40567         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
40568         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
40569         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
40570         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
40571         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
40572         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
40573         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
40574         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
40575         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
40576         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
40577         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
40578         routines.
40579         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
40580         file.
40581         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
40582         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
40583         file.
40584         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
40585         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
40586         file.
40587         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
40588         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
40589         file.
40590         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
40591         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
40592         file.
40593         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
40594         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
40595         file.
40596         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
40597         file.
40598         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
40599         file.
40600         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
40601         file.
40602         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
40603         New file.
40604         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
40605         file.
40606         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
40607         file.
40608         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
40609         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
40610         file.
40611         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
40612         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
40613         file.
40614         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
40615         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
40616         file.
40617         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
40618         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
40619         VIS3 routines.
40620
40621         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
40622         New file.
40623
40624         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40625
40626         * sysdeps/sparc/configure.in: New file.
40627         * sysdeps/sparc/configure: Generate.
40628         * configure.in (libc_cv_sparc_as_vis3): Substitute.
40629         * configure: Regenerate.
40630         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
40631         * config.make.in (have-as-vis3): New.
40632         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
40633         available use -Av9d instead of -Av9a.
40634         * sysdeps/sparc/sparc64/Makefile: Likewise.
40635         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
40636         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
40637         New file.
40638         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
40639         file.
40640         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
40641         New file.
40642         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
40643         file.
40644         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
40645         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
40646         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
40647         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
40648         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
40649
40650         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
40651         fzeros/fnegs to load 0x80000000 into a float register instead of
40652         using the stack.
40653         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
40654
40655 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
40656
40657         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40658         bits/syscall.h.
40659         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
40660         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
40661         ($(inst_includedir)/bits/syscall.h): Remove rule.
40662         ($(objpfx)bits/syscall.d): Include instead of
40663         $(objpfx)syscall-list.d.
40664         (generated): Change syscall-list.h and syscall-list.d to
40665         bits/syscall.h and bits/syscall.d.
40666
40667 2012-03-14  Roland McGrath  <roland@hack.frob.com>
40668
40669         [BZ #13846]
40670         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
40671
40672 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
40673
40674         [BZ #13841]
40675         * math/s_csqrt.c: Include <float.h>.
40676         (__csqrt): Scale large or subnormal inputs.
40677         * math/s_csqrtf.c: Likewise.
40678         * math/s_csqrtl.c: Likewise.
40679         * math/libm-test.inc (csqrt_test): Add more tests.
40680         * sysdeps/i386/fpu/libm-test-ulps: Update.
40681         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40682
40683         [BZ #13840]
40684         * math/libm-test.inc (hypot_test): Add more tests.
40685
40686 2012-03-13  David S. Miller  <davem@davemloft.net>
40687
40688         [BZ #13840]
40689         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
40690         double-precision for the calculation instead of scaling.
40691
40692 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
40693
40694         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
40695         manipulate bits before adding and subtracting TWO52[sx].
40696         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
40697         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
40698         Likewise.
40699         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
40700
40701 2012-03-13  David S. Miller  <davem@davemloft.net>
40702
40703         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
40704         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
40705         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
40706         rtld-global-offsets.h
40707         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
40708
40709         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
40710         large parameters.
40711
40712         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
40713
40714         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
40715         'err' in the ifdef scope in which it is actually used.
40716
40717         * nss/nss_db/db-init.c: Include string.h
40718
40719 2012-03-12  David S. Miller  <davem@davemloft.net>
40720
40721         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
40722         masking out of the most significant byte of random value used.
40723         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40724         Fix coding style in previous change.
40725
40726         * sysdeps/unix/sysv/linux/kernel-features.h
40727         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
40728         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
40729         expression.
40730         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
40731         later.
40732
40733 2012-03-11  David S. Miller  <davem@davemloft.net>
40734
40735         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
40736         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
40737         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
40738         for 'resultvar' otherwise things get truncated on 64-bit.
40739
40740         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40741         Fix masking out of the most significant byte of random value used.
40742
40743         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40744
40745 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
40746
40747         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40748
40749 2012-03-09  David S. Miller  <davem@davemloft.net>
40750
40751         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
40752         variables with appropriate CPP guards.
40753         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
40754         from the frame pointer, not the stack pointer.  Correct layout
40755         comments.  Fix test on resulting framesize and the management of
40756         the outregs buffer for pltexit.  Preserve floating point return
40757         values across _dl_call_pltexit call.
40758         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
40759         framesize and the management of the outregs buffer for pltexit.
40760         Preserve floating point return values across _dl_call_pltexit
40761         call.
40762         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
40763         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
40764         (la_sparc64_gnu_pltexit): New functions.
40765         (print_exit): Fix format string for return register value.
40766
40767 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
40768
40769         * sunrpc/Makefile (others): Add rpcgen.
40770         ($(objpfx)rpcgen): Remove special build rule and dependency on
40771         libc.
40772         * sunrpc/rpcgen.c: New file.
40773
40774 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
40775
40776         [BZ #13673]
40777         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
40778         * stdio-common/bug-vfprintf-nargs.c: Likewise.
40779         * sysdeps/i386/crti.S: Likewise.
40780         * sysdeps/i386/crtn.S: Likewise.
40781         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
40782         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
40783         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
40784         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
40785         * sysdeps/sh/crti.S: Likewise.
40786         * sysdeps/sh/crtn.S: Likewise.
40787         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40788
40789         [BZ #13673]
40790         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
40791         with URL.
40792         * locale/programs/locfile-kw.gperf: Likewise.
40793         * locale/programs/charmap-kw.h: Regenerated.
40794         * locale/programs/locfile-kw.h: Likewise.
40795
40796         [BZ #13673]
40797         * intl/plural.y: Replace FSF snail mail address with URL.
40798         * intl/plural.c: Regenerated.
40799
40800 2012-03-09  Richard Henderson  <rth@twiddle.net>
40801
40802         * include/math_private.h: Remove file.
40803         * math/math_private.h: Move file ...
40804         * sysdeps/generic/math_private.h: ... here.
40805
40806         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
40807         * sysdeps/powerpc/fpu/math_private.h: Likewise.
40808         * sysdeps/x86_64/fpu/math_private.h: Likewise.
40809
40810         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
40811         and <math_private.h>.
40812         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
40813         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
40814         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
40815         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
40816         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
40817         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
40818         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
40819         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
40820         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
40821         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
40822         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
40823         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
40824         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
40825         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
40826         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
40827         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
40828         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
40829         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
40830         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
40831         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
40832         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
40833         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
40834         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
40835         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
40836         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
40837         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
40838         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
40839         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
40840         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
40841         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
40842         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
40843         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
40844         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
40845         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
40846         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
40847         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
40848         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
40849         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
40850         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
40851         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
40852         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
40853         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
40854         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
40855         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
40856         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
40857         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
40858         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
40859         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
40860         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
40861         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
40862         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
40863         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
40864         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
40865         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
40866         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
40867         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
40868         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
40869         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
40870         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
40871         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
40872         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
40873         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
40874         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
40875         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
40876         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
40877         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
40878         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
40879         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
40880         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
40881         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
40882         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
40883         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
40884         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
40885         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
40886         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
40887         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
40888         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
40889         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
40890         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
40891         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
40892         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
40893         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
40894         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
40895         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
40896         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
40897         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
40898         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
40899         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
40900         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
40901         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
40902         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
40903         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
40904         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
40905         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
40906         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
40907         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
40908         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
40909         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
40910         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
40911         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
40912         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
40913         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
40914         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
40915         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
40916         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
40917         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
40918         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
40919         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
40920         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
40921         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
40922         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
40923         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
40924         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
40925         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
40926         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
40927         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
40928         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
40929         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
40930         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
40931         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
40932         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
40933         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
40934         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
40935         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
40936         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
40937         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
40938         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
40939         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
40940         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
40941         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
40942         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
40943         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
40944         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
40945         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
40946         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
40947         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
40948         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
40949         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
40950         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
40951         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
40952         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
40953         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
40954         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
40955         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
40956         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
40957         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
40958         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
40959         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
40960         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
40961         * sysdeps/ieee754/k_standard.c: Likewise.
40962         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
40963         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
40964         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
40965         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
40966         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
40967         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
40968         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
40969         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
40970         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
40971         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
40972         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
40973         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
40974         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
40975         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
40976         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
40977         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
40978         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
40979         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
40980         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
40981         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
40982         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
40983         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
40984         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
40985         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
40986         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
40987         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
40988         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
40989         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
40990         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
40991         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
40992         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
40993         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
40994         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
40995         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
40996         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
40997         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
40998         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
40999         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
41000         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
41001         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
41002         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
41003         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
41004         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
41005         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
41006         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
41007         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
41008         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
41009         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
41010         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
41011         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
41012         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
41013         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
41014         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
41015         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
41016         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
41017         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
41018         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
41019         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
41020         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
41021         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
41022         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
41023         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
41024         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
41025         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
41026         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
41027         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
41028         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
41029         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
41030         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
41031         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
41032         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
41033         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
41034         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
41035         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
41036         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
41037         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
41038         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
41039         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
41040         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41041         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
41042         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
41043         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
41044         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
41045         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
41046         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
41047         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
41048         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
41049         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
41050         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41051         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
41052         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
41053         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
41054         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
41055         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
41056         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
41057         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
41058         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
41059         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
41060         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
41061         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
41062         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
41063         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
41064         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
41065         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
41066         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
41067         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
41068         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
41069         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
41070         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
41071         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
41072         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
41073         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
41074         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
41075         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
41076         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
41077         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
41078         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
41079         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
41080         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
41081         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
41082         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
41083         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
41084         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
41085         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
41086         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
41087         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
41088         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
41089         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
41090         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
41091         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
41092         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
41093         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
41094         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
41095         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
41096         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
41097         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
41098         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
41099         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
41100         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
41101         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
41102         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
41103         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
41104         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
41105         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
41106         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
41107         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
41108         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
41109         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
41110         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
41111         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
41112         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
41113         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
41114         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
41115         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41116         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
41117         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
41118         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
41119         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
41120         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
41121         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
41122         * sysdeps/ieee754/s_lib_version.c: Likewise.
41123         * sysdeps/ieee754/s_matherr.c: Likewise.
41124         * sysdeps/ieee754/s_signgam.c: Likewise.
41125         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
41126         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
41127         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
41128         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
41129         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
41130         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41131         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
41132         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
41133         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
41134         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
41135         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
41136         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
41137         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
41138         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
41139         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
41140         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
41141         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
41142         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
41143         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
41144         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
41145         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
41146
41147 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
41148
41149         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
41150         * sunrpc/rpc_main.c: Likewise.
41151         * sunrpc/rpc_svcout.c: Likewise.
41152
41153 2012-03-09  David S. Miller  <davem@davemloft.net>
41154
41155         * include/math_private.h: New file.
41156
41157 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
41158
41159         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
41160         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
41161         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
41162         from <bits/socket_type.h>.
41163         (enum __socket_type): Don't define here.
41164         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
41165         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41166         bits/socket_type.h.
41167
41168         [BZ #13566]
41169         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
41170         checking __USE_GNU.
41171
41172         * Makerules ($(inst_includedir)/%.h): New rule.
41173         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
41174         (install-others): Remove variable setting.
41175         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
41176
41177 2012-03-08  Richard Henderson  <rth@twiddle.net>
41178
41179         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
41180         from macro to inline function; merge with the
41181         !__LIBC_INTERNAL_MATH_INLINES version.
41182         (__ieee754_sqrtf): Likewise.
41183
41184         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
41185         to inline function.
41186         (__rintf, __floor, __floorf): Likewise.
41187
41188         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
41189         macro to inline function.
41190         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
41191
41192         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
41193         not <math/math_private.h>.
41194
41195 2012-03-08  David S. Miller  <davem@davemloft.net>
41196
41197         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
41198         copyright year.
41199         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
41200
41201 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
41202
41203         * resolv/gai_misc.c (handle_requests): Fix struct timespec
41204         normalization.
41205         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
41206         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
41207
41208 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
41209
41210         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
41211         be defined individually, they must be defined as a block.  Define
41212         S for printing a string instead of hidint the different by using a
41213         macro for adding the 'l'.
41214         * stdio-common/tst-fphex-wide.c: Adjust.
41215
41216 2012-03-07  Marek Polacek  <polacek@redhat.com>
41217
41218         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
41219
41220 2012-03-08  Marek Polacek  <polacek@redhat.com>
41221
41222         [BZ #13806]
41223         * stdio-common/Makefile (tests): Add tst-fphex-wide.
41224         * stdio-common/tst-fphex.c: Define a few macros to make the
41225         test reusable.  Use them.
41226         * stdio-common/tst-fphex-wide.c: New file.
41227
41228 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
41229
41230         [BZ #6911]
41231         * manual/macros.texi (gnusystems): New macro.
41232         (nongnusystems): Likewise.
41233         (gnulinuxhurdsystems): Likewise.
41234         (gnuhurdsystems): Likewise..
41235         (gnulinuxsystems): Likewise.
41236         * manual/charset.texi: Use new macros or @theglibc{} to refer to
41237         variants of the GNU system, not "GNU system".
41238         * manual/conf.texi: Likewise.
41239         * manual/errno.texi: Likewise.  Update example of errno macro
41240         expansion.
41241         * manual/filesys.texi: Likewise.
41242         (getumask): Document as specific to GNU/Hurd.
41243         * manual/install.texi: Likewise.  Reword some references to
41244         GNU/Linux.
41245         * manual/intro.texi: Likewise.
41246         * manual/io.texi: Likewise.
41247         (File Name Portability): Detail which constraints are inapplicable
41248         to all GNU systems and which are only inapplicable to GNU/Hurd.
41249         * manual/job.texi: Likewise.
41250         * manual/llio.texi: Likewise.
41251         (O_NOCTTY): Document as present on GNU/Linux.
41252         * manual/maint.texi: Likewise.
41253         * manual/memory.texi: Likewise.
41254         * manual/pattern.texi: Likewise.
41255         * manual/pipe.texi: Likewise.
41256         * manual/process.texi: Likewise.
41257         * manual/resource.texi: Likewise.
41258         (RUSAGE_CHILDREN): Remove statement about specifying a particular
41259         child on GNU/Hurd.
41260         * manual/setjmp.texi: Likewise.
41261         * manual/signal.texi: Likewise.
41262         * manual/startup.texi: Likewise.
41263         * manual/stdio.texi: Likewise.
41264         * manual/terminal.texi: Likewise.
41265         (ONLCR): Document as POSIX.
41266         (OXTABS): Document availability on GNU/Linux as XTABS.
41267         (ONOEOT): Document availability separately from other bits.
41268         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
41269         * manual/time.texi: Likewise.
41270         * manual/users.texi: Likewise.
41271         * INSTALL: Regenerated.
41272         * sysdeps/gnu/errlist.c: Regenerated.
41273
41274         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
41275         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
41276         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
41277         puts.
41278         * configure: Regenerated.
41279
41280 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
41281
41282         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
41283         default includes instead of AC_HEADER_CHECK.
41284         * sysdeps/i386/configure: Regenerated.
41285
41286         [BZ #10716]
41287         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
41288         * math/s_cacoshf.c (__cacoshf): Likewise.
41289         * math/s_cacoshl.c (__cacoshl): Likewise.
41290         * math/s_casinh.c (__casinh): Set signs of result from argument.
41291         * math/s_casinhf.c (__casinhf): Likewise.
41292         * math/s_casinhl.c (__casinhl): Likewise.
41293         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
41294         (casinh_test): Add more tests.
41295         * sysdeps/i386/fpu/libm-test-ulps: Update.
41296         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41297
41298 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
41299
41300         * po/zh_TW.po: Update from translation team.
41301
41302         * login/Makefile (distribute): Remove variable.
41303         * catgets/Makefile: Likewise.
41304         * mach/Makefile: Likewise.
41305         * malloc/Makefile: Likewise.
41306         * misc/Makefile: Likewise.
41307         * iconv/Makefile: Likewise.
41308         * nscd/Makefile: Likewise.
41309         * hurd/Makefile: Likewise.
41310         * manual/Makefile: Likewise.
41311         * locale/Makefile: Likewise.
41312         * intl/Makefile: Likewise.
41313         * conform/Makefile: Likewise.
41314         * nss/Makefile: Likewise.
41315         * time/Makefile: Likewise.
41316         * soft-fp/Makefile: Likewise.
41317         * dirent/Makefile: Likewise.
41318         * gmon/Makefile: Likewise.
41319         * po/Makefile: Likewise.
41320         * rt/Makefile: Likewise.
41321         * socket/Makefile: Likewise.
41322         * math/Makefile: Likewise.
41323         * signal/Makefile: Likewise.
41324         * debug/Makefile: Likewise.
41325         * elf/Makefile: Likewise.
41326         * timezone/Makefile: Likewise.
41327         * stdlib/Makefile: Likewise.
41328         * iconvdata/Makefile: Likewise.
41329         * sunrpc/Makefile: Likewise.
41330         * io/Makefile: Likewise.
41331         * argp/Makefile: Likewise.
41332         * inet/Makefile: Likewise.
41333         * hesiod/Makefile: Likewise.
41334         * grp/Makefile: Likewise.
41335         * csu/Makefile: Likewise.
41336         * wctype/Makefile: Likewise.
41337         * crypt/Makefile: Likewise.
41338         * libio/Makefile: Likewise.
41339         * string/Makefile: Likewise.
41340         * nis/Makefile: Likewise.
41341         * resolv/Makefile: Likewise.
41342         * stdio-common/Makefile: Likewise.
41343         * wcsmbs/Makefile: Likewise.
41344         * dlfcn/Makefile: Likewise.
41345         * posix/Makefile: Likewise.
41346
41347         [BZ #6959]
41348         * timezone/Makefile: Don't install timezone files, just the programs
41349         and scripts.
41350
41351 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
41352
41353         * nss/databases.def: Add missing gshadow entry.
41354
41355         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
41356
41357 2012-03-06  Marek Polacek  <polacek@redhat.com>
41358
41359         [BZ #13726]
41360         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
41361         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
41362         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
41363         * stdio-common/tst-long-dbl-fphex.c: New file.
41364
41365 2012-03-06  David S. Miller  <davem@davemloft.net>
41366
41367         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
41368         (set_obp_int): New function.
41369         (get_obp_int): New function.
41370         (__get_clockfreq_via_dev_openprom): Likewise.
41371         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
41372         Avoid unused variable warnings on 'val' and use builtin_expect.
41373         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
41374         __builtin_expect.
41375         (INLINE_CLONE_SYSCALL): Likewise.
41376
41377 2012-03-05  David S. Miller  <davem@davemloft.net>
41378
41379         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41380
41381 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
41382
41383         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41384
41385         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
41386         only for |x| >= 40.
41387         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41388
41389 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
41390
41391         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
41392         Replace gettimeofday with __vdso_gettimeofday.
41393
41394         * sysdeps/unix/sysv/linux/x86_64/init-first.c
41395         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
41396         __vdso_clock_gettime and __vdso_getcpu.
41397
41398         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
41399         time with __vdso_time.
41400
41401 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41402
41403         * manual/lang.texi (size_t): Note types to which size_t may be
41404         equivalent with the GNU C Library, but do not describe when
41405         differences between them are significant.
41406
41407 2012-03-05  Andreas Jaeger  <aj@suse.de>
41408
41409         * sysdeps/i386/fpu/libm-test-ulps: Update.
41410
41411 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41412
41413         [BZ #3976]
41414         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
41415         (__ieee754_pow): Save and restore rounding mode and use
41416         round-to-nearest for main computations.
41417         * math/libm-test.inc (pow_test_tonearest): New function.
41418         (pow_test_towardzero): Likewise.
41419         (pow_test_downward): Likewise.
41420         (pow_test_upward): Likewise.
41421         (main): Call the new functions.
41422         * sysdeps/i386/fpu/libm-test-ulps: Update.
41423         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41424
41425         [BZ #3976]
41426         * math/libm-test.inc (cosh_test_tonearest): New function.
41427         (cosh_test_towardzero): Likewise.
41428         (cosh_test_downward): Likewise.
41429         (cosh_test_upward): Likewise.
41430         (sinh_test_tonearest): Likewise.
41431         (sinh_test_towardzero): Likewise.
41432         (sinh_test_downward): Likewise.
41433         (sinh_test_upward): Likewise.
41434         (main): Call the new functions.
41435         * sysdeps/i386/fpu/libm-test-ulps: Update.
41436         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41437
41438 2012-03-05  Tom de Vries  <tom@codesourcery.com>
41439
41440         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
41441         default stack guard is set in last bytes.
41442         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
41443
41444 2012-03-05  Kees Cook  <keescook@chromium.org>
41445
41446         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
41447
41448         [BZ #13656]
41449         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
41450         possibly allocate from heap instead of stack.
41451         * stdio-common/bug-vfprintf-nargs.c: New file.
41452         * stdio-common/Makefile (tests): Add nargs overflow test.
41453
41454 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
41455
41456         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41457
41458 2012-03-03  Marek Polacek  <polacek@redhat.com>
41459
41460         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
41461         * math/math_private.h: Likewise.
41462         * stdlib/tst-strtod.c: Likewise.
41463         * sysdeps/i386/i486/bits/atomic.h: Likewise.
41464         * sysdeps/x86_64/bits/atomic.h: Likewise.
41465
41466 2012-03-02  David S. Miller  <davem@davemloft.net>
41467
41468         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
41469         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
41470         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
41471         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
41472         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
41473         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
41474         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
41475         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
41476
41477 2012-03-02  Roland McGrath  <roland@hack.frob.com>
41478
41479         [BZ #13792]
41480         * manual/examples/README: New file, says the example source files
41481         can be used under GPL>=2.
41482         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
41483         line containing just "*/".
41484         * manual/examples/add.c: Add copyright header (GPL>=2).
41485         * manual/examples/argp-ex1.c: Likewise.
41486         * manual/examples/argp-ex2.c: Likewise.
41487         * manual/examples/argp-ex3.c: Likewise.
41488         * manual/examples/argp-ex4.c: Likewise.
41489         * manual/examples/atexit.c: Likewise.
41490         * manual/examples/db.c: Likewise.
41491         * manual/examples/dir.c: Likewise.
41492         * manual/examples/dir2.c: Likewise.
41493         * manual/examples/execinfo.c: Likewise.
41494         * manual/examples/filecli.c: Likewise.
41495         * manual/examples/filesrv.c: Likewise.
41496         * manual/examples/fmtmsgexpl.c: Likewise.
41497         * manual/examples/genpass.c: Likewise.
41498         * manual/examples/inetcli.c: Likewise.
41499         * manual/examples/inetsrv.c: Likewise.
41500         * manual/examples/isockad.c: Likewise.
41501         * manual/examples/longopt.c: Likewise.
41502         * manual/examples/memopen.c: Likewise.
41503         * manual/examples/memstrm.c: Likewise.
41504         * manual/examples/mkfsock.c: Likewise.
41505         * manual/examples/mkisock.c: Likewise.
41506         * manual/examples/mygetpass.c: Likewise.
41507         * manual/examples/pipe.c: Likewise.
41508         * manual/examples/popen.c: Likewise.
41509         * manual/examples/rprintf.c: Likewise.
41510         * manual/examples/search.c: Likewise.
41511         * manual/examples/select.c: Likewise.
41512         * manual/examples/setjmp.c: Likewise.
41513         * manual/examples/sigh1.c: Likewise.
41514         * manual/examples/sigusr.c: Likewise.
41515         * manual/examples/stpcpy.c: Likewise.
41516         * manual/examples/strdupa.c: Likewise.
41517         * manual/examples/strftim.c: Likewise.
41518         * manual/examples/strncat.c: Likewise.
41519         * manual/examples/subopt.c: Likewise.
41520         * manual/examples/swapcontext.c: Likewise.
41521         * manual/examples/termios.c: Likewise.
41522         * manual/examples/testopt.c: Likewise.
41523         * manual/examples/testpass.c: Likewise.
41524         * manual/examples/timeval_subtract.c: Likewise.
41525
41526         [BZ #13792]
41527         * manual/time.texi (Elapsed Time): Move timeval_subtract example
41528         function to ...
41529         * manual/timeval_subtract.c.texi: ... here, new file.
41530
41531 2012-03-02  David S. Miller  <davem@davemloft.net>
41532
41533         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
41534
41535 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
41536
41537         [BZ #3976]
41538         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
41539         (__sin): Save and restore rounding mode and use round-to-nearest
41540         for all computations.
41541         (__cos): Save and restore rounding mode and use round-to-nearest
41542         for all computations.
41543         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
41544         <fenv.h>.
41545         (tan): Save and restore rounding mode and use round-to-nearest for
41546         all computations.
41547         * math/libm-test.inc (cos_test_tonearest): New function.
41548         (cos_test_towardzero): Likewise.
41549         (cos_test_downward): Likewise.
41550         (cos_test_upward): Likewise.
41551         (sin_test_tonearest): Likewise.
41552         (sin_test_towardzero): Likewise.
41553         (sin_test_downward): Likewise.
41554         (sin_test_upward): Likewise.
41555         (tan_test_tonearest): Likewise.
41556         (tan_test_towardzero): Likewise.
41557         (tan_test_downward): Likewise.
41558         (tan_test_upward): Likewise.
41559         (main): Call the new functions.
41560         * sysdeps/i386/fpu/libm-test-ulps: Update.
41561         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41562
41563         [BZ #10135]
41564         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
41565         small n, then large n, before computing and testing k+n.
41566         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
41567         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
41568         Likewise.
41569         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
41570         Likewise.
41571         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
41572         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
41573         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
41574         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
41575         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
41576         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
41577         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
41578         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
41579         * math/libm-test.inc (scalbn_test): Add more tests.
41580         (scalbln_test): Likewise.
41581
41582         * manual/filesys.texi (mode_t): Describe constraints on size and
41583         signedness, not exact equivalence to a particular type.
41584         (ino_t): Likewise.
41585         (ino64_t): Likewise.
41586         (dev_t): Likewise.
41587         (nlink_t): Likewise.
41588         (blkcnt_t): Likewise.
41589         (blkcnt64_t): Likewise.
41590         * manual/llio.texi (off_t): Likewise.
41591
41592         [BZ #3976]
41593         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
41594         (__ieee754_exp): Save and restore rounding mode and use
41595         round-to-nearest for all computations.
41596         * math/libm-test.inc (exp_test_tonearest): New function.
41597         (exp_test_towardzero): Likewise.
41598         (exp_test_downward): Likewise.
41599         (exp_test_upward): Likewise.
41600         (main): Call the new functions.
41601         * sysdeps/i386/fpu/libm-test-ulps: Update.
41602         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41603
41604 2012-03-01  Chris Demetriou  <cgd@google.com>
41605
41606         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
41607         have predictable order.
41608
41609 2012-03-01  David S. Miller  <davem@davemloft.net>
41610
41611         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
41612
41613         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
41614         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
41615         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
41616         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
41617
41618         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
41619         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
41620         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
41621         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
41622         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
41623         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
41624         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
41625         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
41626         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
41627
41628         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41629
41630         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
41631         * sysdeps/sparc/fpu/libm-test-ulps: to here.
41632         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
41633
41634         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
41635         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
41636         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
41637         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
41638         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
41639         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
41640         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
41641         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
41642         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
41643         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
41644         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
41645         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41646         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
41647         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
41648         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41649         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41650         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
41651         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
41652         * sysdeps/sparc/elf/configure: Regenerated.
41653
41654 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
41655
41656         * configure.in (AS, LD): Require binutils 2.20 or later.
41657         * configure: Regenerated.
41658         * manual/install.texi (Tools for Compilation): Give binutils 2.20
41659         as required minimum version.
41660         * INSTALL: Regenerated.
41661
41662         [BZ #2541]
41663         [BZ #4108]
41664         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
41665         before squaring exponent.
41666         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
41667         bottom long double and 27 bits of top long double before squaring
41668         exponent.
41669         * math/libm-test.inc (erfc_test): Add more tests.
41670         * sysdeps/i386/fpu/libm-test-ulps: Update.
41671         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41672         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41673
41674 2012-03-01  Kai Tietz  <ktietz@redhat.com>
41675
41676         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
41677         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
41678         containing bit-fields.
41679         * soft-fp/extended.h (_FP_UNION_E): Likewise.
41680         * soft-fp/single.h (_FP_UNION_S): Likewise.
41681         * soft-fp/double.h (_FP_UNION_D): Likewise.
41682
41683 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
41684
41685         [BZ #13786]
41686         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
41687         not include ../strcmp.S.
41688         [USE_AS_STRNCASECMP_L]: Likewise.
41689         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
41690         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
41691         * sysdeps/i386/i686/multiarch/strncase_l-c.c
41692         (__strncasecmp_l_ia32): Define as alias to
41693         __strncasecmp_l_nonascii.
41694
41695         [BZ #5794]
41696         * math/libm-test.inc (expm1_test): Add test for bug 5794.
41697         * sysdeps/i386/fpu/libm-test-ulps: Update.
41698         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41699
41700         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
41701         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41702
41703 2012-02-29  Jeff Law  <law@redhat.com>
41704
41705         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
41706         out of bounds read.
41707
41708 2012-02-29  Marek Polacek  <polacek@redhat.com>
41709
41710         [BZ #13706]
41711         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
41712         * elf/Makefile: Add rules to run tst-unused-dep.out.
41713
41714 2012-02-28  David S. Miller  <davem@davemloft.net>
41715
41716         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
41717         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
41718         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
41719         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
41720         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
41721         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
41722
41723 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
41724
41725         * math/libm-test.inc (llround_test): Move one test from
41726         lround_test.  Use TEST_f_L in moved test.
41727         (lround_test): Move misplaced test to llround_test.  Add testcase
41728         from bug 2561.
41729
41730 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
41731
41732         * sysdeps/x86_64/fpu/e_expf.S: New file.
41733         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
41734
41735 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
41736
41737         [BZ #13637]
41738         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
41739         of remain_len that may cause incomplete multi-byte character and
41740         false match.
41741         * posix/bug-regex33.c: New file.
41742         * posix/Makefile (tests): Add bug-regex33.
41743
41744 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
41745
41746         * manual/macros.texi: New file.
41747         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
41748         * manual/libc.texinfo: Include macros.texi.
41749         * manual/creatute.texi: Likewise.
41750         * manual/install.texi: Likewise.
41751         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
41752         @glibcadj{} in references to the GNU C Library.
41753         * manual/charset.texi: Likewise.
41754         * manual/conf.texi: Likewise.
41755         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
41756         when not using those macros.
41757         * manual/creature.texi: Likewise.
41758         * manual/crypt.texi: Likewise.
41759         * manual/errno.texi: Likewise.
41760         * manual/filesys.texi: Likewise.
41761         * manual/header.texi: Likewise.
41762         * manual/install.texi: Likewise.
41763         * manual/intro.texi: Likewise.
41764         * manual/io.texi: Likewise.
41765         * manual/job.texi: Likewise.
41766         * manual/lang.texi: Likewise.
41767         * manual/libc.texiinfo: Likewise.
41768         * manual/llio.texi: Likewise.
41769         * manual/locale.texi: Likewise.
41770         * manual/maint.texi: Likewise.
41771         * manual/math.texi: Likewise.
41772         * manual/memory.texi: Likewise.
41773         * manual/message.texi: Likewise.
41774         * manual/nss.texi: Likewise.
41775         * manual/pattern.texi: Likewise.
41776         * manual/process.texi: Likewise.
41777         * manual/resource.texi: Likewise.
41778         * manual/search.texi: Likewise.
41779         * manual/setjmp.texi: Likewise.
41780         * manual/signal.texi: Likewise.
41781         * manual/socket.texi: Likewise.
41782         * manual/startup.texi: Likewise.
41783         * manual/stdio.texi: Likewise.
41784         * manual/string.texi: Likewise.
41785         * manual/sysinfo.texi: Likewise.
41786         * manual/syslog.texi: Likewise.
41787         * manual/terminal.texi: Likewise.
41788         * manual/time.texi: Likewise.
41789         * manual/users.texi: Likewise.
41790         * INSTALL: Regenerated.
41791         * NOTES: Regenerated.
41792         * sysdeps/gnu/errlist.c: Regenerated.
41793
41794 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
41795
41796         * include/dirent.h: Include <dirstream.h> before
41797         <dirent/dirent.h>.
41798
41799 2012-02-28  David S. Miller  <davem@davemloft.net>
41800
41801         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
41802         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
41803         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
41804         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
41805
41806 2012-02-27  David S. Miller  <davem@davemloft.net>
41807
41808         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
41809         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
41810         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
41811         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
41812
41813         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
41814         frame pointer instead of stack pointer relative arg slot.
41815         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41816         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41817         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41818
41819 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
41820
41821         [BZ #3992]
41822         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
41823
41824 2012-02-27  David S. Miller  <davem@davemloft.net>
41825
41826         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
41827         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41828         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41829         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
41830         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41831         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41832         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
41833         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
41834
41835 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
41836
41837         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
41838         later.  Allow versions 5-9.
41839         * configure: Regenerated.
41840         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
41841         required minimum version and 4.6 as recommended version.  Do not
41842         mention bugs in GCC 2.7 and 2.8.
41843         * INSTALL: Regenerated.
41844
41845 2012-02-27  David S. Miller  <davem@davemloft.net>
41846
41847         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
41848         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
41849         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
41850         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
41851         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
41852         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
41853         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
41854         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
41855
41856         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
41857         manipulate bits before adding and subtracting TWO112[sx].
41858         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
41859
41860 2012-02-27  Roland McGrath  <roland@hack.frob.com>
41861
41862         [BZ #13775]
41863         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
41864         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
41865         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
41866         being in POSIX, because they are in 1003.1-2008.
41867
41868         * rt/tst-aio.c: Include <fcntl.h>.
41869         * rt/tst-aio7.c: Likewise.
41870         * rt/tst-aio64.c: Likewise.
41871
41872         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
41873
41874 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
41875
41876         * manual/install.texi (--with-headers): Describe headers as
41877         interface headers, not private headers.
41878         (Specific advice for GNU/Linux systems): Describe use of headers
41879         from "make headers_install", not private headers from older
41880         kernels.
41881         * INSTALL: Regenerated.
41882         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
41883         Change to 2.6.19.
41884         * sysdeps/unix/sysv/linux/configure: Regenerated.
41885
41886         * manual/llio.texi (fclean): Remove documentation.
41887
41888         * manual/Makefile (libc-texi-generated): New variable.  Include
41889         version.texi.
41890         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
41891         $(libc-texi-generated), not duplicated list of files.
41892         (version.texi, stamp-version): New rules.
41893         (realclean): Remove $(libc-texi-generated), not individual files
41894         from that list.  Do not remove dir-add.texinfo.
41895         * manual/libc.texinfo: Comment out uses of edition numbers and
41896         references to printed manual.  Remove last-updated dates.
41897         (EDITION): Comment out.
41898         (ISBN): Likewise.
41899         (VERSION, UPDATED): Remove.
41900         (version.texi): Include.
41901
41902 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
41903
41904         * sysdeps/posix/spawni.c: Include <signal.h>.
41905         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
41906         * sysdeps/pthread/aio_fsync.c: Likewise.
41907
41908 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
41909
41910         * conform/Makefile (tests): Run only when not cross-compiling and
41911         when fast-check is not defined.
41912
41913         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
41914         * conform/data/limits.h-data: Fixes for POSIX2008.
41915         * conform/run-conformtest.sh: Run all tests.
41916         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
41917         headers.
41918         * include/bits/dlfcn.h: Likewise.
41919         * include/langinfo.h: Likewise.
41920         * include/monetary.h: Likewise.
41921         * include/sys/poll.h: Likewise.
41922
41923         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
41924         for __USE_GNU.
41925         * posix/spawn.h: Define __need_sigset_t.
41926         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
41927         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
41928         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
41929         to get sigevent_t only.
41930         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
41931         only for __USE_GNU.
41932         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
41933         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
41934         process_vm_writev only for __USE_GNU.
41935         * termios/termios.h: Declare tcgetsid also for POSIX2008.
41936
41937         * conform/Makefile: For now ignore errors from run-conformtest.
41938         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
41939         POSIX to avoid namespace pollution.  Don't prepend headers.
41940         * conform/data/aio.h-data: Fixes for POSIX testing.
41941         * conform/data/fcntl.h-data: Likewise.
41942         * conform/data/glob.h-data: Likewise.
41943         * conform/data/grp.h-data: Likewise.
41944         * conform/data/pthread.h-data: Likewise.
41945         * conform/data/pwd.h-data: Likewise.
41946         * conform/data/signal.h-data: Likewise.
41947         * conform/data/spawn.h-data: Likewise.
41948         * conform/data/stdio.h-data: Likewise.
41949         * conform/data/stdlib.h-data: Likewise.
41950         * conform/data/stropts.h-data: Likewise.
41951         * conform/data/sys/mman.h-data: Likewise.
41952         * conform/data/sys/stat.h-data: Likewise.
41953         * conform/data/sys/types.h-data: Likewise.
41954         * conform/data/sys/wait.h-data: Likewise.
41955         * conform/data/time.h-data: Likewise.
41956         * conform/data/unistd.h-data: Likewise.
41957         * conform/data/utime.h-data: Likewise.
41958
41959         * io/sys/stat.h: fchmod was always in POSIX.
41960         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
41961         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
41962         * rt/aio.h: Define __need_timespec before including <time.h>.
41963         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
41964         struct.  Add forward declaration of pthread_attr_t and use it in
41965         sigevent.
41966         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
41967         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
41968         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
41969         always remove CLK_TCK definition.
41970
41971 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
41972
41973         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
41974
41975 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
41976
41977         * conform/run-conformtest.sh: New file.
41978         * conform/Makefile: Run run-conformtest for tests.
41979         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
41980         support.
41981
41982         * conform/data/uchar.h-data: New file.
41983         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
41984         * conform/data/arpa/inet.h-data: Likewise.
41985         * conform/data/assert.h-data: Likewise.
41986         * conform/data/complex.h-data: Likewise.
41987         * conform/data/cpio.h-data: Likewise.
41988         * conform/data/ctype.h-data: Likewise.
41989         * conform/data/dirent.h-data: Likewise.
41990         * conform/data/dlfcn.h-data: Likewise.
41991         * conform/data/errno.h-data: Likewise.
41992         * conform/data/fcntl.h-data: Likewise.
41993         * conform/data/float.h-data: Likewise.
41994         * conform/data/fmtmsg.h-data: Likewise.
41995         * conform/data/fnmatch.h-data: Likewise.
41996         * conform/data/ftw.h-data: Likewise.
41997         * conform/data/glob.h-data: Likewise.
41998         * conform/data/grp.h-data: Likewise.
41999         * conform/data/iconv.h-data: Likewise.
42000         * conform/data/inttypes.h-data: Likewise.
42001         * conform/data/langinfo.h-data: Likewise.
42002         * conform/data/libgen.h-data: Likewise.
42003         * conform/data/limits.h-data: Likewise.
42004         * conform/data/locale.h-data: Likewise.
42005         * conform/data/math.h-data: Likewise.
42006         * conform/data/monetary.h-data: Likewise.
42007         * conform/data/mqueue.h-data: Likewise.
42008         * conform/data/ndbm.h-data: Likewise.
42009         * conform/data/net/if.h-data: Likewise.
42010         * conform/data/netdb.h-data: Likewise.
42011         * conform/data/netinet/in.h-data: Likewise.
42012         * conform/data/nl_types.h-data: Likewise.
42013         * conform/data/poll.h-data: Likewise.
42014         * conform/data/pthread.h-data: Likewise.
42015         * conform/data/pwd.h-data: Likewise.
42016         * conform/data/regex.h-data: Likewise.
42017         * conform/data/sched.h-data: Likewise.
42018         * conform/data/search.h-data: Likewise.
42019         * conform/data/semaphore.h-data: Likewise.
42020         * conform/data/setjmp.h-data: Likewise.
42021         * conform/data/signal.h-data: Likewise.
42022         * conform/data/spawn.h-data: Likewise.
42023         * conform/data/stdarg.h-data: Likewise.
42024         * conform/data/stdio.h-data: Likewise.
42025         * conform/data/stdlib.h-data: Likewise.
42026         * conform/data/string.h-data: Likewise.
42027         * conform/data/strings.h-data: Likewise.
42028         * conform/data/stropts.h-data: Likewise.
42029         * conform/data/sys/ipc.h-data: Likewise.
42030         * conform/data/sys/mman.h-data: Likewise.
42031         * conform/data/sys/msg.h-data: Likewise.
42032         * conform/data/sys/resource.h-data: Likewise.
42033         * conform/data/sys/select.h-data: Likewise.
42034         * conform/data/sys/sem.h-data: Likewise.
42035         * conform/data/sys/shm.h-data: Likewise.
42036         * conform/data/sys/socket.h-data: Likewise.
42037         * conform/data/sys/stat.h-data: Likewise.
42038         * conform/data/sys/statvfs.h-data: Likewise.
42039         * conform/data/sys/time.h-data: Likewise.
42040         * conform/data/sys/timeb.h-data: Likewise.
42041         * conform/data/sys/times.h-data: Likewise.
42042         * conform/data/sys/types.h-data: Likewise.
42043         * conform/data/sys/uio.h-data: Likewise.
42044         * conform/data/sys/un.h-data: Likewise.
42045         * conform/data/sys/utsname.h-data: Likewise.
42046         * conform/data/sys/wait.h-data: Likewise.
42047         * conform/data/syslog.h-data: Likewise.
42048         * conform/data/tar.h-data: Likewise.
42049         * conform/data/termios.h-data: Likewise.
42050         * conform/data/utime.h-data: Likewise.
42051         * conform/data/utmpx.h-data: Likewise.
42052         * conform/data/varargs.h-data: Likewise.
42053         * conform/data/wchar.h-data: Likewise.
42054         * conform/data/wctype.h-data: Likewise.
42055         * conform/data/wordexp.h-data: Likewise.
42056
42057         * include/stropts.h: New file.
42058         * include/uchar.h: New file.
42059         * include/aio.h: Changes to allow conformtest.pl to use the headers.
42060         * include/assert.h: Likewise.
42061         * include/ctype.h: Likewise.
42062         * include/dirent.h: Likewise.
42063         * include/dlfcn.h: Likewise.
42064         * include/fcntl.h: Likewise.
42065         * include/fnmatch.h: Likewise.
42066         * include/glob.h: Likewise.
42067         * include/grp.h: Likewise.
42068         * include/libio.h: Likewise.
42069         * include/locale.h: Likewise.
42070         * include/math.h: Likewise.
42071         * include/net/if.h: Likewise.
42072         * include/netdb.h: Likewise.
42073         * include/netinet/in.h: Likewise.
42074         * include/pthread.h: Likewise.
42075         * include/pwd.h: Likewise.
42076         * include/regex.h: Likewise.
42077         * include/sched.h: Likewise.
42078         * include/search.h: Likewise.
42079         * include/setjmp.h: Likewise.
42080         * include/signal.h: Likewise.
42081         * include/stdio.h: Likewise.
42082         * include/stdlib.h: Likewise.
42083         * include/string.h: Likewise.
42084         * include/sys/cdefs.h: Likewise.
42085         * include/sys/mman.h: Likewise.
42086         * include/sys/msg.h: Likewise.
42087         * include/sys/resource.h: Likewise.
42088         * include/sys/select.h: Likewise.
42089         * include/sys/socket.h: Likewise.
42090         * include/sys/stat.h: Likewise.
42091         * include/sys/statvfs.h: Likewise.
42092         * include/sys/time.h: Likewise.
42093         * include/sys/times.h: Likewise.
42094         * include/sys/uio.h: Likewise.
42095         * include/sys/utsname.h: Likewise.
42096         * include/sys/wait.h: Likewise.
42097         * include/termios.h: Likewise.
42098         * include/time.h: Likewise.
42099         * include/ulimit.h: Likewise.
42100         * include/unistd.h: Likewise.
42101         * include/utime.h: Likewise.
42102         * include/wchar.h: Likewise.
42103         * include/wctype.h: Likewise.
42104         * include/wordexp.h: Likewise.
42105
42106         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
42107
42108         * time/time.h: TIME_UTC must be a macro.
42109         Make timespec_get available for ISO C11 only as well.
42110
42111 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
42112
42113         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
42114         Reported by Peng Haitao <penght@cn.fujitsu.com>.
42115
42116 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42117
42118         * configure.in: Use -o not -a in test for unsupported multi-arch.
42119
42120 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42121
42122         * manual/texinfo.tex: Update to version 2012-01-19.16.
42123
42124 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42125
42126         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
42127
42128 2012-02-24  Roland McGrath  <roland@hack.frob.com>
42129
42130         [BZ #13738]
42131         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
42132         * manual/fdl-1.3.texi: New file.
42133         * manual/fdl-1.1.texi: File removed.
42134
42135         [BZ #13738]
42136         * manual/libc.texinfo (FDL_VERSION): New @set.
42137         Use it for mention of FDL in cover text.
42138         (Documentation License): Use it in @include file name.
42139
42140 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42141             Roland McGrath  <roland@hack.frob.com>
42142
42143         [BZ #5461]
42144         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
42145         (not LONG_LONG_MAX and LONG_LONG_MIN.
42146         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
42147         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
42148         name.
42149         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
42150
42151 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42152
42153         [BZ #2547]
42154         [BZ #11365]
42155         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
42156         manipulate bits before adding and subtracting TWO23[sx].
42157         * math/libm-test.inc (nearbyint_test): Add more tests.
42158
42159 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42160
42161         [BZ #2548]
42162         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
42163         bits before adding and subtracting TWO23[sx].
42164         * math/libm-test.inc (rint_test): Add more tests.
42165         (rint_test_tonearest): Likewise.
42166         (rint_test_towardzero): Likewise.
42167         (rint_test_downward): Likewise.
42168         (rint_test_upward: Likewise.
42169
42170 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42171
42172         [BZ #10110]
42173         * include/stdc-predef.h: New file.  Extracted from features.h.
42174         * include/features.h: Include stdc-predef.h.
42175         * Makefile (headers): Add stdc-predef.h.
42176         * CONFORMANCE (Compiler limitations): Update.
42177
42178 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42179
42180         * manual/libc.texinfo (VERSION, UPDATED): Revert.
42181
42182 2012-02-21  David S. Miller  <davem@davemloft.net>
42183
42184         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
42185         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42186
42187 2012-02-20  David S. Miller  <davem@davemloft.net>
42188
42189         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
42190         using a normal save/restore sequence, rather than allocating a
42191         dummy stack frame just to store a frame pointer and restore.
42192         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42193
42194 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42195
42196         * manual/install.texi: Fix stray word in line-wrapped comment.
42197
42198 2012-02-20  David S. Miller  <davem@davemloft.net>
42199
42200         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
42201         both binutils and gcc support GOTDATA.
42202
42203         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
42204         "rd %pc" in the PIC register setup sequences.
42205
42206         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
42207         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
42208         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42209         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
42210         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42211         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42212         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
42213         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42214         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
42215         (SYSCALL_ERROR_HANDLER): Likewise.
42216         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42217         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42218         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
42219         (SYSCALL_ERROR_HANDLER): Likewise.
42220
42221         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
42222         (HAVE_GCC_GOTDATA): New.
42223         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
42224         relocation support in both binutils and gcc.
42225         * sysdeps/sparc/elf/configure: Regenerate.
42226
42227         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
42228         * sysdeps/sparc/sparc32/elf/configure: Delete.
42229         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
42230         * sysdeps/sparc/sparc64/elf/configure: Delete.
42231         * sysdeps/sparc/elf/configure.in: New file.
42232         * sysdeps/sparc/elf/configure: Generate.
42233
42234         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
42235         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
42236         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
42237         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
42238         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
42239
42240 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42241
42242         * manual/install.texi: Do not mention specific glibc version
42243         numbers.
42244         * manual/libc.texinfo (VERSION, UPDATED): Update.
42245         (@copying): Use @copyright{} and range of years.
42246
42247 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42248
42249         [BZ #13695]
42250         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
42251         [crti.S not in sysdirs] (generated): Do not append.
42252         [crti.S not in sysdirs] (omit-deps): Likewise.
42253         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
42254         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
42255         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
42256         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
42257         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
42258         Likewise.
42259         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
42260         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
42261         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
42262         * csu/defs.awk: Remove file.
42263         * sysdeps/generic/initfini.c: Likewise.
42264         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
42265         variable.
42266         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
42267         Likewise.
42268
42269 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42270
42271         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
42272         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
42273         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
42274         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
42275         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42276         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
42277         <bits/epoll.h>.
42278         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
42279         (__EPOLL_PACKED): Define to empty if not defined by
42280         <bits/epoll.h>.
42281         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
42282         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42283         bits/epoll.h.
42284
42285 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42286
42287         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
42288         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
42289         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
42290         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
42291         <bits/timerfd.h>.
42292         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
42293         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42294         bits/timerfd.h.
42295
42296 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42297
42298         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
42299         in C locale.
42300         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42301         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
42302         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
42303         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42304
42305 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
42306
42307         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42308         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42309
42310 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
42311
42312         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
42313         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
42314         defined.
42315         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
42316         Likewise.
42317         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
42318         entry for 2.16.
42319
42320 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
42321
42322         * math/w_acos.c: Use non-signaling floating-point comparisons.
42323         * math/w_acosf.c: Likewise.
42324         * math/w_acosh.c: Likewise.
42325         * math/w_acoshf.c: Likewise.
42326         * math/w_acoshl.c: Likewise.
42327         * math/w_acosl.c: Likewise.
42328         * math/w_asin.c: Likewise.
42329         * math/w_asinf.c: Likewise.
42330         * math/w_asinl.c: Likewise.
42331         * math/w_atanh.c: Likewise.
42332         * math/w_atanhf.c: Likewise.
42333         * math/w_atanhl.c: Likewise.
42334         * math/w_exp2.c: Likewise.
42335         * math/w_exp2f.c: Likewise.
42336         * math/w_exp2l.c: Likewise.
42337         * math/w_j0.c: Likewise.
42338         * math/w_j0f.c: Likewise.
42339         * math/w_j0l.c: Likewise.
42340         * math/w_j1.c: Likewise.
42341         * math/w_j1f.c: Likewise.
42342         * math/w_j1l.c: Likewise.
42343         * math/w_jn.c: Likewise.
42344         * math/w_jnf.c: Likewise.
42345         * math/w_log.c: Likewise.
42346         * math/w_log10.c: Likewise.
42347         * math/w_log10f.c: Likewise.
42348         * math/w_log10l.c: Likewise.
42349         * math/w_log2.c: Likewise.
42350         * math/w_log2f.c: Likewise.
42351         * math/w_log2l.c: Likewise.
42352         * math/w_logf.c: Likewise.
42353         * math/w_logl.c: Likewise.
42354         * math/w_sqrt.c: Likewise.
42355         * math/w_sqrtf.c: Likewise.
42356         * math/w_sqrtl.c: Likewise.
42357         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
42358         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
42359         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
42360         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
42361         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
42362
42363 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42364
42365         [BZ #9739]
42366         * manual/string.texi (strnlen): Use correct parameter name in
42367         equivalent expression.
42368
42369 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42370
42371         [BZ #11174]
42372         * manual/users.texi (seteuid): Consistently use neweuid for
42373         argument name.
42374
42375 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42376
42377         [BZ #13704]
42378         * manual/nss.texi (Services in the NSS configuration): Correct
42379         list of services in example configuration file.
42380
42381 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
42382
42383         [BZ #11322]
42384         * manual/arith.texi: Remove statements about negative zero
42385         behaving identically to zero.
42386
42387 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42388
42389         [BZ #5993]
42390         * manual/install.texi: Do not document upgrading from libc5.
42391
42392 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42393
42394         [BZ #4596]
42395         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
42396
42397 2012-02-18  David S. Miller  <davem@davemloft.net>
42398
42399         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
42400         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
42401         %o7 across the call.
42402         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
42403         instead.
42404         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
42405         SETUP_PIC_REG_LEAF.
42406         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42407         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
42408         * sysdeps/sparc/crtn.S: Likewise.
42409
42410 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
42411
42412         * aout/Makefile: Remove.
42413
42414 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
42415
42416         [BZ #13058]
42417         * manual/examples/argp-ex1.c (main): Format definition in GNU
42418         style.
42419         * manual/examples/argp-ex2.c (main): Likewise.
42420         * manual/examples/argp-ex3.c (main): Likewise.
42421         * manual/examples/argp-ex4.c (main): Likewise.
42422         * manual/examples/longopt.c (main): Use new-style prototype
42423         definition.
42424         * manual/examples/strncat.c (main): Specify return type and use
42425         (void) for arguments.
42426         * manual/examples/subopt.c (main): Use char **argv argument.
42427
42428 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42429
42430         [BZ #5077]
42431         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
42432         rounding modes.
42433
42434 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
42435
42436         [BZ #6907]
42437         * manual/string.texi (strchr): Change when strchrnul is
42438         recommended.
42439
42440 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
42441
42442         [BZ #174]
42443         * manual/locale.texi (setlocale): Document LOCPATH.
42444
42445 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42446
42447         [BZ #10210]
42448         * manual/process.texi (execle): Move @dots{} before last argument.
42449
42450 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
42451
42452         [BZ #12047]
42453         * manual/charset.texi (Generic Charset Conversion): Fix typo
42454         (LC_TYPE -> LC_CTYPE).
42455
42456 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
42457
42458         [BZ #5805]
42459         * manual/arith.texi (scalbn): Use @var{} on parameter names.
42460         (scalbnf): Likewise.
42461         (scalbnl): Likewise.
42462         (scalbln): Likewise.
42463         (scalblnf): Likewise.
42464         (scalblnl): Likewise.
42465         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
42466         (vwarnx): Likewise.
42467         (verr): Likewise.
42468         (verrx): Likewise.
42469         * manual/filesys.texi (telldir): Use braces around return type.
42470         * manual/llio.texi (mmap): Add space after comma.
42471         (mmap64): Likewise.
42472         * manual/math.texi (jn): Use @var{} on parameter names.
42473         (jnf): Likewise.
42474         (jnl): Likewise.
42475         (yn): Likewise.
42476         (ynf): Likewise.
42477         (ynl): Likewise.
42478         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
42479         line.
42480         * manual/resource.texi (ulimit): Use @dots{} instead of literal
42481         "...".
42482         (sched_get_priority_min): Remove semicolon on @deftypefun line.
42483         (sched_get_priority_max): Likewise.
42484         * manual/signal.texi (sigvec): Add space after comma.
42485         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
42486         names.
42487         (if_indextoname): Likewise.
42488         (if_freenameindex): Likewise.
42489         (sendto): Use ',' instead of '.' in prototype.
42490         * manual/startup.texi (syscall): Use @dots{} instead of literal
42491         "...".
42492         * manual/stdio.texi (__fpending): Separate initial words of
42493         paragraph from @deftypefun line.
42494         * manual/syslog.texi (syslog): Use @dots{} instead of literal
42495         "...".
42496         (vsyslog): Use @var{} on parameter names.
42497         * manual/terminal.texi (stty): Use @var{} on parameter names.
42498         * manual/users.texi (getutmp): Use @var{} on parameter names.
42499         (getutmpx): Likewise.
42500
42501 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42502
42503         [BZ #6884]
42504         * manual/stdio.texi (fopen): Fix typos in description of
42505         ",ccs=STRING".
42506
42507 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
42508
42509         [BZ #4026]
42510         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
42511         get clock_id definition.
42512
42513 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
42514
42515         [BZ #4822]
42516         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
42517         (madvise): Cast every argument to void on its own.
42518
42519 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42520
42521         [BZ #9902]
42522         * manual/startup.texi (Exit Status): Fix typo.
42523
42524 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42525
42526         [BZ #10140]
42527         * manual/examples/argp-ex1.c: Include <stdlib.h>.
42528         * manual/examples/argp-ex2.c: Likewise.
42529         * manual/examples/argp-ex3.c: Likewise.
42530
42531 2012-02-16  Richard Henderson  <rth@redhat.com>
42532
42533         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
42534         * sysdeps/s390/s390-32/initfini.c: Remove.
42535         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
42536         * sysdeps/s390/s390-64/initfini.c: Remove.
42537
42538 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42539
42540         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
42541         compiler output for sysdeps/generic/initfini.c.
42542         * sysdeps/sh/elf/initfini.c: Remove file.
42543
42544 2012-02-16  David S. Miller  <davem@davemloft.net>
42545
42546         [BZ #11494]
42547         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
42548
42549         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
42550         * sysdeps/sparc/crti.S: New file.
42551         * sysdeps/sparc/crtn.S: New file.
42552         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
42553         * sysdeps/sparc/sparc64/Makefile: Likewise.
42554
42555 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
42556
42557         [BZ #3335]
42558         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
42559
42560 2012-02-15  Roland McGrath  <roland@hack.frob.com>
42561
42562         [BZ #4822]
42563         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
42564
42565         * mach/devstream.c (cookie_io_functions_t): Macro removed.
42566         (write, read, close): Likewise.
42567         Patch by Aurelien Jarno <aurelien@aurel32.net>.
42568
42569 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
42570
42571         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
42572         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
42573         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
42574         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
42575         <bits/signalfd.h>.
42576         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
42577         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42578         bits/signalfd.h.
42579
42580 2012-02-14  Marek Polacek  <polacek@redhat.com>
42581
42582         * sysdeps/x86_64/crti.S: New file.
42583         * sysdeps/x86_64/crtn.S: New file.
42584         * sysdeps/x86_64/elf/initfini.c: Remove file.
42585
42586 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
42587
42588         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
42589         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
42590         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
42591         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
42592         <bits/inotify.h>.
42593         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
42594         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42595         bits/inotify.h.
42596
42597 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
42598
42599         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
42600         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
42601         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
42602         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
42603         <bits/eventfd.h>.
42604         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
42605         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42606         bits/eventfd.h.
42607
42608 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
42609
42610         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
42611         __feraiseexcept instead of feraiseexcept.
42612
42613         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
42614         nanosleep invocations.
42615         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
42616         strings, and add error checking for a nanosleep invocations.
42617
42618 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
42619
42620         Replace FSF snail mail address with URLs, as per GNU coding standards.
42621         Most of the snail mail addresses were wrong anyway, and omitting
42622         them makes the source code easier to maintain.  Almost all of the
42623         changes are to license notices and to locale LC_IDENTIFICATION
42624         addresses, except for this one:
42625         * manual/libc.texinfo: In "Published by", give the FSF's URL,
42626         not its snail mail address.
42627
42628 2012-02-09  Richard Henderson  <rth@twiddle.net>
42629
42630         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
42631         of kernel-features.h.
42632
42633         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
42634
42635 2012-02-08  Marek Polacek  <polacek@redhat.com>
42636
42637         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
42638         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
42639         * sysdeps/gnu/_G_config.h: Likewise.
42640         * sysdeps/generic/_G_config.h: Likewise.
42641
42642 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
42643
42644         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
42645         tests.
42646         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42647
42648         * sysdeps/powerpc/powerpc32/crti.S: New file.
42649         * sysdeps/powerpc/powerpc32/crtn.S: New file.
42650         * sysdeps/powerpc/powerpc64/crti.S: New file.
42651         * sysdeps/powerpc/powerpc64/crtn.S: New file.
42652
42653         * Makeconfig (have-initfini): Don't set.
42654         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
42655         * configure.in (nopic_initfini): Don't substitute.
42656         * config.h.in (HAVE_INITFINI): Don't #undef.
42657         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
42658         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
42659
42660 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
42661
42662         Support crti.S and crtn.S provided directly by architectures.
42663         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
42664         [crti.S in sysdirs] (omit-deps): Likewise.
42665         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
42666         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
42667         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
42668         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
42669         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
42670         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
42671         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
42672         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
42673         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
42674         compiler output for sysdeps/generic/initfini.c.
42675         * sysdeps/i386/elf/Makefile: Remove file.
42676         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
42677
42678 2012-02-07  Marek Polacek  <polacek@redhat.com>
42679
42680         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
42681         * sysdeps/gnu/_G_config.h: Likewise.
42682         * sysdeps/mach/hurd/_G_config.h: Likewise.
42683
42684 2012-02-07  Marek Polacek  <polacek@redhat.com>
42685
42686         * math/Makefile (tests): Add tst-CMPLX2.
42687         * math/tst-CMPLX2.c: New file.
42688
42689 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
42690
42691         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42692
42693         * math/libm-test.inc (jn_test): Add missing L suffix.
42694
42695 2012-02-06  Marek Polacek  <polacek@redhat.com>
42696
42697         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
42698         * sysdeps/i386/fpu/e_powf.S: Likewise.
42699         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
42700         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
42701         * sysdeps/i386/fpu/e_acosh.S: Likewise.
42702         * sysdeps/i386/fpu/e_pow.S: Likewise.
42703         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
42704         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
42705         * sysdeps/i386/fpu/s_expm1.S: Likewise.
42706         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
42707         * sysdeps/i386/fpu/e_log2.S: Likewise.
42708         * sysdeps/i386/fpu/e_log2l.S: Likewise.
42709         * sysdeps/i386/fpu/e_scalb.S: Likewise.
42710         * sysdeps/i386/fpu/e_powl.S: Likewise.
42711         * sysdeps/i386/fpu/s_log1p.S: Likewise.
42712         * sysdeps/i386/fpu/e_log10f.S: Likewise.
42713         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
42714         * sysdeps/i386/fpu/e_logl.S: Likewise.
42715         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
42716         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
42717         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
42718         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
42719         * sysdeps/i386/fpu/e_log2f.S: Likewise.
42720         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
42721         * sysdeps/i386/fpu/e_log.S: Likewise.
42722         * sysdeps/i386/fpu/s_cexp.S: Likewise.
42723         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
42724         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
42725         * sysdeps/i386/fpu/e_logf.S: Likewise.
42726         * sysdeps/i386/fpu/e_log10l.S: Likewise.
42727         * sysdeps/i386/fpu/e_atanh.S: Likewise.
42728         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
42729         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
42730         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
42731         * sysdeps/i386/fpu/e_log10.S: Likewise.
42732         * sysdeps/i386/fpu/s_frexp.S: Likewise.
42733         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
42734         * sysdeps/i386/fpu/s_asinh.S: Likewise.
42735         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
42736         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
42737         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
42738         * sysdeps/i386/asm-syntax.h: Likewise.
42739         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
42740         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42741         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
42742         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
42743         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
42744         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
42745         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
42746         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
42747         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
42748         * sysdeps/powerpc/sysdep.h: Likewise.
42749         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
42750         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
42751
42752 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
42753
42754         [BZ #411]
42755         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
42756
42757 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
42758
42759         * sysdeps/i386/sysdep.h: Include <features.h>.
42760         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
42761         version.
42762
42763 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
42764
42765         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
42766         Define.
42767         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
42768         LOAD_PIC_REG_STR.
42769
42770 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42771
42772         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
42773         (SETUP_PIC_REG): Use GET_PC_THUNK.
42774         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
42775         macro.
42776
42777 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42778
42779         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
42780         for non-PIC compilation.
42781         (SETUP_PIC_REG): Add .p2align directive.
42782         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
42783         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
42784         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
42785         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
42786         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
42787         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
42788         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
42789         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
42790         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
42791         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
42792         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
42793         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
42794         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
42795         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
42796         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
42797         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
42798         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
42799         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
42800         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
42801         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
42802         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
42803         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
42804         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
42805         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
42806         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
42807         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
42808         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
42809         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
42810         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
42811         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
42812         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
42813         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
42814         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
42815         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
42816         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
42817         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
42818         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
42819         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
42820         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
42821         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
42822         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
42823
42824 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42825
42826         * math/tst-CMPLX.c: Include <stdio.h>.
42827
42828 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
42829
42830         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
42831         float.
42832         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42833         * sysdeps/sparc/bits/mathdef.h: Likewise.
42834
42835 2012-01-31  Marek Polacek  <polacek@redhat.com>
42836
42837         * libio/libio.h: Don't define _PARAMS.
42838         * locale/programs/config.h: Don't define PARAMS.
42839         * stdlib/strtol_l.c: Likewise.
42840         (__strtol_l): Remove PARAMS from the prototype.
42841
42842 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
42843
42844         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
42845         names.  Just use the correct names.  Remove unnecessary wrapper
42846         functions.
42847         * malloc/arena.c: Likewise.
42848         * malloc/hooks.c: Likewise.
42849
42850         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
42851         ARENA_TEST says not to.  Simplify test for creation of a new arena.
42852         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
42853
42854 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
42855
42856         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
42857         into tail calls.
42858         (update_get_addr): New function.
42859         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
42860         GET_ADDR_MODULE parameter.
42861
42862 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
42863
42864         * crypt/cert.c: Remove __STDC__ conditionals.
42865         * crypt/crypt-entry.c: Likewise.
42866         * crypt/crypt_util.c: Likewise.
42867         * libio/filedoalloc.c: Likewise.
42868         * libio/fileops.c: Likewise.
42869         * libio/genops.c: Likewise.
42870         * libio/iofclose.c: Likewise.
42871         * libio/iofdopen.c: Likewise.
42872         * libio/iofopen.c: Likewise.
42873         * libio/iofopen64.c: Likewise.
42874         * libio/iogetdelim.c: Likewise.
42875         * libio/iopopen.c: Likewise.
42876         * libio/obprintf.c: Likewise.
42877         * libio/oldfileops.c: Likewise.
42878         * libio/oldiofclose.c: Likewise.
42879         * libio/oldiofdopen.c: Likewise.
42880         * libio/oldiofopen.c: Likewise.
42881         * libio/oldiopopen.c: Likewise.
42882         * libio/wfiledoalloc.c: Likewise.
42883         * libio/wgenops.c: Likewise.
42884         * locale/programs/xmalloc.c: Likewise.
42885         * misc/syslog.c: Likewise.
42886         * stdio-common/xbug.c: Likewise.
42887         * string/memchr.c: Likewise.
42888         * string/memcmp.c: Likewise.
42889         * string/memrchr.c: Likewise.
42890         * string/rawmemchr.c: Likewise.
42891         * sysdeps/posix/getcwd.c: Likewise.
42892         * time/strftime_l.c: Likewise.
42893
42894 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
42895
42896         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
42897         * config.make.in (config-cflags-sse2avx): Define.
42898         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
42899         Fix typo.
42900
42901 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
42902
42903         * scripts/config.guess: Update from upstream config git repository.
42904         * scripts/config.sub: Likewise.
42905
42906 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
42907
42908         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
42909         (EM_NUM): Update.
42910         (R_TILEPRO_*, R_TILEGX_*): New macros.
42911
42912         * scripts/firstversions.awk: Fix bug in version range handling.
42913
42914         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
42915
42916         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
42917
42918         * include/sys/epoll.h: New file.
42919         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
42920         libc_hidden_def.
42921
42922 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
42923
42924         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
42925         Avoid unnecessary __WORDSIZE == 64 test.
42926         (fmaxf): Use VEX format if possible.
42927         (fmax): Likewise.
42928         (fminf): Likewise.
42929         (fmin): Likewise.
42930
42931         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
42932         * math/math_private.h: Remove libc_fegetround* and
42933         libc_fesetround*.
42934         * sysdeps/i386/configure.in: Check for -msse2avx.
42935         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
42936         also if SSE2AVX is defined.
42937         Remove libc_fegetround* and libc_fesetround*.
42938         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
42939         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
42940         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
42941         of HAS_YMM_USABLE.
42942         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42943         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42944         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42945         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42946         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42947
42948         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
42949
42950 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42951
42952         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
42953         size is not set.
42954         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
42955
42956 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
42957
42958         [BZ #13618]
42959         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
42960         relocation.
42961         * Makeconfig (libm): Define.
42962         * elf/Makefile: Add rules to build and run tst-relsort1.
42963         * elf/tst-relsort1.c: New file.
42964         * elf/tst-relsort1mod1.c: New file.
42965         * elf/tst-relsort1mod2.c: New file.
42966
42967 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
42968
42969         * math/s_ldexp.c: Remove __STDC__ conditionals.
42970         * math/s_ldexpf.c: Likewise.
42971         * math/s_ldexpl.c: Likewise.
42972         * math/s_nextafter.c: Likewise.
42973         * math/s_nexttowardf.c: Likewise.
42974         * math/s_significand.c: Likewise.
42975         * math/s_significandf.c: Likewise.
42976         * math/s_significandl.c: Likewise.
42977         * math/w_jnl.c: Likewise.
42978         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
42979         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
42980         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
42981         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
42982         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
42983         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
42984         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
42985         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
42986         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
42987         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
42988         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
42989         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
42990         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
42991         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
42992         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
42993         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
42994         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
42995         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
42996         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
42997         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
42998         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
42999         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
43000         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
43001         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
43002         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
43003         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
43004         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
43005         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
43006         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
43007         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
43008         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
43009         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
43010         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
43011         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
43012         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
43013         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
43014         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
43015         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
43016         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
43017         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
43018         * sysdeps/ieee754/k_standard.c: Likewise.
43019         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
43020         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
43021         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
43022         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
43023         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
43024         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
43025         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
43026         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
43027         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
43028         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
43029         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
43030         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
43031         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
43032         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
43033         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
43034         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
43035         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
43036         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
43037         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
43038         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
43039         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
43040         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
43041         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
43042         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
43043         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
43044         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
43045         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
43046         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
43047         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
43048         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
43049         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
43050         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
43051         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
43052         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
43053         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
43054         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
43055         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
43056         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
43057         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
43058         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
43059         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
43060         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
43061         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
43062         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
43063         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
43064         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
43065         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
43066         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
43067         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
43068         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
43069         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
43070         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
43071         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
43072         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
43073         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
43074         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
43075         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
43076         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
43077         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
43078         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
43079         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
43080         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
43081         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
43082         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
43083         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
43084         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
43085         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
43086         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
43087         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
43088         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
43089         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
43090         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
43091         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
43092         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
43093         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
43094         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
43095         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
43096         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
43097         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
43098         * sysdeps/ieee754/s_matherr.c: Likewise.
43099         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
43100         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
43101         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
43102         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
43103
43104 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
43105
43106         * crypt/md5.h: Remove __STDC__ conditionals.
43107         * libio/libioP.h: Likewise.
43108         * locale/programs/config.h: Likewise.
43109         * sysdeps/generic/sysdep.h: Likewise.
43110         * sysdeps/i386/asm-syntax.h: Likewise.
43111         * sysdeps/s390/asm-syntax.h: Likewise.
43112         * sysdeps/unix/sysdep.h: Likewise.
43113         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
43114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
43115
43116 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
43117
43118         * libio/libio.h: Remove __STDC__ conditionals.
43119         * malloc/obstack.h: Likewise.
43120         * math/complex.h: Likewise.
43121         * math/math.h: Likewise.
43122         * sysdeps/generic/_G_config.h: Likewise.
43123         * sysdeps/gnu/_G_config.h: Likewise.
43124         * sysdeps/mach/hurd/_G_config.h: Likewise.
43125         * sysdeps/powerpc/bits/mathdef.h: Likewise.
43126         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43127         * sysdeps/sparc/bits/mathdef.h: Likewise.
43128
43129 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
43130
43131         [BZ #13583]
43132         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
43133         Clean up HAS_* macros.
43134         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
43135         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
43136         possible.
43137         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
43138         HAS_AVX.
43139         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43140         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43141         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43142         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43143         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43144
43145 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
43146
43147         * elf/tst-unique3.cc (gets): Remove declaration.
43148         * elf/tst-unique3lib.cc (gets): Likewise.
43149         * elf/tst-unique3lib2.cc (gets): Likewise.
43150         * elf/tst-unique4.cc (gets): Likewise.
43151
43152 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
43153
43154         * include/stdio.h: Add C++ protection.  Add gets declarations and
43155         definitions.
43156         * debug/tst-chk1.c: Don't declare gets here.
43157         * stdio-common/tst-gets.c: Likewise.
43158
43159 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
43160
43161         * posix/glob: Remove directory.
43162
43163 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
43164
43165         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
43166
43167 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
43168
43169         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
43170         of the non-standard EPFNOSUPPORT.
43171
43172 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43173
43174         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
43175         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
43176         ANYWHERE set to 1 only on KERN_NO_SPACE error.
43177
43178 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
43179
43180         * wcsmbs/uchar.h: Test __STDC_VERSION__.
43181
43182 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
43183
43184         * nscd/aicache.c (addhstaiX): Do not cache negative results of
43185         transient errors.
43186         * nscd/grpcache.c (cache_addgr): Likewise.
43187         * nscd/hstcache.c (cache_addhst): Likewise.
43188         * nscd/initgrcache.c (addinitgroupsX): Likewise.
43189         * nscd/pwdcache.c (cache_addpw): Likewise.
43190         * nscd/servicescache.c (cache_addserv): Likewise.
43191
43192 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
43193
43194         * malloc/malloc.c: Various cleanups.
43195         * malloc/hooks.c: Likewise.
43196
43197         * stdlib/Makefile (tests): Add bug-fmtmsg1.
43198         * stdlib/bug-fmtmsg1.c: New file.
43199
43200         * stdlib/fmtmsg.c (init): Add missing unlock.
43201         Patch by Peng Haitao <penght@cn.fujitsu.com>.
43202
43203 2012-01-12  Marek Polacek  <polacek@redhat.com>
43204
43205         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
43206         and _GNU_SOURCE.
43207
43208 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
43209
43210         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
43211         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
43212         macro to ensure uniqueness of label name.
43213         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43214         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43215
43216 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
43217
43218         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
43219
43220         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
43221         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
43222         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
43223         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
43224
43225 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
43226
43227         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
43228
43229         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
43230         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
43231         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
43232
43233         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
43234
43235         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
43236         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
43237         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
43238         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
43239
43240         * math/bits/math-finite.h: Add ldexp support.
43241
43242 2012-01-10  Marek Polacek  <polacek@redhat.com>
43243
43244         * locale/programs/localedef.h (show_archive_content): Add noreturn
43245         attribute.
43246
43247 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
43248
43249         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
43250
43251 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43252
43253         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
43254
43255         * io/Makefile (headers): Add bits/poll2.h.
43256
43257 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
43258
43259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
43260         typo #include statement.
43261
43262 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43263
43264         * include/sys/cdefs.h: Define __attribute_alloc_size.
43265         * catgets/gencat.c: Add alloc_size attribute and apply consistently
43266         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
43267         * elf/pldd.c: Likewise.
43268         * iconv/iconv_charmap.c: Likewise.
43269         * iconv/iconvconfig.c: Likewise.
43270         * iconv/strtab.c: Likewise.
43271         * locale/programs/locale.c: Likewise.
43272         * locale/programs/localedef.h: Likewise.
43273         * locale/programs/simple-hash.c: Likewise.
43274         * nscd/nscd.h: Likewise.
43275         * nss/makedb.c: Likewise.
43276         * sysdeps/generic/ldconfig.h: Likewise.
43277         * locale/programs/localedef.c: Remove xmalloc prototype.
43278         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
43279
43280 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
43281
43282         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
43283         appropriate.
43284
43285 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43286
43287         * math/Makefile (tests): Add tst-CMPLX.
43288         * math/tst-CMPLX.c: New file.
43289
43290         * math/complex.h (CMPLXL): Fix typo.
43291
43292         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
43293         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
43294         GLIBC_2.16.
43295         * debug/tst-chk1.c: Add poll and ppoll tests.
43296         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
43297         * include/sys/poll.h: Add hidden proto for ppoll.
43298         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
43299         * sysdeps/mach/hurd/ppoll.c: Likewise.
43300         * io/ppoll.c: Likewise.
43301         * debug/poll_chk.c: New file.
43302         * debug/ppoll_chk.c: New file.
43303         * include/bits/poll2.h: New file.
43304         * io/bits/poll2.h: New file.
43305
43306         [BZ #1350]
43307         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
43308
43309         * configure.in: static is always set to yes.  Remove.
43310         * config.make.in: Don't set build-static.
43311         * Makeconfig: Remove use of build-static.
43312         * dlfcn/Makefile: Likewise.
43313         * elf/Makefile: Likewise.
43314         * math/Makefile: Likewise.
43315         * misc/Makefile: Likewise.
43316         * nptl/Makefile: Likewise.
43317         * sysdeps/mach/hurd/Makefile: Likewise.
43318
43319         * configure.in: PWD_P is not used anymore.
43320         * config.make.in: Remove PWD_P entry.
43321
43322         * configure.in: Remove last remnants of RANLIB.
43323         No need to check for signed size_t anymore.
43324         Don't set libc_commonpagesize and libc_relro_required here for Alpha
43325         and IA-64.
43326         Remove __builtin_expect test because we require at least gcc 3.4.
43327         * aclocal.m4: Likewise.
43328
43329         * wcsmbs/mbrtoc16.c: Implement using towc function.
43330         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
43331         * wcsmbs/wcsmbsload.c: Likewise.
43332         * iconv/gconv_simple.c: Likewise.
43333         * iconv/gconv_int.h: Likewise.
43334         * iconv/gconv_builtin.h: Likewise.
43335         * iconv/iconv_prog.c: Remove CHAR16 handling.
43336
43337         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
43338
43339         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
43340
43341         * configure.in: Remove --with-elf and --enable-bounded options.
43342         Dont set base_machine for ia64.  More non-ELF conditions removed.
43343         Remove testing and setting of leading underscore information.
43344         * config.make.in (build-bounded): Set to no.
43345         * config.h.in: Remove NO_UNDERSCORES entry.
43346         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
43347         them.
43348         * csu/start.c: Remove !NO_UNDERSCORE code.
43349         * locale/localeinfo.h: Likewise.
43350         * sysdeps/generic/machine-gmon.h: Likewise.
43351         * sysdeps/generic/sysdep.h: Likewise.
43352         * sysdeps/i386/sysdep.h: Likewise.
43353         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43354         * sysdeps/mach/sysdep.h: Likewise.
43355         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43356         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43357         * sysdeps/sh/sysdep.h: Likewise.
43358         * sysdeps/sparc/sparc32/alloca.S: Likewise.
43359         * sysdeps/unix/i386/sysdep.S: Likewise.
43360         * sysdeps/unix/sparc/start.c: Likewise.
43361         * sysdeps/unix/sparc/sysdep.S: Likewise.
43362         * sysdeps/unix/sparc/sysdep.h: Likewise.
43363         * sysdeps/unix/start.c: Likewise.
43364         * sysdeps/unix/x86_64/sysdep.S: Likewise.
43365         * sysdeps/x86_64/sysdep.h: Likewise.
43366
43367 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
43368
43369         [BZ #13553]
43370         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
43371         for non-gcc.
43372         * argp/argp-fmtstream.h: Use const instead __const.
43373         * argp/argp.h: Likewise.
43374         * assert/assert.h: Likewise.
43375         * bits/fenv.h: Likewise.
43376         * bits/sched.h: Likewise.
43377         * bits/sigset.h: Likewise.
43378         * bits/sigthread.h: Likewise.
43379         * catgets/nl_types.h: Likewise.
43380         * conform/data/pthread.h-data: Likewise.
43381         * crypt/crypt-private.h: Likewise.
43382         * crypt/crypt.h: Likewise.
43383         * crypt/crypt_util.c: Likewise.
43384         * ctype/ctype.h: Likewise.
43385         * debug/execinfo.h: Likewise.
43386         * debug/mbsnrtowcs_chk.c: Likewise.
43387         * debug/mbsrtowcs_chk.c: Likewise.
43388         * debug/wcsnrtombs_chk.c: Likewise.
43389         * debug/wcsrtombs_chk.c: Likewise.
43390         * debug/wcstombs_chk.c: Likewise.
43391         * dirent/dirent.h: Likewise.
43392         * dlfcn/dlfcn.h: Likewise.
43393         * elf/neededtest4.c: Likewise.
43394         * grp/grp.h: Likewise.
43395         * gshadow/gshadow.h: Likewise.
43396         * iconv/gconv.h: Likewise.
43397         * iconv/gconv_int.h: Likewise.
43398         * iconv/gconv_simple.c: Likewise.
43399         * iconv/iconv.h: Likewise.
43400         * iconv/loop.c: Likewise.
43401         * iconv/skeleton.c: Likewise.
43402         * include/aio.h: Likewise.
43403         * include/aliases.h: Likewise.
43404         * include/argz.h: Likewise.
43405         * include/arpa/inet.h: Likewise.
43406         * include/assert.h: Likewise.
43407         * include/dirent.h: Likewise.
43408         * include/dlfcn.h: Likewise.
43409         * include/execinfo.h: Likewise.
43410         * include/fcntl.h: Likewise.
43411         * include/fenv.h: Likewise.
43412         * include/glob.h: Likewise.
43413         * include/grp.h: Likewise.
43414         * include/libintl.h: Likewise.
43415         * include/mntent.h: Likewise.
43416         * include/netdb.h: Likewise.
43417         * include/pwd.h: Likewise.
43418         * include/rpc/netdb.h: Likewise.
43419         * include/sched.h: Likewise.
43420         * include/search.h: Likewise.
43421         * include/shadow.h: Likewise.
43422         * include/signal.h: Likewise.
43423         * include/stdio.h: Likewise.
43424         * include/stdlib.h: Likewise.
43425         * include/string.h: Likewise.
43426         * include/sys/socket.h: Likewise.
43427         * include/sys/stat.h: Likewise.
43428         * include/sys/statfs.h: Likewise.
43429         * include/sys/statvfs.h: Likewise.
43430         * include/sys/syslog.h: Likewise.
43431         * include/sys/time.h: Likewise.
43432         * include/sys/uio.h: Likewise.
43433         * include/time.h: Likewise.
43434         * include/unistd.h: Likewise.
43435         * include/utmp.h: Likewise.
43436         * include/wchar.h: Likewise.
43437         * include/wctype.h: Likewise.
43438         * inet/aliases.h: Likewise.
43439         * inet/arpa/inet.h: Likewise.
43440         * inet/netinet/ether.h: Likewise.
43441         * inet/netinet/in.h: Likewise.
43442         * intl/libintl.h: Likewise.
43443         * io/bits/fcntl2.h: Likewise.
43444         * io/fcntl.h: Likewise.
43445         * io/ftw.h: Likewise.
43446         * io/sys/poll.h: Likewise.
43447         * io/sys/stat.h: Likewise.
43448         * io/sys/statfs.h: Likewise.
43449         * io/sys/statvfs.h: Likewise.
43450         * io/utime.h: Likewise.
43451         * libio/bits/stdio.h: Likewise.
43452         * libio/bits/stdio2.h: Likewise.
43453         * libio/libio.h: Likewise.
43454         * libio/libioP.h: Likewise.
43455         * libio/stdio.h: Likewise.
43456         * locale/lc-ctype.c: Likewise.
43457         * locale/locale.h: Likewise.
43458         * login/utmp.h: Likewise.
43459         * malloc/arena.c: Likewise.
43460         * malloc/malloc.c: Likewise.
43461         * malloc/malloc.h: Likewise.
43462         * malloc/mcheck.c: Likewise.
43463         * malloc/mtrace.c: Likewise.
43464         * math/bits/mathcalls.h: Likewise.
43465         * math/fenv.h: Likewise.
43466         * math/math_private.h: Likewise.
43467         * misc/bits/error.h: Likewise.
43468         * misc/bits/syslog.h: Likewise.
43469         * misc/err.h: Likewise.
43470         * misc/error.h: Likewise.
43471         * misc/fstab.h: Likewise.
43472         * misc/mntent.h: Likewise.
43473         * misc/regexp.h: Likewise.
43474         * misc/search.h: Likewise.
43475         * misc/sgtty.h: Likewise.
43476         * misc/sys/mman.h: Likewise.
43477         * misc/sys/syslog.h: Likewise.
43478         * misc/sys/uio.h: Likewise.
43479         * misc/sys/xattr.h: Likewise.
43480         * misc/ttyent.h: Likewise.
43481         * nis/rpcsvc/ypclnt.h: Likewise.
43482         * nss/nss.h: Likewise.
43483         * posix/bits/unistd.h: Likewise.
43484         * posix/fnmatch.h: Likewise.
43485         * posix/glob.h: Likewise.
43486         * posix/sched.h: Likewise.
43487         * posix/spawn.h: Likewise.
43488         * posix/sys/wait.h: Likewise.
43489         * posix/unistd.h: Likewise.
43490         * posix/wordexp.h: Likewise.
43491         * pwd/pwd.h: Likewise.
43492         * resolv/netdb.h: Likewise.
43493         * resource/sys/resource.h: Likewise.
43494         * rt/aio.h: Likewise.
43495         * rt/bits/mqueue2.h: Likewise.
43496         * rt/mqueue.h: Likewise.
43497         * shadow/shadow.h: Likewise.
43498         * signal/signal.h: Likewise.
43499         * socket/send.c: Likewise.
43500         * socket/sendto.c: Likewise.
43501         * socket/sys/socket.h: Likewise.
43502         * stdio-common/printf.h: Likewise.
43503         * stdlib/bits/stdlib.h: Likewise.
43504         * stdlib/fmtmsg.h: Likewise.
43505         * stdlib/monetary.h: Likewise.
43506         * stdlib/stdlib.h: Likewise.
43507         * stdlib/ucontext.h: Likewise.
43508         * streams/stropts.h: Likewise.
43509         * string/argz.h: Likewise.
43510         * string/bits/string2.h: Likewise.
43511         * string/string.h: Likewise.
43512         * string/strings.h: Likewise.
43513         * sunrpc/rpc/auth.h: Likewise.
43514         * sunrpc/rpc/auth_des.h: Likewise.
43515         * sunrpc/rpc/clnt.h: Likewise.
43516         * sunrpc/rpc/netdb.h: Likewise.
43517         * sunrpc/rpc/pmap_clnt.h: Likewise.
43518         * sunrpc/rpc/xdr.h: Likewise.
43519         * sysdeps/generic/inttypes.h: Likewise.
43520         * sysdeps/generic/net/if.h: Likewise.
43521         * sysdeps/generic/sys/swap.h: Likewise.
43522         * sysdeps/gnu/net/if.h: Likewise.
43523         * sysdeps/gnu/utmpx.h: Likewise.
43524         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
43525         * sysdeps/i386/i486/bits/string.h: Likewise.
43526         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
43527         * sysdeps/s390/bits/string.h: Likewise.
43528         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
43529         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
43530         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
43531         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
43532         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
43533         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
43534         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
43535         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
43536         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
43537         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
43538         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
43539         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
43540         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
43541         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
43542         * sysdeps/unix/sysv/linux/readv.c: Likewise.
43543         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
43544         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
43545         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
43546         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
43547         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
43548         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43549         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
43550         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
43551         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
43552         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
43553         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
43554         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
43555         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43556         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
43557         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
43558         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
43559         * sysvipc/sys/ipc.h: Likewise.
43560         * sysvipc/sys/msg.h: Likewise.
43561         * sysvipc/sys/sem.h: Likewise.
43562         * sysvipc/sys/shm.h: Likewise.
43563         * termios/termios.h: Likewise.
43564         * time/sys/time.h: Likewise.
43565         * time/time.h: Likewise.
43566         * wcsmbs/bits/wchar2.h: Likewise.
43567         * wcsmbs/uchar.h: Likewise.
43568         * wcsmbs/wchar.h: Likewise.
43569         * wctype/wctype.h: Likewise.
43570
43571         [BZ #13551]
43572         * Makeconfig: Remove all but ELF support including AIX support.
43573         * Makerules: Likewise.
43574         * config.h.in: Likewise.
43575         * config.make.in: Likewise.
43576         * configure: Likewise.
43577         * configure.in: Likewise.
43578         * csu/Makefile: Likewise.
43579         * csu/version.c: Likewise.
43580         * debug/Makefile: Likewise.
43581         * dlfcn/Makefile: Likewise.
43582         * elf/Makefile: Likewise.
43583         * extra-lib.mk: Likewise.
43584         * iconv/Makefile: Likewise.
43585         * include/libc-symbols.h: Likewise.
43586         * include/shlib-compat.h: Likewise.
43587         * resolv/Makefile: Likewise.
43588         * resolv/res_libc.c: Likewise.
43589         * rt/Makefile: Likewise.
43590         * sysdeps/i386/asm-syntax.h: Likewise.
43591         * sysdeps/i386/sysdep.h: Likewise.
43592         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43593         * sysdeps/mach/sysdep.h: Likewise.
43594         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
43595         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
43596         * sysdeps/s390/asm-syntax.h: Likewise.
43597         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43598         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43599         * sysdeps/sh/sysdep.h: Likewise.
43600         * sysdeps/unix/sparc/sysdep.h: Likewise.
43601         * sysdeps/wordsize-32/divdi3.c: Likewise.
43602         * sysdeps/x86_64/sysdep.h: Likewise.
43603
43604         * argp/Versions: Remove _argp_unlock_xxx.
43605
43606         [BZ #13559]
43607         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
43608         * abilist/libBrokenLocale.abilist: Likewise.
43609         * abilist/libanl.abilist: Likewise.
43610         * abilist/libc.abilist: Likewise.
43611         * abilist/libcrypt.abilist: Likewise.
43612         * abilist/libdl.abilist: Likewise.
43613         * abilist/libm.abilist: Likewise.
43614         * abilist/libnsl.abilist: Likewise.
43615         * abilist/libpthread.abilist: Likewise.
43616         * abilist/libresolv.abilist: Likewise.
43617         * abilist/librt.abilist: Likewise.
43618         * abilist/libthread_db.abilist: Likewise.
43619         * abilist/libutil.abilist: Likewise.
43620         * abilist/libnss_db.abilist: New file.
43621
43622         * scripts/abilist.awk: Add support for indirect functions.
43623
43624         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
43625
43626         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
43627
43628         * shlib-versions: Remove entries for ports architectures.
43629
43630         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
43631         files in ports.
43632         * elf/stackguard-macros.h: Remove support for IA-64.
43633         * elf/tst-auditmod1.c: Likewise.
43634         * sysdeps/generic/ldsodefs.h: Likewise.
43635
43636         * sysdeps/unix/sysv/linux/configure.in: Ports should define
43637         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
43638         configure files.
43639
43640         [BZ #13552]
43641         * configure.in: Remove --enable-omitfp support.
43642         * FAQ.in: Adjust.
43643         * config.make.in: Likewise.
43644         * Makeconfig: Likewise.
43645         * manual/install.texi: Likewise.
43646
43647         In case anyone cares, the IA-64 architecture could move to ports.
43648         * sysdeps/ia64/*: Removed.
43649         * sysdeps/unix/sysv/linux/ia64/*: Removed.
43650         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
43651
43652         [BZ #13555]
43653         * configure.in: Remove entries for unsupported architectures.
43654
43655         [BZ #13533]
43656         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
43657         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
43658         routines.
43659         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
43660         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
43661         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
43662         fall back to using wcrtomb.
43663         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
43664         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
43665         renaming.
43666         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
43667         * wcsmbs/tst-c16c32-1.c: New file.
43668
43669         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
43670         local variable.
43671
43672         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
43673
43674         * elf/tst-unique3.cc: Add explicit declaration of gets.
43675         * elf/tst-unique3lib.cc: Likewise.
43676         * elf/tst-unique3lib2.cc: Likewise.
43677         * elf/tst-unique4.cc: Likewise.
43678
43679         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
43680
43681 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
43682
43683         [BZ #13566]
43684         * assert/assert.h (static_assert): Don't define for C++.
43685         * libio/stdio.h (gets): Do declare for C++ <= C++11.
43686         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
43687
43688 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
43689
43690         * iconv/loop.c (single loop): Fix assertion in storing of
43691         remaining bytes.
43692
43693         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
43694
43695 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
43696
43697         * posix/getconf.c: Update copyright year.
43698         * nss/getent.c: Likewise.
43699         * nss/makedb.c: Likewise.
43700         * iconv/iconvconfig.c: Likewise.
43701         * iconv/iconv_prog.c: Likewise.
43702         * elf/ldconfig.c: Likewise.
43703         * elf/pldd.c: Likewise.
43704         * elf/sotruss.ksh: Likewise.
43705         * catgets/gencat.c: Likewise.
43706         * csu/version.c: Likewise.
43707         * elf/ldd.bash.in: Likewise.
43708         * elf/sprof.c (print_version): Likewise.
43709         * locale/programs/locale.c: Likewise.
43710         * locale/programs/localedef.c: Likewise.
43711         * login/programs/pt_chown.c: Likewise.
43712         * nscd/nscd.c (print_version): Likewise.
43713         * debug/xtrace.sh: Likewise.
43714         * malloc/memusage.sh: Likewise.
43715         * malloc/mtrace.pl: Likewise.
43716         * debug/catchsegv.sh: Likewise.
43717
43718 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
43719
43720         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
43721         pure attribute.
43722
43723 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
43724
43725         [BZ #13533]
43726         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
43727         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
43728         transformations.
43729         * iconv/gconv_int.h: Likewise.
43730         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
43731         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
43732         from libc for GLIBC_2.16.
43733         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
43734         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
43735         * wcsmbs/uchar.h: Really define mbstate_t.
43736         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
43737         * wcsmbs/c16rtomb.c: New file.
43738         * wcsmbs/mbrtoc16.c: New file.
43739         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
43740         for C/POSIX locale.
43741         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
43742         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
43743
43744         * wcsmbs/wchar.h: Add missing __restrict.
43745
43746 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
43747
43748         [BZ #13532]
43749         * time/Makefile (routines): Add timespec_get.
43750         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
43751         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
43752         timespec for ISO C11.
43753         * time/timespec_get.c: New file.
43754         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
43755         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
43756
43757         [BZ #13531]
43758         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
43759         * stdlib/stdlib.h: Declare aligned_alloc.
43760         * Versions.def: Add GLIBC_2.16 for libc.
43761         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
43762
43763         [BZ 13527]
43764         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
43765         ISO C11.
43766
43767         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
43768         code.
43769
43770         [BZ #13528]
43771         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
43772
43773         [BZ #13529]
43774         * assert/assert.h (static_assert): Define.
43775
43776         * version.h: Update for 2.16 development version.
43777
43778         [BZ #13526]
43779         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
43780         _ISOC11_SOURCE.
43781
43782         * version.h (RELEASE): Bump for 2.15 release.
43783         * include/features.h (__GLIBC_MINOR__): Bump to 15.
43784
43785         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
43786         Patch by Marek Polacek <mpolacek@redhat.com>.
43787
43788         * bits/byteswap.h: Protect long long constants with __extension__.
43789         * sysdeps/i386/bits/byteswap.h: Likewise.
43790         * sysdeps/ia64/bits/byteswap.h: Likewise.
43791         * sysdeps/s390/bits/byteswap.h: Likewise.
43792         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43793
43794 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43795
43796         [BZ #13540]
43797         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
43798         destination buffer.
43799         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
43800
43801 2011-12-23  Marek Polacek  <polacek@redhat.com>
43802
43803         * elf/dl-addr.c (determine_info): Add inline keyword.
43804         * elf/tst-auditmod4b.c (check_avx): Likewise.
43805         * elf/tst-auditmod6b.c (check_avx): Likewise.
43806         * elf/tst-auditmod6c.c (check_avx): Likewise.
43807         * elf/tst-auditmod7b.c (check_avx): Likewise.
43808
43809 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
43810
43811         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
43812         !__SSE_MATH__.
43813
43814 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43815
43816         [BZ #13540]
43817         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
43818         processing for last bytes.
43819
43820 2011-08-06  Bruno Haible  <bruno@clisp.org>
43821
43822         [BZ #13061]
43823         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
43824         U+0385, not to U+1FEE.
43825
43826         [BZ #13062]
43827         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
43828         entry for U+00A5 U+0301.
43829
43830 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
43831
43832         [BZ #13166]
43833         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
43834         buffer for the output is too small.
43835
43836         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
43837         optimization.
43838
43839         [BZ #13185]
43840         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
43841         SSE flags if possible.
43842
43843 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43844
43845         [BZ #13540]
43846         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
43847         processing for last bytes.
43848
43849 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
43850
43851         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
43852         (syscall-list-default-options, syscall-list-default-condition)
43853         (syscall-list-includes): Define.
43854         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
43855         list of ABIs and options and #if conditions for each ABI.  Do not
43856         handle common syscalls between ABIs specially.
43857         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
43858         Remove.
43859         (syscall-list-variants, syscall-list-32bit-options)
43860         (syscall-list-32bit-condition, syscall-list-64bit-options)
43861         (syscall-list-64bit-condition): Define.
43862         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
43863         (syscall-list-variants, syscall-list-32bit-options)
43864         (syscall-list-32bit-condition, syscall-list-64bit-options)
43865         (syscall-list-64bit-condition): Define.
43866         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
43867         Remove.
43868         (syscall-list-variants, syscall-list-32bit-options)
43869         (syscall-list-32bit-condition, syscall-list-64bit-options)
43870         (syscall-list-64bit-condition): Define.
43871         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
43872         Remove.
43873         (syscall-list-variants, syscall-list-32bit-options)
43874         (syscall-list-32bit-condition, syscall-list-64bit-options)
43875         (syscall-list-64bit-condition): Define.
43876
43877 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
43878
43879         * locale/iso-639.def: Add brx entry.
43880
43881         [BZ #13328]
43882         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
43883         Proposed by Mariusz_Cukr <marcukr@op.pl>.
43884
43885         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
43886         __feraiseexcept_renamed.
43887
43888 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
43889
43890         [BZ #13538]
43891         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
43892         EPOLLET with unsigned values.
43893         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43894         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43895
43896         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
43897         to large cancellation.
43898         * math/s_cacoshf.c: Likewise.
43899         * math/s_cacoshl.c: Likewise.
43900
43901 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
43902
43903         [BZ #13305]
43904         [BZ #12786]
43905         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
43906         * math/s_cacoshf.c: Likewise.
43907         * math/s_cacoshl.c: Likewise.
43908
43909 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
43910
43911         [BZ #13439]
43912         * iconv/gconv.h: Define __GCONV_SWAP.
43913         * iconvdata/unicode.c: The swap bit must be stored in __flags.
43914         * iconvdata/utf-16.c: Likewise.
43915         * iconvdata/utf-32.c: Likewise.
43916
43917 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
43918
43919         [BZ #13524]
43920         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
43921         numerator after shifting it by one limb.
43922
43923 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
43924
43925         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
43926         under [__USE_EXTERN_INLINES].
43927
43928 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43929
43930         [BZ #13446]
43931         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
43932
43933 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43934
43935         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
43936         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
43937         optimized code.
43938         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
43939         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
43940         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
43941         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
43942         for strncasecmp/strncasecmp_l compilation.
43943         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
43944         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
43945
43946 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
43947
43948         [BZ #13484]
43949         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
43950         of __asm__.
43951
43952 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43953
43954         [BZ #13506]
43955         * time/tzfile.c (__tzfile_read): Check values from file header.
43956
43957 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
43958
43959         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
43960         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
43961         * powerpc/powerpc32/dl-start.S: Likewise.
43962         * powerpc/powerpc32/elf/start.S: Likewise.
43963         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
43964         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
43965         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
43966         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
43967         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
43968         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
43969         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
43970         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
43971         * powerpc/powerpc32/fpu/s_round.S: Likewise.
43972         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
43973         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
43974         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
43975         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
43976         * powerpc/powerpc32/memset.S: Likewise.
43977         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
43978         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
43979         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
43980         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
43981         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
43982         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
43983         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
43984         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
43985         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
43986         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
43987         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
43988         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43989         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43990
43991 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43992
43993         * math/libm-test.inc: Added more nearbyint tests.
43994         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
43995         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
43996         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
43997         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
43998
43999 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
44000
44001         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
44002         FD_CLOEXEC.
44003
44004 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44005
44006         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
44007         Add wcscpy-ssse3 wcscpy-c.
44008         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
44009         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
44010         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
44011         * sysdeps/x86_64/wcschr.S: New file.
44012         * sysdeps/x86_64/wcsrchr.S: New file.
44013         * string/test-strcmp.c: Remove checking of wcscmp function for
44014         wrong alignments.
44015         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
44016         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
44017         wcsrchr-sse2 wcsrchr-c.
44018         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
44019         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
44020         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
44021         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
44022         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
44023         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
44024         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
44025         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
44026         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
44027         * wcsmbc/wcschr.c (WCSCHR): New macro.
44028
44029 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44030
44031         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
44032         * wcsmbs/test-wcsrchr.c: New file.
44033         * string/test-strrchr.c: Add wcsrchr support.
44034         (WIDE): New macro.
44035         * wcsmbs/test-wcscpy.c: New file.
44036         * string/test-strcpy.c: Add wcscpy support.
44037         (WIDE): New macro.
44038
44039 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
44040
44041         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
44042         the inner loop.
44043
44044 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
44045
44046         [BZ #13472]
44047         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
44048
44049 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
44050
44051         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
44052         Minor optimizations.
44053
44054         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
44055         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
44056         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
44057
44058 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
44059
44060         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
44061         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
44062         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
44063         for gcc to avoid warnings.
44064         * inet/Makefile (tests): Add tst-checks.
44065         * inet/tst-checks.c: New file.
44066
44067         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
44068         warning.
44069
44070         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
44071         __wmemcmp_sse2.
44072
44073         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
44074         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
44075
44076         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
44077
44078 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
44079
44080         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
44081         problem.
44082
44083         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
44084
44085 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
44086
44087         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
44088         conditional on GCC version.
44089         (__arch_compare_and_exchange_val_8_acq)
44090         (__arch_compare_and_exchange_val_16_acq)
44091         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
44092         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
44093         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
44094
44095 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
44096
44097         * sysdeps/sh/backtrace.c: New file.
44098
44099 2011-12-02  Andreas Schwab  <schwab@redhat.com>
44100
44101         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
44102         parenthesis.
44103
44104 2011-12-01  Andreas Schwab  <schwab@redhat.com>
44105
44106         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
44107         falling back to utime.
44108
44109 2011-11-30  Andreas Schwab  <schwab@redhat.com>
44110
44111         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
44112         expectations for float.
44113
44114 2011-11-29  Andreas Schwab  <schwab@redhat.com>
44115
44116         * locale/weight.h (findidx): Add parameter len.
44117         * locale/weightwc.h (findidx): Likewise.
44118         * posix/fnmatch_loop.c (FCT): Adjust caller.
44119         * posix/regcomp.c (build_equiv_class): Likewise.
44120         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
44121         * posix/regexec.c (check_node_accept_bytes): Likewise.
44122         * string/strcoll_l.c (STRCOLL): Likewise.
44123         * string/strxfrm_l.c (STRXFRM): Likewise.
44124
44125 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
44126
44127         * Makefile.in: Remove CVSOPT handling.
44128         * configure.in: Remove use of AC_REVISION.
44129         * iconvdata/Makefile (distribute): No need to filter out CVS.
44130         * scripts/list-sources.sh: Remove CVS, subversion and monotone
44131         handling.
44132
44133 2011-11-16  Andreas Schwab  <schwab@redhat.com>
44134
44135         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
44136         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
44137         [USE_AS_STRNCASECMP_L]: Likewise.
44138         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
44139         NO_TLS_DIRECT_SEG_REFS.
44140         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
44141         Fix argument offsets for non-PIC.
44142         [USE_AS_STRNCASECMP_L]: Likewise.
44143         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
44144         NO_TLS_DIRECT_SEG_REFS.
44145
44146 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
44147
44148         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
44149         O_CLOEXEC.
44150         * locale/loadlocale.c (_nl_load_locale): Likewise.
44151
44152 2011-11-15  Andreas Schwab  <schwab@redhat.com>
44153
44154         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
44155         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
44156         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
44157         (SYSCALL_GETTIME): Set errno on error.
44158
44159         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
44160         count references to noai6ai_cached.
44161
44162 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
44163
44164         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
44165
44166         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
44167         FD_CLOEXEC for /proc/self/maps.
44168
44169         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
44170         FD_CLOEXEC for /proc/meminfo.
44171
44172         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
44173         gai.conf.
44174
44175         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
44176         FD_CLOEXEC for given file.
44177
44178         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
44179
44180         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
44181         FD_CLOEXEC for /etc/hosts.
44182         (_gethtent): Likewise.
44183
44184         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
44185
44186         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
44187         cancellation and set FD_CLOEXEC for /etc/netgroup.
44188
44189         * nss/nss_files/files-key.c (search): Don't allow cancellation when
44190         reading /etc/publickey.
44191
44192         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
44193         allow cancellation when reading /etc/group.
44194
44195         * nss/nss_files/files-alias.c (internal_setent): Don't allow
44196         cancellation.
44197         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
44198
44199         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
44200         when using data file.
44201
44202         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
44203
44204         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
44205         (write_nis_obj): Use "c" and "e" in fopen.
44206
44207         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
44208
44209         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
44210
44211         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
44212
44213         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
44214
44215         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
44216         locale.alias.
44217
44218         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
44219
44220         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
44221
44222         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
44223
44224         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
44225         file parsing and set FD_CLOEXEC.
44226
44227 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
44228
44229         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
44230
44231 2011-11-14  Andreas Schwab  <schwab@redhat.com>
44232
44233         * malloc/arena.c (arena_get2): Don't call reused_arena when
44234         _int_new_arena failed.
44235
44236 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
44237
44238         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
44239         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
44240         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
44241         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
44242         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
44243         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
44244         to compile strcasecmp and strncasecmp.
44245         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
44246         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
44247
44248         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
44249
44250 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
44251
44252         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
44253         locale-defines.sym to gen-as-const-headers.
44254         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
44255         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
44256         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
44257         to compile strcasecmp and strncasecmp.
44258         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
44259         strcasecmp_l and strncasecmp_l.
44260         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
44261         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
44262         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
44263         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
44264         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
44265         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
44266         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
44267         * sysdeps/i386/i686/multiarch/strncase.S: New file.
44268         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
44269         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
44270         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
44271
44272 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
44273
44274         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
44275         result of SYSDEP_GETTIME_CPU to retval.
44276         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
44277         parameter list to macro.  Remove trailing semicolon.  Adjust users.
44278
44279         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
44280         variable.
44281
44282         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
44283         mantissa words.
44284         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
44285
44286         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
44287         from unused variable.
44288
44289         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
44290         DWARF definitions.
44291         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
44292         for assembling.
44293
44294         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
44295         over namespaces.
44296
44297         * sunrpc/rpc_prot.c (rejected): Fix case value.
44298
44299         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
44300         unsigned long long int to avoid warnings in shift.
44301
44302         * posix/regex_internal.c (re_string_reconstruct): Actually use result
44303         of use of trans.
44304         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
44305         variable tmp.
44306
44307         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
44308         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
44309         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
44310
44311         * nis/nis_table.c (nis_list): Use variable of correct type for
44312         result of __follow_path call.
44313
44314 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44315
44316         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
44317         of math functions ceil, trunc, floor, round, and sqrt, when
44318         avaliable on the platform.
44319         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
44320         name clash.
44321         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44322         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44323         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44324
44325 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
44326
44327         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
44328         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
44329
44330 2011-11-11  Roland McGrath  <roland@hack.frob.com>
44331
44332         * include/unistd.h: Fix __readlink return type.
44333         Reported by Chris Metcalf <cmetcalf@tilera.com>.
44334
44335 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
44336
44337         * stdlib/ucontext.h: Undo last change for makecontext.
44338
44339 2011-11-11  Andreas Schwab  <schwab@redhat.com>
44340
44341         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
44342
44343         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
44344         * setjmp/setjmp.h: Mark functions as non-leaf.
44345         * setjmp/bits/setjmp2.h: Likewise.
44346         * stdlib/ucontext.h: Likewise.
44347
44348 2011-11-10  Andreas Schwab  <schwab@redhat.com>
44349
44350         * malloc/arena.c (_int_new_arena): Don't increment narenas.
44351         (reused_arena): Don't check arena limit.
44352         (arena_get2): Atomically check arena limit.
44353
44354 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
44355
44356         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
44357         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
44358
44359         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
44360         instructions.
44361
44362 2011-11-07  Andreas Schwab  <schwab@redhat.com>
44363
44364         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
44365         handler when locking.
44366
44367         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44368         Fix size of allocated buffer.
44369
44370 2011-11-04  Andreas Schwab  <schwab@redhat.com>
44371
44372         [BZ #10103]
44373         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
44374         declarations for long double functions.
44375         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
44376
44377         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
44378
44379 2011-11-03  Andreas Schwab  <schwab@redhat.com>
44380
44381         * nscd/nscd.c (main): Don't start AVC thread until credentials are
44382         installed.
44383
44384         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
44385         is disabled.
44386
44387 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44388
44389         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
44390
44391 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
44392
44393         * include/alloca.h (stackinfo_alloca_round): Define.
44394         (extend_alloca): Use it.
44395         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
44396         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
44397         here.
44398
44399         * scripts/check-local-headers.sh: Ignore libaudit.h.
44400
44401         * nscd/Makefile (extra-objs): Make recursively expanded.
44402
44403 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
44404
44405         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
44406         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
44407
44408         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
44409         * posix/tst-rfc3484-2.c: Likewise.
44410         * posix/tst-rfc3484-3.c: Likewise.
44411
44412         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
44413         process_vm_writev.
44414         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
44415         process_vm_writev.
44416         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
44417         process_vm_writev from libc using GLIBC_2.15 version.
44418
44419         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
44420
44421 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
44422
44423         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
44424         stack usage.
44425
44426 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
44427
44428         [BZ #13367]
44429         * nss/getent.c (initgroups_keys): Show error message in case no group
44430         names are given.
44431
44432         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
44433         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
44434         __bump_nl_timestamp.
44435         * nscd/connections (nscd_init): When host database is served open
44436         netlink socket and request notification about configuration changes.
44437         (main_loop_poll): Track netlink file descriptor and bump timestamp
44438         in case data becomes available.
44439         (main_loop_epoll): Likewise.
44440         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
44441         (database_pers_head): Add extra_data fileds.
44442         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
44443         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
44444         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
44445         Adjust caller.
44446         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
44447         in6ai data, call __free_in6ai.
44448         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
44449         Add -DHAVE_NETLINK.
44450         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
44451         interface information.  Reuse previous data if netlink timestamp
44452         is not changed.
44453         (__bump_nl_timestamp): New function.
44454         (__free_in6ai): New function.
44455
44456 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
44457
44458         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
44459         close_not_cancel_no_status here.
44460         (__check_pf): Reorganize code a bit to not call close twice if OOM.
44461
44462 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
44463
44464         [BZ #13276]
44465         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
44466         return value.
44467
44468         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
44469         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
44470         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
44471
44472 2011-07-03  Andreas Jaeger  <aj@suse.de>
44473
44474         [BZ #10709]
44475         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
44476         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
44477         * math/libm-test.inc (sin_test): Add test case.
44478
44479 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
44480
44481         [BZ #13337]
44482         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
44483         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
44484
44485         * elf/chroot_canon.c (chroot_canon): Cleanups.
44486
44487         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
44488
44489         [BZ #13335]
44490         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
44491         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
44492
44493         * string/test-strchr.c: Make usable for strchrnul testing.
44494         * string/test-strchrnul.c: New file.
44495         * string/Makefile (strop-tests): Add strchrnul.
44496
44497         * po/it.po: Update from translation team.
44498         * po/es.po: Likewise.
44499
44500 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
44501
44502         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
44503         the three constants needed as parameters.  Drop the others.
44504         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
44505         __m128i_strloadu_tolower.
44506         Create and initialize variable zero and use it in all the places
44507         where _mm_setzero_si128 was used.
44508
44509         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
44510         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
44511         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
44512         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
44513         anymore.
44514         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
44515         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
44516         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
44517         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
44518         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
44519         __mpranred, __mptan.
44520         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
44521         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
44522         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
44523         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
44524         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
44525         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
44526         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
44527         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
44528         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
44529
44530 2011-10-28  Andreas Schwab  <schwab@redhat.com>
44531
44532         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
44533         redefine if SHARED.
44534         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
44535
44536         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
44537         wide char related routines to wcsmbs subdir.
44538
44539 2011-10-27  Andreas Schwab  <schwab@redhat.com>
44540
44541         [BZ #13344]
44542         * misc/sys/cdefs.h (__THROWNL): Define.
44543         * posix/unistd.h: Use __THREADNL instead of __THREAD
44544         for memory synchronization functions.
44545
44546 2011-10-26  Roland McGrath  <roland@hack.frob.com>
44547
44548         [BZ #13349]
44549         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
44550         doesn't exist.
44551         * manual/stdio.texi (Obstack Streams): Node removed.
44552
44553 2011-10-26  Andreas Schwab  <schwab@redhat.com>
44554
44555         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
44556         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44557         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44558
44559         * math/math_private.h (math_force_eval): Allow non-addressable
44560         arguments.
44561         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
44562
44563 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44564
44565         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
44566         file is not needed.
44567
44568         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
44569         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
44570         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
44571         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
44572         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
44573         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
44574         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
44575         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
44576         Add AVX variants.
44577         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
44578         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
44579         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
44580         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
44581         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
44582         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
44583         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
44584         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
44585         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
44586         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
44587         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
44588         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
44589         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
44590         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
44591         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
44592         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
44593         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
44594         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
44595         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
44596
44597         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
44598         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
44599
44600         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
44601         place.  Use VEX encoding when compiling for AVX.
44602
44603 2011-10-25  Andreas Schwab  <schwab@redhat.com>
44604
44605         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
44606         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
44607
44608         * string/test-strchr.c (do_test): Don't generate NUL bytes.
44609
44610 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44611
44612         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
44613         useless if() expression.
44614         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44615         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44616         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44617         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44618         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44619         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44620         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44621         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44622         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44623         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44624         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44625         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44626         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44627         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44628         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44629         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44630         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44631         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44632         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44633
44634         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
44635
44636 2011-10-25  Andreas Schwab  <schwab@redhat.com>
44637
44638         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
44639         condition.
44640         * elf/dl-fini.c (_dl_sort_fini): Likewise.
44641
44642 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44643
44644         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
44645         .text section.  Avoid duplicate constants.
44646         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44647         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44648         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44649         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44650         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44651         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44652         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44653         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44654         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
44655         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
44656         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
44657         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
44658         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
44659         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
44660         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
44661         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
44662         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
44663         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
44664         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44665         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44666         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44667         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44668         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44669         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
44670         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
44671         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
44672         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
44673         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
44674         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
44675         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
44676         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
44677         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
44678         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
44679         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
44680         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
44681         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
44682         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
44683         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
44684         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
44685         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
44686         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
44687         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
44688         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
44689         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
44690         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
44691
44692 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
44693
44694         * sysdeps/x86_64/dla.h: Move to ...
44695         * sysdeps/x86_64/fpu/dla.h: ...here.
44696         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
44697         situations.  Use __builtin_fma only for gcc 4.6 and up.
44698
44699         * config.make.in: Add have-mfma4 entry.
44700         * configure.in: Substitute libc_cv_cc_fma4.
44701         * math/Makefile (dbl-only-routines): Add sincostab.
44702         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
44703         Use __sincostab not sincos.
44704         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
44705         name is a macro.
44706         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44707         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44708         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44709         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
44710         using __copysign.
44711         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
44712         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
44713         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
44714         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
44715         and __inv.
44716         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
44717         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
44718         __copysign.
44719         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
44720         define aliases when function name is a macro.
44721         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
44722         sysdeps/ieee754/dbl-64/sincos.tbl.
44723         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
44724         fma4-enabled routines.
44725         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
44726         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
44727         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
44728         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
44729         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
44730         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
44731         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
44732         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
44733         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
44734         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
44735         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
44736         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
44737         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
44738         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
44739         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
44740         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
44741         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
44742         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
44743         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
44744         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
44745         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
44746         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
44747         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
44748         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
44749         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
44750         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
44751         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
44752         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
44753         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
44754         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
44755
44756         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
44757         rename.
44758         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44759         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44760         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44761         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44762         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44763         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44764         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44765         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44766
44767 2011-10-24  Andreas Schwab  <schwab@redhat.com>
44768
44769         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
44770
44771 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44772
44773         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
44774
44775         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
44776         prediction.
44777         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
44778
44779         * string/strnlen.c: Don't define STRNLEN, reverse logic.
44780         Remove unused variable magic_bits.
44781         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
44782
44783         * string/strnlen.c: Define and use STRNLEN macro.
44784         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
44785         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
44786         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
44787         * wcsmbs/wcslen.c: Define and use WCSLEN.
44788         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
44789         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
44790         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
44791         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
44792         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
44793         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
44794         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
44795
44796 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44797
44798         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
44799         strnlen-sse2-no-bsf.
44800         Rename strlen-no-bsf to strlen-sse2-no-bsf.
44801         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
44802         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
44803         Add strnlen support.
44804         (USE_AS_STRNLEN): New macro.
44805         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
44806         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
44807         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
44808         * sysdeps/x86_64/wcslen.S: New file.
44809
44810 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
44811
44812         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
44813         XMM-moves are used for copying on small sizes.
44814
44815 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44816
44817         * wcsmbs/Makefile (strop-tests): Add wcschr.
44818         * wcsmbs/test-wcschr.c: New file.
44819         * string/test-strchr.c: Update.
44820         Add wcschr support.
44821         (WIDE): New macro.
44822
44823 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44824
44825         * wcsmbs/Makefile (strop-tests): Add wcslen.
44826         * wcsmbs/test-wcslen.c: New file.
44827         * string/test-strlen.c: Update.
44828         Add wcslen support.
44829         (WIDE): New macro.
44830
44831 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44832
44833         * po/it.po: Update from translation team.
44834
44835 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44836
44837         * sysdeps/x86_64/wcscmp.S: Update.
44838         Fix wrong comparison semantics.
44839         wcscmp shall use signed comparison not unsigned.
44840         Don't use substraction to avoid overflow bug.
44841         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
44842         * wcsmbc/wcscmp.c: Likewise.
44843         * string/test-strcmp.c: Likewise.
44844         Add new tests to check cases with negative values.
44845
44846 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44847
44848         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
44849         * sysdeps/x86_64/dla.h: ...here.  New file.
44850         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
44851         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44852         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44853         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44854         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44855         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44856         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44857         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44858         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44859
44860 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
44861
44862         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
44863         __ynl_finite aliases.
44864
44865 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
44866
44867         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44868
44869         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
44870         define DLA_FMA.
44871         [DLA_FMA] (EMULV): Use DLA_FMA.
44872         [DLA_FMA] (MUL12): Use EMULV.
44873         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
44874         that are not needed.
44875         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44876         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44877         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44878         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44879         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44880         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44881         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44882
44883 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
44884
44885         * math/s_nan.c: Undef __nan.
44886         * math/s_nanf.c: Undef __nanf.
44887         * math/s_nanl.c: Undef __nanl.
44888         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
44889         "math_private.h".
44890
44891 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
44892
44893         * math/s_catan.c: Add branch predictions.
44894         * math/s_catanf.c: Likewise.
44895         * math/s_catanh.c: Likewise.
44896         * math/s_catanhf.c: Likewise.
44897         * math/s_catanhl.c: Likewise.
44898         * math/s_catanl.c: Likewise.
44899         * math/s_cexp.c: Likewise.
44900         * math/s_cexpf.c: Likewise.
44901         * math/s_cexpl.c: Likewise.
44902         * math/s_clog.c: Likewise.
44903         * math/s_clog10.c: Likewise.
44904         * math/s_clog10f.c: Likewise.
44905         * math/s_clog10l.c: Likewise.
44906         * math/s_clogf.c: Likewise.
44907         * math/s_clogl.c: Likewise.
44908         * math/s_csqrt.c: Likewise.
44909         * math/s_csqrtf.c: Likewise.
44910         * math/s_csqrtl.c: Likewise.
44911         * math/s_ctanf.c: Likewise.
44912         * math/s_ctanh.c: Likewise.
44913         * math/s_ctanhf.c: Likewise.
44914         * math/s_ctanhl.c: Likewise.
44915         * math/s_ctanl.c: Likewise.
44916
44917         * math/math_private.h: Define __nan, __nanf, __nanl.
44918         * math/s_cacosh.c: Include <math_private.h>.
44919         * math/s_cacoshl.c: Likewise.
44920         * math/s_casinh.c: Likewise.
44921         * math/s_casinhf.c: Likewise.
44922         * math/s_casinhl.c: Likewise.
44923         * math/s_ccos.c: Rely entire on ccosh.
44924         * math/s_ccosf.c: Rely entire on ccoshf.
44925         * math/s_ccosl.c: Rely entirely on ccoshl.
44926         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
44927         Remove tests for FE_INVALID.
44928         * math/s_ccoshf.c: Likewise.
44929         * math/s_ccoshl.c: Likewise.
44930         * math/s_csin.c: Likewise.
44931         * math/s_csinf.c: Likewise.
44932         * math/s_csinh.c Likewise.
44933         * math/s_csinhf.c: Likewise.
44934         * math/s_csinhl.c: Likewise.
44935         * math/s_csinl.c: Likewise.
44936         * math/s_ctan.c: Likewise.
44937         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
44938         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
44939         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
44940
44941 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
44942
44943         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
44944         compilation problems.
44945
44946         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
44947         __builtin_expect.
44948
44949 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
44950
44951         * sysdeps/i386/configure.in: Test for -mfma4 option.
44952         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
44953         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
44954         COMMON_CPUID_INDEX_80000001.
44955         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
44956         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
44957         use it if FMA3 is not supported.
44958         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
44959
44960         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
44961         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
44962
44963 2011-10-20  Andreas Schwab  <schwab@redhat.com>
44964
44965         [BZ #12892]
44966         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
44967         it would create a cycle with a link time dependency.
44968
44969 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
44970
44971         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
44972         instruction.
44973         * string/Makefile (strop-tests): Add rawmemchr.
44974         * string/test-rawmemchr.c: New file.
44975
44976         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
44977         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
44978         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
44979         when compiling str{,n}casecmp and when AVX is available.  Hook up
44980         new optimized code in initializers.
44981
44982 2011-10-19  Andreas Schwab  <schwab@redhat.com>
44983
44984         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
44985         __feraiseexcept instead of feraiseexcept.
44986
44987 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
44988
44989         * math/math_private.h: Define defaults for libc_fetestexcept and
44990         libc_feupdateenv.
44991         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
44992         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
44993         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
44994         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44995         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44996         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44997         libc_fetestexcept and libc_feupdateenv.
44998
44999         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
45000         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
45001         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
45002         * sysdeps/x86_64/fpu/math_private.h: Define special version of
45003         libc_feholdexcept_setround.
45004
45005         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
45006         Add s_nearbyint-c and s_nearbyintf-c.
45007         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
45008         nearbyintf inlines.
45009         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
45010         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
45011         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
45012         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
45013
45014         * math/math_private.h: Define defaults for libc_fegetround,
45015         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
45016         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
45017         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
45018         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
45019         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
45020         standard functions.
45021         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45022         Remove comments and hacks for old compiler versions.
45023         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45024         libc_fegetround, libc_fesetround, libc_feholdexcept, and
45025         libc_feholdexceptl.
45026
45027 2011-10-18  Andreas Schwab  <schwab@redhat.com>
45028
45029         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
45030         (__feraiseexcept_renamed): Add __NTH.
45031         (feraiseexcept): Add __NTH.  Rename local variables to fix
45032         namespace violations.
45033
45034 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
45035
45036         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
45037
45038         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
45039
45040         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
45041         recently added interfaces.
45042         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
45043
45044         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
45045         about macro parameter expansion.
45046
45047         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
45048         __NO_MATH_INLINES is defined.  Cleanups.
45049
45050         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
45051         and __floorf is target has SSE4.1.
45052         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
45053         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
45054         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
45055         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
45056
45057         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
45058         name.
45059         (floorf): Likewise.
45060
45061         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
45062
45063 2011-10-17  Andreas Schwab  <schwab@redhat.com>
45064
45065         * misc/sys/cdefs.h: Fix last change.
45066
45067         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
45068         database lookup.
45069
45070 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
45071
45072         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
45073
45074         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
45075         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45076         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
45077         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45078         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45079         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
45080         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45081         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45082         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45083         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
45084         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
45085         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
45086         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
45087         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
45088         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
45089         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
45090         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
45091         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
45092         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
45093         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
45094         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
45095         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
45096
45097         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
45098         ceil, ceilf, floor, floorf.
45099
45100         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
45101         Perform IRELATIVE relocations last.
45102
45103         * elf/do-rel.h: Add another parameter nrelative, replacing the
45104         local variable with the same name.  Change name of the function
45105         to end in Rel or Rela (uppercase).
45106         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
45107         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
45108         elf_dynamic_do_##reloc function.
45109
45110 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
45111
45112         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
45113         is sufficient, at least on modern CPUs.
45114
45115         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
45116
45117         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
45118         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
45119
45120         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
45121         __expl_finite.
45122         * math/bits/math-finite.h: Add entries for exp.
45123         * math/e_expl.c: Add __*_finite alias.
45124         * sysdeps/i386/fpu/e_exp.S: Likewise.
45125         * sysdeps/i386/fpu/e_expf.S: Likewise.
45126         * sysdeps/i386/fpu/e_expl.c: Likewise.
45127         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45128         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45129         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
45130         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
45131         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
45132         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45133         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45134
45135         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
45136         is sufficient, at least on modern CPUs.
45137
45138         * ctype/ctype-info.c (__ctype_init): Define.
45139         * include/ctype.h (__ctype_init): Declare.
45140         (__ctype_b_loc): The variable is always initialized.
45141         (__ctype_toupper_loc): Likewise.
45142         (__ctype_tolower_loc): Likewise.
45143         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
45144         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
45145
45146 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
45147
45148         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
45149
45150         * configure.in: Also look in $cxxmachine/include for C++ system
45151         headers.
45152
45153 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45154
45155         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
45156         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
45157         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
45158         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
45159         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
45160         (USE_AS_WMEMCMP): New macro.
45161         Fixing indents.
45162         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
45163         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
45164         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
45165         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
45166         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45167         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
45168         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
45169         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
45170         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
45171         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
45172         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
45173         (USE_AS_WMEMCMP): New macro.
45174         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
45175         * sysdeps/string/test-memcmp.c: Update.
45176         Fix simple_wmemcmp.
45177         Add new tests.
45178         * wcsmbs/wmemcmp.c: Update.
45179         (WMEMCMP): New macro.
45180         Fix overflow bug.
45181
45182 2011-10-12  Andreas Jaeger  <aj@suse.de>
45183
45184         [BZ #13268]
45185         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
45186
45187 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
45188
45189         * libio/iofwide.c (do_length): Avoid warning.
45190
45191         * ctype/ctype.h (__isctype_f): Add missing __THROW.
45192
45193 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
45194
45195         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
45196
45197         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
45198         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
45199         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
45200         * sysdeps/i386/i686/fpu/e_log.S: New file.
45201         * sysdeps/i386/i686/fpu/e_logf.S: New file.
45202         * sysdeps/i386/i686/fpu/e_logl.S: New file.
45203
45204         * ctype/ctype.h: Add support for inlined isXXX functions when
45205         compiling C++ code.
45206
45207 2011-10-14  Andreas Schwab  <schwab@redhat.com>
45208
45209         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45210
45211         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
45212
45213 2011-10-13  Roland McGrath  <roland@hack.frob.com>
45214
45215         [BZ #13291]
45216         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
45217
45218 2011-10-13  Andreas Schwab  <schwab@redhat.com>
45219
45220         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
45221         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
45222         feraiseexcept.
45223
45224         * sysdeps/x86_64/memrchr.S: Check for zero size.
45225
45226         * string/stratcliff.c: Add memrchr tests.
45227
45228 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45229
45230         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45231         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
45232         rawmemchr-sse2 rawmemchr-sse2-bsf.
45233         * sysdeps/i386/i686/multiarch/memchr.S: New file.
45234         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
45235         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
45236         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
45237         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
45238         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
45239         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
45240         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
45241         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
45242         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
45243         * string/memrchr.c (MEMRCHR): New macro.
45244
45245 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
45246
45247         Add integration with gcc's -ffinite-math-only and optimize wrapper
45248         functions in libm.
45249         * Versions.def: Define GLIBC_2.15 version for libm.
45250         * math/Makefile (headers): Add bits/math-finite.h.
45251         * math/bits/math-finite.h: New file.
45252         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
45253         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
45254         * math/e_acoshl.c: Add __*_finite alias.
45255         * math/e_acosl.c: Likewise.
45256         * math/e_asinl.c: Likewise.
45257         * math/e_atan2l.c: Likewise.
45258         * math/e_atanhl.c: Likewise.
45259         * math/e_coshl.c: Likewise.
45260         * math/e_exp10.c: Likewise.
45261         * math/e_exp10f.c: Likewise.
45262         * math/e_exp10l.c: Likewise.
45263         * math/e_exp2l.c: Likewise.
45264         * math/e_fmodl.c: Likewise.
45265         * math/e_gammal_r.c: Likewise.
45266         * math/e_hypotl.c: Likewise.
45267         * math/e_j0l.c: Likewise.
45268         * math/e_j1l.c: Likewise.
45269         * math/e_jnl.c: Likewise.
45270         * math/e_lgammal_r.c: Likewise.
45271         * math/e_log10l.c: Likewise.
45272         * math/e_log2l.c: Likewise.
45273         * math/e_logl.c: Likewise.
45274         * math/e_powl.c: Likewise.
45275         * math/e_sinhl.c: Likewise.
45276         * math/e_sqrtl.c: Likewise.
45277         * math/e_scalb.c: Completely rewritten and optimized.
45278         * math/e_scalbf.c: Likewise.
45279         * math/e_scalbl.c: Likewise.
45280         * math/w_acos.c: Likewise.
45281         * math/w_acosf.c: Likewise.
45282         * math/w_acosl.c: Likewise.
45283         * math/w_acosh.c: Likewise.
45284         * math/w_acoshf.c: Likewise.
45285         * math/w_acoshl.c: Likewise.
45286         * math/w_asin.c: Likewise.
45287         * math/w_asinf.c: Likewise.
45288         * math/w_asinl.c: Likewise.
45289         * math/w_atan2.c: Likewise.
45290         * math/w_atan2f.c: Likewise.
45291         * math/w_atan2l.c: Likewise.
45292         * math/w_atanh.c: Likewise.
45293         * math/w_atanhf.c: Likewise.
45294         * math/w_atanhl.c: Likewise.
45295         * math/w_exp10.c: Likewise.
45296         * math/w_exp10f.c: Likewise.
45297         * math/w_exp10l.c: Likewise.
45298         * math/w_fmod.c: Likewise.
45299         * math/w_fmodf.c: Likewise.
45300         * math/w_fmodl.c: Likewise.
45301         * math/w_j0.c: Likewise.
45302         * math/w_j0f.c: Likewise.
45303         * math/w_j0l.c: Likewise.
45304         * math/w_j1.c: Likewise.
45305         * math/w_j1f.c: Likewise.
45306         * math/w_j1l.c: Likewise.
45307         * math/w_jn.c: Likewise.
45308         * math/w_jnf.c: Likewise.
45309         * math/w_log.c: Likewise.
45310         * math/w_logf.c: Likewise.
45311         * math/w_logl.c: Likewise.
45312         * math/w_log10.c: Likewise.
45313         * math/w_log10f.c: Likewise.
45314         * math/w_log10l.c: Likewise.
45315         * math/w_log2.c: Likewise.
45316         * math/w_log2f.c: Likewise.
45317         * math/w_log2l.c: Likewise.
45318         * math/w_pow.c: Likewise.
45319         * math/w_powf.c: Likewise.
45320         * math/w_powl.c: Likewise.
45321         * math/w_remainder.c: Likewise.
45322         * math/w_remainderf.c: Likewise.
45323         * math/w_remainderl.c: Likewise.
45324         * math/w_scalb.c: Likewise.
45325         * math/w_scalbf.c: Likewise.
45326         * math/w_scalbl.c: Likewise.
45327         * math/w_sqrt.c: Likewise.
45328         * math/w_sqrtf.c: Likewise.
45329         * math/w_sqrtl.c: Likewise.
45330         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
45331         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
45332         used.
45333         * math/math_private.h: Declare __kernel_standard_f.
45334         * math/w_cosh.c: Remove cruft and optimize a bit.
45335         * math/w_coshf.c: Likewise.
45336         * math/w_coshl.c: Likewise.
45337         * math/w_exp2.c: Likewise.
45338         * math/w_exp2f.c: Likewise.
45339         * math/w_exp2l.c: Likewise.
45340         * math/w_hypot.c: Likewise.
45341         * math/w_hypotf.c: Likewise.
45342         * math/w_hypotl.c: Likewise.
45343         * math/w_lgamma.c: Likewise.
45344         * math/w_lgamma_r.c: Likewise.
45345         * math/w_lgammaf.c: Likewise.
45346         * math/w_lgammaf_r.c: Likewise.
45347         * math/w_lgammal.c: Likewise.
45348         * math/w_lgammal_r.c: Likewise.
45349         * math/w_sinh.c: Likewise.
45350         * math/w_sinhf.c: Likewise.
45351         * math/w_sinhl.c: Likewise.
45352         * math/w_tgamma.c: Likewise.
45353         * math/w_tgammaf.c: Likewise.
45354         * math/w_tgammal.c: Likewise.
45355         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45356         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45357         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
45358         Minor optimizations.  Pretty printing.  Remove cruft.
45359         * sysdeps/i386/fpu/e_acosf.S: Likewise.
45360         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45361         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45362         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45363         * sysdeps/i386/fpu/e_acosl.c: Likewise.
45364         * sysdeps/i386/fpu/e_asin.S: Likewise.
45365         * sysdeps/i386/fpu/e_asinf.S: Likewise.
45366         * sysdeps/i386/fpu/e_atan2.S: Likewise.
45367         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
45368         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
45369         * sysdeps/i386/fpu/e_atanh.S: Likewise.
45370         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45371         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45372         * sysdeps/i386/fpu/e_exp10.S: Likewise.
45373         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
45374         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
45375         * sysdeps/i386/fpu/e_exp2.S: Likewise.
45376         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
45377         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
45378         * sysdeps/i386/fpu/e_fmod.S: Likewise.
45379         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
45380         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
45381         * sysdeps/i386/fpu/e_hypot.S: Likewise.
45382         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
45383         * sysdeps/i386/fpu/e_log.S: Likewise.
45384         * sysdeps/i386/fpu/e_log10.S: Likewise.
45385         * sysdeps/i386/fpu/e_log10f.S: Likewise.
45386         * sysdeps/i386/fpu/e_log10l.S: Likewise.
45387         * sysdeps/i386/fpu/e_log2.S: Likewise.
45388         * sysdeps/i386/fpu/e_log2f.S: Likewise.
45389         * sysdeps/i386/fpu/e_log2l.S: Likewise.
45390         * sysdeps/i386/fpu/e_logf.S: Likewise.
45391         * sysdeps/i386/fpu/e_logl.S: Likewise.
45392         * sysdeps/i386/fpu/e_pow.S: Likewise.
45393         * sysdeps/i386/fpu/e_powf.S: Likewise.
45394         * sysdeps/i386/fpu/e_powl.S: Likewise.
45395         * sysdeps/i386/fpu/e_remainder.S: Likewise.
45396         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
45397         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
45398         * sysdeps/i386/fpu/e_scalb.S: Likewise.
45399         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45400         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45401         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
45402         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
45403         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
45404         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
45405         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45406         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45407         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
45408         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45409         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
45410         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
45411         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
45412         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45413         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
45414         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
45415         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45416         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45417         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
45418         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
45419         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45420         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
45421         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
45422         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45423         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45424         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
45425         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
45426         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45427         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45428         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
45429         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
45430         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45431         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
45432         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
45433         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
45434         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45435         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
45436         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45437         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
45438         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
45439         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
45440         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
45441         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
45442         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
45443         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
45444         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
45445         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
45446         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45447         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45448         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45449         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45450         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45451         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45452         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45453         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
45454         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45455         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45456         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45457         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45458         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45459         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45460         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45461         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45462         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45463         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45464         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45465         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45466         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45467         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45468         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45469         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45470         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45471         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45472         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
45473         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45474         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45475         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45476         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45477         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45478         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45479         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45480         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
45481         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45482         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45483         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45484         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45485         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45486         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
45487         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45488         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45489         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45490         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45491         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45492         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45493         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45494         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45495         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45496         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45497         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
45498         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
45499         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
45500         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
45501         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
45502         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
45503         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
45504         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
45505         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
45506         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
45507         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
45508         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
45509         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
45510         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
45511         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45512         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
45513         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
45514         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
45515         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
45516         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
45517         (__isnanf): Likewise.
45518         (__isinf_ns): Likewise.
45519         (__isinf_nsf): Likewise.
45520         (__finite): Likewise.
45521         (__finitef): Likewise.
45522         (__ieee754_sqrt): Define as macro.
45523         (__ieee754_sqrtf): Define as macro.
45524         (__ieee754_sqrtl): Define as macro.
45525         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
45526         inlined copy.
45527         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
45528         __FINITE_MATH_ONLY__ consistent.
45529         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
45530
45531 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
45532
45533         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
45534         of rawmemchr.
45535
45536         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
45537
45538 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
45539
45540         * po/ja.po: Update from translation team.
45541
45542 2011-10-08  Roland McGrath  <roland@hack.frob.com>
45543
45544         * locale/programs/locarchive.c (prepare_address_space): New function.
45545         (create_archive, enlarge_archive, open_archive): Use it.
45546
45547         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
45548         inside [SHARED], where it is used.
45549
45550         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
45551
45552         * nss/getent.c (netgroup_keys): Remove unused variable.
45553         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45554
45555 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
45556
45557         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
45558         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
45559         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
45560         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
45561         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
45562         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
45563         * math/Makefile (libm-calls): Add s_isinf_ns.
45564         * math/divtc3.c: Use __isinf_nsl instead of isinf.
45565         * math/multc3.c: Likewise.
45566         * math/s_casin.c: Likewise.
45567         * math/s_casinf.c: Likewise.
45568         * math/s_casinl.c: Likewise.
45569         * math/s_ccos.c: Likewise.
45570         * math/s_ccosf.c: Likewise.
45571         * math/s_ccosl.c: Likewise.
45572         * math/s_ctan.c: Likewise.
45573         * math/s_ctanf.c: Likewise.
45574         * math/s_ctanh.c: Likewise.
45575         * math/s_ctanhf.c: Likewise.
45576         * math/s_ctanhl.c: Likewise.
45577         * math/s_ctanl.c: Likewise.
45578         * math/w_fmod.c: Likewise.
45579         * math/w_fmodf.c: Likewise.
45580         * math/w_fmodl.c: Likewise.
45581         * math/w_remainder.c: Likewise.
45582         * math/w_remainderf.c: Likewise.
45583         * math/w_remainderl.c: Likewise.
45584         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
45585         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
45586         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
45587         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
45588         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
45589         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
45590         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
45591         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
45592
45593         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
45594         of the number.
45595         * stdio-common/printf_fphex.c: Likewise.
45596         * stdio-common/printf_size.c: Likewise.
45597
45598         * math/e_exp10.c: Include math_private.h using <...> not "...".
45599         * math/e_exp10f.c: Likewise.
45600         * math/e_exp10l.c: Likewise.
45601         * math/e_exp2l.c: Likewise.
45602         * math/e_j0l.c: Likewise.
45603         * math/e_j1l.c: Likewise.
45604         * math/e_jnl.c: Likewise.
45605         * math/e_lgammal_r.c: Likewise.
45606         * math/e_rem_pio2l.c: Likewise.
45607         * math/e_scalb.c: Likewise.
45608         * math/e_scalbf.c: Likewise.
45609         * math/e_scalbl.c: Likewise.
45610         * math/k_cosl.c: Likewise.
45611         * math/k_sinl.c: Likewise.
45612         * math/k_tanl.c: Likewise.
45613         * math/s_cacoshf.c: Likewise.
45614         * math/s_catan.c: Likewise.
45615         * math/s_catanf.c: Likewise.
45616         * math/s_catanh.c: Likewise.
45617         * math/s_catanhf.c: Likewise.
45618         * math/s_catanhl.c: Likewise.
45619         * math/s_catanl.c: Likewise.
45620         * math/s_ccosh.c: Likewise.
45621         * math/s_ccoshf.c: Likewise.
45622         * math/s_ccoshl.c: Likewise.
45623         * math/s_cexp.c: Likewise.
45624         * math/s_cexpf.c: Likewise.
45625         * math/s_cexpl.c: Likewise.
45626         * math/s_clog.c: Likewise.
45627         * math/s_clog10.c: Likewise.
45628         * math/s_clog10f.c: Likewise.
45629         * math/s_clog10l.c: Likewise.
45630         * math/s_clogf.c: Likewise.
45631         * math/s_clogl.c: Likewise.
45632         * math/s_csin.c: Likewise.
45633         * math/s_csinf.c: Likewise.
45634         * math/s_csinh.c: Likewise.
45635         * math/s_csinhf.c: Likewise.
45636         * math/s_csinhl.c: Likewise.
45637         * math/s_csinl.c: Likewise.
45638         * math/s_csqrt.c: Likewise.
45639         * math/s_csqrtf.c: Likewise.
45640         * math/s_csqrtl.c: Likewise.
45641         * math/s_ctan.c: Likewise.
45642         * math/s_ctanf.c: Likewise.
45643         * math/s_ctanh.c: Likewise.
45644         * math/s_ctanhf.c: Likewise.
45645         * math/s_ctanhl.c: Likewise.
45646         * math/s_ctanl.c: Likewise.
45647         * math/s_ldexp.c: Likewise.
45648         * math/s_ldexpf.c: Likewise.
45649         * math/s_ldexpl.c: Likewise.
45650         * math/s_significand.c: Likewise.
45651         * math/s_significandf.c: Likewise.
45652         * math/s_significandl.c: Likewise.
45653         * math/w_acos.c: Likewise.
45654         * math/w_acosf.c: Likewise.
45655         * math/w_acosh.c: Likewise.
45656         * math/w_acoshf.c: Likewise.
45657         * math/w_acoshl.c: Likewise.
45658         * math/w_acosl.c: Likewise.
45659         * math/w_asin.c: Likewise.
45660         * math/w_asinf.c: Likewise.
45661         * math/w_asinl.c: Likewise.
45662         * math/w_atan2.c: Likewise.
45663         * math/w_atan2f.c: Likewise.
45664         * math/w_atan2l.c: Likewise.
45665         * math/w_atanh.c: Likewise.
45666         * math/w_atanhf.c: Likewise.
45667         * math/w_atanhl.c: Likewise.
45668         * math/w_cosh.c: Likewise.
45669         * math/w_coshf.c: Likewise.
45670         * math/w_coshl.c: Likewise.
45671         * math/w_dremf.c: Likewise.
45672         * math/w_exp10.c: Likewise.
45673         * math/w_exp10f.c: Likewise.
45674         * math/w_exp10l.c: Likewise.
45675         * math/w_exp2.c: Likewise.
45676         * math/w_exp2f.c: Likewise.
45677         * math/w_fmod.c: Likewise.
45678         * math/w_fmodf.c: Likewise.
45679         * math/w_fmodl.c: Likewise.
45680         * math/w_hypot.c: Likewise.
45681         * math/w_hypotf.c: Likewise.
45682         * math/w_hypotl.c: Likewise.
45683         * math/w_j0.c: Likewise.
45684         * math/w_j0f.c: Likewise.
45685         * math/w_j0l.c: Likewise.
45686         * math/w_j1.c: Likewise.
45687         * math/w_j1f.c: Likewise.
45688         * math/w_j1l.c: Likewise.
45689         * math/w_jn.c: Likewise.
45690         * math/w_jnf.c: Likewise.
45691         * math/w_jnl.c: Likewise.
45692         * math/w_lgamma.c: Likewise.
45693         * math/w_lgamma_r.c: Likewise.
45694         * math/w_lgammaf.c: Likewise.
45695         * math/w_lgammaf_r.c: Likewise.
45696         * math/w_lgammal.c: Likewise.
45697         * math/w_lgammal_r.c: Likewise.
45698         * math/w_log.c: Likewise.
45699         * math/w_log10.c: Likewise.
45700         * math/w_log10f.c: Likewise.
45701         * math/w_log10l.c: Likewise.
45702         * math/w_log2.c: Likewise.
45703         * math/w_log2f.c: Likewise.
45704         * math/w_log2l.c: Likewise.
45705         * math/w_logf.c: Likewise.
45706         * math/w_logl.c: Likewise.
45707         * math/w_pow.c: Likewise.
45708         * math/w_powf.c: Likewise.
45709         * math/w_powl.c: Likewise.
45710         * math/w_remainder.c: Likewise.
45711         * math/w_remainderf.c: Likewise.
45712         * math/w_remainderl.c: Likewise.
45713         * math/w_scalb.c: Likewise.
45714         * math/w_scalbf.c: Likewise.
45715         * math/w_scalbl.c: Likewise.
45716         * math/w_sinh.c: Likewise.
45717         * math/w_sinhf.c: Likewise.
45718         * math/w_sinhl.c: Likewise.
45719         * math/w_sqrt.c: Likewise.
45720         * math/w_sqrtf.c: Likewise.
45721         * math/w_sqrtl.c: Likewise.
45722         * math/w_tgamma.c: Likewise.
45723         * math/w_tgammaf.c: Likewise.
45724         * math/w_tgammal.c: Likewise.
45725
45726         * po/ja.po: Update from translation team.
45727
45728 2011-09-29  Andreas Jaeger  <aj@suse.de>
45729
45730         [BZ #13179]
45731         * sunrpc/netname.c (netname2host): Fix logic.
45732
45733         [BZ #6779]
45734         [BZ #6783]
45735         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
45736         correctly.
45737         * math/w_remainder.c (__remainder): Likewise.
45738         * math/w_remainderf.c (__remainderf): Likewise.
45739         * math/libm-test.inc (remainder_test): Add test cases.
45740
45741 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45742
45743         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
45744         sdiv_qrnnd.
45745
45746 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
45747
45748         * string/test-memcmp.c: Avoid unncessary #defines.
45749         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45750
45751 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45752
45753         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
45754         Use new sse2 version for core i3 - i7 as it's faster
45755         than sse42 version.
45756         (bit_Prefer_PMINUB_for_stringop): New.
45757         * sysdeps/x86_64/rawmemchr.S: Update.
45758         Replace with faster SSE2 version.
45759         * sysdeps/x86_64/memrchr.S: New file.
45760         * sysdeps/x86_64/memchr.S: Update.
45761         Replace with faster SSE2 version.
45762
45763 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
45764
45765         * elf/dl-load.c (lose): Add cast to avoid warning.
45766
45767 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
45768
45769         * po/ca.po: Update from translation team.
45770
45771         * inet/getnetgrent_r.c: Hook up nscd.
45772         * nscd/Makefile (routines): Add nscd_netgroup.
45773         (nscd-modules): Add netgroupcache.
45774         (CFLAGS-netgroupcache.c): Define.
45775         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
45776         (cache_search): Add const to second parameter.
45777         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
45778         INNETGR.
45779         (dbs): Add netgrdb entry.
45780         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
45781         (verify_persistent_db): Handle netgrdb.
45782         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
45783         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
45784         GETFDNETGR.
45785         (netgroup_response_header): Define.
45786         (innetgroup_response_header): Define.
45787         (datahead): Add netgroup_response_header and innetgroup_response_header
45788         elements.
45789         * nscd/nscd.conf: Add entries for netgroup cache.
45790         * nscd/nscd.h (dbtype): Add netgrdb.
45791         (_PATH_NSCD_NETGROUP_DB): Define.
45792         (netgroup_iov_disabled): Declare.
45793         (xmalloc, xcalloc, xrealloc): Move declarations here.
45794         (cache_search): Adjust prototype.
45795         Add netgroup-related prototypes.
45796         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
45797         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
45798         (__nscd_innetgr): Declare.
45799         * nscd/selinux.c (perms): Use access_vector_t as element type and
45800         add netgroup-related initializers.
45801         * nscd/netgroupcache.c: New file.
45802         * nscd/nscd_netgroup.c: New file.
45803         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
45804         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
45805         For four parameters use innetgr.
45806         * nss/nss_files/files-init.c: Add definition and callback for netgr.
45807         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
45808         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
45809         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
45810
45811         * nscd/connections.c (register_traced_file): Don't register file
45812         for disabled databases.
45813
45814 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
45815
45816         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
45817
45818         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
45819         from tree and freeing node.
45820
45821 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
45822
45823         * nss/nsswitch.c (__nss_database_lookup): Handle
45824         nss_parse_service_list out of memory case.
45825
45826 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
45827
45828         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
45829         out of memory case.
45830
45831 2011-10-04  Andreas Schwab  <schwab@redhat.com>
45832
45833         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
45834         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
45835         pass it down.
45836         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
45837         elf_machine_rela, elf_machine_lazy_rel.
45838         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
45839         (ELF_DYNAMIC_DO_REL): Likewise.
45840         (ELF_DYNAMIC_DO_RELA): Likewise.
45841         (ELF_DYNAMIC_RELOCATE): Likewise.
45842         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
45843         to ELF_DYNAMIC_DO_REL.
45844         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
45845         (dl_main): In trace mode always set __RTLD_NOIFUNC.
45846         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
45847         elf_machine_rela.
45848         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
45849         skip_ifunc, don't call ifunc function if non-zero.
45850         (elf_machine_rela): Likewise.
45851         (elf_machine_lazy_rel): Likewise.
45852         (elf_machine_lazy_rela): Likewise.
45853         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
45854         (elf_machine_lazy_rel): Likewise.
45855         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
45856         Likewise.
45857         (elf_machine_lazy_rel): Likewise.
45858         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45859         Likewise.
45860         (elf_machine_lazy_rel): Likewise.
45861         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
45862         (elf_machine_lazy_rel): Likewise.
45863         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
45864         (elf_machine_lazy_rel): Likewise.
45865         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
45866         (elf_machine_lazy_rel): Likewise.
45867         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
45868         (elf_machine_lazy_rel): Likewise.
45869         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
45870         (elf_machine_lazy_rel): Likewise.
45871         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
45872         (elf_machine_lazy_rel): Likewise.
45873
45874 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
45875
45876         * nss/nss_files/files-init.c (_nss_files_init): Use static
45877         initialization for all the *_traced_file variables.
45878
45879 2011-09-28  Andreas Schwab  <schwab@redhat.com>
45880
45881         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45882
45883 2011-09-27  Roland McGrath  <roland@hack.frob.com>
45884
45885         [BZ #13226]
45886         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
45887
45888 2011-09-27  Andreas Schwab  <schwab@redhat.com>
45889
45890         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
45891         Reread the line before reparsing it.
45892
45893 2011-09-26  Andreas Schwab  <schwab@redhat.com>
45894
45895         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
45896
45897 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
45898             Maxim Kuvyrkov  <maxim@codesourcery.com>
45899             Joseph Myers  <joseph@codesourcery.com>
45900
45901         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
45902         if needed for __stack_chk_guard.
45903
45904 2011-09-19  Roland McGrath  <roland@hack.frob.com>
45905
45906         * sysdeps/posix/spawni.c (script_execute): Always define it.
45907         It will be optimized away if unused.
45908         (maybe_script_execute): New function.
45909         (__spawni): Call it.
45910
45911         * Makerules: Don't include tls.make.
45912         (config-tls): Always set to thread.
45913         * tls.make.c: File removed.
45914
45915 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
45916
45917         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
45918         * config.make.in (CPPFLAGS-config): New substituted variable.
45919
45920 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45921
45922         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
45923
45924         [BZ #13192]
45925         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
45926         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
45927
45928 2011-09-15  Roland McGrath  <roland@hack.frob.com>
45929
45930         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
45931         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
45932         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
45933         (CALL_FAIL): Likewise.
45934         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
45935         (CALL_FAIL): Macro removed.
45936         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
45937
45938 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45939
45940         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
45941         for __FINITE_MATH_ONLY__ == 1.
45942
45943 2011-09-15  Andreas Schwab  <schwab@redhat.com>
45944
45945         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
45946         __ieee754_sqrt instead of sqrt.
45947         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
45948         __ieee754_sqrtf instead of sqrtf.
45949         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
45950         __floorf instead of floorf.
45951         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
45952         __floorf, __truncf instead of floorf, truncf.
45953
45954 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
45955
45956         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
45957
45958         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
45959         __extern_always_inline.
45960         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
45961         32-bit.
45962
45963 2011-09-14  Andreas Schwab  <schwab@redhat.com>
45964
45965         * elf/rtld.c (dl_main): Also relocate in dependency order when
45966         doing symbol dependency testing.
45967
45968 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
45969
45970         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45971         Always define `refsym'.
45972
45973 2011-09-13  Andreas Schwab  <schwab@redhat.com>
45974
45975         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
45976         (__FD_ELT): Renamed from __FDELT.
45977         * misc/bits/select2.h (__FD_ELT): Likewise.
45978         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
45979         __FD_MASK instead of __FDELT, __FDMASK.
45980         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45981         Likewise.
45982         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45983         Likewise.
45984
45985         * elf/Makefile (gen-ldd): Fix pattern.
45986
45987         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
45988         (init_tls): Likewise.
45989
45990 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
45991
45992         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
45993
45994 2011-09-12  Andreas Schwab  <schwab@redhat.com>
45995
45996         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
45997         `struct cmsghdr *' instead of `void *'.
45998         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
45999         Likewise.
46000
46001 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
46002
46003         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
46004         if non-absolute.
46005         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
46006         ldd_rewrite_script.
46007
46008 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
46009
46010         * configure.in: Remove --with-tls option.
46011         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
46012         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
46013         out in case it is missing.
46014         * sysdeps/ia64/elf/configure.in: Likewise.
46015         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
46016         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
46017         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
46018         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
46019         * sysdeps/sh/elf/configure.in: Likewise.
46020         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
46021         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46022         * sysdeps/x86_64/elf/configure.in: Likewise.
46023         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
46024         * sysdeps/mach/hurd/tls.h: Likewise.
46025
46026         [BZ #13067]
46027         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
46028
46029         [BZ #13090]
46030         * configure.in: Fix use of AC_INIT.
46031
46032         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
46033
46034 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
46035
46036         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
46037         __set_errno.
46038         * malloc/hooks.c: Likewise.
46039
46040         [BZ #11929]
46041         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
46042         variables statically.
46043         (narenas): Initialize.
46044         (list_lock): Initialize.
46045         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
46046         initializtion of main_arena and list_lock.  Small cleanups.
46047         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
46048         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
46049         Add initializers to main_arena and mp_.
46050         (malloc_state): Remove pagesize member.  Change all users to use
46051         GLRO(dl_pagesize).
46052
46053         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
46054         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
46055         is always initialized.
46056
46057         * malloc/malloc.c: Removed unused configurations and dead code.
46058         * malloc/arena.c: Likewise.
46059         * malloc/hooks.c: Likewise.
46060         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
46061
46062         * include/tls.h: Removed.  USE___THREAD must always be defined.
46063         * bits/libc-tsd.h: Don't handle !USE___THREAD.
46064         * elf/dl-libc.c: Likewise.
46065         * elf/dl-tsd.c: Likewise.
46066         * include/errno.h: Likewise.
46067         * include/netdb.h: Likewise.
46068         * include/resolv.h: Likewise.
46069         * inet/herrno-loc.c: Likewise.
46070         * inet/herrno.c: Likewise.
46071         * malloc/arena.c: Likewise.
46072         * malloc/hooks.c: Likewise.
46073         * malloc/malloc.c: Likewise.
46074         * resolv/res-state.c: Likewise.
46075         * resolv/res_libc.c: Likewise.
46076         * sysdeps/i386/dl-machine.h: Likewise.
46077         * sysdeps/ia64/dl-machine.h: Likewise.
46078         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
46079         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
46080         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
46081         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
46082         * sysdeps/sh/dl-machine.h: Likewise.
46083         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
46084         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
46085         * sysdeps/unix/i386/sysdep.S: Likewise.
46086         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
46087         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
46088         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
46089         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
46090         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
46091         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
46092         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
46093         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
46094         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46095         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
46096         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46097         * sysdeps/x86_64/dl-machine.h: Likewise.
46098         * tls.make.c: Likewise.
46099
46100         * configure.in: Remove --with-__thread option.  Make tests for
46101         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
46102         tls_model attribute fail if no support is available.  Remove
46103         USE_IN_LIBIO.
46104         * Makeconfig: Adjust for dropped configure option.  All features are
46105         now mandatory.
46106         * Makerules: Likewise.
46107         * Versions.def: Likewise.
46108         * argp/argp-fmtstream.c: Likewise.
46109         * argp/argp-fmtstream.h: Likewise.
46110         * argp/argp-help.c: Likewise.
46111         * assert/assert.c: Likewise.
46112         * config.h.in: Likewise.
46113         * config.make.in: Likewise.
46114         * configure: Likewise.
46115         * configure.in: Likewise.
46116         * csu/Versions: Likewise.
46117         * csu/init.c: Likewise.
46118         * elf/tst-audit2.c: Likewise.
46119         * elf/tst-tls10.c: Likewise.
46120         * elf/tst-tls10.h: Likewise.
46121         * elf/tst-tls11.c: Likewise.
46122         * elf/tst-tls12.c: Likewise.
46123         * elf/tst-tls14.c: Likewise.
46124         * elf/tst-tlsmod11.c: Likewise.
46125         * elf/tst-tlsmod12.c: Likewise.
46126         * elf/tst-tlsmod13.c: Likewise.
46127         * elf/tst-tlsmod13a.c: Likewise.
46128         * elf/tst-tlsmod14a.c: Likewise.
46129         * elf/tst-tlsmod15b.c: Likewise.
46130         * elf/tst-tlsmod16a.c: Likewise.
46131         * elf/tst-tlsmod16b.c: Likewise.
46132         * elf/tst-tlsmod7.c: Likewise.
46133         * elf/tst-tlsmod8.c: Likewise.
46134         * elf/tst-tlsmod9.c: Likewise.
46135         * gmon/gmon.c: Likewise.
46136         * grp/fgetgrent_r.c: Likewise.
46137         * grp/putgrent.c: Likewise.
46138         * hurd/fopenport.c: Likewise.
46139         * include/libc-symbols.h: Likewise.
46140         * include/tls.h: Likewise.
46141         * intl/gettextP.h: Likewise.
46142         * intl/loadinfo.h: Likewise.
46143         * locale/global-locale.c: Likewise.
46144         * locale/localeinfo.h: Likewise.
46145         * mach/devstream.c: Likewise.
46146         * malloc/arena.c: Likewise.
46147         * malloc/set-freeres.c: Likewise.
46148         * misc/err.c: Likewise.
46149         * misc/getttyent.c: Likewise.
46150         * misc/mntent_r.c: Likewise.
46151         * posix/getopt.c: Likewise.
46152         * posix/wordexp.c: Likewise.
46153         * pwd/fgetpwent_r.c: Likewise.
46154         * resolv/Versions: Likewise.
46155         * resolv/res_hconf.c: Likewise.
46156         * shadow/fgetspent_r.c: Likewise.
46157         * shadow/putspent.c: Likewise.
46158         * stdio-common/printf_fphex.c: Likewise.
46159         * stdio-common/tmpfile.c: Likewise.
46160         * stdlib/abort.c: Likewise.
46161         * stdlib/fmtmsg.c: Likewise.
46162         * sunrpc/auth_unix.c: Likewise.
46163         * sunrpc/clnt_perr.c: Likewise.
46164         * sunrpc/clnt_tcp.c: Likewise.
46165         * sunrpc/clnt_udp.c: Likewise.
46166         * sunrpc/clnt_unix.c: Likewise.
46167         * sunrpc/openchild.c: Likewise.
46168         * sunrpc/svc_simple.c: Likewise.
46169         * sunrpc/svc_tcp.c: Likewise.
46170         * sunrpc/svc_udp.c: Likewise.
46171         * sunrpc/svc_unix.c: Likewise.
46172         * sunrpc/xdr.c: Likewise.
46173         * sunrpc/xdr_array.c: Likewise.
46174         * sunrpc/xdr_rec.c: Likewise.
46175         * sunrpc/xdr_ref.c: Likewise.
46176         * sunrpc/xdr_stdio.c: Likewise.
46177
46178 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46179
46180         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46181
46182 2011-07-03  Andreas Jaeger  <aj@suse.de>
46183
46184         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
46185         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
46186         regenerate with gen-libm-tests.pl.
46187
46188 2010-05-12  Petr Baudis  <pasky@suse.cz>
46189
46190         [BZ #11589]
46191         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
46192         around j0() zero points by switching to j1().
46193         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46194         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46195         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46196         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46197
46198 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46199
46200         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
46201         instead of 0.
46202         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
46203         instead of 0.
46204         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46205         Patch in part by Pavel Roskin <proski@gnu.org>.
46206
46207         [BZ #13138]
46208         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
46209         realloc.
46210         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
46211         Free memory block if necessary.
46212
46213         [BZ #12847]
46214         * libio/genops.c (INTDEF): For string streams the _lock pointer can
46215         be NULL.  Don't lock in this case.
46216
46217 2011-09-09  Roland McGrath  <roland@hack.frob.com>
46218
46219         * elf/elf.h (ELFOSABI_GNU): New macro.
46220         (ELFOSABI_LINUX): Define to that.
46221
46222 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
46223
46224         * string/strncat.c (strncat): Undef the symbol in case it has been
46225         defined in bits/string.h.
46226
46227 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46228
46229         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
46230
46231         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
46232         link map.
46233
46234 2011-08-17  Andreas Jaeger  <aj@suse.de>
46235
46236         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
46237
46238 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
46239             Ian Lance Taylor  <iant@google.com>
46240
46241         * math/libm-test.inc (lround_test): New testcase.
46242         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
46243
46244 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
46245
46246         * Makefile: Remove support for automatic cvs check-ins.
46247         * Makerules: Likewise.
46248         * config.make.in: Likewise.
46249         * configure.in: Likewise.
46250         * intl/Makefile: Likewise.
46251         * locale/Makefile: Likewise.
46252         * po/Makefile: Likewise.
46253         * posix/Makefile: Likewise.
46254         * sysdeps/gnu/Makefile: Likewise.
46255         * sysdeps/mach/hurd/Makefile: Likewise.
46256         * sysdeps/sparc/sparc32/Makefile: Likewise.
46257
46258         [BZ #13118]
46259         * posix/Makefile (bug-regex32-ENV): Define.
46260         Patch by John Stanley <jpsinthemix@verizon.net>.
46261
46262         * misc/Makefile (headers): Add bits/select2.h.
46263         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
46264         * misc/bits/select2.h: New file.
46265         * include/bits/select2.h: New file.
46266         * debug/Makefile (routines): Add fdelt_chk.
46267         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
46268         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
46269         FD_ISSET.
46270         * debug/fdelt_chk.c: New file.
46271
46272         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
46273         * wcsmbs/test-wmemcmp.c: Likewise.
46274         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
46275         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
46276
46277 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46278
46279         * string/Makefile (strop-tests): Add memcmp.
46280         * string/test-wmemcmp.c: New file.
46281         * string/test-memcmp.c: Add wmemcmp support.
46282
46283 2011-09-08  Roland McGrath  <roland@hack.frob.com>
46284
46285         [BZ #13153]
46286         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
46287         2011-07-19 change.
46288
46289         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
46290         garbage value in a __mach_port_mod_refs call in the cases of the
46291         task-self and thread-self ports.
46292
46293 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46294
46295         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
46296
46297 2011-09-08  Andreas Schwab  <schwab@redhat.com>
46298
46299         * elf/dl-load.c (lose): Check for non-null L.
46300
46301 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46302
46303         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
46304
46305         * elf/dl-libc.c (dlerror_run): Pass back error code from
46306         dl_catch_error.
46307
46308         [BZ #13123]
46309         * elf/dl-load.c (lose): Free l_origin if it is valid.
46310
46311         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
46312         names.
46313         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
46314         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46315         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46316         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46317         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
46318         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
46319
46320 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46321
46322         * sysdeps/powerpc/fpu/e_hypot.c: New file.
46323         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
46324         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
46325         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
46326         * sysdeps/powerpc/fpu/k_cosf.c: New file.
46327         * sysdeps/powerpc/fpu/k_sinf.c: New file.
46328         * sysdeps/powerpc/fpu/s_cosf.c: New file.
46329         * sysdeps/powerpc/fpu/s_sinf.c: New file.
46330         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
46331         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
46332
46333 2011-08-15  Alan Modra  <amodra@gmail.com>
46334
46335         [BZ #13092]
46336         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
46337         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
46338         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
46339         ppc_mcount to static-only-routines.
46340         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
46341         __mcount_internal.
46342         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
46343         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
46344
46345 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
46346
46347         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
46348         for finite and infinity parameters.
46349
46350 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46351
46352         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
46353         and add nop instructions for throughput optimization.
46354         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
46355
46356 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
46357
46358         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
46359         aligned copy for power7 with vector-scalar instructions.
46360         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
46361
46362 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
46363
46364         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
46365         AVX check.
46366
46367 2011-09-07  Andreas Schwab  <schwab@redhat.com>
46368
46369         [BZ #13144]
46370         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
46371         last change.
46372
46373 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46374
46375         * sysdeps/unix/sysv/linux/x86_64/init-first.c
46376         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
46377         syscall wrapper around clock_gettime in __vdso_clock_gettime.
46378         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
46379         clock_gettime.
46380
46381 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46382
46383         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
46384         Forgot to demangle the pointer.
46385
46386         * sysdeps/i386/sysdep.h: Define atom_text_section.
46387         * sysdeps/x86_64/sysdep.h: Likewise.
46388         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
46389         section with atom_text_section.
46390         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46391         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46392         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
46393         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46394         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
46395
46396         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
46397         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
46398         already be defined.  Change to take two parameters and don't assign
46399         result to variable.  Adjust all users.
46400         Define INTERNAL_GETTIME if not already defined.
46401         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
46402         call.
46403         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
46404         HAVE_CLOCK_GETTIME_VSYSCALL.
46405         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
46406
46407         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
46408         gettimeofday vsyscall, just use time.
46409
46410 2011-09-06  Andreas Schwab  <schwab@redhat.com>
46411
46412         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
46413         <errno.h>.
46414
46415 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46416
46417         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
46418         syscall on x86-64.
46419         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
46420         syscall.
46421         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
46422         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
46423         syscall if possible.
46424
46425 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46426
46427         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
46428         e_ident.  Don't pass to find_mapsXX.
46429         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
46430
46431 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46432
46433         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46434         strchr-sse2-no-bsf strrchr-sse2-no-bsf
46435         * sysdeps/x86_64/multiarch/strchr.S: Update.
46436         Check bit_slow_BSF bit.
46437         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
46438         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
46439         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
46440
46441 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46442
46443         [BZ #13134]
46444         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
46445         before glibc 2.15.
46446         (tryshell): Define.
46447         (__spawni): Change last parameter to be flag.  Test
46448         SPAWN_XFLAGS_USE_PATH flag to use path or not.
46449         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
46450         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
46451         * posix/spawni.c: Likewise.
46452         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
46453         * posix/spawnp.c: Likewise.  Change normal version to use
46454         SPAWN_XFLAGS_USE_PATH.
46455         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
46456         SPAWN_XFLAGS_TRY_SHELL.
46457
46458         [BZ #13150]
46459         * posix/glob.h: Remove gcc 1.x support.
46460
46461         [BZ #13068]
46462         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
46463
46464 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46465
46466         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46467         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
46468         strrchr-sse2-bsf
46469         * sysdeps/i386/i686/multiarch/strchr.S: New file.
46470         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
46471         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
46472         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
46473         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
46474         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
46475
46476 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46477
46478         * sysdeps/x86_64/wcscmp.S: New file.
46479
46480         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
46481         wcscmp-c wcscmp-sse2
46482         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
46483         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
46484         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
46485         * wcsmbs/wcscmp.c: Allow renaming.
46486
46487 2011-09-05  David S. Miller  <davem@davemloft.net>
46488
46489         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
46490         stack slot, rather than the struct return pointer slot.
46491         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
46492         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
46493         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
46494         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
46495
46496 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46497
46498         * po/ja.po: Update from translation team.
46499
46500         [BZ #13144]
46501         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
46502         kernel in 64-bit binaries.
46503
46504 2011-09-01  David S. Miller  <davem@davemloft.net>
46505
46506         * elf/elf.h (HWCAP_SPARC_*): Move to..
46507         * sysdeps/sparc/sysdep.h: this new file and add new values.
46508         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
46509         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
46510         _DL_HWCAP_COUNT to 24.
46511         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
46512         entries.
46513         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
46514         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
46515         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
46516         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
46517         instead of magic constants.
46518         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46519
46520 2011-08-31  David S. Miller  <davem@davemloft.net>
46521
46522         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
46523         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
46524         Reimplement to do errno handling inline.
46525         (SYSCALL_ERROR_HANDLER): New macro.
46526         (__SYSCALL_STRING): Do not do errno handling in asm.
46527         (__CLONE_SYSCALL_STRING): Delete.
46528         (__INTERNAL_SYSCALL_STRING): Delete.
46529         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
46530         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
46531         (PSEUDO): Reimplement to do errno handling inline.
46532         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
46533         (SYSCALL_ERROR_HANDLER): New macro.
46534         (__SYSCALL_STRING): Do not do errno handling in asm.
46535         (__CLONE_SYSCALL_STRING): Delete.
46536         (__INTERNAL_SYSCALL_STRING): Delete.
46537         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
46538         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
46539         i386.
46540         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
46541         (inline_syscall*): Add 'err' argument.
46542         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
46543         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
46544         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
46545         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
46546
46547         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
46548         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
46549
46550 2011-08-30  Andreas Schwab  <schwab@redhat.com>
46551
46552         * elf/rtld.c (dl_main): Relocate objects in dependency order.
46553
46554 2011-08-29  Jiri Olsa <jolsa@redhat.com>
46555
46556         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
46557         directive.
46558
46559 2011-08-24  David S. Miller  <davem@davemloft.net>
46560
46561         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
46562
46563 2011-08-24  Andreas Schwab  <schwab@redhat.com>
46564
46565         * elf/Makefile: Add rules to build and run unload8 test.
46566         * elf/unload8.c: New file.
46567         * elf/unload8mod1.c: New file.
46568         * elf/unload8mod1x.c: New file.
46569         * elf/unload8mod2.c: New file.
46570         * elf/unload8mod3.c: New file.
46571
46572         * elf/dl-close.c (_dl_close_worker): Reset private search list if
46573         it wasn't used.
46574
46575 2011-08-23  David S. Miller  <davem@davemloft.net>
46576
46577         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
46578         subtract stack bias.
46579         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
46580         %sp not %fp in calculations.
46581         (_JMPBUF_UNWINDS_ADJ): Likewise.
46582
46583         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
46584         (aio_suspend): Call it to force an exception region around the
46585         AIO_MISC_WAIT() invocation.
46586
46587 2011-08-23  Andreas Schwab  <schwab@redhat.com>
46588
46589         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
46590         backslash.
46591
46592 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
46593
46594         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
46595         protection macro.
46596         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
46597         and <dl-machine.h>.
46598         (Elf64_FuncDesc): Remove.
46599
46600 2011-08-22  David S. Miller  <davem@davemloft.net>
46601
46602         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
46603         sigaltstack check, add missing cfi directives.
46604         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
46605         missing cfi directives, and sigaltstack handling.
46606
46607 2011-08-16  Andreas Schwab  <schwab@redhat.com>
46608
46609         [BZ #11724]
46610         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
46611         object is seen twice.
46612         * elf/dl-fini.c (_dl_sort_fini): Likewise.
46613
46614         * elf/Makefile (distribute): Add tst-initorder2.c.
46615         (tests): Add tst-initorder2.
46616         (modules-names): Add tst-initorder2a tst-initorder2b
46617         tst-initorder2c tst-initorder2d.  Add rules to build them.
46618         ($(objpfx)tst-initorder2.out): New rule.
46619         * elf/tst-initorder2.c: New file.
46620         * elf/tst-initorder2.exp: New file.
46621
46622 2011-08-22  Andreas Schwab  <schwab@redhat.com>
46623
46624         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
46625
46626         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
46627         dependencies back to end of function.
46628
46629         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
46630         $(elfobjdir)/ld.so.
46631
46632 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
46633
46634         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
46635         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
46636         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
46637         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
46638         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
46639         of __vdso_gettimeofday.
46640         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
46641         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
46642         attribute_hidden.
46643         (_libc_vdso_platform_setup): Remove initialization of
46644         __vdso_gettimeofday and __vdso_time.
46645
46646 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
46647
46648         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
46649         and fgetc_unlocked.
46650         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
46651         getc_unlocked.
46652
46653         * elf/dl-open.c (add_to_global): Report additions to the global scope
46654         for LD_DEBUG=scopes.
46655         (dl_open_worker): Also print scope of newly loaded dependencies.
46656         (_dl_show_scope): Indicate if there is no scope.
46657
46658         [BZ #13114]
46659         * stdio-common/Makefile (tests): Add bug24.
46660         * stdio-common/bug24.c: New file.
46661
46662 2011-08-19  Andreas Jaeger  <aj@suse.de>
46663
46664         [BZ #13114]
46665         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
46666         non-existant file when using close-on-exec mode.
46667
46668 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
46669
46670         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
46671         the very first instruction.
46672
46673         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
46674         the CFI state in the end.
46675         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
46676         inclusion of dl-trampoline.h.
46677         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
46678
46679 2011-08-19  Andreas Schwab  <schwab@redhat.com>
46680
46681         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
46682         expectations for long double.
46683
46684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
46685         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
46686
46687 2011-08-14  David S. Miller  <davem@davemloft.net>
46688
46689         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
46690         artificual limit depends upon the system page size.
46691
46692 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
46693
46694         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
46695         * resolv/Makefile: Define CFLAGS-libresolv.
46696
46697 2011-08-17  Andreas Schwab  <schwab@redhat.com>
46698
46699         * nss/makedb.c (compute_tables): Make variables used in nested
46700         function static.
46701
46702 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
46703
46704         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
46705         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
46706         if buffer was too small.
46707
46708         * elf/pldd.c (main): Attach to all threads in the process.
46709         Rewrite /proc handling to use *at functions.
46710
46711 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
46712
46713         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
46714         specifies first scope to show.
46715         (dl_open_worker): Update callers.  Move printing scope of new
46716         object to before the relocation.
46717         * elf/rtld.c (dl_main): Update _dl_show_scope call.
46718         * sysdeps/generic/ldsodefs.h: Update declaration.
46719
46720         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
46721         string for the scope number.
46722
46723 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
46724
46725         * nscd/servicescache.c (cache_addserv): Make sure written is always
46726         initialized.
46727
46728 2011-08-14  Roland McGrath  <roland@hack.frob.com>
46729
46730         * sysdeps/i386/i486/bits/atomic.h
46731         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
46732         statement expression, so as to suppress "set but not used" warning.
46733         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
46734
46735         * string/strncat.c (STRNCAT): Use prototype definition.
46736
46737         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
46738         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
46739         -Iprograms here.
46740         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
46741         (localedef-modules): Add localedef.
46742         (locale-modules): Add locale.
46743
46744         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
46745         * elf/rtld.c (dl_main): Invert order of assignment in last change,
46746         to avoid a warning.
46747
46748 2011-08-14  David S. Miller  <davem@davemloft.net>
46749
46750         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
46751         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
46752
46753 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
46754
46755         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
46756         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
46757         * elf/rtld.c (dl_main): Set l_name of vDSO.
46758         Call _dl_show_scope when DL_DEBUG_SCOPES.
46759         (process_dl_debug): Recognize scopes flag and also set it for all.
46760         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
46761         Declare _dl_show_scope.
46762
46763         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
46764         (do_dlopen): Pass caller_dlopen to dl_open.
46765         (__libc_dlopen_mode): Initialize caller_dlopen.
46766
46767         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
46768         of libc.  Make tolower call locale-independent.  Optimize a bit by
46769         using isdigit instead of isalnum.
46770         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
46771
46772 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
46773
46774         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
46775         was a dependency or dynamically loaded.
46776
46777 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
46778
46779         * intl/l10nflist.c: Allow architecture-specific pop function.
46780         * sysdeps/x86_64/l10nflist.c: New file.
46781
46782         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
46783         classification.
46784
46785 2011-08-10  Andreas Schwab  <schwab@redhat.com>
46786
46787         * include/dirent.h: Add libc_hidden_proto for scandirat and
46788         scandirat64.  Don't declare __scandirat64.
46789         * dirent/scandirat.c: Add libc_hidden_def.
46790         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
46791         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
46792
46793 2011-08-10  David S. Miller  <davem@davemloft.net>
46794
46795         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
46796         enum.
46797         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46798         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46799         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46800
46801 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
46802
46803         * Versions.def [libc]: Add GLIBC_2.15.
46804         * dirent/Makefile (routines): Add scandirat and scandirat64.
46805         * dirent/Versions [libc]: Export scandirat and scandirat64 for
46806         GLIBC_2.15.
46807         * dirent/dirent.h: Declare scandirat and scandirat64.
46808         * dirent/scandirat.c: New file.
46809         * dirent/scandirat64.c: New file.
46810         * sysdeps/wordsize-64/scandirat.c: New file.
46811         * sysdeps/wordsize-64/scandirat64.c: New file.
46812         * dirent/opendir.c: Define opendirat.
46813         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
46814         using scandirat.
46815         * dirent/scandir64.c: Adjust for scandir.c change.
46816         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
46817         __scandirat64, and __scandir_cancel_handler.
46818         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
46819         additional parameter and use openat instead of open (outside of ld.so).
46820         Add new __opendir as wrapper around __opendirat.
46821         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
46822         here without requiring old scandirat implementation.
46823
46824 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
46825
46826         * dirent/scandir.c (cancel_handler): Renamed to
46827         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
46828         defined.  Adjust users.
46829         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
46830         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
46831
46832 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
46833
46834         * string/test-string.h (IMPL): Use __STRING to expand name and then
46835         stringify it.
46836
46837         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
46838         of cleanups.
46839
46840 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46841
46842         * string/Makefile: Update.
46843         (strop-tests): Append strncat.
46844         * string/test-wcscmp.c: New file.
46845         New comprehensive test for wcscmp.
46846         * string/test-strcmp.c: Update.
46847         (WIDE): New define.
46848
46849 2011-07-22  Andreas Schwab  <schwab@redhat.com>
46850
46851         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
46852         line.
46853
46854 2011-07-26  Andreas Schwab  <schwab@redhat.com>
46855
46856         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
46857         encoding to ACE if AI_IDN.
46858
46859 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
46860
46861         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
46862         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
46863
46864 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46865
46866         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
46867         Fix overflow bug in strncat.
46868         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
46869
46870         * string/test-strncat.c: Update.
46871         Add new tests for checking overflow bugs.
46872
46873 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46874
46875         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46876         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
46877         * sysdeps/i386/i686/multiarch/strcat.S: New file.
46878         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
46879         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
46880         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
46881         * sysdeps/i386/i686/multiarch/strncat.S: New file.
46882         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
46883         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
46884
46885         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
46886         (USE_AS_STRCAT): Define.
46887         Add strcat and strncat support.
46888         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46889
46890 2011-07-25  Andreas Schwab  <schwab@redhat.com>
46891
46892         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
46893         __n bigger than INT_MAX+1.
46894         (__strncmp_g): Likewise.
46895
46896 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
46897
46898         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
46899         * libio/stido.h: Likewise.
46900
46901         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
46902         (AF_NFC): Define.
46903         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
46904         (AF_NFC): Define.
46905
46906         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
46907         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46908         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46909         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
46910         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46911
46912         [BZ #13021]
46913         * scripts/test-installation.pl: Don't expect libnss_test1 to be
46914         installed.
46915
46916         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
46917         typo.
46918         (_dl_x86_64_save_sse): Likewise.
46919
46920 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
46921
46922         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
46923         OSXSAVE.
46924         (_dl_x86_64_save_sse): Likewise.
46925
46926         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
46927
46928         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
46929
46930 2011-07-21  Andreas Schwab  <schwab@redhat.com>
46931
46932         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
46933         change.
46934         (_dl_x86_64_save_sse): Use correct AVX check.
46935
46936 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46937
46938         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
46939         bug in strncpy/strncat.
46940         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
46941
46942 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
46943
46944         * string/tester.c (test_strcat): Add tests for different alignments
46945         of source and destination.
46946         (test_strncat): Likewise.
46947
46948 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46949
46950         [BZ #12852]
46951         * posix/glob.c (glob): Check passed in values before using them in
46952         expressions to avoid some overflows.
46953         (glob_in_dir): Likewise.
46954
46955         [BZ #13007]
46956         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
46957         check for AVX enablement so that we don't crash with old kernels and
46958         new hardware.
46959         * elf/tst-audit4.c: Add same checks here.
46960         * elf/tst-audit6.c: Likewise.
46961
46962         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
46963
46964 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
46965
46966         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
46967
46968 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46969
46970         * po/cs.po: Update from translation team.
46971         * po/bg.po: Likewise.
46972
46973 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
46974
46975         * misc/sys/cdefs.h: Add support for const attribute.
46976         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
46977         to gnu_dev_{major,minor,makedev} functions.
46978
46979 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
46980
46981         * intl/dcigettext.c (get_output_charset): Add missing bracket.
46982
46983 2011-07-20  Andreas Schwab  <schwab@redhat.com>
46984
46985         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
46986         strlen results.
46987
46988 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46989
46990         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
46991         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
46992         register in order to avoid conflicts with the soft frame pointer
46993         being held in r11 when necessary.
46994         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
46995         (INTERNAL_VSYSCALL_NCS): Likewise.
46996
46997 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
46998
46999         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
47000         * elf/dl-fini.c (_dl_fini): Adjust caller.
47001         * elf/dl-close.c (_dl_close_worker): Likewise.
47002         * sysdeps/generic/ldsodefs.h: Adjust declaration.
47003
47004 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
47005
47006         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
47007         "aux_cache->nlibs < 0".
47008
47009         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
47010         in the reload-count case.
47011
47012 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47013
47014         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47015         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
47016         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
47017         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
47018         * sysdeps/x86_64/multiarch/strcat.S: New file.
47019         * sysdeps/x86_64/multiarch/strncat.S: New file.
47020         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
47021         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
47022         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
47023         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
47024         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
47025         (USE_AS_STRCAT): Define.
47026         Add strcat and strncat support.
47027         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
47028         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
47029         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
47030         * string/strncat.c: Update.
47031         (USE_AS_STRNCAT): Define.
47032         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47033         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
47034         and i7.
47035         * sysdeps/x86_64/multiarch/init-arch.h
47036         (bit_Prefer_PMINUB_for_stringop): New.
47037         (index_Prefer_PMINUB_for_stringop): Likewise.
47038         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
47039         bit_Prefer_PMINUB_for_stringop.
47040
47041 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
47042
47043         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
47044         buffer64.
47045         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
47046         of casting of buffer.
47047         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
47048         buffer32 and buffer64.
47049         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
47050         writes instead of casting of buffer.
47051         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
47052         buffer32.
47053         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
47054         casting of buffer.
47055
47056 2011-07-19  Andreas Schwab  <schwab@redhat.com>
47057
47058         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
47059
47060 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
47061
47062         * nscd/nscd.c (termination_handler): Don't do anything for a database
47063         if it has not yet been initialized.
47064
47065 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
47066
47067         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47068
47069 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
47070
47071         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47072
47073 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
47074
47075         * po/nl.po: Update from translation team.
47076         * po/sv.po: Likewise.
47077
47078 2011-07-16  Roland McGrath  <roland@hack.frob.com>
47079
47080         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
47081         now disallowed by GCC.
47082
47083         * configure.in (use-default-link): Default to yes if a test -shared
47084         link meets our qualifications.
47085         * configure: Regenerated.
47086
47087         * config.make.in (output-format): New variable.
47088         * configure.in: Check for ld --print-output-format support.
47089         * configure: Regenerated.
47090         * Makerules ($(common-objpfx)format.lds)
47091         [$(output-format) != unknown]: Just use $(output-format),
47092         instead of the linker-script munging.
47093
47094 2011-07-14  Roland McGrath  <roland@hack.frob.com>
47095
47096         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
47097         of $(common-objpfx)shlib.lds.
47098         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
47099
47100         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
47101         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
47102
47103         * configure.in (-z relro check): Adjust test code to add a large
47104         writable data section after it.
47105         * configure: Regenerated.
47106
47107 2011-07-11  Roland McGrath  <roland@hack.frob.com>
47108
47109         * configure.in (-z relro check): Fix test code to make the variable
47110         truly const.
47111         * configure: Regenerated.
47112
47113 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
47114
47115         * nscd/nscd.h (struct traced_file): Define.
47116         (struct database_dyn): Remove inotify_descr, reset_res, and filename
47117         elements.  Add traced_files.
47118         (inotify_fd): Declare.
47119         (register_traced_file): Declare.
47120         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
47121         (inotify_fd): Export.
47122         (resolv_conf_descr): Remove.
47123         (nscd_init): Move inotify descriptor creation to main.
47124         Don't register files for notification here.
47125         (register_traced_file): New function.
47126         (invalidate_cache): Don't use reset_res to determine whether to call
47127         res_init, go through the list of registered files.
47128         (main_loop_poll): The inotify descriptors are now stored in the
47129         structures for the traced files.
47130         (main_loop_epoll): Likewise
47131         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
47132         to __nss_disable_nscd.
47133         * nscd/cache.c (prune_cache): There is no single inotify descriptor
47134         for a database anymore.  Check the records for all the registered
47135         files instead.
47136         * nss/Makefile (libnss_files-routines): Add files-init.
47137         (libnss_db-routines): Add db-init.
47138         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
47139         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
47140         * nss/nss_db/db-init.c: New file.
47141         * nss/nss_files/files-init.c: New file.
47142         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
47143         __nss_lookup_function.
47144         (__nss_lookup_function): Call nss_load_library.
47145         (nss_load_all_libraries): New function.
47146         (__nss_disable_nscd): Take parameter with callback function for files
47147         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
47148         used for the cached services.
47149         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
47150         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
47151         options for features to all the files in nscd.
47152
47153         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
47154
47155 2011-07-10  Roland McGrath  <roland@hack.frob.com>
47156
47157         * csu/elf-init.c (__libc_csu_init): Comment typo.
47158
47159 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
47160
47161         * po/pl.po: Update from translation team.
47162         * po/ja.po: Likewise.
47163         * po/ru.po: Likewise.
47164         * po/ko.po: Likewise.
47165         * po/fr.po: Likewise.
47166
47167 2011-07-09  Roland McGrath  <roland@hack.frob.com>
47168
47169         * configure.in (.ctors/.dtors header and trailer check):
47170         Use an empirical test on a built program.
47171         * configure: Regenerated.
47172
47173         * configure.in (-z relro check): Use an empirical test on a built DSO.
47174         Detect, but do not require, on ia64.
47175         * configure: Regenerated.
47176
47177         * configure.in (READELF): Find it with AC_CHECK_TOOL.
47178         Update tests that use readelf to use $READELF instead.
47179         * configure: Regenerated.
47180
47181 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
47182
47183         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
47184         if the result is not used.
47185
47186 2011-07-05  Andreas Jaeger  <aj@suse.de>
47187
47188         [BZ#9696]
47189         * stdlib/tst-strtod.c: Add testcase.
47190
47191 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
47192
47193         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
47194         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
47195         The latter has a higher limit.  Take additional parameter to pass to
47196         the new function.
47197         (__pathconf): Pass file to __statfs_link_max.
47198         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
47199         __statfs_link_max.
47200         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
47201         __statfs_link_max.
47202
47203         [BZ #12868]
47204         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
47205         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
47206         Handle Lustre.
47207         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
47208         (__statfs_filesize_max): Likewise.
47209         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
47210
47211 2011-07-05  Andreas Jaeger  <aj@suse.de>
47212
47213         * resolv/res_comp.c (dn_skipname): Remove unused variable.
47214
47215 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
47216
47217         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
47218         `status' variable.
47219         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
47220         Likewise.
47221
47222 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
47223
47224         * Makefile (strop-tests): Add strncat.
47225         * string/test-strncat.c: New file.
47226
47227 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
47228
47229         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
47230
47231 2011-06-21  Andreas Jaeger  <aj@suse.de>
47232
47233         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
47234         Copy rule from iconvdata/Makefile.
47235
47236 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47237
47238         [BZ #12922]
47239         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
47240         but no long options are defined, just return 'W'.
47241
47242 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
47243
47244         [BZ #9696]
47245         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
47246
47247 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47248
47249         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
47250         netgroups to read.
47251         (innetgr): Likewise.
47252
47253 2011-07-05  Roland McGrath  <roland@hack.frob.com>
47254
47255         * config.make.in (install_root): Default to $(DESTDIR).
47256
47257 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
47258
47259         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
47260
47261 2011-07-02  Roland McGrath  <roland@hack.frob.com>
47262
47263         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
47264
47265         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
47266         containing directory rather than embedding absolute directory names.
47267
47268         * scripts/check-local-headers.sh: Rewritten using awk.
47269         Match by word, not by line.  Print error messages for matches.
47270         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
47271
47272         * Makerules [shlib-lds-flags empty]:
47273         ($(common-objpfx)libc_pic.opts): New target.
47274         ($(common-objpfx)libc_pic.os.clean): New target.
47275         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
47276
47277         * config.make.in (OBJCOPY): New variable.
47278         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
47279         * configure: Regenerated.
47280
47281         * config.make.in (use-default-link): New variable.
47282         * configure.in (use_default_link): Grok --with-default-link to set it.
47283         * configure: Regenerated.
47284         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
47285         (shlib-lds, shlib-lds-flags): Define to empty.
47286
47287         * Makerules (shlib-lds): New variable.
47288         (shlib-lds-flags): New variable.
47289         (build-shlib, build-moduile, build-module-asneeded): Use it.
47290         ($(common-objpfx)libc.so): Use $(shlib-lds).
47291         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
47292         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
47293
47294         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
47295         DT_FLAGS/DT_FLAGS_1 with zero flags.
47296
47297         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
47298         linker script munging.
47299
47300 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
47301
47302         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
47303         as 128-bit value.
47304         * crypt/sha512.c (sha512_process_block): Perform total addition using
47305         128-bit if possible.
47306         (__sha512_finish_ctx): Likewise.
47307         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
47308         as 64-bit value.
47309         * crypt/sha256.c (SWAP64): Define.
47310         (sha256_process_block): Perform total addition using 64-bit if
47311         possible.
47312         (__sha256_finish_ctx): Likewise.
47313
47314 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
47315
47316         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
47317         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47318         * nscd/hstcache.c (cache_addhst): Likewise.
47319         * nscd/grpcache.c (cache_addgr): Likewise.
47320         * nscd/aicache.c (addhstaiX): Likewise
47321         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
47322
47323 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
47324
47325         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
47326         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47327         * nscd/hstcache.c (cache_addhst): Likewise.
47328         * nscd/grpcache.c (cache_addgr): Likewise.
47329         * nscd/aicache.c (addhstaiX): Likewise
47330
47331 2011-07-01  Andreas Schwab  <schwab@redhat.com>
47332
47333         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
47334         domain only when needed.
47335
47336 2011-06-30  Andreas Schwab  <schwab@redhat.com>
47337
47338         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
47339         is always restored.
47340
47341 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
47342
47343         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
47344         are re-adding the entry.
47345         * nscd/servicescache.c (cache_addserv): Likewise.
47346
47347 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
47348
47349         * sysdeps/generic/dl-irel.h: fix protection against multiple
47350         inclusions.
47351         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
47352
47353 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
47354
47355         [BZ #12935]
47356         * malloc/memusage.sh: Fix quoting in message.
47357         * debug/xtrace.sh: Likewise.
47358
47359         * configure.in: Remove support for --experimental-malloc option, make
47360         it the default.
47361         * config.make.in: Likewise.
47362         * malloc/Makefile: Likewise.
47363
47364 2011-06-27  Andreas Schwab  <schwab@redhat.com>
47365
47366         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
47367         two-byte characters.
47368
47369 2011-06-27  Roland McGrath  <roland@hack.frob.com>
47370
47371         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
47372         AC_CACHE_CHECK invocation.
47373         * configure: Regenerated.
47374
47375         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
47376
47377 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
47378
47379         [BZ #12350]
47380         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
47381         bit from old_res_options.
47382
47383         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
47384
47385         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
47386         value type for setfct.
47387
47388 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
47389
47390         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47391         __gettimeofday instead of gettimeofday.
47392
47393 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
47394
47395         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
47396
47397 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
47398
47399         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
47400
47401         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
47402         info.
47403
47404 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47405
47406         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47407         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47408         strcpy-sse2-unaligned strncpy-sse2-unaligned
47409         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
47410         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
47411         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
47412         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
47413         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
47414         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
47415         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
47416         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
47417         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
47418         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
47419         (STRCPY): Support SSE2 and SSSE3 versions.
47420
47421 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
47422
47423         [BZ #12874]
47424         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
47425         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
47426         kernels which artificially limit size of requests.
47427
47428 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47429
47430         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47431         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47432         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
47433         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
47434         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
47435         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
47436         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
47437         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
47438         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
47439         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
47440         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
47441         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
47442         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
47443         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
47444         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
47445         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47446         Enable unaligned load optimization for Intel Core i3, i5 and i7
47447         processors.
47448         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
47449         Define.
47450         (index_Fast_Unaligned_Load): Define.
47451         (HAS_FAST_UNALIGNED_LOAD): Define.
47452
47453 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
47454
47455         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
47456
47457 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
47458
47459         [BZ #12907]
47460         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
47461         until it is clear that the information is realy needed.
47462         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
47463
47464 2011-06-22  Andreas Schwab  <schwab@redhat.com>
47465
47466         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
47467
47468 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
47469
47470         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47471         /sys/devices/system/cpu/online if it is usable.
47472
47473         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
47474         reading the information from the /proc filesystem to once a second.
47475
47476 2011-06-21  Andreas Jaeger  <aj@suse.de>
47477
47478         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
47479         NULL after inclusion of kernel headers.
47480
47481 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
47482
47483         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
47484         calls to internal_setent.
47485
47486         [BZ #12885]
47487         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
47488         addresses using gethostbyname4_r ignore IPv4 addresses.
47489
47490         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
47491         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
47492
47493         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
47494
47495 2011-06-20  David S. Miller  <davem@davemloft.net>
47496
47497         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
47498         inclusions.
47499         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
47500
47501         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
47502         (elf_irel): Use it.
47503         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
47504         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
47505         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
47506         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
47507         * sysdeps/x86_64/dl-irel.h: Likewise.
47508
47509         * elf/dl-runtime.c: Use elf_ifunc_invoke.
47510         * elf/dl-sym.c: Likewise.
47511
47512 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
47513
47514         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
47515         need to dereference resplen2.
47516
47517 2011-06-14  Andreas Schwab  <schwab@redhat.com>
47518
47519         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
47520
47521 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
47522
47523         * Makeconfig: Define vardbdir and inst_vardbdir.
47524         * nss/Makefile: Add rules to install db-Makefile.
47525
47526         * nss/nss_db/db-XXX.c: Cleanup.
47527
47528         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
47529         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
47530         GLIBC_PRIVATE.
47531         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
47532         * nss/makedb.c: Implement -g option to specify that value strings
47533         are generated and should not be added to table iterated over for
47534         get*ent calls.
47535         * nss/nss_db/db-initgroups.c: New file.
47536
47537         * nss/getent.c: Add support for initgroups lookups through getgrouplist
47538         interface.
47539
47540         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
47541         (internal_getgrouplist): Adjust to name change.
47542         Update use_initgroups_entry if this is not the first call.
47543         * nss/databases.def: Add initgroups entry.
47544
47545         * nss/makedb.c (compute_tables): Check result of multiple hash table
47546         sizes to minimize maximum chain length.
47547
47548 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
47549
47550         * Versions.def: Add entry for libnss_db.
47551         * shlib-versions: Likewise.
47552         * nss/Makefile: Add rules to build libnss_db.
47553         * nss/Versions: Add libnss_db information.  Organize libnss_files
47554         entries better.
47555         * nss/db-Makefile: Add gshadow support.  Change rules for the new
47556         makedb progra.  Some minor improvements to generate smaller files.
47557         * nss/nss_db/nss_db.h: Move NSS database header data structures to
47558         here from...
47559         * nss/makedb.c: ...here.
47560         Improve database format to be smaller and require less memory at
47561         runtime.
47562         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
47563         db anymore.
47564         * nss/nss_db/db-netgrp.c: Likewise.
47565         * nss/nss_db/db-open.c: Likewise.
47566         * nss/nss_files/flies-XXX.x: Adjust comments.
47567         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
47568         * nss/nss_files/files-grp.c: Likewise.
47569         * nss/nss_files/files-hosts.c: Likewise.
47570         * nss/nss_files/files-network.c: Likewise.
47571         * nss/nss_files/files-proto.c: Likewise.
47572         * nss/nss_files/files-pwd.c: Likewise.
47573         * nss/nss_files/files-rpc.c: Likewise.
47574         * nss/nss_files/files-service.c: Likewise.
47575         * nss/nss_files/files-sgrp.c: Likewise.
47576         * nss/nss_files/files-spwd.c: Likewise.
47577         * nss/nss_db/db-alias.c: Removed.
47578         * nss/nss_db/dummy-db.h: Removed.
47579
47580 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
47581
47582         * nss/makedb.c: Rewritten to not use database library.
47583         * nss/Makefile: Update to build new makedb program.
47584
47585 2011-06-14  Andreas Jaeger  <aj@suse.de>
47586
47587         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
47588         memset declaration.
47589
47590 2011-06-10  Andreas Schwab  <schwab@redhat.com>
47591
47592         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
47593         tmpbuf.
47594
47595 2011-06-10  Roland McGrath  <roland@hack.frob.com>
47596
47597         * Makerules (shlib.lds): Fail if the linker script comes out empty.
47598         * elf/Makefile ($(objpfx)ld.so): Likewise.
47599
47600         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
47601         Don't list ld.so twice in dependencies.
47602
47603         * posix/bug-regex31.c: Include <stdlib.h>.
47604
47605         * nscd/hstcache.c (cache_addhst): Remove unused variable.
47606
47607         * nis/nss_compat/compat-spwd.c
47608         (getspent_next_nss_netgr): Remove unused variable.
47609         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
47610
47611         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
47612         nonmembers" output to use the right array.
47613
47614         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
47615
47616         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
47617
47618         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
47619         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
47620         * catgets/gencat.c (read_input_file): Likewise.
47621         * locale/programs/locarchive.c (enlarge_archive): Likewise.
47622
47623         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
47624         variable definition inside #if's controlling its use.
47625
47626         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
47627
47628         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
47629
47630         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
47631
47632         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
47633         unreachable code.
47634
47635         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
47636
47637         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
47638         * configure: Regenerated.
47639
47640         * Makerules: Revert last change.
47641         * elf/Makefile: Likewise.
47642
47643 2011-06-09  Roland McGrath  <roland@hack.frob.com>
47644
47645         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
47646         * elf/Makefile ($(objpfx)librtld.os): Likewise.
47647         (reloc-link): Likewise.
47648
47649 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
47650
47651         * elf/Makefile: Add rules to build pldd.
47652         * elf/pldd.c: New file.
47653         * elf/pldd-xx.c: New file.
47654
47655 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
47656
47657         * version.h: Update for 2.15 development version.
47658
47659 2011-06-07  David S. Miller  <davem@davemloft.net>
47660
47661         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
47662         ifuncs.
47663         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
47664         elf_machine_lazy_rel): Likewise.
47665         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
47666         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
47667         elf_machine_lazy_rel): Likewise.
47668         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
47669         dl_hwcap via passed in argument.
47670         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
47671         Likewise.
47672
47673 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47674
47675         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
47676
47677 2011-06-06  Roland McGrath  <roland@hack.frob.com>
47678
47679         [BZ #12849]
47680         * manual/fdl-1.1.texi: New file, verbatim from:
47681         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
47682         * manual/lgpl-2.1.texi: New file, verbatim from:
47683         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
47684         * manual/Makefile (licenses): New variable, list those new file names.
47685         (texis): Use it.
47686         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
47687
47688         * manual/fdl.texi: File removed.
47689         * manual/lesser.texi: File removed.
47690         * manual/libc.texinfo (Copying, Documentation License):
47691         Use new @include file names, put @appendix directive before @include.
47692
47693 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
47694
47695         [BZ #12841]
47696         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
47697         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
47698         (mq_open): Add __NTH.
47699
47700 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
47701
47702         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47703         Assume Intel Core i3/i5/i7 processor if AVX is available.
47704
47705 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
47706
47707         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47708         typo.
47709
47710 2011-05-31  Andreas Schwab  <schwab@redhat.com>
47711
47712         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
47713         memory.  Use alloca_account.  Fix memory leak when retrying.
47714
47715 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
47716
47717         * version.h (RELEASE): Bump for 2.14 release.
47718         * include/features.h (__GLIBC_MINOR__): Bump to 14.
47719
47720         * config.make.in (RANLIB): Remove entry.
47721
47722 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
47723
47724         * po/Makefile (po-sed-cmd): Add ksh to extensions.
47725         (libc.pot): Work around missing support for .ksh extension in xgettext.
47726
47727         [BZ #12684]
47728         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
47729         if both request failed.
47730         (send_dg): In case of server errors clear resplen or *resplen2.
47731
47732         [BZ #12454]
47733         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
47734         when there are multiple maps.
47735         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
47736         (_dl_fini): Remove test here.
47737
47738         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
47739
47740 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
47741
47742         [BZ #12350]
47743         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
47744         bit from old_res_options.
47745         (gaih_inet): Likewise.
47746
47747         [BZ #11099]
47748         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
47749         as signed.
47750
47751         * resolv/res_init.c (res_setoptions): Make the code more compact.
47752
47753         [BZ #11558]
47754         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
47755         set RES_USEVC.
47756
47757         [BZ #11634]
47758         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
47759
47760         * malloc/malloc.h: Mark malloc hook variables as deprecated.
47761
47762         [BZ #11781]
47763         * malloc/malloc.h: Declare malloc hook variables as volatile.
47764
47765         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
47766         in last patch.
47767
47768         [BZ #11799]
47769         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
47770         raise in the comment.
47771         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47772         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47773         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
47774
47775 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
47776
47777         [BZ #12811]
47778         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
47779         grow the buffers more if it already has to be sufficient.
47780         (build_wcs_upper_buffer): Likewise.
47781         * posix/regexec.c (check_matching): Likewise.
47782         (clean_state_log_if_needed): Likewise.
47783         (extend_buffers): Don't enlarge buffers beyond size of the input
47784         buffer.
47785         Patches mostly by Emil Wojak <emil@wojak.eu>.
47786         * posix/bug-regex32.c: New file.
47787         * posix/Makefile (tests): Add bug-regex32.
47788
47789         * locale/findlocale.c (_nl_find_locale): Return right away if
47790         _nl_explode_name failed.
47791         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
47792
47793         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
47794
47795         * debug/xtrace.sh: Unify messages.
47796         * malloc/memusage.sh: Likewise.
47797
47798         [BZ #12813]
47799         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
47800         time symbol from vDSO.  Substitute with vsyscall if not available.
47801         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
47802         __vdso_time.
47803
47804         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
47805         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
47806         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
47807         Add sendmmsg and internal_sendmmsg.
47808         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
47809         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
47810         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
47811
47812         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
47813         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
47814         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
47815
47816 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
47817
47818         [BZ #12813]
47819         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
47820         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
47821         available.
47822         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
47823         __vdso_getcpu.
47824
47825         [BZ #12814]
47826         * iconvdata/Makefile (tests): Add bug-iconv9.
47827         * iconvdata/bug-iconv9.c: New file.
47828
47829 2011-05-27  Andreas Schwab  <schwab@redhat.com>
47830
47831         [BZ #12814]
47832         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
47833
47834 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
47835
47836         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47837         (struct user_regs_struct): Change intcs field back to cs.
47838
47839 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
47840
47841         * po/ja.po: Update from translation team.
47842
47843 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
47844
47845         [BZ #12795]
47846         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
47847         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
47848
47849 2011-05-20  Andreas Schwab  <schwab@redhat.com>
47850
47851         * stdlib/longlong.h: Update from GCC.
47852
47853 2011-05-23  Andreas Schwab  <schwab@redhat.com>
47854
47855         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
47856         parameter name.
47857         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
47858         Add parameter name.
47859         (__sysconf): Pass it down.
47860
47861 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
47862
47863         [BZ #12671]
47864         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
47865         some situations.
47866         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
47867         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
47868         add in in __libc_use_alloca calls.  Adjust callers.
47869         (glob): Use malloc in some situations.
47870
47871         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
47872         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
47873         pltexit.
47874
47875 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
47876
47877         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
47878         and CLOCK_BOOTTIME_ALARM.
47879
47880         [BZ #12782]
47881         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
47882         is returned.
47883
47884         * string/_strerror.c (__strerror_r): Print negative errors as signed
47885         numbers.
47886
47887         [BZ #12777]
47888         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
47889         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
47890         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
47891
47892         * configure.in: Fix typo in redirection and correct removal of test
47893         files in two cases.
47894
47895         [BZ #12788]
47896         * locale/setlocale.c (new_composite_name): Fix test to check for
47897         identical name of all categories.
47898
47899         [BZ #12792]
47900         * libio/filedoalloc.c (local_isatty): New function.
47901         (_IO_file_doallocate): Use local_isatty.
47902         * stdio-common/perror.c (perror): In case a new stream is used
47903         forward the stream error.
47904         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
47905         error flag.
47906
47907 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
47908
47909         [BZ #11869]
47910         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
47911         alloca.
47912         * include/alloca.h (extend_alloca_account): Define.
47913
47914         [BZ #11857]
47915         * posix/regex.h: Fix comments with documentation of user-accessible
47916         fields after compilation and describe correct free'ing of pattern
47917         after re_compile_pattern.
47918         Patch by Reuben Thomas <rrt@sc3d.org>.
47919
47920 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
47921
47922         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
47923         and -mno-altivec to prevent the compiler from using Altivec and/or
47924         VSX instructions when the corresponding registers are not available.
47925
47926 2011-05-19  Andreas Schwab  <schwab@redhat.com>
47927
47928         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
47929
47930 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
47931
47932         * libio/freopen.c (freopen): Use __dup2, not dup2.
47933         * libio/freopen64.c (freopen64): Likewise.
47934
47935 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
47936
47937         [BZ #12775]
47938         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
47939         * math/Makefile (tests): Add test-powl.
47940         (CFLAGS-test-powl.c): Define.
47941         * math/test-powl.c: New file.
47942
47943 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47944
47945         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
47946
47947 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
47948
47949         [BZ #11837]
47950         * iconvdata/gb18030.c: Update to GB18020-2005.
47951
47952 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
47953
47954         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
47955         RE_SYNTAX_POSIX_AWK): Update to match recent development.
47956         Patch by Aharon Robbins <arnold@skeeve.com>.
47957
47958         [BZ #11892]
47959         * stdlib/putenv.c (putenv): Don't always create copy of the variable
47960         on the stack.
47961
47962         [BZ #11895]
47963         * misc/pselect.c (__pselect): Handle timeout value errors hidden
47964         through underflows.
47965
47966         [BZ #12766]
47967         * misc/error.c (error_at_line): Ensure file_name and old_file_name
47968         point to strings before performing equality test for error_one_per_line
47969         mode.
47970
47971         [BZ #11697]
47972         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
47973
47974         [BZ #11820]
47975         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47976         (struct user_fpregs_struct): Avoid __uint*_t types.
47977
47978         [BZ #6420]
47979         * malloc/mtrace.c (tr_where): Add additional parameter to point to
47980         symbol info.  Use it instead of calling _dl_addr locally.
47981         (lock_and_info): New function.
47982         (tr_freehook): Call lock_and_info and pass symbol info as additional
47983         parameter to tr_where.
47984         (tr_mallochook): Likewise.
47985         (tr_reallochook): Likewise.
47986         (tr_memalignhook): Likewise.
47987
47988         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
47989         used and couldn't be at all thread-safe.
47990
47991 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
47992
47993         * libio/freopen.c (freopen): Don't close old file descriptor
47994         before the new one is opened.  Instead dup the new file descriptor
47995         to the old one after the new stream is created.
47996         * libio/freopen64.c (freopen64): Likewise.
47997         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
47998         * libio/fileops.c (_IO_new_file_close_it): Handle new
47999         _IO_FLAGS2_NOCLOSE flag.
48000         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
48001         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
48002         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
48003         _IO_FLAGS2_NOCLOSE flag.
48004         * include/unistd.h: Add hidden_proto for dup3.
48005         Define __have_dup3.
48006         * io/dup3.c: Define hidden symbol.
48007         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
48008
48009         [BZ #7101]
48010         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
48011         when an incomplete long option is used.
48012         * posix/tst-getopt_long1.c: New file.
48013         * posix/Makefile (tests): Add tst-getopt_long1.
48014
48015         [BZ #10138]
48016         * scripts/config.guess: Update from autoconf-2.68.
48017         * scripts/config.sub: Likewise.
48018
48019         [BZ #10157]
48020         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
48021         tests into ...
48022         (has_cpuclock): ...this.  New function.
48023         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
48024         macro here based on has_cpuclock code.
48025
48026         [BZ #10149]
48027         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48028         First byte (not low byte) is now always NUL.
48029         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
48030
48031         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48032         Use non-cancelable interfaces.
48033
48034         [BZ #9809]
48035         * locale/iso-639.def: Add entry for Sorani.
48036
48037         [BZ #11901]
48038         * include/stdlib.h: Move include protection to the right place.
48039         Define abort_msg_s.  Declare __abort_msg with it.
48040         * stdlib/abort.c (__abort_msg): Adjust type.
48041         * assert/assert.c (__assert_fail_base): New function.  Majority
48042         of code from __assert_fail.  Allocate memory for __abort_msg with
48043         mmap.
48044         (__assert_fail): Now call __assert_fail_base.
48045         * assert/assert-perr.c: Remove bulk of implementation.  Use
48046         __assert_fail_base.
48047         * include/assert.hL Declare __assert_fail_base.
48048         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
48049         mmap.
48050         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
48051
48052 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
48053
48054         [BZ #11952]
48055         [BZ #12453]
48056         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
48057         until all modules are registered in the DTV.
48058         * elf/Makefile: Add rules to build and run tst-tls19.
48059         * elf/tst-tls19.c: New file.
48060         * elf/tst-tls19mod1.c: New file.
48061         * elf/tst-tls19mod2.c: New file.
48062         * elf/tst-tls19mod3.c: New file.
48063         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
48064
48065         [BZ #12083]
48066         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
48067         correctly.
48068
48069         [BZ #12601]
48070         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
48071         two-byte sequence errors.
48072         * iconvdata/Makefile (tests): Add bug-iconv8.
48073         * iconvdata/bug-iconv8.c: New file.
48074
48075         [BZ #12626]
48076         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
48077         buf2 definition.
48078
48079         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
48080
48081         [BZ #12432]
48082         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
48083         (dummy_getcfa): New function.
48084         (init): Get _Unwind_GetCFA address, use dummy if not found.
48085         (backtrace_helper): In recursion check, also check whether CFA changes.
48086         (__backtrace): Completely initialize arg.
48087
48088         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
48089         storing incomplete byte sequence in state object.  Avoid testing for
48090         guaranteed too small input if we know there is enough data available.
48091
48092 2011-05-11  Andreas Schwab  <schwab@redhat.com>
48093
48094         * Makeconfig (+link-pie): Indent.
48095         * Rules (binaries-pie): Define if $(have-fpie) and
48096         $(build-shared).
48097         (binaries-shared): Also filter out $(binaries-pie).
48098         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
48099         * nscd/Makefile (others-pie): Add nscd.
48100         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
48101         ($(objpfx)nscd): Remove command override.
48102         * login/Makefile (others-pie): Add pt_chown.
48103         ($(objpfx)pt_chown): Remove command override.
48104         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
48105         remove command overrides.
48106
48107 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
48108
48109         * libio/tst_putwc.c: Fix error messages.
48110
48111         [BZ #12724]
48112         * libio/fileops.c (_IO_new_file_close_it): Always flush when
48113         currently writing and seek to current position when not.
48114         * libio/Makefile (tests): Add bug-fclose1.
48115         * libio/bug-fclose1.c: New file.
48116
48117 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
48118
48119         [BZ #12511]
48120         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
48121         don't set DF_1_NODELETE here.
48122         (do_lookup_x): When entering new entry test for copy relocation
48123         and if necessary set DF_1_NODELETE flag.
48124         * elf/tst-unique4.cc: New file.
48125         * elf/tst-unique4.h: New file.
48126         * elf/tst-unique4lib.cc: New file.
48127         * elf/Makefile: Add rules to build and run tst-unique4.
48128         Patch by Piotr Bury <pbury@goahead.com>.
48129
48130 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
48131
48132         [BZ #12052]
48133         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
48134
48135         [BZ #12625]
48136         * misc/mntent_r.c (addmntent): Flush the stream after the output
48137
48138         [BZ #12393]
48139         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
48140         (is_trusted_path_normalize): Skip initial colon.  Append slash
48141         to empty buffer.  Duplicate is_trusted_path code but allow
48142         constructed patch to be prefix.
48143         (is_dst): Allow $ORIGIN followed by /.
48144         (_dl_dst_substitute): Correct clearing of check_for_trusted.
48145         Correct testing of result of is_trusted_path_normalize
48146         (decompose_rpath): Fix warning.
48147
48148 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
48149
48150         [BZ #11257]
48151         * grp/initgroups.c (internal_getgrouplist): When we found the service
48152         list through the initgroups entry in nsswitch.conf do not always
48153         continue on a successful lookup.  Don't always use the
48154         __nss_group_database value if it is set.
48155         * nss/nsswitch.conf (initgroups): Change action for successful db
48156         lookup to continue for compatibility.
48157
48158 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
48159
48160         [BZ #11532]
48161         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
48162         and CP774 modules.
48163         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
48164         and CP774 modules.
48165         * iconvdata/tst-tables.sh: Likewise.
48166         * iconvdata/cp770.c: New file.
48167         * iconvdata/cp771.c: New file.
48168         * iconvdata/cp772.c: New file.
48169         * iconvdata/cp773.c: New file.
48170         * iconvdata/cp774.c: New file.
48171         * iconvdata/testdata/CP770: New file.
48172         * iconvdata/testdata/CP770..UTF8: New file.
48173         * iconvdata/testdata/CP771: New file.
48174         * iconvdata/testdata/CP771..UTF8: New file.
48175         * iconvdata/testdata/CP772: New file.
48176         * iconvdata/testdata/CP772..UTF8: New file.
48177         * iconvdata/testdata/CP773: New file.
48178         * iconvdata/testdata/CP773..UTF8: New file.
48179         * iconvdata/testdata/CP774: New file.
48180         * iconvdata/testdata/CP774..UTF8: New file.
48181
48182         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
48183         END CHARMAP line.
48184         * iconvdata/gen-8bit-gap.sh: Likewise.
48185         * iconvdata/gen-8bit.sh: Likewise.
48186
48187         * locale/iso-639.def: Add ary entry.
48188
48189         [BZ #11258]
48190         * locale/C-translit.h.in: Add U20A1 transliteration.
48191
48192         [BZ #12178]
48193         * locale/iso-639.def: Add wae entry.
48194         Patch by Kevin Bortis <bortis@translate-wae.ch>.
48195
48196         [BZ #12545]
48197         * locale/programs/localedef.c (construct_output_path): Use ssize_t
48198         for n.
48199
48200         [BZ #12711]
48201         * locale/C-translit.h.in: Add entry for U20B9.
48202         Patch by pravin.d.s@gmail.com.
48203
48204 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
48205
48206         [BZ #12713]
48207         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
48208         ENAMETOOLONG use generic getcwd.
48209         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
48210         in rtld.  Use *stat64.
48211         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
48212         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
48213         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
48214         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
48215         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
48216         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
48217         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
48218         __fstatat64 macros.
48219         * include/dirent.h: Add libc_hidden_proto for rewinddir.
48220         * dirent/rewinddir.c: Add libc_hidden_def.
48221         * sysdeps/mach/hurd/rewinddir.c: Likewise.
48222         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
48223
48224         * include/dirent.h (__alloc_dir): Add flags parameter.
48225         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
48226         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
48227         __alloc_dir.
48228         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
48229         from fdopendir if O_CLOEXEC is already set.
48230
48231 2011-03-15  Alan Modra  <amodra@gmail.com>
48232
48233         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
48234         l_tls_firstbyte_offset non-zero.  Save padding offset in
48235         l_tls_firstbyte_offset for later use.
48236         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
48237         freeing static tls block.
48238
48239 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
48240
48241         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
48242         where #ifdef was intended.  The intent is to prevent ARG_MAX from
48243         being defined by the kernel headers.
48244
48245 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
48246
48247         [BZ #12734]
48248         * resolv/resolv.h: Define RES_NOTLDQUERY.
48249         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
48250         no-tld-query and set RES_NOTLDQUERY.
48251         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
48252         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
48253         modern BIND to search name as TLD unless forbidden.
48254
48255 2011-05-07  Petr Baudis  <pasky@suse.cz>
48256             Ulrich Drepper  <drepper@gmail.com>
48257
48258         [BZ #12393]
48259         * elf/dl-load.c (fillin_rpath): Move trusted path check...
48260         (is_trusted_path): ...to here.
48261         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
48262         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
48263         using is_trusted_path_normalize() in setuid scripts.
48264
48265 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
48266
48267         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
48268         __BEGIN/__END_DECLS.
48269
48270 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
48271
48272         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
48273         NSS_STATUS_NOTFOUND if no record was found.
48274
48275 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48276
48277         * sunrpc/Makefile (headers): Add rpc/netdb.h.
48278         (headers-not-in-tirpc): Remove rpc/netdb.h
48279         * resolv/netdb.h: Revert last change.
48280
48281 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
48282
48283         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
48284         circular dependency between libgcc.a and libc.a.
48285
48286 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48287
48288         * resolv/netdb.h: Don't include <rpc/netdb.h>.
48289         * nis/Makefile: Don't install rpcsvc/*.
48290         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
48291         instead of <rpc/types.h>.
48292         (MAXHOSTNAMELEN): Define.
48293
48294 2011-05-03  Andreas Schwab  <schwab@redhat.com>
48295
48296         * elf/ldconfig.c (add_dir): Don't crash on empty path.
48297
48298 2011-04-28  Maciej Babinski  <mbabinski@google.com>
48299
48300         [BZ #12714]
48301         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
48302         gethostbyname4_r when IPv6 results are possible.
48303
48304 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
48305
48306         [BZ #12723]
48307         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
48308         _PC_PIPE_BUF handling.
48309
48310 2011-04-30  Bruno Haible  <bruno@clisp.org>
48311
48312         [BZ #12717]
48313         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
48314         * resolv/netdb.h (getnameinfo): Change type of flags parameter
48315         to 'int'.
48316         * inet/getnameinfo.c (getnameinfo): Likewise.
48317
48318 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
48319
48320         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
48321         to groups setting in database lookup.
48322         * nss/nsswitch.conf: Add initgroups entry.
48323
48324 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
48325
48326         [BZ #12685]
48327         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
48328         mode string.
48329         Patch by Eric Blake <eblake@redhat.com>.
48330
48331 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
48332
48333         * sunrpc/Makefile (need-export-routines): Add svc_run.
48334         (routines): Remove svc_run.
48335         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
48336         * sunrpc/clnt_perr.c (clnt_perrno): Export.
48337         * sunrpc/svc_run.c (svc_run): Likewise.
48338         * sunrpc/svc_udp.c (svcudp_create): Likewise.
48339
48340 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
48341
48342         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
48343         problem in reallocation in last patch.
48344
48345 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
48346
48347         * sunrpc/Makefile: Move inclusion of Rules.
48348
48349 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48350
48351         * nss/nss_files/files-initgroups.c: New file.
48352         * nss/Makefile (libnss_files-routines): Add files-initgroups.
48353         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
48354         _nss_files_initgroups_dyn.
48355
48356 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
48357
48358         * elf/elf.h (R_ARM_IRELATIVE): Define.
48359
48360 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48361
48362         * po/ru.po: Update from translation team.
48363
48364 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48365
48366         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
48367         dependencies.
48368
48369 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
48370
48371         [BZ #12653]
48372         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
48373         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
48374         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48375         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
48376         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
48377
48378 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
48379
48380         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
48381         differing bytes.
48382         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
48383         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
48384         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
48385
48386 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48387
48388         [BZ #12420]
48389         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
48390         storing it.
48391         * stdlib/bug-getcontext.c: New file.
48392         * stdlib/Makefile: Add rules to build and run bug-getcontext.
48393
48394 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48395
48396         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
48397         instructions into .machine "z9-109".
48398         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
48399         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
48400
48401 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48402
48403         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
48404         between environment variables and auxiliary vector.
48405
48406 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
48407
48408         * Makefile: Add rules to build linkobj/libc.so.
48409         * include/libc-symbols.h: Define libc_hidden_nolink.
48410         * include/rpc/auth.h: Mark functions which are to be hidden.
48411         * include/rpc/auth_des.h: Likewise.
48412         * include/rpc/auth_unix.h: Likewise.
48413         * include/rpc/clnt.h: Likewise.
48414         * include/rpc/des_crypt.h: Likewise.
48415         * include/rpc/key_prot.h: Likewise.
48416         * include/rpc/pmap_clnt.h: Likewise.
48417         * include/rpc/pmap_prot.h: Likewise.
48418         * include/rpc/pmap_rmt.h: Likewise.
48419         * include/rpc/rpc_msg.h: Likewise.
48420         * include/rpc/svc.h: Likewise.
48421         * include/rpc/svc_auth.h: Likewise.
48422         * include/rpc/xdr.h: Likewise.
48423         * nis/Makefile: Link all DSOs against linkobj/libc.so.
48424         * nss/Makefile: Likewise.
48425         * sunrpc/Makefile: Don't install headers.  Build library with normal
48426         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
48427         * sunrpc/auth_des.c: Hide exported symbols by default, export some
48428         for the compat linking library.  Remove use of INTDEF/INTUSE.
48429         * sunrpc/auth_none.c: Likewise.
48430         * sunrpc/auth_unix.c: Likewise.
48431         * sunrpc/authdes_prot.c: Likewise.
48432         * sunrpc/authuxprot.c: Likewise.
48433         * sunrpc/clnt_gen.c: Likewise.
48434         * sunrpc/clnt_perr.c: Likewise.
48435         * sunrpc/clnt_raw.c: Likewise.
48436         * sunrpc/clnt_simp.c: Likewise.
48437         * sunrpc/clnt_tcp.c: Likewise.
48438         * sunrpc/clnt_udp.c: Likewise.
48439         * sunrpc/clnt_unix.c: Likewise.
48440         * sunrpc/des_crypt.c: Likewise.
48441         * sunrpc/des_soft.c: Likewise.
48442         * sunrpc/get_myaddr.c: Likewise.
48443         * sunrpc/key_call.c: Likewise.
48444         * sunrpc/key_prot.c: Likewise.
48445         * sunrpc/netname.c: Likewise.
48446         * sunrpc/pm_getmaps.c: Likewise.
48447         * sunrpc/pm_getport.c: Likewise.
48448         * sunrpc/pmap_clnt.c: Likewise.
48449         * sunrpc/pmap_prot.c: Likewise.
48450         * sunrpc/pmap_prot2.c: Likewise.
48451         * sunrpc/pmap_rmt.c: Likewise.
48452         * sunrpc/publickey.c: Likewise.
48453         * sunrpc/rpc_cmsg.c: Likewise.
48454         * sunrpc/rpc_common.c: Likewise.
48455         * sunrpc/rpc_dtable.c: Likewise.
48456         * sunrpc/rpc_prot.c: Likewise.
48457         * sunrpc/rpc_thread.c: Likewise.
48458         * sunrpc/rtime.c: Likewise.
48459         * sunrpc/svc.c: Likewise.
48460         * sunrpc/svc_auth.c: Likewise.
48461         * sunrpc/svc_authux.c: Likewise.
48462         * sunrpc/svc_raw.c: Likewise.
48463         * sunrpc/svc_run.c: Likewise.
48464         * sunrpc/svc_simple.c: Likewise.
48465         * sunrpc/svc_tcp.c: Likewise.
48466         * sunrpc/svc_udp.c: Likewise.
48467         * sunrpc/svc_unix.c: Likewise.
48468         * sunrpc/svcauth_des.c: Likewise.
48469         * sunrpc/xcrypt.c: Likewise.
48470         * sunrpc/xdr.c: Likewise.
48471         * sunrpc/xdr_array.c: Likewise.
48472         * sunrpc/xdr_float.c: Likewise.
48473         * sunrpc/xdr_intXX_t.c: Likewise.
48474         * sunrpc/xdr_mem.c: Likewise.
48475         * sunrpc/xdr_rec.c: Likewise.
48476         * sunrpc/xdr_ref.c: Likewise.
48477         * sunrpc/xdr_sizeof.c: Likewise.
48478         * sunrpc/xdr_stdio.c: Likewise.
48479
48480 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
48481
48482         [BZ #12650]
48483         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
48484         * sysdeps/ia64/dl-tls.h: Likewise.
48485         * sysdeps/powerpc/dl-tls.h: Likewise.
48486         * sysdeps/s390/dl-tls.h: Likewise.
48487         * sysdeps/sh/dl-tls.h: Likewise.
48488         * sysdeps/sparc/dl-tls.h: Likewise.
48489         * sysdeps/x86_64/dl-tls.h: Likewise.
48490         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
48491
48492 2011-03-14  Andreas Schwab  <schwab@redhat.com>
48493
48494         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
48495         rpath element also skip the following colon.
48496         (expand_dynamic_string_token): Add is_path parameter and pass
48497         down to DL_DST_REQUIRED and _dl_dst_substitute.
48498         (decompose_rpath): Call expand_dynamic_string_token with
48499         non-zero is_path.  Ignore empty rpaths.
48500         (_dl_map_object_from_fd): Call expand_dynamic_string_token
48501         with zero is_path.
48502
48503 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
48504
48505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
48506         Make cancelable.
48507
48508 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
48509
48510         [BZ #12655]
48511         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
48512         Patch by Filipe David Manana <fdmanana@apache.org>.
48513
48514 2011-04-07  Andreas Schwab  <schwab@redhat.com>
48515
48516         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
48517         Maintain aligned stack.
48518         (CHECK_RSP): Remove unused macro.
48519
48520 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
48521
48522         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
48523         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
48524
48525 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
48526
48527         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
48528
48529         * include/features.h: Mention __USE_XOPEN2K8 in comment.
48530
48531 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
48532
48533         [BZ #12518]
48534         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
48535         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
48536         * sysdeps/x86_64/memmove.c: New file.
48537         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
48538         (memcpy): Renamed to ...
48539         (__new_memcpy): This.
48540         (memcpy): Provide GLIBC_2_14 memcpy.
48541         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
48542         (memcpy): Provide GLIBC_2_2_5 memcpy.
48543
48544 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48545
48546         [BZ #12631]
48547         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
48548
48549 2011-03-30  Andreas Schwab  <schwab@redhat.com>
48550
48551         * misc/syncfs.c: New file.
48552         * misc/Makefile (routines): Add syncfs.
48553         * posix/unistd.h: Declare syncfs.
48554         * sysdeps/unix/syscalls.list: Add syncfs.
48555
48556 2011-04-01  Andreas Schwab  <schwab@redhat.com>
48557
48558         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
48559         open_by_handle_at.
48560         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
48561         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48562         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48563         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48564         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48565         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
48566         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48567
48568 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48569
48570         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
48571         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48572         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
48573         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48574         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48575         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48576         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48577
48578         * io/Makefile: Compile fallocate.c, fallocate64.c, and
48579         sync_file_range.c with -fexceptions.
48580         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
48581         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
48582         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
48583         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
48584         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
48585         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
48586         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
48587         sync_file_range as cancellation point
48588         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
48589         now a wrapper around __call_sync_file_range with cancellation handling.
48590         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
48591         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
48592         function name to __call_sync_file_range.
48593         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
48594         Add call_sync_file_range.
48595
48596 2011-04-01  Andreas Schwab  <schwab@redhat.com>
48597
48598         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48599         bits/timex.h.
48600
48601 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48602
48603         * iconv/iconv.h: Fix typo in comment.
48604         * io/fcntl.h: Likewise.
48605         * libio/stdio.h: Likewise.
48606         * posix/spawn.h: Likewise.
48607         * posix/unistd.h: Likewise.
48608         * stdlib/stdlib.h: Likewise.
48609         * time/time.h: Likewise.
48610         * wcsmbs/wchar.h: Likewise.
48611
48612         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
48613         open_by_handle): Add.
48614         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
48615         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
48616         Augment a few comments.
48617         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48618         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48619         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48620         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48621         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48622         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
48623         open_by_handle.
48624
48625         * io/fcntl.h (AT_EMPTY_PATH): Define.
48626
48627 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
48628
48629         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
48630         * sysdeps/unix/sysv/linux/bits/time.h: New file.
48631         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
48632         to...
48633         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
48634         * Versions.def: Add GLIBC_2.14.
48635         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
48636         Export.
48637
48638 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
48639
48640         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
48641         round counter.
48642         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
48643
48644 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48645
48646         [BZ #12597]
48647         * string/test-strncmp.c (do_page_test): New function.
48648         (check2): Likewise.
48649         (test_main): Call check2.
48650         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
48651
48652 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
48653
48654         [BZ #12587]
48655         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
48656         Handle cache information in CPU leaf 4.
48657         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
48658
48659 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
48660
48661         [BZ #12583]
48662         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
48663         character representation.
48664         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
48665
48666 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
48667
48668         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
48669         END(__isnan) to END(__isnanf) to match function entry point/label
48670         EALIGN(__isnanf,...).
48671
48672 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
48673
48674         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
48675
48676 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
48677
48678         [BZ #12510]
48679         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
48680         copy from the symbol referenced in the relocation to initialize the
48681         used variable.
48682         Patch by Piotr Bury <pbury@goahead.com>.
48683         * elf/Makefile: Add rules to build and tst-unique3.
48684         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
48685         * elf/tst-unique3.cc: New file.
48686         * elf/tst-unique3.h: New file.
48687         * elf/tst-unique3lib.cc: New file.
48688         * elf/tst-unique3lib2.cc: New file.
48689
48690         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
48691
48692 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
48693
48694         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
48695         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
48696         to _start.
48697
48698 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
48699
48700         * elf/dl-load.c (_dl_map_object): If we are looking for the first
48701         to-be-loaded object along a path to loader is ld.so.
48702
48703 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
48704             Ulrich Drepper  <drepper@gmail.com>
48705
48706         * sysdeps/x86_64/memset.S: After aligning destination, code
48707         branches to different locations depending on the value of
48708         misalignment, when multiarch is enabled. Fix this.
48709
48710 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
48711
48712         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
48713         Set _x86_64_preferred_memory_instruction for AMD processsors.
48714         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48715         Set bit_Prefer_SSE_for_memop for AMD processors.
48716
48717 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
48718
48719         * libio/fmemopen.c (fmemopen): Optimize a bit.
48720
48721 2011-03-03  Andreas Schwab  <schwab@redhat.com>
48722
48723         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
48724
48725 2011-03-03  Roland McGrath  <roland@redhat.com>
48726
48727         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
48728
48729 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
48730
48731         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
48732         __bzero_ultra1 instead of __memset_ultra1.
48733
48734 2011-02-23  Andreas Schwab  <schwab@redhat.com>
48735             Ulrich Drepper  <drepper@gmail.com>
48736
48737         [BZ #12509]
48738         * include/link.h (struct link_map): Add l_orig_initfini.
48739         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
48740         returning unsuccessfully.
48741         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
48742         close of a file loaded at startup, restore the original l_initfini
48743         list.
48744         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
48745         list, store the pointer.
48746         * elf/Makefile ($(objpfx)noload-mem): New rule.
48747         (noload-ENV): Define.
48748         (tests): Add $(objpfx)noload-mem.
48749         * elf/noload.c: Include <memcheck.h>.
48750         (main): Call mtrace.  Close all opened handles.
48751
48752 2011-02-17  Andreas Schwab  <schwab@redhat.com>
48753
48754         [BZ #12454]
48755         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
48756         dependencies are missing.
48757
48758 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48759
48760         Fix __if_freereq crash: Unlike the generic version which uses free,
48761         Hurd needs munmap.
48762         * sysdeps/mach/hurd/ifreq.h: New file.
48763
48764 2011-01-27  Petr Baudis  <pasky@suse.cz>
48765             Ulrich Drepper  <drepper@gmail.com>
48766
48767         [BZ 12445]#
48768         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
48769         to extend_alloca().
48770         * stdio-common/bug23.c: New file.
48771         * stdio-common/Makefile (tests): Add bug23.
48772
48773 2010-09-28  Andreas Schwab  <schwab@redhat.com>
48774             Ulrich Drepper  <drepper@gmail.com>
48775
48776         [BZ #12489]
48777         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
48778         before performing relro protection.  At old place add assertion
48779         to make sure nothing changed.
48780
48781 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
48782             Glauber de Oliveira Costa  <glommer@gmail.com>
48783
48784         * elf/elf.h: Add new ARM TLS relocs.
48785
48786 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
48787
48788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
48789         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
48790         cast from r3.
48791         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
48792         'tests' variable.
48793         * sysdeps/wordsize-64/tst-writev.c: New file.
48794
48795 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
48796
48797         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
48798         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
48799         insns in _dl_start to prevent a TOC reference before relocs are
48800         resolved.
48801
48802 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
48803
48804         [BZ #12469]
48805         * Makeconfig: Remove RANLIB definition.
48806         * Makerules: Don't use RANLIB.
48807         * aclocal.m4: Remove ranlib test.
48808         * configure.in: No need to check for ranlib.
48809         * elf/rtld-Rules: Don't use RANLIB.
48810
48811 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48812
48813         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
48814         protection macro.
48815         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
48816         inclusion protection macro.
48817
48818         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
48819         SIGRTMIN and SIGRTMAX and print information in that case only when
48820         SIGRTMIN is defined.
48821
48822 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
48823
48824         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
48825         arginfo fn returning -1.
48826
48827         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
48828         and thousands string is zero terminated.
48829
48830 2011-02-03  Andreas Schwab  <schwab@redhat.com>
48831
48832         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
48833         sysdeps/unix/sysv/linux/bits/socket.h.
48834
48835 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48836
48837         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
48838         (__CPU_COUNT): Remove old macros.
48839         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
48840         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
48841         (__CPU_ALLOC, __CPU_FREE): Add macros.
48842         (__sched_cpualloc, __sched_cpufree): Add declarations.
48843
48844 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
48845
48846         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
48847         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
48848         * nscd/aicache.c (addhstaiX): Return timeout of added value.
48849         (readdhstai): Return value of addhstaiX call.
48850         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
48851         (addgrbyX): Return value returned by cache_addgr.
48852         (readdgrbyname): Return value returned by addgrbyX.
48853         (readdgrbygid): Likewise.
48854         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
48855         (addpwbyX): Return value returned by cache_addpw.
48856         (readdpwbyname): Return value returned by addhstbyX.
48857         (readdpwbyuid): Likewise.
48858         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
48859         (addservbyX): Return value returned by cache_addserv.
48860         (readdservbyname): Return value returned by addservbyX:
48861         (readdservbyport): Likewise.
48862         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
48863         (addhstbyX): Return value returned by cache_addhst.
48864         (readdhstbyname): Return value returned by addhstbyX.
48865         (readdhstbyaddr): Likewise.
48866         (readdhstbynamev6): Likewise.
48867         (readdhstbyaddrv6): Likewise.
48868         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
48869         (readdinitgroups): Return value returned by addinitgroupsX.
48870         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
48871         (prune_cache): Keep track of timeout value of re-added entries.
48872         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
48873         * nscd/nscd.h: Adjust prototypes of readd* functions.
48874
48875 2011-02-04  Roland McGrath  <roland@redhat.com>
48876
48877         * nis/nis_server.c (nis_servstate): Use the right name for 0.
48878         (nis_stats): Likewise.
48879         * nis/nis_modify.c (nis_modify): Likewise.
48880         * nis/nis_remove.c (nis_remove): Likewise.
48881         * nis/nis_add.c (nis_add): Likewise.
48882
48883         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
48884
48885         * posix/fnmatch_loop.c: Add some consts.
48886
48887         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
48888
48889 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
48890
48891         [BZ #12460]
48892         * config.make.in (config-cflags-novzeroupper): Define.
48893         * configure.in: Substitute libc_cv_cc_novzeroupper.
48894         * elf/Makefile (AVX-CFLAGS): Define.
48895         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
48896         (CFLAGS-tst-auditmod4a.c): Likewise.
48897         (CFLAGS-tst-auditmod4b.c): Likewise.
48898         (CFLAGS-tst-auditmod6b.c): Likewise.
48899         (CFLAGS-tst-auditmod6c.c): Likewise.
48900         (CFLAGS-tst-auditmod7b.c): Likewise.
48901         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
48902
48903 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
48904
48905         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
48906         function to the callback.
48907         Patch partly by Jiri Olsa <jolsa@redhat.com>.
48908
48909 2011-02-02  Andreas Schwab  <schwab@redhat.com>
48910
48911         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
48912         of errno.
48913
48914 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
48915
48916         [BZ #11724]
48917         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
48918         of constructors.
48919         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
48920         of destructors.
48921         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
48922
48923         [BZ #11724]
48924         * elf/Makefile: Add rules to build and run new test.
48925         * elf/tst-initorder.c: New file.
48926         * elf/tst-initorder.exp: New file.
48927         * elf/tst-initordera1.c: New file.
48928         * elf/tst-initordera2.c: New file.
48929         * elf/tst-initordera3.c: New file.
48930         * elf/tst-initordera4.c: New file.
48931         * elf/tst-initorderb1.c: New file.
48932         * elf/tst-initorderb2.c: New file.
48933         * elf/tst-order-a1.c: New file.
48934         * elf/tst-order-a2.c: New file.
48935         * elf/tst-order-a3.c: New file.
48936         * elf/tst-order-a4.c: New file.
48937         * elf/tst-order-b1.c: New file.
48938         * elf/tst-order-b2.c: New file.
48939         * elf/tst-order-main.c: New file.
48940         New test case by George Gensure <werkt0@gmail.com>.
48941
48942 2010-10-01  Andreas Schwab  <schwab@redhat.com>
48943
48944         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
48945         decoding ACE if AI_CANONIDN.
48946
48947 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
48948
48949         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
48950
48951 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
48952
48953         * version.h (RELEASE): Bump for 2.13 release.
48954         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
48955
48956         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
48957
48958         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
48959         MADV_NOHUGEPAGE.
48960         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
48961         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
48962         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
48963         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
48964         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
48965         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48966
48967         * posix/getconf.c: Update copyright year.
48968         * catgets/gencat.c: Likewise.
48969         * csu/version.c: Likewise.
48970         * debug/catchsegv.sh: Likewise.
48971         * debug/xtrace.sh: Likewise.
48972         * elf/ldconfig.c: Likewise.
48973         * elf/ldd.bash.in: Likewise.
48974         * elf/sprof.c (print_version): Likewise.
48975         * iconv/iconv_prog.c: Likewise.
48976         * iconv/iconvconfig.c: Likewise.
48977         * locale/programs/locale.c: Likewise.
48978         * locale/programs/localedef.c: Likewise.
48979         * malloc/memusage.sh: Likewise.
48980         * malloc/mtrace.pl: Likewise.
48981         * nscd/nscd.c (print_version): Likewise.
48982         * nss/getent.c: Likewise.
48983
48984         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
48985         PF_CAIF, and PF_ALG.
48986         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48987
48988 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
48989
48990         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
48991         (modules-names): Use them.
48992         (ifunc-test-modules, ifunc-pie-tests): Define.
48993         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
48994         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
48995         (test-extras): Likewise.
48996         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
48997         $(compile-command.c).
48998         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
48999         (all-built-dso): Define.
49000         (check-textrel.out, check-execstack.out): Depend on it.
49001
49002         * configure.in: Don't override --enable-multi-arch.
49003
49004 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
49005
49006         [BZ #6812]
49007         * nscd/hstcache.c (tryagain): Define.
49008         (cache_addhst): Return tryagain not notfound for temporary errors.
49009         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
49010         failed.
49011
49012 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
49013
49014         [BZ #10563]
49015         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
49016         to make the syscall.
49017         * sysdeps/unix/sysv/linux/setgroups.c: New file.
49018
49019         [BZ #12378]
49020         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
49021         and fall back to matching as normal character if the string ends before
49022         the matching ']' is found.  This is what POSIX requires.
49023         * posix/testfnm.c: Adjust test result.
49024         * posix/globtest.sh: Adjust test result.  Add new test.
49025         * posix/tst-fnmatch.input: Likewise.
49026         * posix/tst-fnmatch2.c: Add new test.
49027
49028 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
49029
49030         * elf/Makefile (check-execstack): Revert last change.  Depend on
49031         check-execstack.h.
49032         (check-execstack.h): New target.
49033         (generated): Add check-execstack.h.
49034         * elf/check-execstack.c: Include "check-execstack.h".
49035         (main): Revert last change.
49036         (handle_file): Return zero if GNU_STACK is absent and
49037         DEFAULT_STACK_PERMS doesn't include PF_X.
49038
49039 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
49040
49041         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
49042         in child fails because the descriptor is already closed.
49043         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
49044         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
49045         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
49046
49047         [BZ #12397]
49048         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
49049         syscall.
49050
49051         [BZ #10484]
49052         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
49053         temporary buffer used to handle multi lookups locally.
49054         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
49055
49056 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
49057
49058         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
49059         loader is ld.so.
49060
49061 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
49062
49063         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
49064         alignment for SSE2.
49065
49066 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
49067
49068         [BZ #12394]
49069         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
49070         characters.  When rounding increased number of integer digits recompute
49071         number of groups.
49072         * stdio-common/tst-grouping.c: New file.
49073         * stdio-common/Makefile: Add rules to build and run tst-grouping.
49074
49075 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
49076
49077         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
49078         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
49079
49080         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
49081         void.
49082         * bits/select.h: Likewise.
49083
49084 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
49085
49086         * po/ja.po: Update from translation team.
49087
49088 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
49089
49090         [BZ #11155]
49091         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
49092         implementation just like for lxstat, fxstatat, et al.
49093
49094 2010-12-27  Jim Meyering  <meyering@redhat.com>
49095
49096         [BZ #12348]
49097         * posix/regexec.c (build_trtable): Return failure indication upon
49098         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
49099
49100 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
49101
49102         [BZ #12201]
49103         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
49104         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
49105         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
49106         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
49107
49108         [BZ #12207]
49109         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
49110
49111         [BZ #12204]
49112         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
49113         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
49114
49115 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
49116
49117         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
49118         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
49119         script has SORT_BY_INIT_PRIORITY.
49120         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
49121         NO_CTORS_DTORS_SECTIONS is defined.
49122         * elf/soinit.c: Likewise.
49123         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
49124         NO_CTORS_DTORS_SECTIONS is defined.
49125         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
49126         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
49127         * sysdeps/sh/init-first.c: Likewise.
49128         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
49129
49130 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
49131
49132         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
49133         always use the slow path.
49134
49135 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
49136
49137         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
49138         similar rule which adds the sysdep directories to the header search in
49139         order to pick up the correct platform stackinfo.h.
49140         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
49141         perform test if it is, otherwise return successfully without testing.
49142         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
49143         DEFAULT_STACK_PERMS define in stackinfo.h.
49144         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
49145         defined in stackinfo.h.
49146         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
49147         DEFAULT_STACK_PERMS defined in stackinfo.h.
49148         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
49149         * sysdeps/ia64/stackinfo.h: Likewise.
49150         * sysdeps/s390/stackinfo.h: Likewise.
49151         * sysdeps/sh/stackinfo.h: Likewise.
49152         * sysdeps/sparc/stackinfo.h: Likewise.
49153         * sysdeps/x86_64/stackinfo.h: Likewise.
49154         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
49155         PF_X for powerpc64.  Retain PF_X for powerpc32.
49156
49157 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
49158
49159         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
49160         accurately.
49161         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
49162         GETDENTS_64BIT_ALIGNED.
49163
49164 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
49165
49166         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
49167
49168 2010-12-10  Andreas Schwab  <schwab@redhat.com>
49169
49170         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
49171         _GNU_SOURCE.
49172
49173         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
49174         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
49175         Remove __restrict.
49176         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
49177         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
49178
49179 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
49180
49181         [BZ #11655]
49182         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
49183         are initialized.
49184
49185 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
49186
49187         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
49188
49189 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
49190
49191         * po/it.po: Update from translation team.
49192
49193 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
49194
49195         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
49196         unused codes.
49197
49198 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
49199
49200         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
49201
49202 2010-11-24  Andreas Schwab  <schwab@redhat.com>
49203
49204         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
49205         specially.
49206         (gaih_getanswer_slice): Likewise.
49207
49208 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
49209
49210         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
49211
49212 2010-05-31  Petr Baudis  <pasky@suse.cz>
49213
49214         [BZ #11149]
49215         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
49216         silently even in the chroot mode.
49217
49218 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
49219
49220         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
49221         last patch a bit.  Pretty printing
49222
49223 2010-05-31  Petr Baudis <pasky@suse.cz>
49224
49225         [BZ #10085]
49226         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
49227         initialization of skip_initgroups_dyn.
49228
49229 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
49230
49231         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
49232         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49233
49234 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
49235
49236         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
49237
49238 2010-11-11  Andreas Schwab  <schwab@redhat.com>
49239
49240         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
49241         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
49242         (tst-fnmatch-ENV): Set MALLOC_TRACE.
49243         ($(objpfx)tst-fnmatch-mem): New rule.
49244         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
49245         * posix/tst-fnmatch.c (main): Call mtrace.
49246
49247 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
49248
49249         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49250         Support Intel processor model 6 and model 0x2c.
49251
49252 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
49253
49254         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
49255           signed comparison.
49256
49257 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
49258
49259         [BZ #12205]
49260         * string/test-strncasecmp.c (check_result): New function.
49261         (do_one_test): Use it.
49262         (check1): New function.
49263         (test_main): Use it.
49264         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
49265         Support strcasecmp and strncasecmp.
49266
49267 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
49268
49269         [BZ #12194]
49270         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
49271         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49272
49273 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
49274
49275         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
49276         IFUNC support.
49277         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49278         memset-x86-64.
49279         * sysdeps/x86_64/multiarch/bzero.S: New file.
49280         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
49281         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
49282         * sysdeps/x86_64/multiarch/memset.S: New file.
49283         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
49284         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49285         Set bit_Prefer_SSE_for_memop for Intel processors.
49286         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
49287         Define.
49288         (index_Prefer_SSE_for_memop): Define.
49289         (HAS_PREFER_SSE_FOR_MEMOP): Define.
49290
49291 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
49292
49293         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
49294         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
49295
49296 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
49297
49298         [BZ #12191]
49299         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49300         (__x86_64_raw_data_cache_size_half): Likewise.
49301         (__x86_64_raw_shared_cache_size): Likewise.
49302         (__x86_64_raw_shared_cache_size_half): Likewise.
49303
49304         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49305         (__x86_64_raw_data_cache_size_half): Likewise.
49306         (__x86_64_raw_shared_cache_size): Likewise.
49307         (__x86_64_raw_shared_cache_size_half): Likewise.
49308         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
49309         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
49310         and __x86_64_raw_shared_cache_size_half.  Round
49311         __x86_64_data_cache_size_half, __x86_64_data_cache_size
49312         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
49313         to multiple of 256 bytes.
49314
49315 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
49316
49317         [BZ #12167]
49318         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
49319         of inacessible symlinks.  Verify result of symlink before returning it.
49320         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
49321         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
49322
49323 2010-10-28  Erich Ritz  <erichritz@gmail.com>
49324
49325         * math/math.h (isinf): Fix typo in comment.
49326
49327 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
49328
49329         * po/da.po: Update from translation team.
49330
49331 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
49332
49333         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
49334         is added to the list.
49335
49336 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49337             Ulrich Drepper  <drepper@gmail.com>
49338
49339         * elf/dl-object.c (_dl_new_object): Don't append the new object to
49340         the global list here.  Move code to...
49341         (_dl_add_to_namespace_list): ...here.  New function.
49342         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
49343         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
49344         * elf/dl-load.c (lose): Don't remove the element from the list.
49345         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
49346         (_dl_map_object): Likewise.
49347
49348 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
49349
49350         [BZ #12159]
49351         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
49352         into all bytes of SSE register.
49353         Patch by Richard Li <richardpku@gmail.com>.
49354
49355 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
49356
49357         [BZ #12140]
49358         * malloc/malloc.c (_int_free): Fill correct number of bytes when
49359         perturbing.
49360
49361 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
49362
49363         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
49364         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
49365         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
49366         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
49368         submachine.
49369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
49370
49371 2010-10-22  Andreas Schwab  <schwab@redhat.com>
49372
49373         * include/dlfcn.h (__RTLD_SECURE): Define.
49374         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
49375         mode & __RTLD_SECURE instead.
49376         (open_path): Rename preloaded parameter to secure.
49377         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
49378         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
49379         * elf/dl-deps.c (openaux): Likewise.
49380         * elf/rtld.c (struct map_args): Remove is_preloaded.
49381         (map_doit): Don't use it.
49382         (dl_main): Likewise.
49383         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
49384         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
49385
49386 2010-09-09  Andreas Schwab  <schwab@redhat.com>
49387
49388         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
49389         (sysd-rules-targets): Remove duplicates.
49390         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
49391         rtld-%.$o dependency.
49392
49393 2010-10-18  Andreas Schwab  <schwab@redhat.com>
49394
49395         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
49396         _dl_map_object do it.
49397
49398 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
49399
49400         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
49401         fast fma builtins, define the macros in the C99 standard.
49402         (FP_FAST_FMAF): Likewise.
49403         (FP_FAST_FMAL): Likewise.
49404         * sysdeps/x86_64/bits/mathdef.h: Likewise.
49405
49406         * bits/mathdef.h: Update copyright year.
49407         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49408
49409 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
49410
49411         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
49412         builtins, define the macros in the C99 standard.
49413         (FP_FAST_FMAF): Likewise.
49414         (FP_FAST_FMAL): Likewise.
49415         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
49416         multiply/add.
49417         (FP_FAST_FMAF): Likewise.
49418
49419 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
49420
49421         [BZ #3268]
49422         * math/libm-test.inc (fma_test): Some new testcases.
49423         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
49424         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
49425         y and infinite z.  Do multiplication by C already in long double.
49426         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
49427         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
49428         y and infinite z.  Do bitwise or of inexact bit into u.d.
49429         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
49430         * sysdeps/i386/fpu/s_fmaf.S: Removed.
49431         * sysdeps/i386/fpu/s_fma.S: Removed.
49432         * sysdeps/i386/fpu/s_fmal.S: Removed.
49433
49434 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
49435
49436         [BZ #3268]
49437         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
49438         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
49439         computation is not scheduled after fetestexcept.  Fix value
49440         of minimum denormal long double.
49441
49442 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
49443
49444         [BZ #3268]
49445         * math/libm-test.inc (fma_test): Add some more tests.
49446         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
49447         correctly.
49448
49449 2010-10-15  Andreas Schwab  <schwab@redhat.com>
49450
49451         * scripts/data/localplt-s390-linux-gnu.data: New file.
49452         * scripts/data/localplt-s390x-linux-gnu.data: New file.
49453
49454 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
49455
49456         [BZ #3268]
49457         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
49458         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
49459         instead of dbl-64.
49460         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
49461         inlines.
49462         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
49463         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
49464         if one of x and y is very large and the other is subnormal.
49465         * sysdeps/s390/fpu/s_fmaf.c: New file.
49466         * sysdeps/s390/fpu/s_fma.c: New file.
49467         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
49468         * sysdeps/powerpc/fpu/s_fma.S: New file.
49469         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
49470         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
49471         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
49472
49473 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
49474
49475         [BZ #3268]
49476         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
49477         fma tests.
49478         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
49479         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
49480         * sysdeps/i386/i686/multiarch/s_fma.c: Include
49481         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
49482         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
49483         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
49484         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
49485
49486 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
49487
49488         [BZ #12078]
49489         * posix/regcomp.c (parse_branch): One more memory leak plugged.
49490         * posix/bug-regex31.input: Add test case.
49491
49492 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
49493
49494         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
49495         * posix/bug-regex31.input: New file.
49496
49497         [BZ #12078]
49498         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
49499         (parse_sub_exp): Fix last change, use postorder.
49500
49501         * posix/bug-regex31.c: New file.
49502         * posix/Makefile: Add rules to build and run bug-regex31.
49503
49504         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
49505
49506         [BZ #12078]
49507         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
49508
49509         [BZ #12108]
49510         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
49511         to have entries in sys_siglist.
49512
49513         [BZ #12093]
49514         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
49515         be NULL.
49516
49517 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
49518
49519         [BZ #3268]
49520         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
49521         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
49522         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
49523         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
49524         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49525         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
49526         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
49527         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
49528         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
49529         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
49530         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
49531         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
49532         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
49533         * math/ftestexcept.c (fetestexcept): Likewise.
49534         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
49535         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
49536         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
49537         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
49538         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
49539         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
49540         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
49541
49542 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
49543
49544         [BZ #12107]
49545         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
49546         newline.
49547
49548 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
49549
49550         * string/bug-strstr1.c: New file.
49551         * string/Makefile: Add rules to build and run bug-strstr1.
49552
49553 2010-10-05  Eric Blake  <eblake@redhat.com>
49554
49555         [BZ #12092]
49556         * string/str-two-way.h (two_way_long_needle): Always clear memory
49557         when skipping input due to the shift table.
49558
49559 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
49560
49561         [BZ #12005]
49562         * malloc/mcheck.c: Handle large requests.
49563
49564         [BZ #12077]
49565         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
49566         for strncmp and strncasecmp.
49567         * string/stratcliff.c: Add tests for strcmp and strncmp.
49568         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
49569
49570 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
49571
49572         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
49573         __set_fpscr.
49574
49575 2010-09-30  Andreas Jaeger  <aj@suse.de>
49576
49577         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
49578         (CGROUP_SUPER_MAGIC): Define.
49579         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49580         Handle btrfs and cgroup file systems.
49581         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
49582         Likewise.
49583
49584 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
49585
49586         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
49587         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
49588
49589 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49590
49591         [BZ #12067]
49592         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
49593         trying to locate the ELF header.
49594
49595 2010-09-27  Andreas Schwab  <schwab@redhat.com>
49596
49597         [BZ #11611]
49598         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
49599         Mask out sign-bit copies when constructing f_fsid.
49600
49601 2010-09-24  Petr Baudis <pasky@suse.cz>
49602
49603         * debug/stack_chk_fail_local.c: Add missing licence exception.
49604         * debug/warning-nop.c: Likewise.
49605
49606 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
49607
49608         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
49609         implementing getdents64 using getdents syscall, set d_type if
49610         __ASSUME_GETDENTS32_D_TYPE.
49611
49612 2010-09-16  Andreas Schwab  <schwab@redhat.com>
49613
49614         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
49615         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
49616
49617 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
49618
49619         [BZ #12037]
49620         * posix/unistd.h: Undo change of feature selection for ftruncate from
49621         2010-01-11.
49622
49623 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
49624
49625         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
49626         detection.
49627
49628 2010-09-20  Andreas Schwab  <schwab@redhat.com>
49629
49630         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
49631         fanotify_mark.
49632         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49633
49634 2010-09-14  Andreas Schwab  <schwab@redhat.com>
49635
49636         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
49637         variables after CHECK_SP call.
49638         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
49639
49640 2010-09-13  Andreas Schwab  <schwab@redhat.com>
49641             Ulrich Drepper  <drepper@redhat.com>
49642
49643         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
49644         re-relocationg ld.so.
49645         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
49646         _dl_init_paths call.
49647         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
49648         here anymore.
49649
49650 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
49651
49652         * resolv/res_init.c (__res_vinit): Count the default server we added.
49653
49654 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
49655             Ulrich Drepper  <drepper@redhat.com>
49656
49657         [BZ #11968]
49658         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49659         (____longjmp_chk): Use %ebx for saving value across system call.
49660         Add unwind info.
49661
49662 2010-09-06  Andreas Schwab  <schwab@redhat.com>
49663
49664         * manual/Makefile: Don't mix pattern rules with normal rules.
49665
49666 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
49667
49668         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
49669         operation.
49670         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
49671         * libio/iofopncook.c (_IO_cookie_init): Likewise.
49672         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
49673         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
49674         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49675         Likewise.
49676
49677 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
49678
49679         [BZ #11979]
49680         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
49681         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
49682
49683 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
49684
49685         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
49686         * sysdeps/x86_64/addmul_1.S: Likewise.
49687         * sysdeps/x86_64/lshift.S: Likewise.
49688         * sysdeps/x86_64/mul_1.S: Likewise.
49689         * sysdeps/x86_64/rshift.S: Likewise.
49690         * sysdeps/x86_64/sub_n.S: Likewise.
49691         * sysdeps/x86_64/submul_1.S: Likewise.
49692
49693 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49694
49695         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
49696         Define __sched_param instead of SCHED_* and sched_param when
49697         <bits/sched.h> is included with __need_schedparam defined.
49698         * bits/sched.h [__need_schedparam]
49699         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
49700         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
49701         (__defined_schedparam): Define to 1.
49702         (__sched_param): New structure, identical to sched_param.
49703         (__need_schedparam): Undefine.
49704
49705 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
49706
49707         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
49708         (epoll_create1): Declare.
49709
49710         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
49711
49712 2010-08-31  Andreas Schwab  <schwab@redhat.com>
49713
49714         [BZ #7066]
49715         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
49716         shifting retval into place.
49717
49718 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
49719
49720         * nis/rpcsvc/nis.h: Update copyright notice.
49721         * nis/rpcsvc/nis.x: Likewise.
49722         * nis/rpcsvc/nis_callback.h: Likewise.
49723         * nis/rpcsvc/nis_callback.x: Likewise.
49724         * nis/rpcsvc/nis_object.x: Likewise.
49725         * nis/rpcsvc/nis_tags.h: Likewise.
49726         * nis/rpcsvc/yp.h: Likewise.
49727         * nis/rpcsvc/yp.x: Likewise.
49728         * nis/rpcsvc/ypupd.h: Likewise.
49729         * nis/yp_xdr.c: Likewise.
49730         * nis/ypupdate_xdr.c: Likewise.
49731
49732         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
49733         mainly the body of pmap_getport.  Add parameters to specify timeouts.
49734         (pmap_getport): Use __libc_rpc_getport.
49735         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
49736         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
49737         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
49738
49739 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
49740
49741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
49742         fanotify_mark.
49743
49744 2010-08-27  Roland McGrath  <roland@redhat.com>
49745
49746         * sysdeps/i386/i686/multiarch/Makefile
49747         (CFLAGS-varshift.c): New variable.
49748
49749 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
49750
49751         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
49752         * sysdeps/i386/i686/multiarch/varshift.c: New file.
49753
49754         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
49755
49756         * sysdeps/x86_64/strlen.S: Minimal code improvement.
49757
49758 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
49759
49760         * sysdeps/x86_64/strlen.S: Unroll the loop.
49761         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49762         strlen-sse2 strlen-sse2-bsf.
49763         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
49764         __strlen_no_bsf if bit_Slow_BSF is set.
49765         (__strlen_sse42): Removed.
49766         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
49767         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
49768
49769 2010-08-25  Roland McGrath  <roland@redhat.com>
49770
49771         * sysdeps/x86_64/multiarch/varshift.S: File removed.
49772         * sysdeps/x86_64/multiarch/varshift.c: New file.
49773         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
49774         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
49775         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
49776         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
49777
49778 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
49779
49780         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49781         strlen-sse2 strlen-sse2-bsf.
49782         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
49783         __strlen_sse2_bsf if bit_Slow_BSF is unset.
49784         (__strlen_sse2): Removed.
49785         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
49786         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
49787         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
49788         bit_Slow_BSF for Atom.
49789         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
49790         (index_Slow_BSF): Define.
49791         (HAS_SLOW_BSF): Define.
49792
49793 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
49794
49795         [BZ #10851]
49796         * resolv/res_init.c (__res_vinit): When no server address at all
49797         is given default to loopback.
49798
49799 2010-08-24  Roland McGrath  <roland@redhat.com>
49800
49801         * configure.in: Remove config-name.h generation.
49802         * configure: Regenerated.
49803         * config-name.in: File removed.
49804         * scripts/config-uname.sh: New file.
49805         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
49806         ($(objdir)config-name.h): New target.
49807
49808         * sunrpc/rpc_parse.h: Avoid nested comment.
49809
49810 2010-08-24  Richard Henderson  <rth@redhat.com>
49811             Ulrich Drepper  <drepper@redhat.com>
49812             H.J. Lu  <hongjiu.lu@intel.com>
49813
49814         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
49815         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
49816         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
49817         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
49818         _mm_alignr_epi8 with _mm_loadu_si128.
49819         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
49820         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
49821         (__m128i_shift_right): Removed.
49822         * sysdeps/i386/i686/multiarch/varshift.h: New file.
49823         * sysdeps/i386/i686/multiarch/varshift.S: New file.
49824         * sysdeps/x86_64/multiarch/varshift.h: New file.
49825         * sysdeps/x86_64/multiarch/varshift.S: New file.
49826
49827 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
49828
49829         * configure.in: Move assembler checks to before sysdep dir checking.
49830
49831 2010-08-20  Petr Baudis  <pasky@suse.cz>
49832
49833         * LICENSES: Sync the sunrpc license.
49834
49835 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
49836
49837         * sunrpc/auth_des.c: Update copyright notice once again.
49838         * sunrpc/auth_none.c: Likewise.
49839         * sunrpc/auth_unix.c: Likewise.
49840         * sunrpc/authdes_prot.c: Likewise.
49841         * sunrpc/authuxprot.c: Likewise.
49842         * sunrpc/bindrsvprt.c: Likewise.
49843         * sunrpc/clnt_gen.c: Likewise.
49844         * sunrpc/clnt_perr.c: Likewise.
49845         * sunrpc/clnt_raw.c: Likewise.
49846         * sunrpc/clnt_simp.c: Likewise.
49847         * sunrpc/clnt_tcp.c: Likewise.
49848         * sunrpc/clnt_udp.c: Likewise.
49849         * sunrpc/clnt_unix.c: Likewise.
49850         * sunrpc/des_crypt.c: Likewise.
49851         * sunrpc/des_soft.c: Likewise.
49852         * sunrpc/get_myaddr.c: Likewise.
49853         * sunrpc/getrpcport.c: Likewise.
49854         * sunrpc/key_call.c: Likewise.
49855         * sunrpc/key_prot.c: Likewise.
49856         * sunrpc/openchild.c: Likewise.
49857         * sunrpc/pm_getmaps.c: Likewise.
49858         * sunrpc/pm_getport.c: Likewise.
49859         * sunrpc/pmap_clnt.c: Likewise.
49860         * sunrpc/pmap_prot.c: Likewise.
49861         * sunrpc/pmap_prot2.c: Likewise.
49862         * sunrpc/pmap_rmt.c: Likewise.
49863         * sunrpc/rpc/auth.h: Likewise.
49864         * sunrpc/rpc/auth_unix.h: Likewise.
49865         * sunrpc/rpc/clnt.h: Likewise.
49866         * sunrpc/rpc/des_crypt.h: Likewise.
49867         * sunrpc/rpc/key_prot.h: Likewise.
49868         * sunrpc/rpc/netdb.h: Likewise.
49869         * sunrpc/rpc/pmap_clnt.h: Likewise.
49870         * sunrpc/rpc/pmap_prot.h: Likewise.
49871         * sunrpc/rpc/pmap_rmt.h: Likewise.
49872         * sunrpc/rpc/rpc.h: Likewise.
49873         * sunrpc/rpc/rpc_des.h: Likewise.
49874         * sunrpc/rpc/rpc_msg.h: Likewise.
49875         * sunrpc/rpc/svc.h: Likewise.
49876         * sunrpc/rpc/svc_auth.h: Likewise.
49877         * sunrpc/rpc/types.h: Likewise.
49878         * sunrpc/rpc/xdr.h: Likewise.
49879         * sunrpc/rpc_clntout.c: Likewise.
49880         * sunrpc/rpc_cmsg.c: Likewise.
49881         * sunrpc/rpc_common.c: Likewise.
49882         * sunrpc/rpc_cout.c: Likewise.
49883         * sunrpc/rpc_dtable.c: Likewise.
49884         * sunrpc/rpc_hout.c: Likewise.
49885         * sunrpc/rpc_main.c: Likewise.
49886         * sunrpc/rpc_parse.c: Likewise.
49887         * sunrpc/rpc_parse.h: Likewise.
49888         * sunrpc/rpc_prot.c: Likewise.
49889         * sunrpc/rpc_sample.c: Likewise.
49890         * sunrpc/rpc_scan.c: Likewise.
49891         * sunrpc/rpc_scan.h: Likewise.
49892         * sunrpc/rpc_svcout.c: Likewise.
49893         * sunrpc/rpc_tblout.c: Likewise.
49894         * sunrpc/rpc_util.c: Likewise.
49895         * sunrpc/rpc_util.h: Likewise.
49896         * sunrpc/rpcinfo.c: Likewise.
49897         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
49898         * sunrpc/rpcsvc/key_prot.x: Likewise.
49899         * sunrpc/rpcsvc/klm_prot.x: Likewise.
49900         * sunrpc/rpcsvc/mount.x: Likewise.
49901         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
49902         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
49903         * sunrpc/rpcsvc/rex.x: Likewise.
49904         * sunrpc/rpcsvc/rstat.x: Likewise.
49905         * sunrpc/rpcsvc/rusers.x: Likewise.
49906         * sunrpc/rpcsvc/sm_inter.x: Likewise.
49907         * sunrpc/rpcsvc/spray.x: Likewise.
49908         * sunrpc/rpcsvc/yppasswd.x: Likewise.
49909         * sunrpc/rtime.c: Likewise.
49910         * sunrpc/svc.c: Likewise.
49911         * sunrpc/svc_auth.c: Likewise.
49912         * sunrpc/svc_authux.c: Likewise.
49913         * sunrpc/svc_raw.c: Likewise.
49914         * sunrpc/svc_run.c: Likewise.
49915         * sunrpc/svc_simple.c: Likewise.
49916         * sunrpc/svc_tcp.c: Likewise.
49917         * sunrpc/svc_udp.c: Likewise.
49918         * sunrpc/svc_unix.c: Likewise.
49919         * sunrpc/svcauth_des.c: Likewise.
49920         * sunrpc/xcrypt.c: Likewise.
49921         * sunrpc/xdr.c: Likewise.
49922         * sunrpc/xdr_array.c: Likewise.
49923         * sunrpc/xdr_float.c: Likewise.
49924         * sunrpc/xdr_mem.c: Likewise.
49925         * sunrpc/xdr_rec.c: Likewise.
49926         * sunrpc/xdr_ref.c: Likewise.
49927         * sunrpc/xdr_sizeof.c: Likewise.
49928         * sunrpc/xdr_stdio.c: Likewise.
49929
49930         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
49931         handling.
49932
49933 2010-08-19  Andreas Schwab  <schwab@redhat.com>
49934
49935         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
49936
49937 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
49938
49939         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
49940         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
49941         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
49942         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
49943         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
49944         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
49945         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
49946         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
49947         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
49948         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
49949         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
49950         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
49951         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
49952         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
49953
49954 2010-07-26  Anton Blanchard  <anton@samba.org>
49955
49956         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
49957         * malloc/arena.c (heap_trim): Likewise.
49958
49959 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
49960
49961         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
49962         here.  Not...
49963         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
49964         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
49965
49966 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
49967
49968         * sysdeps/i386/elf/Makefile: New file.
49969
49970 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49971
49972         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
49973         from fanotify_init.
49974         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
49975         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49976
49977 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
49978
49979         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
49980         of strncasecmp_l.
49981         * sysdeps/multiarch/strcmp.S: Likewise.
49982
49983 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
49984
49985         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49986         strncase_l-nonascii.
49987         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49988         Add strncase_l-ssse3.
49989         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
49990         * sysdeps/x86_64/strcmp.S: Likewise.
49991         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
49992         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
49993         * sysdeps/x86_64/strncase.S: New file.
49994         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
49995         * sysdeps/x86_64/strncase_l.S: New file.
49996         * string/Makefile (strop-tests): Add strncasecmp.
49997         * string/test-strncasecmp.c: New file.
49998
49999         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
50000         warning.
50001
50002         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
50003         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
50004
50005 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
50006
50007         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
50008
50009 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
50010
50011         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
50012         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
50013         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
50014
50015 2010-05-01  Alan Modra  <amodra@gmail.com>
50016
50017         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
50018         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
50019         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
50020         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
50021         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
50022         tidying.  Don't tail-call __sigjmp_save for static lib.
50023         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
50024         save location.
50025         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
50026         (CALL_MCOUNT): Add eh info, and nop after bl.
50027         (TAIL_CALL_SYSCALL_ERROR): New macro.
50028         (PSEUDO_RET): Use it.
50029         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
50030         Correct save location of integer regs and cr.
50031         (_dl_profile_resolve): Correct cr save location.  Delete nops
50032         after bl when SHARED.  Reduce cfi size a little by better
50033         placement of cfi directives.
50034         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
50035         make a stack frame.  Instead use parm save area as a temp.
50036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
50037         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
50038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
50039         Don't make a stack frame for parent, use parm save area.
50040         Increase child stack frame to 112 bytes.  Don't save unused reg,
50041         and adjust reg usage.  Set up cfi on error recovery and
50042         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
50043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
50044         (__makecontext): Add dummy nop after jump to exit.
50045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
50046         Use correct parm save area and cr save, reduce stack frame.
50047         Correct cfi for possible PSEUDO_RET frame setup.
50048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
50049         Branch to local label emitted by PSEUDO_RET rather than
50050         __syscall_error.
50051
50052 2010-08-12  Andreas Schwab  <schwab@redhat.com>
50053
50054         [BZ #11904]
50055         * locale/programs/locale.c (print_assignment): New function.
50056         (show_locale_vars): Use it.
50057
50058 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
50059
50060         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
50061         field.
50062         (struct statfs64): Likewise.
50063         (_STATFS_F_FLAGS): Define.
50064         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
50065         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50066         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
50067         (ST_VALID): Define locally.
50068         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
50069         __statvfs_getflags, use the provided value.
50070         * sysdeps/unix/sysv/linux/kernel-features.h: Define
50071         __ASSUME_STATFS_F_FLAGS.
50072
50073         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
50074
50075         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
50076         Add sys/fanotify.h.
50077         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
50078         fanotify_mask for GLIBC_2.13.
50079         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
50080         fanotify_init and fanotify_mark.
50081         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50082         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
50083
50084         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
50085         Add prlimit.
50086         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
50087         prlimit64 for GLIBC_2.13.
50088         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
50089         prlimit64.
50090         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
50091         syscall.
50092         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
50093         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50094         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
50095         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
50096         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
50097         add prlimit alias.
50098         * sysdeps/unix/sysv/linux/prlimit.c: New file.
50099
50100         [BZ #11903]
50101         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
50102         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
50103
50104         * nss/Makefile: Add rules to build and run tst-nss-test1.
50105         * shlib-versions: Add entry for libnss_test1.
50106         * nss/nss_test1.c: New file.
50107         * nss/tst-nss-test1.c: New file.
50108
50109         * nss/nsswitch.c (__nss_database_custom): Define new variable.
50110         (__nss_configure_lookup): Set appropriate entry in
50111         __nss_configure_lookup to true.
50112         * nss/nsswitch.h: Define enum with indeces of databases in
50113         databases and __nss_database_custom arrays.  Declare
50114         __nss_database_custom.
50115         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
50116         to avoid using nscd when custom rules are installed.
50117         * nss/getXXbyYY_r.c: Likewise.
50118         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
50119
50120         * nss/nss_files/files-parse.c: Whitespace fixes.
50121
50122 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
50123
50124         [BZ #11883]
50125         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
50126         * posix/fnmatch_loop.c: Likewise.
50127
50128 2010-07-17  Andi Kleen  <ak@linux.intel.com>
50129
50130         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
50131         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
50132         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
50133         * Versions.def [GLIBC_2.13]: Add.
50134
50135 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
50136
50137         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50138         Also fail if tpwd after pwuid call is NULL.
50139
50140 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50141
50142         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
50143         when converting to ms.
50144
50145 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50146
50147         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
50148         EOPNOTSUPP errors with ENOTTY.
50149         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
50150         EOPNOTSUPP errors with ENOTTY.
50151
50152 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
50153
50154         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50155         Add strcasecmp_l-ssse3.
50156         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
50157         strcasecmp.
50158         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
50159         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
50160         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
50161
50162 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
50163
50164         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
50165
50166         * string/Makefile (strop-tests): Add strcasecmp.
50167         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50168         strcasecmp_l-nonascii.
50169         (gen-as-const-headers): Add locale-defines.sym.
50170         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
50171         * sysdeps/x86_64/strcasecmp.S: New file.
50172         * sysdeps/x86_64/strcasecmp_l.S: New file.
50173         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
50174         * sysdeps/x86_64/locale-defines.sym: New file.
50175         * string/test-strcasecmp.c: New file.
50176
50177         * string/test-strcasestr.c: Test both ends of the range of characters.
50178         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
50179
50180 2010-07-29  Roland McGrath  <roland@redhat.com>
50181
50182         [BZ #11856]
50183         * manual/locale.texi (Yes-or-No Questions): Fix example code.
50184
50185 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
50186
50187         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
50188         for ld.so.
50189
50190 2010-07-27  Andreas Schwab  <schwab@redhat.com>
50191
50192         * manual/memory.texi (Malloc Tunable Parameters): Document
50193         M_PERTURB.
50194
50195 2010-07-26  Roland McGrath  <roland@redhat.com>
50196
50197         [BZ #11840]
50198         * configure.in (-fgnu89-inline check): Set and substitute
50199         gnu89_inline, not libc_cv_gnu89_inline.
50200         * configure: Regenerated.
50201         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
50202
50203 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
50204
50205         * string/test-strnlen.c: New file.
50206         * string/Makefile (strop-tests): Add strnlen.
50207         * string/tester.c (test_strnlen): Add a few more test cases.
50208         * string/tst-strlen.c: Better error reporting.
50209
50210         * sysdeps/x86_64/strnlen.S: New file.
50211
50212 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
50213
50214         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
50215         lower-latency instructions.
50216
50217 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
50218
50219         * string/test-strcasestr.c: New file.
50220         * string/test-strstr.c: New file.
50221         * string/Makefile (strop-tests): Add strstr and strcasestr.
50222         * string/str-two-way.h: Don't undefine MAX.
50223         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
50224
50225 2010-07-21  Andreas Schwab  <schwab@redhat.com>
50226
50227         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50228         strcasestr-nonascii.
50229         (CFLAGS-strcasestr-nonascii.c): Define.
50230         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
50231         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
50232         Remove unused attribute.
50233
50234 2010-07-20  Roland McGrath  <roland@redhat.com>
50235
50236         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
50237         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
50238         ld.so.cache was broken.  With it, there is no way to disable dsocaps
50239         like LD_HWCAP_MASK can disable hwcaps.
50240
50241 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
50242
50243         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
50244
50245 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
50246
50247         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
50248         call in strcasestr.
50249         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
50250         __strcasestr_sse42_nonascii.
50251         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
50252         strcasestr-nonascii.c.
50253         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
50254
50255 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
50256
50257         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
50258         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
50259         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
50260         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
50261
50262 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
50263
50264         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
50265         fcntl.
50266
50267 2010-07-06  Andreas Schwab  <schwab@redhat.com>
50268
50269         [BZ #11577]
50270         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
50271         dl_signal_cerror.
50272
50273 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
50274
50275         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
50276         _PC_PIPE_BUF using F_GETPIPE_SZ.
50277
50278 2010-07-05  Roland McGrath  <roland@redhat.com>
50279
50280         * manual/arith.texi (Rounding Functions): Fix rint description
50281         implicit in round description.
50282
50283 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
50284
50285         * elf/Makefile: Fix linking for a few tests to make recent linker
50286         happy.
50287
50288 2010-06-30  Andreas Schwab  <schwab@redhat.com>
50289
50290         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50291         $(common-objpfx)libc_nonshared.a.
50292
50293 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
50294
50295         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
50296         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
50297         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50298         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50299         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
50300         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
50301         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50302         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50303         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
50304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
50305         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
50306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
50308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
50310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
50311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
50312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
50313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
50315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
50317         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
50318         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
50319         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
50320         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
50321         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
50322         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
50323         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
50324         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
50325         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
50326         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
50327         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
50328         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
50329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
50330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
50331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
50332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
50333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
50334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
50335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
50336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
50337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
50338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
50339         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
50340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
50341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
50342         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
50343
50344 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
50345
50346         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
50347         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
50348         * string/memmove.c (memmove): Renamed to ...
50349         (MEMMOVE): ...this.  Default to memmove.
50350         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
50351         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
50352         (END_CHK): Define.
50353         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50354         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
50355         mempcpy-ssse3-back memmove-ssse3-back.
50356         * sysdeps/x86_64/multiarch/bcopy.S: New file .
50357         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
50358         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
50359         * sysdeps/x86_64/multiarch/memcpy.S: New file.
50360         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
50361         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
50362         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
50363         * sysdeps/x86_64/multiarch/memmove.c: New file.
50364         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
50365         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
50366         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
50367         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
50368         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
50369         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
50370         Define.
50371         (index_Fast_Copy_Backward): Define.
50372         (HAS_ARCH_FEATURE): Define.
50373         (HAS_FAST_REP_STRING): Define.
50374         (HAS_FAST_COPY_BACKWARD): Define.
50375
50376 2010-06-21  Andreas Schwab  <schwab@redhat.com>
50377
50378         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50379         Restore proper fallback handling.
50380
50381 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
50382
50383         [BZ #11701]
50384         * posix/group_member.c (__group_member): Correct checking loop.
50385
50386         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
50387         OOM in getpwuid_r correctly.  Return error number when the caller
50388         should return, otherwise -1.
50389         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
50390         call returning > 0 value.
50391         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
50392
50393 2010-06-07  Andreas Schwab  <schwab@redhat.com>
50394
50395         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
50396         libc_nonshared.a from targets in modules-names.
50397
50398 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
50399
50400         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
50401         requires it.
50402
50403 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
50404
50405         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
50406         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
50407         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
50408         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
50409
50410 2010-06-02  Andreas Schwab  <schwab@redhat.com>
50411
50412         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
50413
50414 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
50415
50416         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
50417         and F_GETPIPE_SZ.
50418         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
50419         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
50420         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
50421         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
50422         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
50423         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
50424
50425 2010-06-14  Roland McGrath  <roland@redhat.com>
50426
50427         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
50428
50429 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
50430
50431         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
50432         __REDIRECT followed by __THROW.
50433         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
50434         * posix/getopt.h (getopt): Likewise.
50435
50436 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
50437
50438         * hurd/lookup-at.c (__file_name_lookup_at): Accept
50439         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
50440         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
50441         in AT_FLAGS.
50442         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
50443         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
50444
50445 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
50446
50447         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
50448
50449 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
50450
50451         [BZ #11640]
50452         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50453         Properly check family and model.
50454
50455 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
50456
50457         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
50458
50459 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
50460
50461         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
50462
50463 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
50464
50465         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
50466         symbol reference.
50467
50468 2010-05-19  Andreas Schwab  <schwab@redhat.com>
50469
50470         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
50471         symbol reference.
50472
50473 2010-05-21  Andreas Schwab  <schwab@redhat.com>
50474
50475         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
50476         and internal_recvmmsg.
50477         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
50478         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
50479         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
50480         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
50481
50482         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
50483         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
50484         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
50485
50486 2010-05-20  Andreas Schwab  <schwab@redhat.com>
50487
50488         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
50489
50490 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
50491
50492         POWER7 optimizations.
50493         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
50494         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
50495
50496 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
50497
50498         * version.h: Update for 2.13 development version.
50499
50500 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
50501
50502         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
50503         exceptions.  Return 0.
50504
50505 2010-05-07  Roland McGrath  <roland@redhat.com>
50506
50507         * elf/ldconfig.c (main): Add a const.
50508
50509 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
50510
50511         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
50512         (args_options): Add no-idn option.
50513         (ahosts_keys_int): Add idn_flags to ai_flags.
50514         (parse_option): Handle 'i' option to clear idn_flags.
50515
50516         * malloc/malloc.c (_int_free): Possible race in the most recently
50517         added check.  Only act on the data if no current modification
50518         happened.
50519
50520 See ChangeLog.17 for earlier changes.